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

   common-Setting

========================================================= */
.index_common_title {
    margin-bottom: 20px;
}
.index_common_title .sub_txt {
    color: #182987;
    font-weight: bold;
    margin-bottom: 10px;
}
.index_common_title .sub_txt span { padding-right: 30px; position: relative;}
.index_common_title .sub_txt span:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #182987;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) ;
}
.index_common_title .main_txt {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
}
.index_common_title.center_text .sub_txt,
.index_common_title.center_text .main_txt{ text-align: center;}
.index_common_title.center_text .sub_txt span {
    display: inline-block;
    text-align: center;
    padding: 0 35px;
    line-height: 1.4;
}
.index_common_title.center_text .sub_txt span:before{
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #182987;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) ; 
}

@media screen and (min-width: 1025px) {
    .index_common_title { margin-bottom: 50px;}
    
    .index_common_title .sub_txt {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .index_common_title .main_txt {
        font-size: 40px;
    }
    
    
}



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

   index

========================================================= */
.main_img_cover {
    background: url("../images/FV_sp_bg.jpg") no-repeat center top;
    background-size: cover;
    height: calc(100vh - 70px);
    position: relative;
    overflow: hidden;
}
.fv_image {
    width: 50%;
    position: absolute;
    bottom: -100px;
    right: 120px;
}

.fv_fukidashi {
    width: 130px;
    position: absolute;
    right: 10%;
    bottom: 10%;
}
.FV_block {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
    
}
.h2_block { text-align: center; margin-bottom: 15px;}
.h2_block > p {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}

.h2_block > p > span.br_txt {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
  -1px 1px 0 #fff,  1px -1px 0 #fff,
  1px 0 0 #fff, -1px  0 0 #fff,
  0 1px 0 #fff,  0 -1px 0 #fff; 
}
.h2_block > p > span.circle-text { margin-left: -5px;}
.circle-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
    background: #182987;
    font-size: 22px;
    color: #fff;
}
.h2_block .h2_text01 { margin-bottom: 5px; font-size: 18px;}


.h2_block > h2.fv_h2 {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
  -1px 1px 0 #fff,  1px -1px 0 #fff,
  1px 0 0 #fff, -1px  0 0 #fff,
  0 1px 0 #fff,  0 -1px 0 #fff;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
}
.h2_block > h2.fv_h2 span {
    font-size: 36px;
}

.h2_block > p.h2_text02 {
    font-weight: bold;
    line-height: 1.3;
    font-size: 26px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
  -1px 1px 0 #fff,  1px -1px 0 #fff,
  1px 0 0 #fff, -1px  0 0 #fff,
  0 1px 0 #fff,  0 -1px 0 #fff;
}

.h2_block > p.h2_text02 .logo_img {
    display: block;
    width: 330px;
    margin: 0 auto;
    background:linear-gradient(transparent 70%, rgba(44,166,224,0.7) 70%);
}



.h2_sub_block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.h2_sub_block > ul {
    display: flex;
    justify-content: center;

}
.h2_sub_block > ul > li {
    font-weight: bold;
    letter-spacing: 0.025em;
    font-size: 12px;
    padding: 5px 8px;
    background: #fff;
    border-radius: 20px;
    margin: 0 2px;
}
.h2_sub_block > p { font-weight: bold; margin-left: 5px;}

.fv_bnr_list {
    width: 78%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}


