@charset "utf-8";

/* base */
.tpl_side1 #mymainback_bg img {
    max-width: 100%!important;
    height: auto!important;
}

/* 非表示 */
#footstep_wrap,
#site-gnavi {
    display: none;
}

/* レイアウト */
#mymainback {
    width: 100%;
    padding: 0;
    margin: 0;
}
#mymainback_bg img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
#main {
	letter-spacing: 0;
}
.tpl_side1 #main {
    width: 100%;
}
.tpl_side1 #main_a {
    padding: 0;
}

/* 見出し */
.tpl_site #main_header {
    width: 327px;
    margin: 0 auto 19px;
}
.tpl_site #main_header h1 {
    background: transparent;
    border: none;
    color: #000;
    background-color: transparent;
    padding: 0;
}
.tpl_site #main_header h1 img {
    width: 100%;
    height: auto;
}
.color_change .tpl_site #main_header h1 img {
    background-color: #fff!important;
}
.sec_heading {
    padding: 40px 0 0;
    background-size: auto 39px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("/img/site/iju/title_deco.png");
    margin: 0 auto 17px;
    text-align: center;
}
.sec_heading h2 {
    margin: 0;
    font-size: 4rem;
    font-weight: bold;
}
.sec_heading span {
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    color: #007D41;
}

/* 共通 */
.sec_inner {
    position: relative;
    z-index: 2;
    width: 89.34%;
    max-width: 1240px;
    margin: 0 auto;
}

/* sec_1st */
.sec_1st {
    position: relative;
    padding: 20px 0 120px;
    background-color: #F4F7EA;
}
.sec_1st:before,
.sec_1st:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 185px;
    position: absolute;
}
.sec_1st:before {
    background-image: url("/img/site/iju/bg_illust02_right.png");
    height: 508px;
    top: 30px;
    right: 0;
}
.sec_1st:after {
    background-image: url("/img/site/iju/bg_illust01_left.png");
    height: 381px;
    bottom: 30px;
    left: 0;
}

/* スライダー */
#main_body div.detail_free {
    position: relative;
    z-index: 2;
    width: 89.34%;
    max-width: 1240px;
    margin: 0 auto 44px;
}
#main_body div.detail_free .swiper-slide {
    margin: 0;
    text-align: center;
}
#main_body div.detail_free .swiper-button-prev,
#main_body div.detail_free .swiper-button-next {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#main_body div.detail_free .swiper-button-prev {
    background-image: url("/img/site/iju/icon_slider_prev.png");
}
#main_body div.detail_free .swiper-button-next {
    background-image: url("/img/site/iju/icon_slider_next.png");
}
.detail_free .swiper-controls-panel {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 25px;
}
.detail_free .swiper-pagination {
    position: static !important;
    display: flex;
    align-items: center;
    gap: 20px;
}
.detail_free .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 2px solid #E64F95;
    background: #fff;
    color: #333;
    opacity: 1;
}
.detail_free .swiper-pagination-bullet-active {
    background-color: #E64F95;
    color: #fff;
    border: 2px solid #fff;
}
.detail_free .swiper-action-button {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.detail_free .swiper-action-button.stop {
    background-image: url("/img/site/iju/icon_slider_stop.png");
}
.detail_free .swiper-action-button.play {
    background-image: url("/img/site/iju/icon_slider_play.png");
}
.color_change .detail_free .swiper-pagination,
.color_change .detail_free .swiper-controls-panel {
    background-color: transparent !important;
}

#main_body .pdf_download,
#main_body #content_footer {
    display: none;
}

/* ranking */
.color_change .sec_ranking img {
    background-color: #fff!important;
}

