﻿.maindesign *,
.maindesign *:before,
.maindesign *:after {
    box-sizing: border-box;
    min-height: 0%;
}
#main {
    margin-bottom: 100px !important;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    #main {
        margin-bottom: 50px !important;
    }
}

.maindesign .u-mt-leave {
    margin-top: 50px;
}
.maindesign .u-mt-moderate {
    margin-top: 30px;
}
.maindesign .u-mt-close {
    margin-top: 15px;
}
.maindesign .u-mt-thin {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .maindesign .u-mt-leave {
        margin-top: 30px;
    }
    .maindesign .u-mt-close {
        margin-top: 10px;
    }
    .maindesign .u-one-side {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.maindesign .l-title {
    position: relative;
}
.maindesign .l-title--inner {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 4.25rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(10, 10, 10, 0.7);
    font-weight: bold;
    line-height: 1.15;
}

@media screen and (max-width: 767px) {
    .maindesign .l-title--inner {
        font-size: 12vw;
    }
}

.maindesign .c-feature-hdg2 {
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #b6b6b6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .c-feature-hdg2::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #e5002d;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width: 767px) {
    .maindesign .c-feature-hdg2 {
        font-size: 1.5rem;
        margin-top: calc(60px - 0.6rem);
        margin-bottom: calc(45px - 0.75rem);
        line-height: 1.2;
    }
}

.maindesign .u-pc-only {
    display: block;
}
.maindesign .u-sp-only {
    display: none;
}
@media screen and (max-width: 767px) {
    .maindesign .u-pc-only {
        display: none;
    }
    .maindesign .u-sp-only {
        display: block;
    }
}

.maindesign .p-pc-inline {
    display: inline;
}
@media screen and (max-width: 767px) {
    .maindesign .p-pc-inline {
        display: none;
    }
}

.maindesign .c-komeri-btn {
    position: relative;
    background-color: #979797;
    cursor: pointer;
    border-radius: 40px;
    opacity: 1;
}
.maindesign .c-komeri-btn:hover {
    opacity: 0.75;
    transition: 0.6s;
}
.maindesign .c-komeri-btn > a {
    text-decoration: none;
    display: inline !important;
}
.maindesign .c-komeri-btn--inner {
    font-feature-settings: "palt";
    color: #fff;
    padding: 0.75rem 2rem 0.75rem 1.75rem;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    font-size: 1.35rem;
}
.maindesign .c-komeri-btn__orange {
    background-color: #ea6d0d !important;
}
.maindesign .c-komeri-btn--inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
    .maindesign .c-komeri-btn--inner {
        font-size: 1.1rem;
    }
}

.maindesign img {
    width: 100%;
    height: auto;
    display: block;
}
.maindesign .menu-btn-list a {
    color: #fff;
    display: flex;
}

.maindesign .c-lead-text {
    font-size: 1.1rem;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .maindesign .c-lead-text {
        font-size: 0.95rem;
    }
}

.maindesign .l-nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maindesign .l-nav-list .l-nav-list--btn:nth-child(n + 5) {
    margin-top: 15px;
}
.maindesign .l-nav-list--btn {
    position: relative;
    border: 1px solid #b6b6b6;
    width: 24%;
    font-size: 1em;
    padding: 0.35rem 2rem 0.35rem 1.75rem;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .l-nav-list--btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 2px solid #b6b6b6;
    border-right: 2px solid #b6b6b6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(135deg);
}
.maindesign .l-nav-list--btn:hover {
    border-color: #e5002d;
    opacity: 0.75;
    transition: 0.6s;
}
.maindesign .l-nav-list--inner {
    display: flex !important;
    opacity: 1;
    width: auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    min-height: 2.75em;
}
.maindesign .l-nav-list::before,
.maindesign .l-nav-list::after {
    content: "";
    width: 24%;
    height: 0;
    display: block;
}
.maindesign .l-nav-list::before {
    order: 1;
}

@media screen and (max-width: 767px) {
    .maindesign .l-nav-list--btn {
        width: 49%;
    }
    .maindesign .l-nav-list--inner {
        font-size: 0.9rem;
    }
    .maindesign .l-nav-list::before,
    .maindesign .l-nav-list::after {
        width: 49%;
    }
    .maindesign .l-nav-list .l-nav-list--btn:nth-child(n + 3) {
        margin-top: 15px;
    }
}

.maindesign h3.c-checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
    line-height: 1.15;
}
.maindesign h3.c-checkPoint .st0 {
    fill: #aaaaaa;
}
.maindesign h3.c-checkPoint .st1 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-miterlimit: 10;
}
.maindesign h3.c-checkPoint span {
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
}