@media screen and (min-width: 1025px) {
    
    .main_img_cover {
        background: url("../images/FV_bg.jpg") no-repeat center top;
        background-size: cover;
        height: calc(100vh - 155px);
        margin-top: 155px;
    }
    .fv_image {
        width: 26%;
        bottom: 0px;
        right: 10%;
    }
    .fv_fukidashi {
        width: 235px;
        position: absolute;
        right: 6%;
        bottom: 70%;
    }
    .FV_block {
        max-width: 1200px;
        height: 100%;
        padding-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .h2_block { text-align: left; margin-bottom: 40px;}
    .h2_block > p {
        text-align: left;
        font-size: 46px;
    }


    .h2_block > p > span.circle-text { margin-left: -10px;}
    .circle-text {
        width: 95px;
        height: 95px;
        font-size: 58px;
    }
    .h2_block .h2_text01 { margin-bottom: 10px; font-size: 46px;}
    .h2_block > h2.fv_h2 {
        text-align: left;
        font-size: 46px;
        line-height: 1.2;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
  -2px 2px 0 #fff,  2px -2px 0 #fff,
  2px 0 0 #fff, -2px  0 0 #fff,
  0 2px 0 #fff,  0 -2px 0 #fff;
    }
    .h2_block > h2.fv_h2 span { font-size: 60px;}

    .h2_block > p.h2_text02 {
        font-size: 46px;
        display: inline-block;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
  -2px 2px 0 #fff,  2px -2px 0 #fff,
  2px 0 0 #fff, -2px  0 0 #fff,
  0 2px 0 #fff,  0 -2px 0 #fff;
        padding-bottom: 5px;
        background:linear-gradient(transparent 75%, rgba(44,166,224,0.7) 75%);
    }

    .h2_block > p.h2_text02 .logo_img {
        width: 420px;
        display: inline-block;
        margin: 0;
        background:none;
    }

    .h2_sub_block {
        justify-content:flex-start;
        margin-bottom: 60px;
    }
    .h2_sub_block > ul { justify-content:flex-start;}
    .h2_sub_block > ul > li {
        font-size: 24px;
        padding: 8px 30px;
        border-radius: 30px;
        margin: 0 5px;
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.08);
    }
    .h2_sub_block > p { margin-left: 15px; font-size: 24px;}

    .fv_bnr_list {
        width: 78%;
        flex-direction:row;
        align-items: flex-end;
    }
    .fv_bnr_list li {transition:0.3s;}
    .fv_bnr_list li:hover { opacity: 0.8;}
    .fv_bnr_list li:first-child { margin-bottom: 0; margin-right: 20px;}
}

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

   netflix

========================================================= */
#index_netflix {
    padding: 80px 0 50px;
}
#index_netflix .netflix_head_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
#index_netflix .netflix_head_content:before,
#index_netflix .netflix_head_content:after {
    content: "";
    display: block;
    width: 53px;
    height: 135px;
    background: url("../images/index_netflix_ttl.png") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
}
#index_netflix .netflix_head_content:before { left: 0;}
#index_netflix .netflix_head_content:after { right: 0; transform: scaleX(-1);}

#index_netflix .netflix_head_content p {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 18px;
    text-align: center;
}
#index_netflix .netflix_head_content p.text01 span.big {
    font-size: 24px;
    position: relative;
}
#index_netflix .netflix_head_content p.text01 span.big:before {
    content: "";
    display: block;
    width: 95px;
    height: 24px;
    background: url("../images/index_netflix_img03.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}


#index_netflix .netflix_head_content p.text02 span.b_b {
    font-size: 24px;
    color: #182987;
}
#index_netflix .netflix_head_content p.text02 span.gold {
    font-size: 24px;
background: linear-gradient(0deg, #bc8e3a 30%, #edcc68 50%, #bc8e3a 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;   
}



#index_netflix .netflix_content {
    display: flex;
    flex-direction: column;
}
#index_netflix .netflix_content .image_block {
    width: 90%;
    margin: 0 auto 20px;
    position: relative;
}
#index_netflix .netflix_content .image_block .main_img {
    border: 7px solid #fff;
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2);
}
#index_netflix .netflix_content .image_block .medal {
    width: 60px;
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: 2;
}

#index_netflix .netflix_content .text_block .main_text {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
#index_netflix .netflix_content .text_block .main_text:before,
#index_netflix .netflix_content .text_block .main_text:after {
    content: "";
    display: block;
    width: 50px;
    height: 37px;
    position: absolute;
    background: url("../images/index_netflix_img04.png") no-repeat;
    background-size: contain;
}
#index_netflix .netflix_content .text_block .main_text:before {
    top: 0;
    left: 0;
}
#index_netflix .netflix_content .text_block .main_text:after {
    transform: scale(-1, -1);
    bottom: 0;
    right: 0;
}