/* sec_2nd */
.sec_2nd {
    padding: 80px 0 120px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("/img/site/iju/bg_check_pc.jpg");
    text-align: center;
}
.sec_check_headig {
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0 0 40px;
}
.sec_check_headig h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 3rem;
    font-weight: bold;
    padding: 0 30px;
}
.sec_check_headig h2:before,
.sec_check_headig h2:after {
    content: "";
    width: 3px;
    height: 100px;
    border-radius: 10px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    color: #000;
}
.sec_check_headig h2:before { 
    left: 0;
    transform: rotate(-20deg);
}
.sec_check_headig h2:after {
    right: 0;
    transform: rotate(20deg);
}
.sec_check_contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.sec_check_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 29px 40px 97px;
    background: #fff;
    box-shadow: 3px 6px 3px 0px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    color: #000;
}
.font_size_changed .sec_check_box {
    padding-bottom: 110px;
}
.sec_check_title {
    font-size: 2.6rem;
    margin: 0 auto 15px;
}
.sec_check_img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin: 0 auto 15px;
}
.sec_check_img {
    width: 100%;
    height: auto;
}
.color_change .sec_check_img img {
    background-color: #fff!important;
    color: #000;
}
.sec_check_text p {
    margin: 0;
    font-weight: bold;
}
.font_size_changed .sec_check_text p br {
    display: none;
}
.sec_check_box .sec_check_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 10px 17px;
    background: #007D41;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.sec_check_box .sec_check_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;
}
.sec_check_box .sec_check_btn span:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/site/iju/icon_circle_arrow_right.png");
    margin: 0 0 0 8px;
}
.sec_check_box .sec_check_btn[target="_blank"] span:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/site/iju/icon_link.png");
    margin: 0 7px 0 0;
}
.sec_check_box .sec_check_btn.pdf span:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/site/iju/icon_pdf.png");
    margin: 0 9px 0 0;
}
.font_size_limit_max .sec_check_box .sec_check_btn.pdf span:before {
    content: none;
}

/* sec_3rd */
.sec_3rd {
    position: relative;
    padding: 100px 0 0;
    background-color: #F4F7EA;
}
.sec_3rd:before,
.sec_3rd:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 185px;
    position: absolute;
}
.sec_3rd:before {
    background-image: url("/img/site/iju/bg_illust01_right.png");
    height: 381px;
    top: 30px;
    right: 0;
}
.sec_3rd:after {
    background-image: url("/img/site/iju/bg_illust02_left.png");
    height: 508px;
    bottom: 30px;
    left: 0;
}

/* sec_btnarea */
.sec_btnarea {
    margin: 0 auto 100px;
}
.sec_btnarea .sec_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 90px;
}
.sec_btnarea_list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.sec_btnarea_list a {
    position: relative;
    display: block;
    border-radius: 16px;
    background: #fff;
    width: 220px;
    padding: 113px 5px 20px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-size: 96px auto;
    background-position: top 13px center;
    background-repeat: no-repeat;
}
.sec_btnarea_list a span {
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: -.1em;
    line-height: 1.2;
}
.sec_btnarea_contents .sec_btnarea_list a span:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto 0;
}
/* バリエーション */
.sec_btnarea_contents#know .sec_btnarea_list a {
    border: 2px solid #007D41;
}
.sec_btnarea_contents#know .sec_btnarea_list a span:after {
    background-image: url("/img/site/iju/icon_circle_arrow_right_green.png");
}
.sec_btnarea_list a.seido {
    background-image: url("/img/site/iju/icon_saihu.png");
}
.sec_btnarea_list a.voice {
    background-image: url("/img/site/iju/icon_voice.png");
}
.sec_btnarea_list a.ques {
    background-image: url("/img/site/iju/icon_ques.png");
}

.sec_btnarea_contents#search .sec_btnarea_list a {
    border: 2px solid #E64F95;
}
.sec_btnarea_contents#search .sec_btnarea_list a span:after {
    background-image: url("/img/site/iju/icon_circle_arrow_right_pink.png");
}
.sec_btnarea_list a.sumai {
    background-image: url("/img/site/iju/icon_sumai_pink.png");
}
.sec_btnarea_list a.matching {
    background-image: url("/img/site/iju/icon_matching_pink.png");
}

