@charset "utf-8";

h1 {
    background: #000;
}

.Footer__wrapper {
    margin-top: 0;
}

.mainBg {
    background: linear-gradient(#000 0%, #0e2c6d 12.55%, #0c2b53 31.8%, #0e1113 52.72%, #16597b 79.49%, #000001 100%);
    padding: 25px 20px;
}

.Section_box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.head3_wrap {
    background: #12387E;
    text-align: center;
    padding: 3px;
    width: 80px;
    margin: auto;
    box-sizing: content-box;
}

.head3 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.gaiyou .head3_wrap {
    background: none;
    text-align: center;
    width: 100%;
}

.gaiyou .head3 {
    color: #12387E;
    font-weight: 600;
    font-size: 16px;
}

.gentei p {
    color: #12387E;
    font-weight: 600;
}

.gentei .head3_wrap {
    width: 100%;
}

.head2_wrap {
    margin: 35px 0 15px;
}

.head2 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #FFFF2A;
}

.ConversionArea__block {
    background-color: #FF6600;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (min-width: 641px) {
    .ConversionApp__content {
        max-width: 500px;
    }
}

@media (min-width: 1000px) {
    .ConversionApp__content {
        max-width: 770px;
    }
}

.ConversionApp__block {
    background-color: #FF6600;
    margin-bottom: 0;
}

.ConversionApp__title {
    color: #fff;
}

.bnr-are a.Link__arrow {
    color: #FFFF2A;
}

.bnr-are .Link__arrow::before {
    background-image: none;
}

.date {
    color: #fff;
}

.accordion-content-inner .text-area {
    flex-basis: 70%;
    padding-right: 10px;
}

.accordion-content-inner .image-area {
    flex-basis: 30%;
}


@media screen and (min-width: 1000px) {

    p,
    .Link__arrow {
        font-size: 20px;
    }

    .mainBg {
        padding: 60px 0;
    }

    .Section_box {
        max-width: 1000px;
        margin: auto;
        padding: 40px;
        border-radius: 30px;
    }

    .head3_wrap {
        padding: 3px 15px;
    }

    .gentei .head3_wrap {
        width: 500px;
    }

    .head3 {
        font-size: 22px;
    }

    .gaiyou .head3 {
        font-size: 24px;
    }

    .gaiyou .Annotation__layout {
        display: inline-block;
    }

    .head2_wrap {
        margin: 100px 0 30px;
    }

    .head2 {
        font-size: 30px;
    }

    .Annotation__moduleA {
        font-size: 14px;
    }

    .image-area img {
        max-height: 340px;
        width: auto;
        margin: auto;
    }

    .date {
        width: 1000px;
        margin: auto;
    }

}

/* アコーディオン */
.accordion-container {
    margin: auto;
    margin-top: 30px;
}

.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
    background: #FFFF1B;
    border: solid 2px #FFFF1B;
    /* line-height: 0; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
}

.title-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 100%;
}

#accordion .accordion-content {
    border: solid 2px #FFFF1B;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
    margin-top: 0;
    background: #fff;
    position: relative;
}

.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 4vw;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 4vw;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title:hover {
    opacity: 0.8;
}

.accordion-container .accordion-title.open::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}

@media (min-width: 769px) {
    .accordion-container {
        max-width: 1000px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1000px) {
    #accordion .accordion-content {
        padding: 50px;
    }

    .accordion-container .Annotation__moduleA {
        font-size: 16px;
    }

    .accordion-content ._flex ._flex-child:first-child {
        margin-right: 60px !important;
    }

    .accordion-content ._flex ._flex-child:last-child {
        width: 50%;
    }


    .accordion-container .accordion-title::before {
        content: "";
        position: absolute;
        top: 48%;
        right: 4vw;
        width: 30px;
        height: 4px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background: #000;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .accordion-container .accordion-title::after {
        content: "";
        position: absolute;
        top: 48%;
        right: 4vw;
        width: 30px;
        height: 4px;
        background: #000;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .accordion-container {
        padding-left: 0;
        padding-right: 0;
    }

    .Section__Box,
    .accordion-container {
        margin-top: 50px;
    }

}

/* アコーディオン アイコン */
.icon {
    width: 8.6vw;
    height: 8.6vw;
    color: #000;
    line-height: 1;
    font-size: 2vw;
    border: calc(3 / 750 *100vw) solid #000;
    border-radius: 50%;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 2em;
    transform: translateY(-50%);
}

.icon .num {
    font-size: 4vw;
}

@media screen and (min-width: 751px) {
    .icon {
        width: 62px;
        height: 62px;
        font-size: 14px;
        border: 3px solid #000;
    }

    .icon .num {
        font-size: 22px;
    }
}

/* アコーディオン中身 */

.pointContent .txtArea .ttl {
    margin: 0 0 1em;
    line-height: 1.4;
    font-size: 3.8vw;
}

.pointContent .txtArea .txt {
    width: 55%;
    margin: 0 0 1.5em;
    line-height: 1.4;
    font-weight: 500;
}

.pointContent .txtArea .txt p {
    margin-bottom: 1.5em;
}

.pointContent .imgArea {
    width: 28vw;
}

.pointContent .imgArea {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.pointContent.point4 .imgArea {
    bottom: 30%;
}

.pointContent.point3 .imgArea {
    bottom: 10%;
}

.figImg img {
    max-height: 100%;
}

.btnArea a {
    width: 90%;
    margin: auto;
    padding: 5px 0;
    text-decoration: none;
    color: #008121;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #008121;
    display: block;
    text-align: center;
}

.gimic::before,
.gimic::after,
.gimic2::before,
.gimic2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.gimic::before {
    border-width: 12px 12px 0 0;
    border-color: #000000 transparent transparent transparent;
    top: 0;
    left: 0;
}

.gimic::after {
    border-width: 0 12px 12px 0;
    border-color: transparent #000000 transparent transparent;
    top: 0;
    right: 0;
}

.gimic2::before {
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #000000;
    bottom: 0;
    left: 0;
}

.gimic2::after {
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #000000 transparent;
    bottom: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    .accordion-container .accordion-title {
        height: 80px;
        font-size: 24px;
        border: solid 4px #FFFF1B;
    }

    .pointContent .imgArea {
        width: auto;
    }

    .figImg img {
        height: 300px;
        width: auto;
    }

    .pointContent .imgArea {
        right: 100px;
        bottom: 10%;
    }

    .pointContent.point4 .imgArea img {
        height: 150px;
    }

    .btnArea a {
        width: 300px;
        font-size: 22px;
    }

    .bnr-are .Link__arrow {
        font-size: 24px;
    }

    .gimic::before {
        border-width: 24px 24px 0 0;
    }

    .gimic::after {
        border-width: 0 24px 24px 0;
    }

    .gimic2::before {
        border-width: 24px 0 0 24px;
    }

    .gimic2::after {
        border-width: 0 0 24px 24px;
    }

    .icon {
        left: 100px;
    }
}

@media screen and (max-width: 320px) {
    .icon {
        left: 0.8em;
    }
}