@charset "UTF-8";

/* CSS Document */

/*====================================

    #fv

====================================*/

#fv {
    position: relative;
}
#fv .main_slider {
}
#fv .slick-slider li {
    margin: 0 10px;
    border: 1px solid #000;
    border-radius: 30px;
    overflow: hidden;
}
#fv .slick-prev,
#fv .slick-next {
    width: 10px;
    height: 20px;
    z-index: 10;
}
#fv .slick-dots li {
    width: 30px;
    height: 2px;
}
#fv .slick-dots .slick-active button {
    background: var(--bg-main-color);
}
#fv .copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    mix-blend-mode: difference;
}
#fv .copy h2 {
    font-size: 160%;
    color: #fff;
    line-height: 1em;
}

/*====================================

    section

====================================*/

section {
    padding: 60px 30px;
}
section .inner {
}
section .inner .sec_ttl {
    margin-bottom: 40px;
}
section .inner .sec_ttl h3 {
    width: 100%;
    text-align: center;
    font-size: 400%;
    line-height: 1em;
    font-weight: 200;
}
section .inner .sec_ttl h4 {
    font-size: 100%;
    width: 100%;
    text-align: center;
    letter-spacing: .2em;
    padding-top: 1em;
    color: var(--bg-sub-color);
}

/*====================================

    #question

====================================*/

#question {
    padding: 60px 30px;
}
#question .inner {
}
#question .inner p {
    background: #eee;
    border-radius: 30px;
    text-align: center;
    padding: 80px 0;
}

/*====================================

    #wp_main_copy

====================================*/

#wp_main_copy {
}
#wp_main_copy .inner {
    width: 100%;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 40px 20px;
}
#wp_main_copy .inner h2 {
    font-size: 150%;
    line-height: 1em;
    margin-bottom: 20px;
}
#wp_main_copy .inner h2 span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50%;
    font-weight: 400;
    line-height: 1em;
    padding: 1em 0 0 0;
    letter-spacing: .1em;
}
#wp_main_copy .inner p {
    line-height: 2em;
}
#wp_main_copy .inner p a {
    color: var(--font-main-color);
}

/*====================================

    #wp_ind_message

====================================*/

#wp_ind_message {
    display: none;
}
#wp_ind_message .inner {
}
#wp_ind_message .inner h2 {
    text-align: center;
    font-size: 160%;
    margin-bottom: 40px;
    line-height: 1.85em;
}
#wp_ind_message .inner p {
    text-align: center;
    line-height: 1.85em;
}

/*====================================

    #wp_subjects

====================================*/

#wp_subjects {
}
#wp_subjects .inner {
}
#wp_subjects .inner .sec_ttl {
}
#wp_subjects .inner .sec_ttl h3 {
    color: #fff;
}

/*====================================

    #wp_ind_campaign

====================================*/

#wp_ind_campaign {
}
#wp_ind_campaign .inner {
}
#wp_ind_campaign .inner ul li {
    margin-bottom: 10px;
}
#wp_ind_campaign .inner ul li button {
    border: 1px solid #000;
    color: #000;
    border-radius: 30px;
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    cursor: pointer;
    padding: 20px;
    background: url(/common/images/arrow.svg) top 50% right 20px no-repeat #fff;
    background-size: 30px;
}
#wp_ind_campaign .inner ul li button h3 {
    display: block;
    line-height: 1em;
    padding-bottom: 1em;
    width: 100%;
    text-align: center;
    font-size: 140%;
}
#wp_ind_campaign .inner ul li button p {
    width: 100%;
    text-align: center;
    line-height: 1em;
}
#wp_ind_campaign .inner ul li button .cap {
    font-size: 100%;
    width: 100%;
    text-align: center;
    padding-top: 1em;
}


/*====================================

    #wp_main_features

====================================*/

