@charset "utf-8";
/* CSS Document */
.patent {
    font-size: 0.9vw;
    position: absolute;
    right: 1vw;
    bottom: 3rem;
  }
  @media screen and (max-width:767px) {
    .patent {
        position: relative;
        font-size: 12px;
        bottom: 2rem;
        padding: 0.5rem;
        right: 0;
        top:-2rem;
        text-align: center;
    }
  }

  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    /*margin-right:20px;*/
    top: -6rem;
    background: #b3b3b366;
    transform: scale(0.7);
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie-wrap img
{
    width: 100%;
    height: auto;
}
.movie_caption{
   font-size: 15px;
   text-align: center;
   margin-top: -10rem;
}
@media screen and (max-width:767px) {
    .movie-wrap{ margin-right:inherit; transform: scale(0.8);}
    .movie_caption{
        font-size: 14px;
        margin-top: -7.5rem;
    }
}


/* main_visual */
#main_visual{ margin-top: 12rem; min-width:1200px; position:relative;}
#main_visual + div{ width:50%;}
#main_visual .boxL{width:40%; padding:3% 0 2%; margin-left: 0; font-size: 22px; display: inline-block;}
#main_visual .boxL .catch_txt{ font-size: 56px; font-weight: 600; margin-bottom: 10px!important; line-height: 1.2; letter-spacing: 0em;text-align: center;}
#main_visual .boxL p{ margin-bottom: 1.5em; letter-spacing: .03em; text-align: center; font-size:17px ; font-weight: bold;}

#main_visual .boxR{ position:absolute; bottom:0; top:0; right:0; width:50%; padding-top:80px; text-align:center;}
#main_visual .boxR img{ width: auto; height:90%;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1650px) {
    #main_visual .boxL{margin-left: -9vw;}
}
@media screen and (max-width: 1500px) {
    #main_visual .boxR{ width:35%;}
    #main_visual .boxR img{text-align:left;}
    #main_visual .boxL {width: 40%; margin-left: 0;}
    #main_visual .boxL .catch_txt{ font-size: 40px;}
}

@media screen and (max-width:767px) {
    #main_visual{margin-top: 0;}
#header_wrap{ background-image:url(../img/02.gif);}

#main_visual{min-width: inherit;}
#main_visual .boxL{ width: 100%; padding: 6% 5% 5%; margin-left: 0; font-size: 17px; letter-spacing:0;}

#main_visual .boxL .catch_txt{display: inline-block;font-size: 30px;}
#main_visual .boxL p{ margin-right: 37%; margin-bottom: 3.5em; font-size: 16px;}

#main_visual .boxR{ width:40%;padding-bottom:56.25%; bottom:0; top: -12rem; padding-top:20px;     overflow: hidden;}
#main_visual .boxR img{
    height:auto;
    max-height:100%;
    width:auto;
    position: relative;
    overflow: hidden;
    bottom: -17vw;
    right: -3rem;
}
}
@media screen and (max-width:622px) {
    #main_visual .boxR{width: 42%;}
    #main_visual .boxR img{bottom: -22vw;}
}
@media screen and (max-width:415px) {
    #main_visual .boxR img{right: -4rem; bottom: -40vw;}
    #main_visual .boxR{width: 46%;}
}
@media screen and (max-width:376px) {
    #main_visual .boxR img{bottom: -49vw; right: -4rem;}
    #main_visual .boxR{width: 47%;}
}
@media screen and (max-width:360px) {
    #main_visual .boxR img{bottom: -53vw; right: -4rem;}
    #main_visual .boxR{width: 47%;}
}
@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
	bottom: 60px;
    text-align: center;
	z-index: 10;
	opacity:1;
	
}
.scroll-btn > * {
    display: block;
	text-align:center;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #999;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #999;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 25px;
    height: 40px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    background: #CCC;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;}



/*==============================================================*/
/* main */
/*==============================================================*/

#introduction{
    color: #333333;
    /*background: #0569ae url(../../img/bg_pattern01.jpg) no-repeat center bottom / 100% auto;*/
    background: #fff;
    position: relative;
}
#introduction .blc_in{
    text-align: center;
    position: relative;
}
#introduction .blc_in::before{
    content: "";
    background: url(../img/people08.png)no-repeat;
    background-size: contain;
    width: 200px;
    height: 550px;
    display: block;
    position: absolute;
    top: -18rem;
    left: 9vw;
    z-index: 1;
}
#introduction .catch_txt{ font-size: 260%; margin-bottom:.6em; letter-spacing:0; padding: 3% 0 0;}
#introduction p{ 
    margin:0 40px; text-align: center;
}