#index_netflix .netflix_content .text_block .main_text p {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    z-index: 2;
}
#index_netflix .netflix_content .text_block .main_text p span {
    background: #fff68e;
}
#index_netflix .netflix_content .text_block .txt-c { font-size: 12px; margin-bottom: 10px;}
#index_netflix .netflix_content .text_block .btn_list .txt_btn:first-child { margin-bottom: 10px;}


@media screen and (min-width: 1025px) {
    #index_netflix { padding: 120px 0 100px;}
    #index_netflix .netflix_head_content {
    margin-bottom: 40px;
}
#index_netflix .netflix_head_content:before { left: 0;}
#index_netflix .netflix_head_content:after { right: 0; transform: scaleX(-1);}

    #index_netflix .netflix_head_content p { font-size: 36px; border-bottom: 2px dashed #e2e2e0;}
    #index_netflix .netflix_head_content p.text01 span.big { font-size: 48px;}
    #index_netflix .netflix_head_content p.text01 span.big:before {
        width: 190px;
        height: 48px;
        top: -50px;
    }
    #index_netflix .netflix_head_content p.text02 span.b_b { font-size: 54px;}
    #index_netflix .netflix_head_content p.text02 span.gold { font-size: 54px;}


    #index_netflix .netflix_content { flex-direction:row; justify-content: space-between;}
    #index_netflix .netflix_content .image_block {
        width: 37.5%;
        max-width: 450px;
        margin: 0;
    }
    #index_netflix .netflix_content .image_block .medal {
        width: 120px;
    }
    #index_netflix .netflix_content .text_block { width: 57%;}

    #index_netflix .netflix_content .text_block .main_text { margin-bottom: 20px;}
    #index_netflix .netflix_content .text_block .main_text:before {
        top: 0;
        left: -50px;
    }
    #index_netflix .netflix_content .text_block .main_text p {
        font-size: 22px;
        line-height: 2.2;
        letter-spacing: 0.025em;
    }

    #index_netflix .netflix_content .text_block .txt-c { font-size: 16px; margin-bottom: 20px;}
    #index_netflix .netflix_content .text_block .btn_list {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #index_netflix .netflix_content .text_block .btn_list .txt_btn { width: 49%; max-width: 300px; margin: 0 15px 0;}
    #index_netflix .netflix_content .text_block .btn_list .txt_btn:first-child { margin-bottom: 0px;}
    
}


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

   case

========================================================= */
#index_case {
    width: 100%;
    padding: 50px 0;
    background: #f3f6fa;
    position: relative;
}
#index_case .deco {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#index_case .main_sec {
    position: relative;
    z-index: 5;
}
#index_case .main_sec .case_fukidashi {
    margin-top: 20px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#index_case .main_sec .case_fukidashi p {
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 0 20px;
}
#index_case .main_sec .case_fukidashi p:before,
#index_case .main_sec .case_fukidashi p:after {
    content: "";
    display: block;
    width: 16px;
    height: 19px;
    background: url("../images/case_fukidashi.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;

}
#index_case .main_sec .case_fukidashi p:before {
    left: 0;
}
#index_case .main_sec .case_fukidashi p:after {
    right: 0;
    transform: scaleX(-1);
}

#index_case .main_sec .case_fukidashi p span {
    font-size: 18px;
}

#index_case .main_sec .case_fukidashi p span.blue { color: #2ca6e0;}
#index_case .main_sec .txt_btn { width: 320px; margin: 0 auto;}

@media screen and (min-width: 1025px) {
    #index_case {
        padding: 90px 0;
    }
    #index_case .main_sec .case_fukidashi { margin-top: 20px; margin-bottom: 10px;}
    #index_case .main_sec .case_fukidashi p { padding: 0 30px; line-height: 1;}
    #index_case .main_sec .case_fukidashi p span { font-size: 22px;}
}

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

   interview

========================================================= */
#index_interview { padding: 50px 0;}
.index_interview_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.index_interview_title > .ttl_block { margin-bottom: 20px;}
.index_interview_title > .ttl_block p.sub {
    font-weight: bold;
}

.index_interview_title > .ttl_block > .main_title {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.025em;
    margin-top: 8px;
}
.index_interview_title > .ttl_block > .main_title > span {
    position: relative;
}
.index_interview_title > .ttl_block > .main_title > span:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #2ca6e0;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
}


