@charset "UTF-8";
.intro {
    padding: 80px 5%;
    background-color: #f2f6fd;
}
.intro__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.intro p {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.intro p span {
    color: #024b9e;
}
.intro__visual {
    margin-top: 27px;
}
@media screen and (max-width: 767px) {
    .intro {
        padding: 50px 16px;
        background-color: #f2f6fd;
    }
    .intro__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .intro p {
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
    }
    .intro p span {
        color: #024b9e;
    }
    .intro__visual {
        margin-top: 30px;
    }
}
/* -------------------------------- */
.rescue {
    padding: 90px 5%;
    background-color: #0176d1;
    color: #fff;
}
.rescue__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.rescue h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
}
.rescue .border {
    width: 120px;
    height: 4px;
    margin: 30px auto 0;
    background-color: #fff;
}
.rescue__text1 {
    max-width: 987px;
    margin: 45px auto 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
.rescue__visual {
    max-width: 1055px;
    margin: 30px auto 0;
}
.rescue__text2 {
    max-width: 987px;
    margin: 16px auto 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .rescue {
        padding: 50px 16px;
        background-color: #0176d1;
        color: #fff;
    }
    .rescue__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .rescue h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.8;
        text-align: center;
    }
    .rescue .border {
        width: 120px;
        height: 4px;
        margin: 20px auto 0;
        background-color: #fff;
    }
    .rescue__text1 {
        max-width: 987px;
        margin: 30px auto 0;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 1.8;
    }
    .rescue__visual {
        max-width: 1055px;
        margin: 20px auto 0;
    }
    .rescue__text2 {
        max-width: 987px;
        margin: 16px auto 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.8;
    }
}
/* -------------------------------- */
.media {
    padding: 90px 5%;
}
.media__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.media__banner {

}
.media h2 {
    margin-top: 80px;
    color: #0176d1;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.media ul.one {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px 19px;
    margin-top: 30px;
}
.media__memo {
    margin-top: 30px;
    color: #024b9e;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}
.media__os {
	position: relative;
    margin-top: 80px;
	padding: 34px 28px 28px;
	border: 1px solid #034b9d;
	border-radius: 10px;
}
.media__os h3 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 56px;
	background-color: #fff;
	color: #0351a9;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;	
    white-space: nowrap;
}
.media__os ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	font-size: 18px;
}
.media__os ul li span {
    color: #c7c7c7;
}
.media__maker {
    margin-top: 44px;
}
@media screen and (max-width: 767px) {
    .media {
        padding: 50px 16px;
    }
    .media__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .media__banner {

    }
    .media h2 {
        margin-top: 50px;
        color: #0176d1;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.8;
        text-align: center;
    }
    .media ul.one {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 25px;
        margin-top: 30px;
    }
    .media__memo {
        margin-top: 30px;
        color: #024b9e;
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
    }
    .media__os {
        margin-top: 50px;
        padding: 34px 16px 16px;
    }
    .media__os h3 {
        padding: 0 20px;
        font-size: 18px;
    }
    .media__os ul {
        gap: 16px;
        font-size: 16px;
    }
    .media__maker {
        margin-top: 40px;
    }
}
/* -------------------------------- */
.repair {
    padding: 83px 5% 85px;
}
.repair__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.repair h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
}
.repair .border {
    width: 120px;
    height: 4px;
    margin: 30px auto 0;
    background: linear-gradient(90deg, #21a5a6 50%, #e65f27 50%);
}
.repair__text1 {
    max-width: 987px;
    margin: 45px auto 0;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}
.repair__visual {
    max-width: 1049px;
    margin: 30px auto 0;
}
.repair__text2 {
    max-width: 987px;
    margin: 16px auto 0;
    font-size: 18px;
    line-height: 1.8;
}
.repair__banner {
    max-width: 1098px;
    margin: 36px auto 0;
}
.repair__banner a {
    display: block;
}
.repair__banner a:hover {
    opacity: .7;
    transition: .3s;
}
.repair__support {
    margin: 18px auto 0;
}
.repair__cta {
    margin: 42px auto 0;
}
.repair__cta a {
    display: block;
}
@media screen and (max-width: 767px) {
    .repair {
        padding: 50px 16px;
    }
    .repair__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .repair h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.8;
        text-align: center;
    }
    .repair .border {
        width: 120px;
        height: 4px;
        margin: 20px auto 0;
        background: linear-gradient(90deg, #21a5a6 50%, #e65f27 50%);
    }
    .repair__text1 {
        max-width: 987px;
        margin: 30px auto 0;
        font-size: 16px;
        text-align: center;
        line-height: 1.8;
    }
    .repair__visual {
        max-width: 1049px;
        margin: 20px auto 0;
    }
    .repair__text2 {
        max-width: 987px;
        margin: 16px auto 0;
        font-size: 16px;
        line-height: 1.8;
    }
    .repair__banner {
        max-width: 1098px;
        margin: 30px auto 0;
    }
    .repair__support {
        margin: 16px auto 0;
    }
    .repair__cta {
        margin: 30px auto 0;
    }
}
/* -------------------------------- */
.flow {
    padding: 80px 5% 90px;
    background-color: #f2f6fd;
}
.flow__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.flow h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
}
.flow .border {
    width: 120px;
    height: 4px;
    margin: 30px auto 0;
    background: linear-gradient(90deg, #21a5a6 50%, #e65f27 50%);
}
.flow ul {
    display: flex;
    flex-direction: column;
    gap: 76px;
    margin-top: 88px;
}
.flow ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 80px 64px;
    background-color: #fff;
    border-radius: 30px 30px 0 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.flow ul li .flow__step {
    position: absolute;
    top: -43px;
    left: 125px;
    width: 100%;
    max-width: 213px;
}
.flow ul li .flow__visual {
    width: 380px;
    min-width: 380px;
}
.flow ul li .flow__texts {
    width: 100%;
    max-width: 525px;
}
.flow ul li .flow__texts h3 {
    color: #21a5a6;
    font-size: 30px;
    font-weight: bold;
}
.flow ul li .flow__texts p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
}
.flow__cta {
    display: flex;
    gap: 9px;
    margin-top: 32px;
}
.flow__cta > div {
    flex: 1;
}
.flow__cta .tel a {
    background-color: #21a5a6;
}
.flow__cta .email a {
    background-color: #e65f27;
}
.flow__cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 71px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}
.flow__cta a .icon {
    width: 25px;
    min-width: 25px;
}
@media screen and (max-width: 767px) {
    .flow {
        padding: 50px 16px;
        background-color: #f2f6fd;
    }
    .flow__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .flow h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.8;
        text-align: center;
    }
    .flow .border {
        width: 120px;
        height: 4px;
        margin: 20px auto 0;
        background: linear-gradient(90deg, #21a5a6 50%, #e65f27 50%);
    }
    .flow ul {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 50px;
    }
    .flow ul li {
        position: relative;
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
        background-color: #fff;
        border-radius: 30px 30px 0 30px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    }
    .flow ul li .flow__step {
        position: absolute;
        top: -20px;
        left: 15px;
        width: 100%;
        max-width: 120px;
    }
    .flow ul li .flow__visual {
        width: 100%;
        min-width: 100%;
    }
    .flow ul li .flow__texts {
        width: 100%;
        max-width: 100%;
    }
    .flow ul li .flow__texts h3 {
        color: #21a5a6;
        font-size: 20px;
        font-weight: bold;
    }
    .flow ul li .flow__texts p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.8;
    }
    .flow__cta {
        flex-direction: column;
        gap: 9px;
        margin-top: 30px;
    }
    .flow__cta > div {
        flex: 1;
    }
    .flow__cta .tel a {
        background-color: #21a5a6;
    }
    .flow__cta .email a {
        background-color: #e65f27;
    }
    .flow__cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 71px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border-radius: 10px;
    }
    .flow__cta a .icon {
        width: 25px;
        min-width: 25px;
    }
}
/* -------------------------------- */
.details {
    padding: 80px 5% 90px;
}
.details__inner {
    max-width: 1200px;
    margin: 0 auto;
}
.details h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
}
.details .border {
    width: 120px;
    height: 4px;
    margin: 30px auto 0;
    background: linear-gradient(90deg, #21a5a6 50%, #e65f27 50%);
}
.area table {
    width: 100%;
    margin-top: 45px;
    border-collapse: collapse;
    background-color: #fff;
}
.area table th,
.area table td {
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #f2f6fd;
    padding: 14px 48px;
    vertical-align: top;
}
.area table th {
    background-color: #004899;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.area table td:first-child {
    width: 242px;
    background-color: #0052a3;
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.price {
    margin-top: 80px;
}
.price__text {
    max-width: 890px;
    margin: 45px auto 0;
}
.price table {
    width: 100%;
    margin-top: 45px;
    border-collapse: collapse;
    background-color: #fff;
}
.price th,
.price td {
    padding: 14px 6px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #f2f6fd;
    vertical-align: middle;
}
.price thead th {
    background-color: #004899;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.price td:first-child {
    width: 176px;
    background-color: #0052a3;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}
.price td:nth-child(2) {
    width: 594px;
    padding: 14px 48px;
    text-align: left;
    line-height: 2;
}

/* .price {
    text-align: right;
    white-space: nowrap;
} */
.pay {
    margin-top: 80px;
}
.pay__visual {
    margin-top: 80px;
    padding: 45px 105px;
    background-color: #F8F8F8;
    border-radius: 10px;
}
.pay__visual h3 {
    padding-left: 8px;
    font-size: 30px;
    font-weight: 600;
    border-left: 4px solid #024b9e;
}
.mtb {
    margin-top: 30px;
    height: 4px;
    background-color: #fff;
}
.pay__visual h3.mt {
    margin-top: 30px;
}
.pay__visual p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.8;
}
.cod-fee-table {
    width: 100%;
    max-width: 980px;
    margin: 30px auto 0;
    border-collapse: collapse;
    background: #fff;
    font-size: 19px;
}
.cod-fee-table thead th {
    background: #194490;
    color: #fff;
    font-weight: 700;
    padding: 14px 16px;
    text-align: center;
    border: 1px solid #f2f6fd;
}
.cod-fee-table th ,
.cod-fee-table td {
    padding: 16px;
    vertical-align: middle;
    background: #fff;
    font-weight: 500;
    text-align: center;
    border: 1px solid #f2f6fd;
}
.pay__banner {
    margin-top: 80px;
}
.pay__banner a {
    display: block;
}
@media screen and (max-width: 768px) {
    .details {
        padding: 50px 16px;
    }
    .details__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .details h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.8;
        text-align: center;
    }
    .details .border {
        width: 120px;
        height: 4px;
        margin: 30px auto 0;
        background: linear-gradient(90deg, #21a5a6 50%, #e65f27 50%);
    }
    .area table {
        width: 100%;
        margin-top: 30px;
        border-collapse: collapse;
        background-color: #fff;
    }
    .area table th,
    .area table td {
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #f2f6fd;
        padding: 14px;
        vertical-align: top;
    }
    .area table th {
        background-color: #004899;
        color: #fff;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
    }
    .area table td:first-child {
        width: 100px;
        background-color: #0052a3;
        color: #fff;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
    }
    .price {
        margin-top: 50px;
    }
    .price__text {
        max-width: 890px;
        margin: 30px auto 0;
    }
    .price table {
        margin-top: 30px;
        border-collapse: collapse;
        background-color: #fff;
    }
    .price th,
    .price td {
        padding: 14px;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        border: 1px solid #f2f6fd;
        vertical-align: middle;
    }
    .price thead th {
        background-color: #004899;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .price td:first-child {
        width: 100px;
        background-color: #0052a3;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
        text-align: center;
    }
    .price td:nth-child(2) {
        width: 220px;
        padding: 14px;
        text-align: left;
        line-height: 2;
    }

    /* .price {
        text-align: right;
        white-space: nowrap;
    } */
    .pay {
        margin-top: 50px;
    }
    .pay__visual {
        margin-top: 30px;
        padding: 16px;
    }
    .pay__visual h3 {
        padding-left: 8px;
        font-size: 20px;
    }
    .mtb {
        margin-top: 30px;
        height: 4px;
        background-color: #fff;
    }
    .pay__visual h3.mt {
        margin-top: 30px;
    }
    .pay__visual p {
        margin-top: 16px;
        font-size: 16px;
    }
    .cod-fee-table {
        width: 100%;
        max-width: 980px;
        margin: 30px auto 0;
        border-collapse: collapse;
        background: #fff;
        font-size: 16px;
    }
    .cod-fee-table thead th {
        background: #194490;
        color: #fff;
        font-weight: 700;
        padding: 14px 16px;
        text-align: center;
        border: 1px solid #f2f6fd;
    }
    .cod-fee-table th ,
    .cod-fee-table td {
        padding: 16px;
        vertical-align: middle;
        background: #fff;
        font-weight: 500;
        text-align: center;
        border: 1px solid #f2f6fd;
    }
    .pay__banner {
        margin-top: 30px;
    }
}

.v-shape-wrap {
    position: relative;
    filter: drop-shadow(0 10px 15px #e8edf5);
    z-index: 2;
}
.v-shape {
    height: 100px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.v-shape-wrap2 {
    position: relative;
    filter: drop-shadow(0 10px 15px #e8edf5);
    z-index: 2;
}
.v-shape2 {
    height: 100px;
    background: #f3f6fc;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.media {
    position: relative;
    background-color: #fff;
    z-index: 3;
}
.flow {
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 768px) {
    .v-shape-wrap {
    }
    .v-shape {
        height: 50px;
        background: #fff;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    .v-shape-wrap2 {
        position: relative;
        filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
        z-index: 2;
    }
    .v-shape2 {
        height: 50px;
        background: #f3f6fc;
        position: relative;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
}