#introduction .adopt .mr_txt{font-size: 2rem; margin-bottom: 2rem;}
@media screen and (max-width:767px) {
    #introduction p{ margin: 0;}
    #introduction .adopt .mr_txt{font-size: 1.6rem; }
}
#introduction .box_wraper{ overflow: hidden; line-height: 1.2;}
#introduction .box_results{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;

}
#introduction .box_wraper .box_ttl{ font-size:28px;  margin-bottom:30px;}
#introduction .box_wraper b{ font-weight:700; font-size:60px; color:#0678B5; }
#introduction .box_wraper .txt24{ font-size: 24px;}
/*#introduction .box_results{ position:relative; overflow: hidden; width:950px;}*/
#introduction .results_item{ overflow: hidden;border: dashed 1px #FFF; padding: 15px; position:relative; font-size:24px; width:48%; float:left; line-height:1; margin-bottom: 3%; font-weight: 600;}
#introduction .results_item:nth-child(2n+1){ margin-right:3%; }
#introduction .box_wraper dt{ display: inline-block; vertical-align: bottom; padding-right:20px; padding-bottom:5px;}
#introduction .box_wraper dd{ display:inline-block; vertical-align: middle;}
#introduction .total{
    font-size: 24px;
    margin: 20px auto 40px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
}
#introduction .btn a{
    background-color:#0678B5;
    color: #FFF;
    padding: 25px 60px;
    text-decoration: none;
    display: inline-block;
    position:relative;
    font-size: 18px;
    transition: all 0.2s linear;
    -moz-box-shadow: 2px 8px 7px -8px rgba(134, 135, 150, 0.97);
    -webkit-box-shadow: 2px 8px 7px -8px rgba(134, 135, 150, 0.97);
    -ms-box-shadow: 2px 8px 7px -8px rgba(134, 135, 150, 0.97);
    box-shadow: 2px 8px 7px -8px rgba(134, 135, 150, 0.97);}
#introduction .btn a:hover{ filter: brightness(125%);}
#introduction .btn a:after{ font-family: "Font Awesome 5 Free";
  content: '\f138'; font-weight: 700; margin-left: 15px;}

  @media screen and (max-width:1500px) {
    #introduction .blc_in::before{
        width: 200px;
        height: 350px;
        left: 2rem;
        top:2rem;
    }
  }
@media screen and (max-width:767px) {

#introduction .blc_in{
    background-size: 25%;
    padding-left: 0;
    padding-top:2rem;
    width:auto;
}
#introduction .blc_in .catch_txt,
#introduction .blc_in p{
    padding:5% 5% 3% 10rem;
    text-align: left;
}
#introduction .blc_in p{margin-bottom: 0;}
#introduction .blc_in::before{
    width: 80px;
    height: 250px;
    left: 1rem;
    top: 0rem;
}

#introduction .catch_txt{ font-size: 21px; line-height: 1.3; margin-bottom: -2rem;}
#introduction p{ margin:0;}
#introduction .box_results{ width:auto; display:block; position: relative; z-index: 1;}
#introduction .results_item{ width: 100%; font-size: 18px; float: none;}
#introduction .results_item:nth-child(2n+1){ margin-right: 0;}
#introduction .box_wraper b{ font-size:45px;}
#introduction .total{ width: auto; display: block; margin:25px auto 0;}
}

@media screen and (max-width: 400px) {

#introduction .box_wraper b{ font-size: 28px;}
#introduction .box_wraper .txt24{ font-size: 20px;}
#introduction .box_wraper{ margin-bottom:0;}
}