.youtube_c_btn {
    max-width: 450px;
}
.youtube_c_btn a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 10px;
    background: #182987;
    color: #fff;
    text-align: center;
    position: relative;
}
.youtube_c_btn a::before{
    content: "";
    display: block;
    position: absolute;
    right: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}


.youtube_c_btn span:first-child {
    display:inline-block;
    font-weight: bold;
    font-size: 16px;
}
.youtube_c_btn span:nth-child(2) {
    display:inline-block;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.025em;
    padding-left: 30px;
    position: relative;
}
.youtube_c_btn span:nth-child(2):before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/logo_w.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}

.youtube_movie_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.youtube_movie_list .movie_block {
    width: 49%;
  aspect-ratio: 16 / 9;
    margin: 0 5px;
}
.youtube_movie_list .movie_block iframe {
  width: 100%;
  height: 100%;
}



.index_voice_banner {
    width: 100%;
    border-radius: 10px;
    background: #cbe1ec;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
}
.index_voice_banner a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index_voice_banner .v_inner_block {
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 10px;
    position: relative;
    background:url("../images/index_voice_bg.jpg") repeat;
    overflow: hidden
}
.index_voice_banner .v_inner_block p {
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.4;
    text-align: center;
}
.index_voice_banner .v_inner_block p.sub { margin-bottom: 5px;}
.index_voice_banner .v_inner_block p.bnr_title {
    font-size: 24px;
    margin-bottom: 10px;
}
.index_voice_banner .v_inner_block .more_btn {
    text-align: center;
}
.index_voice_banner .v_inner_block .more_btn span {
    display: inline-block;
    background: #2ca6e0;
    color: #fff;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.index_voice_banner .v_inner_block .more_btn span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #2ca6e0;
  border-right: 0;
}


.index_voice_banner .v_inner_block .deco_img01 {
    width: 150px;
    position: absolute;
    top: -20px;
    left: -50px;
}
.index_voice_banner .v_inner_block .deco_img02 {
    width: 120px;
    position: absolute;
    bottom: -25px;
    right: -10px;
}

@media screen and (min-width: 1025px) {
    #index_interview { padding: 100px 0;}
    
    .index_interview_title {
        flex-direction:row;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .index_interview_title > .ttl_block { margin-bottom: 0px;}
    .index_interview_title > .ttl_block p.sub {
        font-size: 26px;
    }
    .index_interview_title > .ttl_block > .main_title {
        font-size:40px;
        letter-spacing: 0.075em;
    }
    .index_interview_title > .ttl_block > .main_title > span:before {
        width: 8px;
        height: 8px;
        top: -13px;
    }
    
    .youtube_c_btn a {
        padding: 18px 20px 12px 0;
    }
    .youtube_c_btn a::before{
        right: 20px;
        width: 14px;
        height: 14px;
    }


    .youtube_c_btn span:first-child { font-size: 19px; margin-bottom: 0;}
    .youtube_c_btn span:nth-child(2) {
        font-size: 26px;
        letter-spacing: 0.025em;
        padding-left: 50px;
    }
    .youtube_c_btn span:nth-child(2):before {
        width: 40px;
        height: 40px;
        top: 2px;
    }

    .youtube_movie_list { margin-bottom: 80px !important;}
    .youtube_movie_list .movie_block {
        width: 24%;
        margin-bottom: 0px;
    }


    .index_voice_banner {transition:0.3s;}
    
    .index_voice_banner .v_inner_block {
        padding: 30px 10px;
        transition:0.3s;
    }
    .index_voice_banner:hover .v_inner_block { background: #2ca6e0;}
    .index_voice_banner .v_inner_block p.sub { margin-bottom: 5px; font-size: 22px; transition:0.3s;}
    .index_voice_banner .v_inner_block p.bnr_title {
        font-size: 40px;
        transition:0.3s;
    }
    
    .index_voice_banner:hover .v_inner_block p.sub,
    .index_voice_banner:hover .v_inner_block p.bnr_title { color: #fff;}
    
    .index_voice_banner .v_inner_block .more_btn span {
        line-height: 40px;
        height: 40px;
        font-size: 18px;
        padding: 0 40px;
    }
    .index_voice_banner .v_inner_block .more_btn span:before {
    right: -20px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #2ca6e0;
        border-right: 0;
    }
    .index_voice_banner .v_inner_block .deco_img01 {
        width: 392px;
        top: -30px;
        left: -30px;
    }
    .index_voice_banner .v_inner_block .deco_img02 {
        width: 354px;
        bottom: -30px;
        right: -30px;
    }

    
}

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

   worry

========================================================= */
#index_worry {
    width: 100%;
    background: #f1f1f1;
    position: relative;
    padding: 30px 0 40px 0;
    margin: 0 auto 50px;
}

#index_worry:after {
    content: "";
    display: block;
    position: absolute;
}

#index_worry:after {
    left: 50%;
    transform : translateX(-50%);
    bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 237px solid transparent;
  border-left: 237px solid transparent;
  border-top: 70px solid #f1f1f1;
  border-bottom: 0;  
}

