@charset "utf-8";
/*------------------------------------------------------------
    index
------------------------------------------------------------*/
#gHeader::after {
    display: none;
}
.main-visual {
    margin: 0 auto 32px;
    width: 1200px;
    position: relative;
}
.main-visual .pho {
    text-align: center;
}
.main-visual .img-text {
    margin-left: 4px;
    width: 750px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}
.main-visual .img-text .txt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.36;
    text-align: center;
}
.main-visual .img-text .txt .red-txt {
    display: block;
    position: relative;
    z-index: 1;
    color: #c90606;
    font-size: 32px;
}
.main-visual .img-text .txt .red-txt span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.main-visual .img-text .txt .red-txt span::after {
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #fdf510;
    content: '';
}
#main .text01 {
    margin-bottom: 53px;
    text-align: center;
    color: #151e7f;
    font-size: 25px;
    font-weight: bold;
    line-height: 2;
}
#main .text01 .arrow {
    margin-top: 43px;
    display: block;
    text-align: center;
}
#main .assessment {
    margin-bottom: 80px;
    padding: 60px 0 50px;
    background: #f4f4f4;
}
#main .assessment .imgList li {
    margin: 0 29px;
    width: 250px;
    text-align: center;
}
#main .assessment .imgList li .pho {
    margin-bottom: 6px;
    position: relative;
}
#main .assessment .imgList li .pho::after {
    width: 38px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -47px;
    background: url("../img/common/arrow_img03.png") no-repeat center top 58% / 100% auto;
    content: '';
}
#main .assessment .imgList li:last-child .pho::after {
    display: none;
}
#main .assessment .imgList li p {
    font-weight: bold;
    font-size: 20px;
}
#main .assessment .imgList li p .blue-txt {
    color: #151e7f;
}
#main .assessment .imgList li p .red-txt {
    color: #d30414;
}
#main .flow {
    margin-bottom: 189px;
}
#main .flow .sub-sec .border-box {
    position: relative;
}
#main .flow .sub-sec .border-box::before {
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - 28px);
    position: absolute;
    left: 0;
    top: 25px;
    border: 2px solid #cfd2ec;
    content: '';
}
#main .flow .sub-sec .h3-ttl {
    margin-bottom: 39px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 34px;
}
#main .flow .sub-sec .h3-ttl span {
    padding: 0 41px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.05em;
    border-left: 2px solid #cfd2ec;
    border-right: 2px solid #cfd2ec;
    background: #fff;
}
#main .flow .sub-sec .flow-item {
    box-sizing: border-box;
    margin: 0 62px 77px;
    padding-left: 127px;
    position: relative;
    z-index: 1;
}
#main .flow .sub-sec .flow-item01 {
    margin-bottom: 68px;
    min-height: 136px;
}
#main .flow .sub-sec .flow-item::after {
    width: 66px;
    height: 26px;
    position: absolute;
    left: 50%;
    bottom: -45px;
    background: url("../img/common/arrow_img04.png") no-repeat center bottom;
    content: '';
    transform: translateX(-50%);
}
#main .flow .sub-sec .last-item {
    margin-bottom: 0;
}
#main .flow .sub-sec .last-item::after {
    display: none;
}
#main .flow .sub-sec .flow-item .num-img {
    position: absolute;
    left: 0;
    top: 4px;
}
#main .flow .sub-sec .flow-item p {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.46;
}
#main .flow .sub-sec .flow-item p:last-child {
    margin-bottom: 0 !important;
}
#main .flow .sub-sec .flow-item p .blue-txt {
    color: #151e7f;
}
#main .flow .sub-sec .flow-item p .red-txt {
    color: #d30414;
}
#main .flow .sub-sec .flow-item .noto-list li {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}
#main .flow .sub-sec .flow-item .noto-list li:last-child {
    margin-bottom: 0 !important;
}
#main .flow .sub-sec .flow-item .noto-list li a {
    color: #151e7f;
    text-decoration: underline;
}
#main .flow .sub-sec .flow-item .noto-list li a:hover {
    text-decoration: none;
}
#main .reason {
    margin-bottom: 160px;
    padding: 50px 0;
    background: #f4f4f4;
}
#main .reason .head-line01 {
    margin-bottom: 40px;
    font-size: 28px;
}
#main .reason .img-list::after {
    width: 320px;
    content: '';
}
#main .reason .img-list li {
    box-sizing: border-box;
    padding: 20px 20px 19px;
    width: 320px;
    box-shadow: 0 0 10px #b3bbbf;
    background: #fff;
}
#main .reason .img-list li .pho {
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#main .reason .img-list li .ttl {
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #151e7f;
}
#main .reason .img-list li .text {
    font-size: 18px;
    line-height: 1.65;
}
#main .comparison {
    margin-bottom: 100px;
}
#main .comparison .head-line02 {
    margin-bottom: 30px;
}
#main .comparison table {
    width: 100%;
    border-collapse: collapse;
}
#main .comparison th, #main .comparison td {
    padding: 8px 25px 9px;
    text-align: left;
    vertical-align: middle;
    font-size: 26px;
    font-weight: bold;
    border: 2px solid #cfd2ec;
}
#main .comparison thead th {
    text-align: center;
}
#main .comparison tbody tr:nth-child(2n) {
    background: #f6f6f6;
}
#main .comparison tbody td {
    text-align: center;
}
#main .comparison .wid01 {
    width: 33.7%;
}
#main .comparison .wid02 {
    width: 33.2%;
    color: #fff;
    background: #3a48b3;
}
#main .comparison .wid03 {
    width: 33.1%;
    background: #dedede;
}
#main .comparison .red-txt {
    color: #d30414;
}
#main .faq {
    margin: 150px 0;
}
#main .faq h2 {
    margin-bottom: 54px;
    padding: 11px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: #151e7f;
}
#main .faq h2::after {
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background-image: -moz-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, rgb(226, 226, 226) 100%, rgb(226, 226, 226) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, rgb(226, 226, 226) 100%, rgb(226, 226, 226) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, rgb(226, 226, 226) 100%, rgb(226, 226, 226) 100%);
    content: '';
}
#main .faq .faqList dt {
    margin-top: 10px;
    padding: 10px 62px 6px;
    position: relative;
    cursor: pointer;
    border: #cfd2ec 2px solid;
    background: #f2f3fb;
}
#main .faq .faqList dt:first-of-type {
    margin-top: 0;
}
#main .faq .faqList dt::after {
    width: 14px;
    height: 18px;
    position: absolute;
    right: 12px;
    top: 50%;
    background: url("../img/common/icon01.png") no-repeat center center / 100% auto;
    content: '';
    transform: translateY(-50%);
}
#main .faq .faqList dt .num {
    box-sizing: border-box;
    padding-top: 1px;
    width: 48px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #151e7f;
    background: #cfd2ec;
}
#main .faq .faqList dt .ttl {
    color: #151e7f;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.065em;
}
#main .faq .faqList dd {
    padding: 19px 24px 15px;
    display: none;
    line-height: 1.63;
    background: #fff;
    border: #cfd2ec 2px solid;
    border-top: none;
}
#main .benefits {
    margin-bottom: 100px;
    padding: 44px 0 46px;
    background: url("../img/index/bg01.png") no-repeat center center / cover;
}
#main .benefits .head-line01 {
    margin-bottom: 34px;
    color: #151e7f;
}
#main .benefits .text-list {
    margin: 0 auto 21px;
    width: 760px;
}
#main .benefits .text-list li {
    margin-bottom: 5px;
    padding-left: 50px;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.54;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#main .benefits .text-list li::before {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 11px;
    top: 5px;
    background: url("../img/common/icon02.png") no-repeat left top / 100% auto;
    content: '';
}
#main .benefits .red-text {
    text-align: center;
    color: #d30414;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#main .tel-box01 {
    margin-bottom: 145px;
}
#main .com-btn.btn01 {
    margin-bottom: 135px;
}
#main .contact {
    margin-bottom: 145px;
}
#main .contact .img-box {
    margin-bottom: 6px;
    margin-right: 46px;
    align-items: center;
}
#main .contact .img-box .text-box {
    margin-top: 17px;
    width: 530px;
}
#main .contact .img-box .text-box p {
    padding: 9px 16px 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
    background: #c11134;
}
#main .contact .img-box .text-box p em {
    font-style: normal;
    font-weight: bold;
}
#main .contact .img-box .photo-box {
    width: 370px;
}
#main .contact table {
    margin-bottom: 46px;
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #d4d6d9;
}
#main .contact th, #main .contact td {
    padding: 20px 0;
    text-align: left;
    font-size: 18px;
    vertical-align: top;
    border-top: 1px solid #d4d6d9;
}
#main .contact th {
    padding: 26px 0;
    width: 31%;
    font-weight: bold;
}
#main .contact th label {
    display: block;
}
#main .contact th .must {
    margin-top: 2px;
    margin-right: 18px;
    padding: 4px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
    background: #ce0202;
}
#main .contact th small {
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
}
#main .contact td {
    width: 69%;
    padding-left: 8px;
    word-break: break-all;
}
#main .contact td input[type="text"], #main .contact td input[type="email"], #main .contact td input[type="tel"], #main .contact td textarea {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 40px;
    padding: 9px;
    font-size: 18px;
    font-weight: 500;
    vertical-align: top;
    border-radius: 0;
    border: none;
    background: #fdebeb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#main .contact td textarea {
    padding: 6px 12px;
    height: 240px;
    resize: vertical;
}
#main .contact .agree {
    margin-bottom: 27px;
    text-align: center;
}
#main .contact .agree label {
    display: inline-block;
    cursor: pointer;
}
#main .contact .agree label input[type="checkbox"] {
    display: none;
}
#main .contact .agree label input[type="checkbox"] ~ span {
    padding: 5px 15px 5px 40px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    background: url("../img/common/icon03.png") no-repeat left center;
    background-size: 33px auto;
}
#main .contact .agree label input[type="checkbox"]:checked ~ span {
    background-image: url("../img/common/icon04.png");
}
#main .contact .agree label input[type="checkbox"] ~ span a {
    color: #052ac8;
    text-decoration: underline;
}
#main .contact .agree label input[type="checkbox"] ~ span a:hover {
    text-decoration: none;
}
#main .contact .submit {
    display: flex;
    justify-content: center;
}
#main .contact .submit li {
    margin: 0 20px;
    width: 460px;
}
#main .contact .submit li input {
    cursor: pointer;
}
#main .contact .submit li input:hover {
    opacity: 0.7;
}
#main .company {
    margin-bottom: 50px;
}
#main .company .head-line03 {
    margin-bottom: 42px;
}
#main .company table {
    width: 100%;
    border-collapse: collapse;
}
#main .company th, #main .company td {
    padding: 11px 19px 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.34;
    border: 2px solid #e9ecee;
}
#main .company th {
    width: 22%;
    font-weight: bold;
    text-align: center;
    background: #d6d7db;
}
#main .company td a:hover {
    opacity: 0.7;
}
#main .address .head-line03 {
    margin-bottom: 42px;
}
#main .address .map {
    width: 100%;
    height: 449px;
    background: #ccc;
}
#main .address .map iframe {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
@media all and (-ms-high-contrast:none) {
    #main .comparison th, #main .comparison td {
        padding: 14px 25px 3px;
    }
    #main .faq h2 {
        padding: 17px 10px 5px;
    }
    #main .faq .faqList dt {
        padding: 13px 62px 3px;
    }
    #main .benefits .text-list li::before {
        top: 0;
    }
    #main .contact .img-box .text-box p {
        padding: 13px 16px 6px;
    }
    #main .contact th {
        padding: 30px 0 22px;
    }
    #main .contact th .must {
        margin-top: -2px;
        padding: 7px 4px 1px;
    }
    #main .contact .agree label input[type="checkbox"] ~ span {
        padding: 8px 15px 2px 40px;
    }
    #main .company th, #main .company td {
        padding: 15px 19px 6px;
    }
}
.sticky-header {
    top: 0;
    z-index: 1020; }
.contact-img {
    vertical-align: middle;
    border-style: none;
    max-width: initial;
}
.contact-img:hover {
  opacity:0.9;
}
.big-text01 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 60px 0;
}
.hikaku_text {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}
.sitayajirushi {
    width: 200px;
    margin: 0 auto;
}
.manifest_content {
    padding: 70px 0;
    text-align: center;
}
.manifest_txt {
    text-align: left;
    font-size: 25px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    color: #151e7f;
}