#smartphone{ position:absolute; right: 5%; top:250px; left: 950px; text-align:center;}
#smartphone img{ width: 100%; height:auto; max-width: 180px; min-width: 185px; }

@media screen and (max-width: 1220px) {
    #smartphone{ display: none;}
    }

 /*-----------------#blc_feature------------------------*/ 
#blc_feature{ overflow: hidden; margin-top: -12rem;}
#blc_feature::before{
    content:"MERIT";
    font-weight: bold;
    font-size: 10rem;
    font-style: italic;
    color: #EEEEEE;
    position: relative;
    left: 1rem;
    top: 17rem;
}
#blc_feature .blc_in{
    padding:3%;
    position: relative;
    text-align: center;
}
#blc_feature .blc_in::after{
    content:"";
    display: inline-block;
    width: 320px;
    height: 665px;
    top: 5rem;
    right: 0;
    position: absolute;
    background: url(../img/people09.png)no-repeat;
    background-size: contain;
    padding-right: 20rem;
}
#blc_feature .blc_in .txt{margin-bottom: 0;}
#blc_feature .txt{text-align: center;}
#blc_feature .blc_ttl{font-size: 43px; margin-bottom: .6em;}
#blc_feature .box{ 
    text-align: center;
    width: 30%;
    float: left; 
    padding: 0 3rem;

    counter-increment: num;
    color: #FFF;
    -webkit-transform:skew(-11deg, 0deg);
}

#blc_feature .box_wraper{
    background-color: #0D80B6;
    margin-top: 40px;
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -ms-flex-wrap : wrap;
    -webkit-flex-wrap : wrap;
    flex-wrap : wrap;
    padding-right: 20%;

}
#blc_feature .box:first-child{background-color:#0D80B6;}
#blc_feature .box:nth-child(3){background-color:#0D80B6;}
#blc_feature .box:nth-child(2){background-color:#086199;}

#blc_feature .box:last-child{margin-right: 0;}
#blc_feature .box dt{ 
    text-align: center;

    color: #FFF;
    padding: 9rem 15px 0;
    font-size: 26px;
    font-weight: 500;
    position: relative;
}
#blc_feature .box dt:before {
    content: counter(num,decimal-leading-zero);
    margin: 20px auto 15px;
    text-align: center;
    display:block;
    padding:23px 20px;
    line-height: 1;
    font-size: 230%;
    border-radius: 20px;
    background-color: #01486E;
    width: 11rem;
    position: absolute;
    top: -4rem;
    left: 0;
    right: 12px;
    margin: auto;
}

#blc_feature .box dd{ padding:20px 20px 10rem;}
#blc_feature .box span{
    display: block;
    -webkit-transform: skew(11deg, 0deg);
}


@media screen and (max-width:767px) {
    #blc_feature{position: relative; margin-top: 4rem;}
    #blc_feature .box dt:before{
        -webkit-transform: skew(-11deg, 0deg);
    }
    #blc_feature .box_wraper{
        display: block;
        width: 100%;
        padding-right: 0;
        background-color:#0678B5;
    }
    #blc_feature .blc_in::after{
        width: 126px;
        height: 262px;
        top: 0rem;
        right: 0;
        padding-right: 0;
        z-index: 0;  
    }
    #blc_feature .blc_ttl{
        font-size: 21px;
    }
    #blc_feature .txt{
        margin-right: 10rem;
        text-align: left;
        font-size: 16px;
    }
    #blc_feature .box{
        width:100%;
        -webkit-transform:skew(0deg, 0deg);
        padding: 0;
    }
    #blc_feature .box dd{padding:0px 20px 7rem;}
    #blc_feature .box:last-child dd{padding-bottom: 6rem;}
    #blc_feature .box dt span{padding:4rem 15px 0;}
    #blc_feature .box:nth-of-type(2n) { margin-right: 0;}
    #blc_feature .box dt{ font-size:23px; padding:1rem 15px 2rem;}
    #blc_feature .box dt:before
    {
        padding: 15px 15px;
        font-size: 200%;
        width: 9rem;
    }
    #blc_feature::before{
        font-size: 8rem;
        top: -3rem;
        right:0;
        left:0;
        position: absolute;
        margin: auto;
        text-align: center;
    }
    #blc_feature .box span{
        -webkit-transform: skew(0deg, 0deg);
    }
}
@media screen and (max-width: 400px) {
    #blc_feature .blc_in{padding: 0 5% 5%;}
    #blc_feature .blc_in::after{top:5rem;}
    #blc_feature .box{ width: 100%; float: none; margin-right: 0;}
    #blc_feature .box dt{ padding: 15px;}
    #blc_feature .box dt:after{ top:20px;}
    }


 /*-----------------#blc_customize------------------------*/ 