#index_worry .main_sec {
    position: relative;
    z-index: 2;
}

#index_worry .worry_title {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.025em;
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}
#index_worry .worry_title:before,
#index_worry .worry_title:after {
    color: #182987;
    font-size: 26px;
    position: absolute;
    font-weight: bold;
}
#index_worry .worry_title:before {
    content: "「";
    top: -3px;
    left: 0;
}
#index_worry .worry_title:after {
    content: "」";
    right: 0;
    bottom: -3px;
}

#index_worry .worry_title span {
    position: relative;
    font-size: 26px;
    color: #182987;
}
#index_worry .worry_title span:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #182987;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
}


.index_worry_contents {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.index_worry_contents > li {
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 10px;
}
.index_worry_contents > li:before {
    content: "";
    display: block;
    width: 40px;
    height: 30px; 
    background: url("../images/index_worry_deco01.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 20px;
}
.index_worry_contents > li:last-child { margin-bottom: 0;}

.index_worry_contents > li > p {
    font-weight: bold;
    letter-spacing: 0.025em;
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
}
.index_worry_contents > li > p.small { font-size: 17px; margin-top: 5px;}
.index_worry_contents > li > p > span { color: #182987;}

.index_worry_text01 {
    background: #2ca6e0;
    position: relative;
    padding: 10px 60px;
    border-radius: 80px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.index_worry_text01 p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin: 2px 0;
}
.index_worry_text01 > .deco_img01 {
    width: 80px;
    position: absolute;
    top: 0;
    left: -20px;
}
.index_worry_text01 > .deco_img02 {
    width: 80px;
    position: absolute;
    top: 0;
    right: -20px;
}
.index_worry_text02 p { font-weight: bold;}
.index_worry_text02 p.head_text {
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    text-align: center;
}
.index_worry_text02 p.head_text span {
    font-size: 20px;
    border: 2px solid #182987;
    padding: 4px 8px;
    border-radius: 30px;
}

.index_worry_text02 p.btm_text {
    font-size: 22px;
    letter-spacing: 0.025em;
    line-height: 1.3;
    text-align: center;
}
.index_worry_text02 p.btm_text span { font-size: 28px;}
.index_worry_text02 p.btm_text .blue { color: #182987;}
.index_worry_text02 p.btm_text .line_txt { background:linear-gradient(transparent 60%, #fff68e 60%);}


/*#index_worry::before {
    top: 0;
    transform-origin:bottom;
    transform: translateY(-95%) scaleY(0);
    
    aspect-ratio: 1600/168;
    transition: transform 0.6s var(--ease-out-back);
}
#index_worry.is-act::before {transform:translateY(-95%) scaleY(1);}*/

@media screen and (min-width: 1025px) {
    .bg_top {
        width: 100%;
    }
    
    #index_worry {
        padding: 30px 0 90px 0;
        margin: 0 auto 150px;
    }
    #index_worry:after { bottom: -70px;}

    #index_worry .worry_title {
        letter-spacing: 0.075em;
        font-size: 30px;
        margin-bottom: 40px;
    }
    #index_worry .worry_title:before,
    #index_worry .worry_title:after {
        font-size: 40px;
    }
    #index_worry .worry_title:before {
        top: -10px;
        left: 23%;
    }
    #index_worry .worry_title:after {
        right: 23%;
        bottom: -10px;
    }

    #index_worry .worry_title span { font-size: 40px;}
    #index_worry .worry_title span:before { top: -5px;}

    .index_worry_contents {
        flex-direction:row;
        justify-content: center;
        margin-bottom: 80px;
    }
    .index_worry_contents > li {
        box-sizing: border-box;;
        min-width: 350px;
        padding: 30px 20px 25px;
        margin: 0 15px 0;
    }
    .index_worry_contents > li:before {
        top: 20px;
    }

    .index_worry_contents > li > p {
        letter-spacing: 0.075em;
        font-size: 24px;
    }
    .index_worry_contents > li > p.small { font-size: 18px; margin-top: 5px;}

    .index_worry_text01 {
        padding: 40px 60px;
        border-radius: 80px;
        flex-direction:row;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 30px;
    }
    .index_worry_text01 > .logo_img {
        width: 390px;
    }
    .index_worry_text01 p {
        font-size: 36px;
        margin: 0;
    }
    .index_worry_text01 > .deco_img01 {
        width: 210px;
        top: -40px;
        left: -60px;
    }
    .index_worry_text01 > .deco_img02 {
        width: 197px;
        top: -35px;
    }

    .index_worry_text02 p.head_text {
        font-size: 24px;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}
    .index_worry_text02 p.head_text span {
        font-size: 30px;
        padding: 10px 30px;
        border-radius: 50px;
        margin: 0 5px;
    }

    .index_worry_text02 p.btm_text {
        font-size: 36px;
        letter-spacing: 0.075em;
    }
    .index_worry_text02 p.btm_text span { font-size: 46px;}
    .index_worry_text02 p.btm_text .line_txt { background:linear-gradient(transparent 75%, #fff68e 75%);}



}

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

   menu

========================================================= */
#index_menu { margin-bottom: 50px; margin-top: 50px;}

.index_menu_contents {
    display: flex;
    flex-wrap: wrap;
}
.index_menu_contents .menu_block {
    width: 49%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 10px 20px;
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.15);
    margin-bottom: 6px;
}
.index_menu_contents .menu_block a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_menu_contents .menu_block:nth-child(odd) { margin-right: 2%;}

.index_menu_contents .menu_block .num {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 30px;
}

.index_menu_contents .menu_block .menu_icon {
    width: 50px;
    margin: 0 auto 8px;
}
.index_menu_contents .menu_block p {
    text-align: center;
    line-height: 1.0;
    font-weight: bold;
    letter-spacing: 0em;
}
.index_menu_contents .menu_block .menu_main_txt {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 10px;
}
.index_menu_contents .menu_block .menu_main_txt span {
    font-size: 16px;
}

.index_menu_contents .menu_block .menu_sub_txt span {
    color: #ffff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

.index_menu_contents .menu_block:nth-child(2) .num,
.index_menu_contents .menu_block:nth-child(4) .num,
.index_menu_contents .menu_block:nth-child(5) .num,
.index_menu_contents .menu_block:nth-child(7) .num { color: #dfe1ed;}

.index_menu_contents .menu_block:nth-child(1) .num,
.index_menu_contents .menu_block:nth-child(3) .num,
.index_menu_contents .menu_block:nth-child(6) .num,
.index_menu_contents .menu_block:nth-child(8) .num{ color: #e0eff9;}

.index_menu_contents .menu_block:nth-child(2) .menu_sub_txt span,
.index_menu_contents .menu_block:nth-child(4) .menu_sub_txt span,
.index_menu_contents .menu_block:nth-child(5) .menu_sub_txt span,
.index_menu_contents .menu_block:nth-child(7) .menu_sub_txt span { background: #182987;}

.index_menu_contents .menu_block:nth-child(1) .menu_sub_txt span,
.index_menu_contents .menu_block:nth-child(3) .menu_sub_txt span,
.index_menu_contents .menu_block:nth-child(6) .menu_sub_txt span,
.index_menu_contents .menu_block:nth-child(8) .menu_sub_txt span{ background: #2ca6e0;}


@media screen and (min-width: 1025px) {
    
    #index_menu { margin-bottom: 80px; margin-top: 100px;}

    .index_menu_contents {
    display: flex;
    flex-wrap: wrap;
}
    .index_menu_contents .menu_block {
        width: 23.75%;
        padding: 30px 10px 40px;
        margin-bottom: 30px;
        margin-right: 1.6666%;
        transition:0.3s;
    }

    .index_menu_contents .menu_block:nth-child(1):hover,
    .index_menu_contents .menu_block:nth-child(3):hover,
    .index_menu_contents .menu_block:nth-child(6):hover,
    .index_menu_contents .menu_block:nth-child(8):hover { background: #2ca6e0;}
    
    .index_menu_contents .menu_block:nth-child(2):hover,
    .index_menu_contents .menu_block:nth-child(4):hover,
    .index_menu_contents .menu_block:nth-child(5):hover,
    .index_menu_contents .menu_block:nth-child(7):hover { background: #182987;}

    .index_menu_contents .menu_block:nth-child(odd) { margin-right: 1.6666%;}
    .index_menu_contents .menu_block:nth-child(4),
    .index_menu_contents .menu_block:nth-child(8) { margin-right: 0;}
    .index_menu_contents .menu_block .num {
        font-size: 60px;
        letter-spacing: 0;
        top: 20px;
        left: 30px;
        line-height: 1;
    }

    .index_menu_contents .menu_block .menu_icon {
        width: 65px;
        margin: 0 auto 8px;
    }
    .index_menu_contents .menu_block p { letter-spacing: 0.1em;}
    .index_menu_contents .menu_block .menu_main_txt { font-size: 20px; margin-bottom: 20px; transition:0.3s;}
    .index_menu_contents .menu_block .menu_main_txt span { font-size: 24px;}
    .index_menu_contents .menu_block .menu_sub_txt span {
        font-size: 16px;
        padding: 8px 15px;
        border-radius: 60px;
    }
    
    .index_menu_contents .menu_block:hover .menu_main_txt { color: #fff;}
    
}
/* ======================================================

   knack

========================================================= */
#index_knack {
    width: 100%;
    background: #e0eff9;
    padding: 50px 0;
    margin: 0 auto 60px;
}

.index_knack_contents {
    display: flex;
    flex-direction: column;
    margin: 30px auto 0;
}
.index_knack_contents .knack_block {
    width: 100%;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
    padding: 20px;
    border-top: 10px solid #182987;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
}
.index_knack_contents .knack_block:last-child { margin-bottom: 0;}
.index_knack_contents .knack_block .knack_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.index_knack_contents .knack_block .knack_title span { color: #182987;}
.index_knack_contents .knack_block .knack_list li {
    width: 100%;
    letter-spacing: 0.01em;
}
.index_knack_contents .knack_block .knack_list li a {
    display: block;
    width: 100%;
    color: #232323;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px dashed #e2e2e0;
    padding: 5px 0 5px 20px;
    position: relative;
}
.index_knack_contents .knack_block .knack_list li a:before,
.index_knack_contents .knack_block .knack_list li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
.index_knack_contents .knack_block .knack_list li a:before {
    width: 15px;
    height: 15px;
    left: 0;
    background: #182987;
    transform: translateY(-50%) ;
    border-radius: 50%;
}
.index_knack_contents .knack_block .knack_list li a:after {
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}
.index_knack_contents .knack_block .knack_img { width: 100%; margin-top: 20px; }
.index_knack_contents .knack_block .knack_img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (min-width: 1025px) {
    #index_knack {
        padding: 100px 0 120px;
        margin: 0 auto 110px;
    }
    
    .index_knack_contents {
        flex-wrap: wrap;
        flex-direction:row;
        margin: 50px auto 0;
    }
    .index_knack_contents .knack_block {
        width: 49.2%;
        padding: 30px 40px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        min-height: 615px;
    }
    .index_knack_contents .knack_block:first-child { margin-right: 1.6%;}
    .index_knack_contents .knack_block:nth-child(3) { margin-right: 1.6%; margin-bottom: 0;}
    
    .index_knack_contents .knack_block .knack_title {
        font-size: 32px;
        margin-bottom: 10px;
        letter-spacing: 0.075em;
    }
    .index_knack_contents .knack_block .knack_list li {
        letter-spacing: 0.075em;
    }
    .index_knack_contents .knack_block .knack_list li a {
        font-size: 20px;
        padding: 15px 0 15px 30px;
        transition:0.3s;
    }
    .index_knack_contents .knack_block .knack_list li a:hover {
        color: #182987;
        background: #e0eff9;
    }
    .index_knack_contents .knack_block .knack_list li a:before {
        width: 22px;
        height: 22px;
    }
    .index_knack_contents .knack_block .knack_list li a:after {
        left: 6px;
    }
    .index_knack_contents .knack_block .knack_img { margin-top: auto; }
    .index_knack_contents .knack_block .knack_img img { height: 200px;}

    
}


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

   news / column

========================================================= */
.news_column_title {
    display: flex;
    flex-direction: column;
}

.news_column_title .txt_btn { width: 190px; margin: 0 auto;}

.news_column_block {
    height: 250px;
    overflow-y: scroll;
    padding-right: 20px;
    box-sizing: border-box;
}
.news_column_block::-webkit-scrollbar {
    width: 15px;
    background: #dddddd;
    border-radius: 10px;
}
.news_column_block::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 10px;
}

.artcle_list li {}
.artcle_list li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    color: #232323;
    text-decoration: none;
    position: relative;
}
.artcle_list li .date {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.artcle_list li .cate {
    display: flex;
    margin-bottom: 5px;
}
.artcle_list li .cate li {
    font-size: 12px;
    font-weight: bold;
    color: #182987;
    border-radius: 20px;
    border: 1px solid #dddddd;
    padding: 6px 12px;
    margin-right: 10px;
    line-height: 1.0;
    background: #fff;
}
.artcle_list li .cate li:last-child { margin-right: 0px;}


.news_column_block.fv_btm_news {
    height: auto !important;
    overflow-y:auto;
    padding: 0;
}



.txt_btn.news_more {
    max-width: 200px;
    margin: 20px auto 0;
}


@media screen and (min-width: 1025px) {
    .news_column_title {
        flex-direction:row;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 40px;
    }
    .news_column_title .txt_btn { margin: 0;}
    .news_column_title .index_common_title { margin-bottom: 0;}
    
    
    .news_column_block {
        height: 220px;
        padding-right: 50px;
    }
    .artcle_list > li {
        width: 100%;
        display: block;
        overflow: hidden;        
    }
    .artcle_list li a {
        padding: 20px 0;
        display: flex;
        transition:0.3s;
    }
    .artcle_list li a:hover { background: #f3f6fa;}
    .artcle_list li a:before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        border-top: 2px solid #182987;
        border-right: 2px solid #182987;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 26px;
        right: 5px;
    }
    
    .artcle_list li .date {
        margin-right: 10px;
    }
    .artcle_list li .cate {}
    .artcle_list li .cate li { width: auto;}
    
    .artcle_list li a .title {
        display: inline-block;
        width: 740px;
        margin-left: auto;
    }
    
    .top_info_outer {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 40px;
    }
    
    .news_column_block.fv_btm_news {
        width: 960px;
    }
    
    .news_column_block.fv_btm_news .artcle_list li a {
        padding: 15px 0;
    }
    
    .txt_btn.news_more { margin: 0;}
}



.youtube_movie_list .slick-prev,
.youtube_movie_list .slick-next {
    width: 40px;
    height: 40px;
    background: #182987;
    border-radius: 50%;
    transition:0.3s;
    z-index: 9;
}

.youtube_movie_list .slick-prev { left: -10px;}
.youtube_movie_list .slick-next { right: -10px;}

.youtube_movie_list .slick-prev:hover,
.youtube_movie_list .slick-next:hover {
    background: rgba(24,41,135,0.8);
}

.youtube_movie_list .slick-prev:before,
.youtube_movie_list .slick-next:before {
    content: "";
    display: block; 
    top: 50%;
    position: absolute;
    margin-top: -5px;
}
.youtube_movie_list .slick-prev:before {
	left: 17px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg); 
}

.youtube_movie_list .slick-next:before {
	right: 17px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); 
}



.youtube_movie_list .slick-dots li button:before {
    font-size: 24px;
}