/* sec_topics */
.sec_topics {
    margin: 0 auto 132px;
}
.sec_topics_contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* section_information */
.tpl_site .section_information {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 37px 80px 0;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    color: #000;
}
.tpl_site .section_information:before,
.tpl_site .section_information:after {
    content: "";
    display: block;
    width: 4px;
    height: 100px;
    position: absolute;
    top: -25px;
    background-color: #A2D1BA;
}
.tpl_site .section_information:before {
    left: 25px;
    transform: rotate(45deg);
}
.tpl_site .section_information:after {
    right: 25px;
    transform: rotate(-45deg);
}
.tpl_site .section_information .sec_heading {
    padding-top: 0;
    background: none;
}
.tpl_site .section_information h2 {
    padding: 0;
    background: none;
    color: #333;
}
.tpl_site .section_information_list ul {
    padding: 0;
    gap: 0;
}
.tpl_site .section_information_list ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 0;
    border-top: 1px solid #C2C2C2;
}
.font_size_changed .tpl_site .section_information_list ul li {
    flex-direction: column;
    gap: 10px;
}
.tpl_site .section_information_list ul li:first-child {
    border-top: none;
}
.tpl_site .section_information_list ul li > span {
    font-size: 1.6rem;
}
.tpl_site .section_information_list ul li > span a {
    color: #333;
}
.tpl_site .section_information_list ul li > span.article_date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(11.5em + 66px);
    margin: 0 1.5em 0 0;
    position: relative;
}
.tpl_site .section_information_list ul li > span.article_date:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #E1F3DF;
    border-radius: 100%;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}
.section_information_list img.icon_new {
    width: 40px;
    margin: 0 0 0 8px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.tpl_site .section_information_list div.link_box {
    margin: 36px auto 0;
    padding: 0;
}
.tpl_site .section_information_list div.link_box span a {
    border-color: #007D41;
}
.font_size_changed .tpl_site .section_information_list div.link_box span {
    width: auto;
}

/* sec_4th */
.sec_4th {
    position: relative;
    padding: 100px 0 120px;
}
.sec_4th:before,
.sec_4th:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 185px;
    position: absolute;
}
.sec_4th:before {
    background-image: url("/img/site/iju/bg_illust01_right.png");
    height: 381px;
    top: 30px;
    right: 0;
}
.sec_4th:after {
    background-image: url("/img/site/iju/bg_illust01_left.png");
    height: 508px;
    bottom: 30px;
    left: 0;
}

/* sec_promotion */
.sec_promotion {
    margin: 0 auto 100px;
}
.sec_promotion_contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.sec_promotion_contents .free_box p {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.6;
}
.sec_promotion_contents .free_box p:last-child {
    margin-bottom: 0;
}
.sec_promotion_contents .free_box a {
    color: #333;
}

/* レコメンド */
#sidebar_recommend {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    border: solid 10px #E1F3DF;
    border-radius: 16px;
    background-color: #fff;
    background-size: 265px auto;
    background-repeat: no-repeat;
    background-position: bottom right 30px;
    background-image: url("/img/site/iju/character_chuppy.png");
    padding: 33px 0 37px 47px;
    color: #000;
}
#recommend_title{
    background: none;
    padding: 0;
    color: #333;
    margin: 0 0 17px;
}
#recommend_title h2 {
    background: url(/img/site/iju/icon_recommend.png) no-repeat left center transparent;
    background-size: auto 100%;
    padding: 5px 0px 5px 48px;
}
#recommend_title h2 span {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
}
#sidebar_recommend ul {
    width: calc(100% - 270px);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
#sidebar_recommend ul li {
    display: block;
    border: none;
    padding: 0;
    line-height: 1.5;
}
#sidebar_recommend ul li a {
    color: #333;
}