#blc_customize{ margin-top: 5rem;overflow: hidden; background-color:#f2f2f2;}
#blc_customize .main_blc{ position:relative;}
#blc_customize .main_blc:after{ content:""; display:block; position:absolute; width:50%; height:100%; top:0; right:0; background:url(../../img/img_customize_02.jpg) no-repeat right center / cover; box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.3) inset;}
#blc_customize .main_blc .blc_in{
    width: 50%;
    padding: 5% 3%;
    background-color:#FFF;

}
#blc_customize .main_blc .catch_txt{ font-size: 43px; margin-bottom: 3rem;}
#blc_customize .main_blc .btn{ margin: 2rem 0 5rem;}
#blc_customize .main_blc .btn a{ padding: 25px 60px; text-decoration: none; display: inline-block; position:relative; font-size: 18px;transition: all 0.2s linear; border: solid 1px #ccc;}
#blc_customize .main_blc .btn a:hover{ background-color:#fcfcfc;}

#blc_customize .main_blc .btn a:after{
    font-family: "Font Awesome 5 Free";
    content: '\f138'; font-weight: 700; margin-left: 15px; color:#0fabae;
    }

#blc_customize .box_wraper{
    clear:both; overflow: hidden;
    display : block;
    padding: 5% 3%;
    background-color: #0678B5;
}

#blc_customize .box{
    display:flex;
    background-color:#FFF;
    margin-bottom: 3%;
}

#blc_customize .box .btn{
    position: relative;
    width: 40%;
}
#blc_customize .box .btn dt{font-size: 33px; font-weight: 600; margin-bottom: 2rem; position: relative;}
#blc_customize .box .btn dt:after{
    transition: all 0.3s;
    content:"";
    background: url(../img/ico_allow.svg)no-repeat;
    background-size: contain;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    left:2rem;
    top:-2px;
}

#blc_customize .box .btn dd{font-size: 16px; font-weight: 300;}
#blc_customize .box .btn a{ padding: 8% 15%; text-decoration: none; display:block; position: relative; height:100%;}

#blc_customize .box .case{
    display: flex;
    flex: 1;
    padding: 0 6rem;
}

#blc_customize .box .case dl {width: 100%; padding:0 3%; margin: 3% 0; border-right: dotted 1px #CCC; }
#blc_customize .box .case dl:last-child{ border-right: none;}

#blc_customize .box .case dl dt{ font-weight: 600; margin-bottom:20px;}
#blc_customize .box .case dl dt span{ font-weight: normal; color:#333; display:block; font-size:13px; margin-bottom:8px;}

#blc_customize .box .case dl dd{ font-size: 14px;}
#blc_customize .box .case dl dd ul{ margin-left:1em;}
#blc_customize .box .case dl dd li{ list-style:  disc; margin-bottom:3px;}

#blc_customize .box_wraper.series .box .btn a{background-color:#01486E; color:#fff; transition: all 0.3s;}
#blc_customize .box_wraper.series .box .btn a:hover{background-color:#005f92;}
#blc_customize .box_wraper.series .box .btn a:hover dt:after{left:3rem;}
#blc_customize .box_wraper.series h3{
    font-size: 10rem;
    font-style: italic;
    color:#fff;
    position: relative;
    top: -5rem;
}
#blc_customize .box_wraper.series span{font-size: 2.5rem;}