.maindesign .p-center-btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .maindesign .p-center-btn {
        width: 100%;
    }
}

.maindesign .p-half-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maindesign .p-half-column__center {
    align-items: center;
}
.maindesign .p-half-column--item {
    width: 49%;
}
.maindesign .p-half-column::after {
    content: "";
    display: block;
    height: 0;
    width: 49%;
}
.maindesign .p-half-column .p-half-column--item:nth-child(n + 3) {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .maindesign .p-half-column--item {
        width: 100%;
    }
    .maindesign .p-half-column .p-half-column--item:nth-child(n + 2) {
        margin-top: 15px;
    }
}

.maindesign .p-style-btn {
    position: relative;
    border-radius: 5px;
    border: 1px solid #ababab;
    background: #f1f1f1;
    display: flex;
    overflow: hidden;
}
.maindesign .p-style-btn--arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 100%;
    background: #aaa;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.maindesign .p-style-btn--link {
    text-decoration: none;
    width: 100%;
    transition: 0.25s;
}
.maindesign .p-style-btn--link:hover {
    opacity: 0.75;
}
.maindesign .p-style-btn--inner {
    display: flex;
    align-items: center;
    width: 100%;
    color: #333;
}
.maindesign .p-style-btn--img {
    width: 6em;
    background: #fff;
    border-right: 1px solid #ababab;
    display: inline-block;
    padding: 5px;
}
.maindesign .p-style-btn--text {
    padding-left: 10px;
    font-weight: bold;
    line-height: 1.3;
}

