@charset "utf-8";
body {
    font-family: YakuHanJP,"Yu Gothic",Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    color: #1a0b08;
    width: 100%;
    min-width: 769px;
    /* overflow-x: scroll; */
    line-height: 2;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
    font-size: 16px;
}
a {
    color: #1a0b08;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    opacity: .7;
}

a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
figure {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.en {
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* favo_top */
.favo_top {
    background: url(../img/common/gray_bg.jpg) repeat center top / 100% auto;
    padding: 95px 0 100px;
    position: relative;
}
.favo_top_scroll {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 20px;
    height: 160px;
}
/*Scrollテキストの描写*/
.favo_top_scroll p {
  /*描画位置*/
  position: absolute;
  white-space: nowrap;
  left: 5%;
  top: 0;
  /*テキストの形状*/
  color: #1a0b08;
  font-size: 12px;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.favo_top_scroll span {
    display: block;
    position: absolute;
    /*矢印の動き1秒かけて永遠にループ*/
	-webkit-animation: arrowmove 1s ease-in-out infinite;
	        animation: arrowmove 1s ease-in-out infinite;
}
@-webkit-keyframes arrowmove{
    0%{bottom:25%;}
    50%{bottom:30%;}
   100%{bottom:25%;}
}
@keyframes arrowmove{
    0%{bottom:25%;}
    50%{bottom:30%;}
   100%{bottom:25%;}
}
/* 矢印の描写 */
.favo_top_scroll span:before {
    content: "";
    position: absolute;
    bottom: 25%;
    left: 4px;
    width: 1.5px;
    height: 8px;
    background: #1a0b08;
    -webkit-transform: skewX(-40deg);
        -ms-transform: skewX(-40deg);
            transform: skewX(-40deg);
}

.favo_top_scroll span:after{
  content:"";
  /*描画位置*/
  position: absolute;
  bottom:25%;
  left:0;
  /*矢印の形状*/
  width: 1.5px;
  height: 85px;
  background:#1a0b08;
}
/* favo_topAbout */
.favo_topAbout {
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 65px;
}
.favo_topAbout01 {
    width: 35%;
}
.favo_topAbout01 h1 {
    max-width: 280px;
}
.favo_topAbout01 h1 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.favo_topAbout01 p {
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
}
.favo_topAbout02 {
    width: 55%;
    padding-top: 115px;
    position: relative;
}
.favo_topAbout02 h2 {
    font-size: 20px;
}
.favo_topAbout02 p {
    margin-top: 25px;
    z-index: 1;
    position: relative;
}
.favo_topAbout02 figure {
    position: absolute;
    width: 115px;
    bottom: -90px;
    right: 0;
}
/* favo_topExam */
.favo_topExam {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 60px;
}
.favo_topExam ul {
    width: 70%;
    max-width: 700px;
}
.favo_topExam ul li {
    width: 48%;
}
.favo_topExam_award {
    width: 25%;
    margin-top: 70px;
    border-top: 1px solid #1a0b08;
    border-bottom: 1px solid #1a0b08;
    padding: 20px 0;
    max-width: 246px;
    height: 160px;
}
.favo_topExam_awardCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.favo_topExam_awardCont:first-of-type {
    margin-bottom: 20px;
}
.favo_topExam_awardCont figure {
    max-width: 75px;
    width: 35%;
}
.favo_topExam_awardCont p {
    width: 65%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}
/* favo_topKids */
.favo_topKids {
    position: relative;
}
.favo_topKids::before {
    content: "";
    background-image: url(../img/top/kids_img.jpg);
    position: absolute;
    top: 90px;
    right: 0;
    width: 43.5%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}
.favo_topKids_txt {
    width: 50%;
}
.favo_topKids_txt h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.favo_topKids_txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
}
.favo_topKids_txt ul li {
    width: 40%;
}
.favo_topKids_txt ul li:first-child, .favo_topKids_txt ul li:nth-child(2) {
    margin-bottom: 30px;
}
.favo_topKids_txt ul li figure img {
    height: 32px;
    width: auto;
}
.favo_topKids_txt ul li p {
    font-size: 14px;
    margin-top: 15px;
}
.favo_topKids_btn {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.favo_topKids_btn a {
    max-width: 375px;
    width: 100%;
    padding: 10px 0;
    display: block;
    background-color: #fff;
    border: 1px solid #231815;
    border-radius: 100px;
    text-align: center;
}
.favo_topKids_btn a p {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    padding-right: 35px;
    display: inline-block;
}
.favo_topKids_btn a p::after {
    content: '';
    display: inline-block;
    background: url(../img/top/arw.png) no-repeat top center / 100% auto;
    width: 17.5px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/* favo_slider */
.favo_slider {
    background-color: #1a0b08;
    padding: 110px 0 75px;
    overflow: hidden;
}
.favo_slider h2 {
    color: #fff;
    font-size: 30px;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 70px;
}
.favo_sliderWrap {
    /* max-width: 1500px!important; */
    width: 80%;
	margin: 0 0 0 auto;
}
.favo_sliderWrap_in {
    width: calc(100% + (100vw - 80%) / 2);
	overflow: hidden;
	z-index: 2;
}
.favo_slider .slider {
    margin:0 0 0 auto;
    padding-left: 125px;
    position: relative;
}
.favo_slider .slider .slider_cont {
    max-width: 600px;
    width: 80%;
    margin-right: 90px;
}
.favo_slider .slider .slider_cont a {
    color: #fff;
    display: block;
    width: 100%;
}
.favo_sliderTtl {
    margin: 0 auto 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
}
.favo_sliderTtl_top {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
}
.slider_cont.long .favo_sliderTtl_top {
    width: 50%; 
}
.favo_sliderTtl_top span {
    display: block;
    font-size: 20px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
    line-height: 6;
}
.favo_sliderTtl_top img {
    max-width: 255px;
}
.favo_sliderTtl h3 {
    width: 50%;
}
.slider_cont.long .favo_sliderTtl h3 {
    width: 45%;
}
.favo_slider .slider .slider_cont figure {
    width: 100%;
    overflow:hidden;
}
.favo_slider .slider .slider_cont a figure img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.favo_slider .slider .slider_cont a:hover figure img {
    -webkit-transform:scale(1.05,1.05);
        -ms-transform:scale(1.05,1.05);
            transform:scale(1.05,1.05);
}
.favo_slider .slider .slider_cont a p {
    width: 85px;
    margin: 12px 0 0 auto;
}
/* dots */
.slick-dots {
    bottom: unset;
    width: auto;
    top: 20px;
    left: 10px;
}
.slick-dots li {
    display: block;
}
.slick-dots li button{
    font-size:11px;
    color:initial;
    background:initial;
    width:30px;
    height:30px;
    background:#1a0b08;
    border: 2px solid #fff;
    border-radius:30px;
    color:#fff;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.slick-dots li button:before{
    content:none;
}
.slick-dots li {
    width:30px;
    height:30px;
    margin-bottom: 10px;
}
.slick-dots li.slick-active {
    margin-top: 20px;
    margin-bottom: 20px;
}
.slick-dots li.slick-active:first-child {
    margin-top: 0;
}
.slick-dots li.slick-active button{
    background:#fff;
    color: #1a0b08;
    
    -webkit-transform:scale(2,2);
    
        -ms-transform:scale(2,2);
    
            transform:scale(2,2);
}
/* favo_btnArea */
.favo_btnArea {
    padding: 75px 0 80px;
}
.favo_btnArea ul li {
    width: 32%;
}
.favo_btnArea ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border: 1px solid #231815;
    border-radius: 30px;
    padding: 13px 5px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.2;
    text-align: left;
    background-color: #231815;
    color: #fff;
}
.favo_btnArea ul li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    margin-right: 8px;
}
.favo_pt #pagetop_btn:before {
    background: #fff;
    border: 1px solid #1a0b08;
}
/* 下層 */
#favoCase {
    position: relative;
}
.favoCase_top {
    padding: 80px 0;
    background: url(../img/common/gray_bg.jpg) repeat center top / 100% auto;
}
.favoCase_topTtl {
    position: relative;
    /* height: 460px; */
}
.favoCase_topTtl .inner.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.favoCase_topTtl figure {
    width: 80%;
    margin-right: calc(50% - 50vw);
}
.favoCase_topTtl_txt {
    width: 35%;
}
.favoCase_topTtl_txt span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.favoCase_topTtl_txt h2 {
    height: 80px;
    width: auto;
    margin-bottom: 25px;
}
.favoCase_topTtl_txt h2 img {
    width: auto;
    height: 100%;
}
.favoCase_topTtl_txt p {
    font-weight: bold;
    padding-left: 65px;
    position: relative;
    font-size: min(2vw, 20px);
}
.favoCase_topTtl_txt p::before {
    position: absolute;
    left: 8%;
    top: 45%;
    display: inline-block;
    content: "";
    background: #1a0b08;
    width: 1px;
    height: 65px;
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
        -ms-transform: translate(-50%, -50%) rotate(30deg);
            transform: translate(-50%, -50%) rotate(30deg);
}
.favoCase_txtarea {
    position: relative;
}
.favoCase_txtarea .inner {
    position: relative;
}
.favoCase_txtarea figure {
    max-width: 300px;
    width: 30%;
}
.favoCase_txtarea p {
    width: 65%;
    padding-top: 70px;
    z-index: 1;
}
.favoCase_txtarea span {
    position: absolute;
    width: 135px;
    bottom: 2%;
    right: 0;
}
.favoCase_katachi {
    position: relative;
    padding-bottom: 70px;
}
.favoCase_katachi .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.favoCase_katachi::before {
    content: "";
    position: absolute;
    background-color: #231816;
    width: 53%;
    height: 350px;
    left: 0;
    top: -2%;
    z-index: 0;
}
.favo_case02new .favoCase_katachi::before {
    height: 390px;
}
.favoCase_katachi_txt {
    width: 48%;
    position: relative;
    color: #fff;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.favoCase_katachi_txt span {
    display: block;
    width: 120px;
    margin-bottom: 15px;
}
.favoCase_katachi_txt h2 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
}
.favoCase_katachi_txt h2::before {
    content: '';
    display: inline-block;
    background: url(../img/common/katachi_arw.png) no-repeat top center / 100% auto;
    width: 30px;
    height: 27.5px;
    position: absolute;
    left: 0;
    top: 25%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.favoCase_katachi figure {
    width: 45%;
}
.favoCase_madori {
    padding: 50px 0 110px;
    background: url(../img/common/gray_bg.jpg) repeat center top / 100% auto;
}
.favoCase_madori_graph {
    max-width: 940px;
    width: 90%;
    margin: 0 auto 40px;
}
.favoCase_madori_graph ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.favoCase_madori_graph ul li {
    width: 47%;
}
/* tab */
.favoTab-group {
    margin-top: 20px;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.favoTab-button {
    /* カーソル形状を指先にする */
    cursor: pointer;
    width: 30%;
}
.favoTab-button .is-active {
    background: #1a0b08;
    color: #FFF;
}
.favotab {
    padding: 8px;
    border-bottom: none;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.favotab span {
    display: block;
    width: 13px;
    margin: 4px 5px 0 0;
}
.favotab.is-active span img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.favotab p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
}
.favoTab-contents {
    border-top: none;
    width: 67%;
}
.favotab_content {
    display: none;
    padding: 8px;
    text-align: left;
}
.favotab_content.is-display {
    display: block;
}
.favoCase_madori_infoInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.favoCase_madori_infoMv {
    width: 50%;
}
.favoCase_madori_infoTxt {
    width: 47%;
}
.favoCase_madori_infoTxt figure {
    margin-bottom: 20px;
}
.favoCase_madori_infoTxt h3 {
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #1a0b08;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.favoCase_madori_infoTxt h3 span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.favoCase_madori_infoTxt h3 span img {
    width: 13px;
    height: 13px;
}
.favoCase_madori_infoTxt p {
    font-size: 14px;
    line-height: 1.5;
}
.favoCase_madori_infoTxt span.favoCase_madori_infoTxt_icon {
    display: block;
    margin-top: 15px;
}
.favoCase_madori_infoTxt span.favoCase_madori_infoTxt_icon img {
    height: 30px;
    width: auto;
}
/* ここまでtab */
.favoCase_madori_safty {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 35px 45px;
    margin: 115px auto 0;
}
.favoCase_madori_safty ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.favoCase_madori_safty ul li {
    width: 23.5%;
}
.favoCase_madori_safty ul li:first-child {
    padding: 25px 15px;
    border-top: 2px dotted #f9c472;
    border-bottom: 2px dotted #f9c472;
    text-align: center;
    width: 18%;
    margin-top: 10px;
    height: 115px;
}
.favoCase_madori_safty ul li:first-child span {
    max-width: 165px;
    display: block;
    margin: 0 auto 10px;
}
.favoCase_madori_safty ul li:first-child h3 {
    font-size: 16px;
    line-height: 1.5;
}
.favoCase_madori_safty ul li p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
}
.sub_catalog {
    max-width: 700px;
    margin: 80px auto 0;
}
.sub_catalog a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background-color: #1a0b08;
    border-radius: 40px;
    padding: 50px 5%;
    position: relative;
}
.sub_catalog_txt {
    width: 65%;
}
.sub_catalog_txt h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.sub_catalog_txt p {
    background-color: #fff;
    padding: 5px;
    position: relative;
    width: 80%;
    font-weight: bold;
}
.sub_catalog_txt p::after {
    position: absolute;
  content: '';
  display: block;
  border-top: 21px solid #1a0b08;
  border-right: 21px solid #1a0b08;
  border-bottom: 21px solid transparent;
  border-left: 21px solid transparent;
  right: 0;
  top: 0;
}
.sub_catalog a figure {
    position: absolute;
    max-width: 250px;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/* conts04 */
.favoCase_examples {
    background-color: #dbdbdb;
    padding: 80px 0 50px;
}
.favoCase_examples h2 {
    font-size: 30px;
    margin: 0 auto 40px;
}
.favo_examplesTtl {
    margin: 0 auto 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.favo_examplesTtl span {
    display: block;
    font-size: 20px;
    padding-right: 15px;
    margin-right: 20px;
    border-right: 1px solid #1a0b08;
    line-height: 5;
}
.favo_examplesTtl_top {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.favo_examplesTtl_top img {
    max-height: 100px;
    width: auto;
    height: 8vw;
}
.favoCase_examples ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
}
.favoCase_examples ul::after{
    content: "";
    width: 31%;
  }
.favoCase_examples ul li {
    width: 31%;
    margin-bottom: 50px;
}
.favoCase_examples a p {
    width: 85px;
    margin: 12px 0 0 auto;
}
.favoCase_examples a figure img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.favoCase_examples h3 {
    font-size: 16px;
}
.favoCase_examples figure {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.favoCase_examples a:hover figure img {
    -webkit-transform:scale(1.05,1.05);
        -ms-transform:scale(1.05,1.05);
            transform:scale(1.05,1.05);
}
/* 各caseの調整 */
.favo_case02 .favoCase_txtarea span {
    width: 110px;
}
.favo_case02 .favoCase_madori_graph ul li {
    width: 54%;
}
.favo_case02 .favoCase_madori_graph ul li:last-child {
    width: 25%;
}
.favo_case03 .favoCase_madori_graph ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.favo_case07 .favoCase_madori_graph ul li {
    width: 28%;
}
.favo_case07 .favoCase_madori_graph ul li:last-child {
    width: 31%;
}
.favo_case08 .favoCase_txtarea span {
    width: 120px;
}
@media only screen and (max-width: 1000px) {
    .favoCase_katachi::before {
        height: 450px;
    }
    .favo_case02new .favoCase_katachi::before {
        height: 450px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        min-width: 100%;
        font-size: 14px;
    }
	.pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    .flex {
        display: block;
    }
    /* favo_top */
.favo_top {
    padding: 55px 0 65px;
}
.favo_top_scroll {
    position: absolute;
    top: 31%;
    left: 2%;
    width: 20px;
    height: 115px;
}
/*Scrollテキストの描写*/
.favo_top_scroll p {
    left: 2%;
    font-size: 8px;
  }
  @-webkit-keyframes arrowmove{
      0%{bottom:25%;}
      50%{bottom:30%;}
     100%{bottom:25%;}
  }
  @keyframes arrowmove{
      0%{bottom:25%;}
      50%{bottom:30%;}
     100%{bottom:25%;}
  }
  /* 矢印の描写 */
  .favo_top_scroll span:before {
      left: 2px;
      width: 1px;
      height: 5px;
  }
  .favo_top_scroll span:after{
    /*矢印の形状*/
    width: 1px;
    height: 55px;
  }
  /* favo_topAbout */
.favo_topAbout {
    padding-bottom: 30px;
}
.favo_topAbout01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.favo_topAbout01 h1 {
    max-width: 190px;
    width: 43%;
}
.favo_topAbout01 h1 span {
    font-size: 10px;
    margin-top: 5px;
}
.favo_topAbout01 p {
    font-size: 14px;
    margin-top: 0;
    width: 50%;
    letter-spacing: -.05em;
}
.favo_topAbout02 {
    width: 100%;
    padding-top: 65px;
}
.favo_topAbout02 h2 {
    font-size: 18px;
}
.favo_topAbout02 p {
    margin-top: 20px;
    width: 70vw;
}
.favo_topAbout02 figure {
    max-width: 90px;
    width: 20vw;
}
/* favo_topExam */
.favo_topExam {
    margin: 0 auto 40px;
}
.favo_topExam ul {
    width: 95%;
    margin: 0 auto;
}
.favo_topExam ul li {
    width: 60%;
}
.favo_topExam ul li:last-child {
    margin: 10px 0 0 auto;
}
.favo_topExam_award {
    width: 100%;
    margin-top: 25px;
    padding: 15px 0;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.favo_topExam_awardCont {
    width: 47%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.favo_topExam_awardCont:first-of-type {
    margin-bottom: 0;
}
.favo_topExam_awardCont figure {
    max-width: 75px;
    width: 30%;
}
.favo_topExam_awardCont p {
    width: 63%;
    font-size: 13px;
}
/* favo_topKids */
.favo_topKids::before {
    content: none;
}
.favo_topKids_txt {
    width: 100%;
}
.favo_topKids_txt h2 {
    font-size: 18px;
}
.favo_topKids_txt ul {
    margin-top: 10px;
}
.favo_topKids_txt ul li {
    width: 46%;
}
.favo_topKids_txt ul li:first-child, .favo_topKids_txt ul li:nth-child(2) {
    margin-bottom: 15px;
}

.favo_topKids_txt ul li p {
    font-size: 12px;
}
.favo_topKids_btn {
    width: 100%;
    display: block;
    margin: 25px auto 0;
}
.favo_topKids_btn figure {
    margin: 0 calc(50% - 50vw) 20px auto;
    width: 90%;
}
.favo_topKids_btn a {
    margin: 0 auto;
}
.favo_topKids_btn a p {
    font-size: 17px;
    padding-right: 25px;
}
.favo_topKids_btn a p::after {
    width: 15px;
    height: 9px;
}
/* favo_slider */
.favo_slider {
    padding: 70px 5%;
}
.favo_slider h2 {
    font-size: 20px;
    width: 100%;
    margin: 0 auto 20px;
}
.favo_sliderWrap {
    width: 100%;
}
.favo_sliderWrap_in {
    width: calc(100% + (100vw - 100%) / 2);
}
.favo_slider .slider {
    padding-left: 0;
    padding-top: 110px;
}
.favo_slider .slider .slider_cont {
    max-width: 315px;
    width: 80%;
    margin-right: 35px;
}
.favo_sliderTtl {
    margin: 0 auto 10px;
}
.favo_sliderTtl_top {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
}
.slider_cont.long .favo_sliderTtl_top {
    width: 100%; 
}
.favo_sliderTtl_top span {
    padding-right: 18px;
    margin-right: 18px;
}
.favo_sliderTtl h3 {
    width: 100%;
    margin-top: 15px;
}
.slider_cont.long .favo_sliderTtl h3 {
    width: 100%;
}
.favo_slider .slider .slider_cont a p {
    margin: 15px 0 0 auto;
}
/* dots */
.slick-dots {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
    left: 47%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 93%;
}
.slick-dots li button{
    font-size: .6rem;
        max-width: 28px;
        max-height: 28px;
        width: 7vw;
        height: 7vw;
}
.slick-dots li {
    display: inline-block;
    max-width: 28px;
        max-height: 28px;
        width: 7vw;
        height: 7vw;
    margin-bottom: 15px;
}
.slick-dots li.slick-active {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 15px;
    margin-left: 15px;
}
.slick-dots li.slick-active:first-child {
    margin-top: 0;
}
/* favo_btnArea */
.favo_btnArea {
    padding: 35px 0 60px;
}
.favo_btnArea ul li {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
}
.favo_btnArea ul li a {
    font-size: 16px;
}
.favo_btnArea ul li:last-child {
    margin-bottom: 0;
}
.favo_pt #pagetop_btn:before {
    background: #000;
    border: none;
}
/* 下層 */
#favoCase .favo_top_scroll {
    top: 11%;
}
.favoCase_top {
    padding: 35px 0 50px;
}
.favoCase_topTtl {
    height: auto;
    margin-bottom: 25px;
}
.favoCase_topTtl::before {
    content: none;
}
.favoCase_topTtl_txt {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
}
.favoCase_topTtl_txt span {
    font-size: 13px;
    margin-bottom: 10px;
}
.favoCase_topTtl_txt h2 {
    height: 90px;
}
.favoCase_topTtl_txt h2 img {
    width: auto;
    height: 100%;
}
.favoCase_topTtl_txt p {
    padding-left: 55px;
    font-size: 20px;
}
.favoCase_topTtl_txt p::before {
    left: 5%;
}
.favoCase_topTtl figure {
    margin: 0 calc(50% - 50vw) 20px auto;
    width: 98%;
}
.favoCase_txtarea figure {
    width: 90%;
    margin: 0 auto;
}
.favoCase_txtarea p {
    width: 100%;
        max-width: 600px;
        padding-top: 10px;
        margin: 0 auto;
}
.favoCase_txtarea span {
    position: relative;
    display: block;
    width: 120px;
    bottom: unset;
    right: unset;
    margin: 15px 0 0 auto;
}
.favoCase_katachi {
    padding-bottom: 0;
}
.favoCase_katachi::before {
    content: none;
}
.favoCase_katachi_txt::before {
    content: "";
    position: absolute;
    background-color: #231816;
    width: 108%;
    height: 100%;
    left: calc(50% - 50vw);
    top: -2%;
    z-index: -1;
}
.favoCase_katachi_txt {
    width: 100%;
    padding: 30px 0;
    position: relative;
}
.favoCase_katachi_txt span {
    width: 120px;
}
.favoCase_katachi_txt h2 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-left: 45px;
}
.favoCase_katachi_txt h2::before {
    width: 35px;
        height: 32.5px;
        top: 35%;
}
.favoCase_katachi figure {
    width: 100%;
    padding: 30px 0;
}
.favoCase_madori {
    padding: 30px 0 55px;
}
.favoCase_madori_graph {
    width: 100%;
}
.favoCase_madori_graph ul li {
    width: 48%;
}
.lightbox {
    margin-top: 30px;
}
/* スライダー */
.favoCase_madori_sliderWrap {
    max-width: 500px;
    margin: 0 auto;
}
.favoCase_madori_sliderWrap .sub_slider li {
    /* max-width: 320px;
    width: 80vw; */
        /* margin-right: 30px; */
        max-width: 500px;
}
.favoCase_madori_infoTxt {
    width: 100%;
}
.favoCase_madori_infoTxt figure {
    margin-bottom: 15px;
}
.favoCase_madori_infoTxt h3 {
    padding-bottom: 15px;
}
.favoCase_madori_infoTxt p {
    font-size: 13px;
}
.favoCase_madori_infoTxt span.favoCase_madori_infoTxt_icon {
    margin-top: 10px;
}
.favoCase_madori_infoTxt span.favoCase_madori_infoTxt_icon img {
    display: inline-block;
}
/* ここまでスライダー */
.favoCase_madori_safty {
    padding: 15px 5%;
    margin: 40px auto 0;
}
.favoCase_madori_safty ul {
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.favoCase_madori_safty ul li {
    width: 47%;
}
.favoCase_madori_safty ul li:first-child {
    padding: 20px 0;
    width: 47%;
    margin-bottom: 15px;
    margin-top: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.favoCase_madori_safty ul li:nth-child(2) {
    margin-bottom: 15px;
}
.favoCase_madori_safty ul li:first-child span {
    width: 90%;
}
.favoCase_madori_safty ul li:first-child h3 {
    font-size: 14px;
}
.favoCase_madori_safty ul li p {
    font-size: 13px;
    margin-top: 10px;
}
.sub_catalog {
    max-width: 500px;
    margin: 60px auto 0;
}
.sub_catalog a {
    width: 90%;
    padding: 20px 5%;
}
.sub_catalog_txt {
    width: 70%;
}
.sub_catalog_txt h3 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.sub_catalog_txt p {
    padding: 2px 15px 2px 5px;
}
.sub_catalog_txt p::after {
    border-top: 16px solid #1a0b08;
    border-right: 13px solid #1a0b08;
    border-bottom: 16px solid transparent;
    border-left: 13px solid transparent;
}
.sub_catalog a figure {
    position: absolute;
    max-width: 115px;
    width: 30%;
    right: 6%;
}
/* conts04 */
.favo_examplesTtl_top {
  width: 70%;
  margin-right: 20px;
  height: auto;
}
.favoCase_examples ul li {
    width: 47%;
    margin-bottom: 20px;
}
.favo_examplesTtl_top img {
    max-width: 100%;
    height: auto;
}
.favo_examplesTtl span {
    font-size: 15px;
    line-height: 40px;
    padding-right: 12px;
    margin-right: 12px;
}
.favoCase_examples h3 {
    font-size: 13px;
}
.favoCase_examples a p {
    width: 60px;
    margin: 12px 0 0 auto;
}
/* conts04 */
.favo_examplesTtl_top {
    width: 70%;
    margin-right: 20px;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .favoCase_examples ul li {
      width: 47%;
      margin-bottom: 20px;
  }
  .favo_examplesTtl_top img {
      max-width: 100%;
      height: auto;
      max-height: 60px;
  }
  .favo_examplesTtl span {
      font-size: 15px;
      line-height: 4.3;
      padding-right: 12px;
      margin-right: 12px;
  }
  .favoCase_examples h3 {
      font-size: 13px;
  }
  .favoCase_examples a p {
      width: 60px;
      margin: 12px 0 0 auto;
  }
  /* 各caseの調整 */
  .favo_case03 .favoCase_madori_graph ul li {
    width: 60%;
}
}
@media only screen and (max-width: 560px) {
    .slick-dots {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}