#blc_customize .box_wraper.edition{
    border-bottom: solid 1px #CCC;
    background-color: #EEEEEE;
    padding:1% 3% 3%;
}
#blc_customize .box_wraper.edition h3{
    font-size: 10rem;
    font-style: italic;
    color:#333;
    letter-spacing: -3px;
}
@media screen and (max-width: 767px) {
    #blc_customize .box_wraper.edition{padding:5% 3% 5% ;}
    #blc_customize .box_wraper.edition h3{letter-spacing: 0;}
    #blc_customize .box_wraper.series .box .btn a:hover dt:after{left:2rem;}
}

#blc_customize .edition .box{display: block; width: 30%; margin:2%; border: 1px solid #ccc; overflow: hidden;}
#blc_customize .edition .box .btn{width: 100%;}
#blc_customize .box_wraper.edition span{font-size: 2.5rem;}
#blc_customize .box_wraper.edition .box .btn a{
    background-color:#0678B5;
    color:#fff;
    font-size: 2.3rem; 
    text-align: center;
    position: relative;
    display: block;
    border-bottom-left-radius: 800px 200px;
    border-bottom-right-radius: 800px 200px;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 7rem;
}
#blc_customize .box_wraper.edition .box .btn a::after{
    transition: all 0.3s;
    transform: rotate(90deg);
    content:"";
    background: url(../img/ico_allow.svg)no-repeat;
    background-size: contain;
    position:absolute;
    display: block;
    width: 17px;
    height: 17px;
    left: 0;
    top: 5rem;
    right: 0;
    bottom: 0;
    margin: auto;
}
#blc_customize .box_wraper.edition .box .btn a:hover:after {
    bottom: -1rem;
    filter:brightness(1.1);
}
#blc_customize .edition .txt{
    font-size: 17px;
    padding: 25px;
    padding:2rem 4rem 0rem;
    line-height: 1.6;
    letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
#blc_customize{margin-top: 1rem;}
#blc_customize .main_blc .blc_in{ width: 100%;}
#blc_customize .main_blc:after{ width: 100%; position: inherit;}
#blc_customize .main_blc .catch_txt{font-size: 21px; margin-bottom: 2rem;}
#blc_customize .main_blc .catch_txt br{ display: none;}
#blc_customize .box{ display:block;width:100%; border-right: none ; border-bottom:solid 1px #CCC; }
#blc_customize .box .case{display: block; padding:2rem 20px;}
#blc_customize .box .case dl{border-right:none; border-bottom:dotted 1px #CCC;}
#blc_customize .box .case dl:last-child{border-bottom: none;}
#blc_customize .box .btn{width: 100%;}
#blc_customize .box .btn a{padding: 8% 5%;}
#blc_customize .box .btn dt{font-size: 21px;}
#blc_customize .box .btn dt::after{top:6px; transform: rotate(90deg);}
#blc_customize .box_wraper.series h3{font-size: 5rem; top:0; margin: 2rem 0;}
#blc_customize .box_wraper.edition h3{font-size: 5rem;}
#blc_customize .box_wraper.edition .box .btn a{font-size: 2.1rem; padding-bottom: 5rem;}
#blc_customize .box_wraper.edition .box .case{margin-bottom: 2rem;}
#blc_customize .edition .txt{font-size: 16px;}
#blc_customize .main_blc .blc_in{ padding: 7% 6%; box-shadow: none;}
#blc_customize .main_blc:after{ position:relative; width:auto; padding-top: 70%;}
#blc_customize .edition .box{width: 100%; margin: 1rem 0;}


}
@media screen and (max-width: 400px) {
    #blc_customize .box .btn{ font-size: 18px;}
}