#wp_main_features {
}
#wp_main_features .inner {
}
#wp_main_features .inner .sec_ttl h3 {
    color: #fff;
}
#wp_main_features .inner .list {
}
#wp_main_features .inner .list .cell {
    border-top: 1px dotted rgba(255, 255, 255, .5);
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
#wp_main_features .inner .list .cell:last-child {
    border-bottom: 1px dotted rgba(255, 255, 255, .5);
}
#wp_main_features .inner .list .cell .number {
    position: absolute;
    color: #fff;
    font-size: 800%;
    line-height: 1em;
    z-index: -1;
    font-style: italic;
    filter: alpha(opacity=20);
    -moz-opacity:0.2;
    opacity:0.2;
    -ms-filter: "alpha(opacity=20)";
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    zoom:1;
}
#wp_main_features .inner .list .cell .ph {
    width: 100%;
    border: 1px solid #000;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
#wp_main_features .inner .list .cell .text {
    width: 100%;
}
#wp_main_features .inner .list .cell .text h3 {
    font-size: 150%;
    color: #fff;
    margin-bottom: 20px;
}
#wp_main_features .inner .list .cell .text p {
    color: #fff;
}
#wp_main_features .inner .list .cell:nth-child(odd) {
    flex-direction: row;
}
#wp_main_features .inner .list .cell:nth-child(odd) .number {
    top: 0;
    right: 0;
}
#wp_main_features .inner .list .cell:nth-child(even) {
    flex-direction: row-reverse
}
#wp_main_features .inner .list .cell:nth-child(even) .number {
    top: 0;
    left: 0;
}

/*====================================

    #wp_message

====================================*/

#wp_message {
}
#wp_message .inner {
}
#wp_message .inner .text_ph {
    width: 100%;
}
#wp_message .inner .text_ph .ph {
    width: 100%;
    margin-bottom: 30px;
}
#wp_message .inner .text_ph .ph img {
    border: 1px solid #000;
    border-radius: 30px;
    overflow: hidden;
}
#wp_message .inner .text_ph .text {
}
#wp_message .inner .text_ph .text h4 {
    font-size: 150%;
    margin-bottom: 20px;
}
#wp_message .inner .text_ph .text p {
}
#wp_message .inner .text_ph .text p .name {
    display: block;
    font-size: 80%;
    text-align: right;
    margin-top: 20px;
}

/*====================================

    #wp_line_step

====================================*/

#wp_line_step {
    display: none;
}
#wp_line_step .inner {
    border: 2px solid #02b902;
    border-radius: 30px;
    padding: 30px 20px;
}
#wp_line_step .inner h5 {
    width: 100%;
    text-align: center;
    font-size: 130%;
    color: #02b902;
    line-height: 1em;
    margin-bottom: 30px;
}
#wp_line_step .inner ul {
}
#wp_line_step .inner ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #02b902;
}
#wp_line_step .inner ul li:last-child {
    border: none;
}
#wp_line_step .inner ul li img {
    border-radius: 10px;
    overflow: hidden;
    width: 35%;
}
#wp_line_step .inner ul li p {
    width: 60%;
}

/*====================================

    #wp_dx

====================================*/

#wp_dx {
    padding: 40px 20px;
}
#wp_dx .inner {
    background: #eee;
    border-radius: 20px;
    padding: 30px;
}
#wp_dx .inner .sec_ttl {
}
#wp_dx .inner .sec_ttl h3 {
    font-size: 140%;
    margin-bottom: 20px;
}
#wp_dx .inner .sec_ttl h4 {
    font-size: 120%;
    margin-bottom: 20px;
}
#wp_dx .inner .list {
}
#wp_dx .inner .list ul {
    list-style-type: decimal !important;
}
#wp_dx .inner .list ul li {
    font-size: 90%;
    padding: 2px 0;
}

/*====================================

    .modal

====================================*/

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: auto;
}
.modal:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bg-main-color);
    z-index: -1;
    filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    zoom:1;
}
.modal.modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
}
.modal.modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}
.modal-content {
    position: relative;
    background-color: #fff;
    padding: 60px 20px;
    border-radius: 30px;
    width: 90%;
    max-height: 100%;
    overflow: auto;
    border: 1px solid #000;
}
.modal.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
}
.modal.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
}
.modal-content h2 {
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 200%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.modal-content p {
    margin: 1rem 0;
    line-height: 1.5rem;
}
.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0 0.75rem;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    user-select: none;
}
.modal-close:hover, .modal-close:focus {
    color: rgba(0,0,0,0.5);
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-1rem);
    }
}

.modal-content a {
    color: var(--bg-main-color);
}