.maindesign .p-netorder {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}
.maindesign .p-netorder--img {
    flex-basis: 400px;
}
.maindesign .p-netorder--content {
    flex-basis: 460px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.maindesign .p-netorder--btn {
    width: 100%;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .maindesign .p-netorder {
        flex-wrap: wrap;
    }
    .maindesign .p-netorder--img {
        flex-basis: 100%;
    }
    .maindesign .p-netorder--content {
        flex-basis: 100%;
        margin-top: 15px;
    }
}

.maindesign .p-illustration {
    position: relative;
}
.maindesign .p-illustration--btn {
    position: absolute;
}
.maindesign .p-illustration--btn img {
    width: 100%;
    height: 100% !important;
}
.maindesign .p-illustration--btn-01 {
    top: 8.5%;
    left: 5.5%;
    width: 18%;
    height: 18%;
}
.maindesign .p-illustration--btn-02 {
    top: 30%;
    left: 5.5%;
    width: 18%;
    height: 18%;
}
.maindesign .p-illustration--btn-03 {
    top: 52%;
    left: 5.5%;
    width: 18%;
    height: 18%;
}
.maindesign .p-illustration--btn-04 {
    top: 73.5%;
    left: 5.5%;
    width: 18%;
    height: 18%;
}
.maindesign .p-illustration--btn-05 {
    top: 8.5%;
    left: 76.5%;
    width: 18%;
    height: 18%;
}
.maindesign .p-illustration--btn-06 {
    top: 30%;
    left: 76.5%;
    width: 18%;
    height: 18%;
}
.maindesign .p-illustration--btn-07 {
    top: 52%;
    left: 76.5%;
    width: 18%;
    height: 18%;
}
.maindesign .p-illustration--btn-08 {
    top: 73.5%;
    left: 76.5%;
    width: 18%;
    height: 18%;
}

.maindesign .p-quarter-column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maindesign .p-quarter-column--item {
    width: 24%;
}
.maindesign .p-quarter-column::before,
.maindesign .p-quarter-column::after {
    content: "";
    display: block;
    height: 0;
    width: 24%;
}
.maindesign .p-quarter-column::before {
    order: 1;
}
.maindesign .p-quarter-column .p-quarter-column--item:nth-child(n + 5) {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .maindesign .p-quarter-column--item {
        width: 49%;
    }
    .maindesign .p-quarter-column::before,
    .maindesign .p-quarter-column::after {
        width: 49%;
    }
    .maindesign .p-quarter-column .p-quarter-column--item:nth-child(n + 3) {
        margin-top: 15px;
    }
}

.maindesign .p-card {
    border: 1px solid #ccc;
}
.maindesign .p-card--link {
    transition: 0.25s;
    width: 100%;
    height: 100%;
}
.maindesign .p-card--link:hover {
    opacity: 0.75;
}
.maindesign .p-card--inner {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.maindesign .p-card--text {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    line-height: 1.35;
}
.maindesign .p-card--name {
    font-size: 1.15em;
    font-weight: bold;
    height: 2.5em;
}
.maindesign .p-card--lead {
    margin-top: 10px;
}
.maindesign .p-card--img {
    margin-top: 5px;
}

.maindesign .p-category-box {
    border: 1px solid #ccc;
}
.maindesign .p-category-box--link {
    transition: 0.25s;
    width: 100%;
    height: 100%;
}
.maindesign .p-category-box--link:hover {
    opacity: 0.75;
}
.maindesign .p-category-box--inner {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.maindesign .p-category-box--name {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
    line-height: 1.3;
}

.maindesign .l-relation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maindesign .l-relation .l-relation--item:nth-of-type(n + 3) {
    margin-top: 15px;
}
.maindesign .l-relation--item {
    width: 49%;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.maindesign .l-relation--item > a {
    display: block;
    color: #000 !important;
    text-decoration: none;
    height: 100%;
}
.maindesign .l-relation-inner {
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.maindesign .l-relation-text {
    width: 70%;
    order: 1;
}
.maindesign .l-relation-text--title {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 10px;
}
.maindesign .l-relation-text .l-relation--lead {
    line-height: 1.3;
}
.maindesign .l-relation-img {
    width: 140px;
    max-width: 25%;
    order: 2;
}
.maindesign .l-relation-img > img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .maindesign .l-relation .l-relation--item:not(:first-child) {
        margin-top: 15px;
    }
    .maindesign .l-relation--item {
        width: 100%;
    }
    .maindesign .l-relation-inner {
        padding: 15px 10px;
        align-items: center;
    }
    .maindesign .l-relation-text {
        order: 2;
    }
    .maindesign .l-relation--lead {
        font-size: 0.9rem;
    }
    .maindesign .l-relation-img {
        order: 1;
    }
}

.maindesign .p-heading-txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.maindesign .p-color-col {
    display: flex;
    justify-content: center;
}
.maindesign .p-color-col--item {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maindesign .p-size-col {
    display: flex;
    justify-content: center;
}
.maindesign .p-size-col--item {
    width: 60px;
}
.maindesign .p-size-col .p-size-col--item:not(:first-child) {
    margin-left: 10px;
}
.maindesign .p-size-card {
    background-color: #696969;
    border-radius: 5px;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}

@media screen and (max-width:767px) {
    .maindesign .p-size-col--item {
        width: calc(20% - 8px);
    }
    .maindesign .p-size-card {
        font-size: 1.2rem;
    }
}