.list_btn-form{ margin:20px 2% 20px; overflow: hidden; justify-content: space-between;}
.list_btn-form li{ width: 31%; float: left;border: solid 1px #dddddd;}
/*.list_btn-form li:not(:last-child){ margin-right: 2%;}*/
.list_btn-form a{ padding: 30px 40px; text-decoration: none; display:block; font-size: 24px; font-weight:700; width: 100%; background-color: #FFF;text-align: center}
.list_btn-form a:after{opacity: 1!important;}

@media screen and (max-width: 767px) {
.list_btn-form{ margin: 20px 20px 20px;}
.list_btn-form a{ font-size:18px; padding:20px 15px}
}

@media screen and (max-width: 500px) {
    .list_btn-form {border: solid 1px #dddddd;}
    .list_btn-form li{float: none; width: inherit; border-width: 0;}
    .list_btn-form li:not(:last-child) {margin-right: 0; border-bottom-width:1px;}
  }
/*-----------------#blc_post------------------------*/ 
#blc_post{ overflow: hidden;box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.3) inset;}
#blc_post .boxL{ width:50%; float:left;padding: 3%;}
#blc_post .boxR{ width:50%; float:right;padding:3%;}
#blc_post a{ text-decoration: none; color:#333; display:block;}

#blc_post .box_head{ overflow: hidden;}
#blc_post .box_ttl{font-size: 170%; font-weight: 700; float:left; line-height: 60px;}

#blc_post .box_ttl a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 700;
    margin-left: 2em;
    color: #0fabae;
	font-size:90%;}

#blc_post .post_list{ overflow: hidden; padding: 30px 0; }
#blc_post .post_list li{ overflow: hidden; clear: both; }
#blc_post .post_list li a{ display:block; padding: 10px 0;}
#blc_post .post_list li a:hover{ text-decoration: underline;}
#blc_post .post_list .day{ float:left;}
#blc_post .post_list .post_ttl{ margin-left: 10em;}

@media screen and (max-width: 767px) {
#blc_post{ padding: 6%;} 
#blc_post .boxL,
#blc_post .boxR{ width: auto; float: none; padding:3% 0 0;}

#blc_post .box_ttl{ font-size: 140%; line-height: 1.3; position:relative;}
#blc_post .box_ttl a{ padding-right: 23px;}
#blc_post .box_ttl a:after{ position: absolute; right: 0; top: 56%; margin-top:-.5em; line-height:1;}
}
@media screen and (max-width: 400px) {
    
    #blc_post .post_list{ padding: 20px 0;}
    #blc_post .post_list .day{ float: none; display: block; margin-bottom:5px;}
    #blc_post .post_list .post_ttl{ margin-left: 0;}
}

/*-----------------#blc_about------------------------*/ 
#blc_about .main_img{ background:url(../../img/mainImg_about.jpg) no-repeat center / cover; overflow: hidden; position: relative;}
#blc_about .main_img .box{ float: right; padding:150px 95px ; border-top: solid #e60012  5px;background-color: rgba(0,0,0,0.7);}

#blc_about .blc_in{ padding:5% 3% 0; overflow: hidden;}
#blc_about .blc_in .blc_ttl{ font-size: 24px; margin-bottom: 30px;}

#blc_about .box{ width: 50%; float:left; padding-bottom: 60px;}
#blc_about .box .box_ttl{ padding: 20px 0; position:relative; }
#blc_about .box .box_ttl:before{ content:""; height: 4px; background-color:#cccccc; width: 50px; top:0; left:0; position:absolute;}
#blc_about .box p{ padding: 0 15px;}

#blc_about .box .address{ margin-bottom: 30px;}

#blc_about .box .tel{ font-size: 20px; font-weight: 700; overflow: hidden;}
#blc_about .box .tel p,#blc_about .box .fax p{ padding-left:40px; float:left; margin-right: 30px;}


#blc_about .box .tel_number{ background:url(../img/icon_tel.png) no-repeat 10px top;position: relative;height: 33px; font-size: 2.4rem;}
#blc_about .box .fax_number{ background:url(../img/icon_fax.png) no-repeat 10px top;position: relative;height: 33px; font-size: 2.4rem;}
.tel_number::before {
    content: "TEL";
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    left: 9px;
    bottom: -11px;
    padding-bottom: 1rem;
}
.fax_number::before {
    content: "FAX";
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    left: 9px;
    bottom: -11px;
    padding-bottom: 1rem;
}
#blc_about .about_btn{ display: flex; flex-wrap: wrap; gap: 25px ;}
#blc_about .about_btn li{ font-size: 18px; line-height:1; }
#blc_about .about_btn a{ display:block; padding: 25px 40px 25px 65px; text-decoration: none; border: solid 1px #dddddd;}
#blc_about .about_btn a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 700;
    margin-left: 2em;
    color: #0fabae;
    font-size: 90%;}
#blc_about .about_btn a:hover{ background-color: #fcfcfc;}

@media screen and (max-width: 767px) {
  #blc_about .main_img .box{ float:none; width:auto; padding: 80px 90px; text-align:center;}
  #blc_about .main_img .box img{ width:100%; height:auto;}
  #blc_about .blc_in{ padding: 5% 6%;}
  #blc_about .about_btn { gap: 15px;}
  #blc_about .about_btn li{ width: calc(( 100% - 15px) / 2);}
  #blc_about .about_btn li a{ display:block; padding:20px 15px; position:relative;}

  #blc_about .about_btn a:after{ position:absolute; right: 15px; top: 50%; margin-top: -.5em; line-height:1;}
  #blc_about .box .address{margin-bottom: 10px;}
  #blc_about .box .tel_number{font-size: 2rem;}
  #blc_about .box .fax_number{font-size: 2rem;}
}


/* よくある質問 */

#blc_faq{ background-color: #f2f2f2;} 
#blc_faq .blc_ttl{font-size:3rem; margin-bottom: 1rem;}
#blc_faq .blc_in{padding: 5% 3%;}
.txt{ font-size: 18px; margin-bottom: 40px;}
#blc_faq .qa{ margin-bottom: 40px; }

#blc_faq .qa dt{ font-size: 24px; font-weight: bold; color:#333333; position:relative; margin-bottom: 15px; padding-left:80px; display:block;}

#blc_faq .qa dt:before{content: "Q"; background-color:#0769bb; color:#FFF;position:absolute; left:10px; top: 0;border-radius: 4px; display:block; width: 2em; text-align:center; padding: 10px 0; line-height:1;}

#blc_faq .qa dd { padding-bottom: 40px; margin-bottom:40px; padding-left:80px; border-bottom: dotted 1px #CCC;}
#blc_faq .qa dd:last-child{ border-bottom: none; margin-bottom: 0;}
#blc_faq .qa dd p{ margin-bottom: 0;}
.btn_faq a{ background-color:#0fabae; color: #FFF; padding: 25px 60px; text-decoration: none; display: inline-block; position:relative; font-size: 18px;transition: all 0.2s linear;}
.btn_faq a:hover{ filter: brightness(125%);}
.btn_faq a:after{ font-family: "Font Awesome 5 Free";
    content: '\f138'; font-weight: 700; margin-left: 15px;}

@media screen and (max-width: 767px) {
#blc_faq .blc_in{padding: 0;}
#blc_faq { padding: 6%;}
#blc_faq .qa dt,
#blc_faq .qa dd{ padding-left:0; margin-bottom:20px; padding-bottom:20px;}
#blc_faq .qa dt{ padding-bottom: 0; font-size: 21px;}
#blc_faq .qa dt:before{ position:inherit; margin-bottom: 15px; left: inherit; font-size: 18px;}
}
@media screen and (max-width: 400px) {#blc_faq .blc_ttl{ font-size:23px; margin-bottom: .6em;}}


@media screen and (max-width: 767px) {
.adopt .btn,
#blc_customize .main_blc .btn,
.btn_faq{ text-align:center;}
.case_btn{margin: 0 3% 5rem;}
#introduction .btn a,
#blc_customize .main_blc .btn a,
.btn_faq a{ padding: 20px 45px 20px 25px; text-align:center; width: 100%;}
#introduction .btn a:after,
#blc_customize .main_blc .btn a:after,
.btn_faq a:after{ position:absolute; right:15px; top:50%; margin-top:-.5em; line-height: 1;}
}

@media screen and (max-width: 400px) {
#blc_about .about_btn li{ font-size: 15px;}

}