/* ==================================================
スマートフォン
================================================== */
@media screen and (max-width: 1080px) {

    /* 見出し */
    .tpl_site #main_header {
        width: 66.9%;
        margin: 0 auto 20px;
    }
    .sec_heading {
        padding: 32px 0 0;
        background-size: auto 32px;
    }
    .sec_heading h2 {
        font-size: 2.8rem;
    }
    .sec_heading span {
        font-size: 1.2rem;
    }

    /* sec_1st */
    .sec_1st {
        padding: 70px 0 100px;
    }
    .sec_1st:before,
    .sec_1st:after {
        width: 192px;
    }
    .sec_1st:before {
        background-image: url("/img/site/iju/bg_illust02_right_sp.png");
        height: 192px;
        top: 0;
        right: 0;
    }
    .sec_1st:after {
        background-image: url("/img/site/iju/bg_illust01_left_sp.png");
        height: 70px;
        bottom: 0;
        left: 0;
    }

    /* スライダー */
    #main_body div.detail_free {
        width: 89.3%;
        margin: 0 auto 60px;
    }
    #main_body div.detail_free .swiper-button-prev,
    #main_body div.detail_free .swiper-button-next {
        width: 24px;
        height: 24px;
    }
    .detail_free .swiper-pagination {
        width: auto;
    }
    .detail_free .swiper-controls-panel {
        position: relative;
        bottom: 0;
        gap: 20px;
        margin: 10px 0 0;
        justify-content: center;
    }
    .detail_free .swiper-action-button {
        width: 26px;
        height: 26px;
    }

    /* ランキング */
    .sec_ranking img {
        width: 100%;
        height: auto;
    }
    .sec_ranking .view--pc {
        display: block;
    }
    .sec_ranking .view--sp {
        display: none;
    }
    @media screen and (max-width: 768px) {
        .sec_ranking .view--pc {
            display: none;
        }
        .sec_ranking .view--sp {
            display: block;
        }
    }

    /* sec_2nd */
    .sec_2nd {
        padding: 80px 0 100px;
        background-image: url("/img/site/iju/bg_check_sp.jpg");
    }
    .sec_2nd .view--pc {
        display: block;
    }
    .sec_2nd .view--sp {
        display: none;
    }
    .sec_check_headig {
        margin: 0 0 30px;
    }
    .sec_check_headig h2 {
        font-size: 1.8rem;
    }
    .sec_check_headig h2:before,
    .sec_check_headig h2:after {
        width: 2px;
        height: 90px;
    }
    .font_size_changed .sec_check_headig h2 br {
        display: none;
    }
    .sec_check_box {
        padding: 20px 0 0;
        border-radius: 30px;
    }
    .font_size_changed .sec_check_box {
        padding: 20px 0 0;
    }
    .sec_check_title {
        font-size: 2rem;
        padding: 0 20px;
    }
    .sec_check_img {
        padding: 0 20px;
    }
    .sec_check_text {
        font-size: 1.4rem;
        padding: 0 20px;
    }
    .font_size_changed .sec_check_text br {
        display: none;
    }
    .sec_check_box .sec_check_btn {
        position: relative;
        padding: 10px;
        margin: 20px 0 0;
    }
    .sec_check_box .sec_check_btn span {
        font-size: 1.4rem;
        white-space: normal;
    }
    .sec_check_box .sec_check_btn span:after {
        width: 14px;
        height: 14px;
        margin: 0 0 0 6px;
    }
    .sec_check_box .sec_check_btn[target="_blank"] span:before {
        width: 24px;
        height: 24px;
        margin: 0 6px 0 0;
    }
    .sec_check_box .sec_check_btn.pdf span:before {
        width: 24px;
        height: 24px;
        margin: 0 6px 0 0;
    }
    @media screen and (max-width: 768px) {
        .sec_2nd .view--pc {
            display: none;
        }
        .sec_2nd .view--sp {
            display: block;
        }
        .sec_check_contents {
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
        }
    }

    /* sec_3rd */
    .sec_3rd {
        padding: 80px 0 100px;
    }
    .sec_3rd:before,
    .sec_3rd:after {
        width: 192px;
    }
    .sec_3rd:before {
        background-image: url("/img/site/iju/bg_illust01_right_sp.png");
        height: 70px;
        top: 0;
    }
    .sec_3rd:after {
        background-image: url("/img/site/iju/bg_illust02_left_sp.png");
        height: 70px;
        bottom: 0;
    }

    /* sec_btnarea */
    .sec_btnarea {
        margin: 0 auto 40px;
    }
    .sec_btnarea .sec_inner {
        gap: 40px;
    }
    .sec_btnarea_contents {
        width: 100%;
    }
    .sec_btnarea_list {
        gap: 10px;
        justify-content: center;
    }
    .sec_btnarea_list a {
        width: calc(100% / 2 - 5px);
        max-width: 162px;
        padding: 83px 5px 15px;
        background-size: 70px auto;
        background-position: top 16px center;
    }
    .sec_btnarea_list a span {
        font-size: 1.7rem;
    }
    .sec_btnarea_contents .sec_btnarea_list a span:after {
        width: 20px;
        height: 20px;
        margin: 8px auto 0;
    }
    @media screen and (max-width: 768px) {
        .sec_btnarea_list { 
            max-width: 334px;
            margin: 0 auto;
            justify-content: flex-start;
        }
    }

    /* sec_topics */
    .sec_topics {
        margin: 0 auto 102px;
    }
    @media screen and (max-width: 768px) {
        .sec_topics_contents {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    /* section_information */
    .tpl_site .section_information {
        width: 89.34%;
        padding: 40px 20px;
        border-radius: 16px;
    }
    .tpl_site .section_information:before,
    .tpl_site .section_information:after {
        width: 3px;
        height: 50px;
        top: -13px;
    }
    .tpl_site .section_information:before { 
        left: 10px;
    }
    .tpl_site .section_information:after { 
        right: 10px;
    }
    .tpl_site .section_information .sec_heading {
        margin: 0;
    }
    .tpl_site .section_information_list ul li:before {
        width: 14px;
        height: 14px;
    }
    .tpl_site .section_information_list ul li > span {
        font-size: 1.4rem;
    }
    .tpl_site .section_information_list ul li > span.article_date {
        width: 100%;
        margin: 0 0 8px;
        justify-content: flex-start;
    }
    .tpl_site .section_information_list ul li > span.article_date:before {
        width: 14px;
        height: 14px;
    }
    .section_information_list img.icon_new {
        width: 36px;
        position: relative;
        margin: 0 0 0 8px;
    }
    .tpl_site .section_information_list div.link_box {
        display: flex;
        flex-direction: column;
        max-width: 200px;
        margin-top: 13px;
        gap: 20px;
    }
    .section_information_list div.link_box span {
        width: 100%;
    }

    /* sec_4th */
    .sec_4th {
        padding: 80px 0 100px;
    }
    .sec_4th:before,
    .sec_4th:after {
        width: 192px;
    }
    .sec_4th:before {
        background-image: url("/img/site/iju/bg_illust01_right_sp.png");
        height: 70px;
        top: 0;
    }
    .sec_4th:after {
        background-image: url("/img/site/iju/bg_illust01_left_sp.png");
        height: 70px;
        bottom: 0;
    }

    /* sec_promotion */
    .sec_promotion_contents .free_box p {
        margin: 0 0 8px;
        font-size: 1.2rem;
    }
    @media screen and (max-width: 768px) {
        .sec_promotion_contents {
            grid-template-columns: repeat(1, 1fr);
            gap: 30px;
        }
    }

    /* レコメンド */
    #sidebar_recommend {
        background-size: auto 175px;
        background-position: bottom center;
        padding: 20px 20px 214px;
    }
    #recommend_title {
        margin: 0 0 24px;
    }
    #recommend_title h2 {
        padding: 5px 0px 5px 52px;
        background-size: 46px auto;
    }
    #recommend_title h2 span {
        font-size: 1.6rem;
    }
    .font_size_changed #recommend_title h2 span {
        display: inline;
    }
    #sidebar_recommend ul {
        width: 100%;
        gap: 20px;
        padding: 0;
    }
    #sidebar_recommend ul li {
        width: auto;
        display: flex;
    }
    #sidebar_recommend ul li a {
        background: none;
        padding: 0;
        text-decoration: underline;
    }
}