@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Clearfix
 * Media Queries
 * @media only screen and (max-width: 767px)
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * common
  ------------------------------------------------------ */
  .Main,
  .MainBody{
    padding-top: 0;
  }
  .container {
    margin-top: 0;
  }
  /* ------------------------------------------------------
   * Component >>> Navi
  ------------------------------------------------------ */
  /* ----- header ----- */
  .Header{
    /*! background-color: rgba(255,255,255,0.00); */
    border: none;
    background: #fff9;
  }
  .Header .gnav-list_link {
    /*! padding: 0 15px; */
  }
  .Header .gnav-list_link .gnav-list_label:before{
    background-color: rgba(255,255,255,0.00);
  }
  .Header .MegaDrop{
    border: none;
  }
  .Header .header-identity{
    width: 348px;
    padding: 0px 0;
  }
  .Header .identity_logo{
    /*! background-color: #fff; */
    text-align: center;
    padding: 10px 0;
  }
  .Header .identity_logo img{max-height: 90px}
  .Header.home-scroll-header {
    position: fixed;
  }
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- home-main-visual ----- */
  .home-main-visual{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .main-visual-slider{
    position: relative;
    height: 100%;
    width: 100%;
  }
  .main_text{
    width: 17.7%;
  }
  .main_text > .txt{
    position: absolute;
    left: 0;
    top: 332px;
    max-width: 500px;
    width: 40vw;
    min-width: 400px;
    padding-left: 80px;
    z-index: 100;
    background: #ffffffa6;
    padding: 20px 50px;
    border-radius: 10px;
  }
  /* ----- slider dots ----- */
  .home-slide-dots button{
    width: 13px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-indent: -9999px;
  }
  .home-slide-dots button:before{
    content: '';
    display: inline-block;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50% 50%;
    background-color: #eee;
  }
  .home-slide-dots .slick-active button:before{
    background-color: #ef7c0a;
  }
  .home-slide-dots{
    margin-top: -50px;
    text-align: center;
  }
  .home-slide-dots li {
    display: inline-block;
    margin: 0 16px;
  } 
  /* ----- home-news-layout ----- */
  .home-news-layout_wrap {
    margin-top: 80px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    min-width: 1190px;
  }
  .home-news-layout{
    display: -webkit-flex;
    display: flex;
    padding: 118px 3vw 50px 8vw;
  }
  .home-news-layout.type-Info{
    padding: 50px 3vw 98px 8vw;
    background-color: #f8f9fa;
  }
  .home-news-layout .column-layout{
    margin-top: 0;
  }
  .home-news-layout .news_heading_wrap{
    width: 12%;
    border-right: 2px solid #686868;
  }
  .home-news-layout .news_heading{
    font-size: 2.4rem;
  }
  .home-news-layout .link-text a{
    padding-left: 42px;
    color: #333;
    font-size: 1.8rem;
  }
  .home-news-layout .link-text a:before{
    top: 0.1em;
    width: 30px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat -40px -80px;
  }
  .home-news-layout .news_article_wrap{
    width: 90%;
    padding-left: 48px;
  }
  .home-news-layout .news_article + article{
    margin-top: 26px;
  }
  .home-news-layout .news_icon{
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 15px;
    font-size: 1.5rem;
    overflow: hidden;
    background-color: #f3f3f3;
    vertical-align: middle;
  }
  .home-news-layout .news_icon > em{
    display: inline-block;
    padding: 2px 16px 1px 14px;
    border-left-width: 10px;
    border-left-style: solid;
    text-align: center;
  }
  .home-news-layout .column-layout .news_icon{
    background-color: #fff;
  }
  .home-news-layout.type-Info .news_icon > em {
    padding: 2px 10px 1px 10px;
  }
  .home-news-layout.type-Info .news_icon,
  .home-news-layout.type-Info .news_icon.type-New {
    margin-bottom: 8px;
  }
  .home-news-layout .news_icon.type1 > em{
    border-left-color: #dc6494;
  }
  .home-news-layout .news_icon.type2 > em{
    border-left-color: #44a1d3;
  }
  .home-news-layout .news_icon.type3 > em{
    border-left-color: #3AB6FB;
  }
  .home-news-layout .news_icon.type4 > em{
    border-left-color: #a4c41d  ;
  }
  .home-news-layout .news_icon.type5  > em{
    border-left-color: #6e56a2;
  }
  .home-news-layout .news_icon.type-New{
    display: inline-block;
    width: auto;
    padding: 2px 14px 1px;
    background-color: #ef7c0a;
    color: #fff;
    vertical-align: middle;
  }
  .home-news-layout .news_title .title_data{
    display: block;
    float: left;
    color: #666;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .home-news-layout.type-Info .news_title .title_data{
    float: none;
  }
  .home-news-layout .news_title {
    margin-top: 20px;
  }
  .home-news-layout.type-Info .news_title {
    margin-top: 4px;
  }
  .home-news-layout .news_title .title_text{
    overflow: hidden;
    display: block;
    padding-left: 10px;
    font-size: 1.9rem;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
  }
  .home-news-layout .column-layout .news_title .title_text{
    display: block;
    margin-top: 8px;
    padding-left: 0;
    line-height: 1.4;
  }
  .home-news-layout .news_title .title_size{
    font-size: 1.4rem;
  }
 /* -----  home-search-layout ----- */
  .home-search-layout_wrap{
    padding: 6.5vw 0 10.5vw;
    background: url(../../img/index_bg01.png) no-repeat 100% 90px;
  }
  .home-search-layout_wrap .home-heading-lv2{
    margin-left: 8vw;
  }
  /* home-search-block */
  .home-search-block_search,
  .home-search-block_list_wrap,
  .home-search-block_list,
  .home-search-block_use,
  .home-search-block_use .home-search-block_box,
  .home-search-block_use .box_list{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-search-block_use .box_list {
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .home-search-block_use .home-search-block_box{
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .home-search-layout{
    max-width: 1600px;
  }
  .home-search-block{
    padding: 30px 8vw 50px 8vw;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .home-search-block.typeProduct{
    padding: 30px 4vw 50px 8vw;
  }
  .home-search-block.typeProduct{
    background-color: #d9e0e4;
    border-bottom: 6px solid #333;
  }
  .home-search-block_box{
    width: 83%;
  }
  .home-search-block_link{
    width: 17%;
  }
  .home-search-block_link > a{
    position: relative;
    display: inline-block;
    padding-left: 50px;
    font-weight: 700;
    font-size: 3rem;
    color: #333;
    line-height: 1.4;
  }
  .home-search-block_use .home-search-block_link > a{
    padding-left: 42px;
    font-size: 2.2rem;
  }
  .home-search-block_link > a:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    display: inline-block;
    width: 35px;
    height: 23px;
    background: url(../img/com_sprite01.png) no-repeat 0 -200px;
  }
  .home-search-block_use .home-search-block_link > a:before{
    top: 0.2em;
    width: 30px;
    height: 20px;
    background: url(../img/com_sprite01.png) no-repeat -40px -80px;
  }
  .home-search-block_list_wrap{
    position: relative;
    margin-top: 30px;
    padding-left: 17%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .home-search-block_list{
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .home-search-block_list > li > a{
    padding: 8px 14px;
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
  }
  .home-search-block_list > li + li{
    margin-left: 5px;
  }
  .home-search-block_list_wrap > .link-button-v3{
    margin-top: 0;
    margin-left: auto;
  }
  .home-search-block_list_wrap > .link-button-v3 > li > a:before{
    border-right: solid 9px #d9e0e4;
    border-bottom: solid 9px #d9e0e4;
  }
  
  .home-search-block_use .box_link{
    display: inline-block;
    color: #333;
  }
  .home-search-block_use .box_img img{
    border-radius: 50%;
    overflow: hidden;
  }
  .home-search-block_use .box_title{
    margin-left: 20px;
    line-height: 1.4em;
  }
  
  
  /* ----- home-site-search ----- */
  .home-site-search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-site-search_input {
    width: 1100px;
    height: 61px;
    padding: 0 20px;
    background-color: #ecf0f2;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 2.0rem;
    outline: none;
  }
  .home-site-search_submit-wrap {
    position: relative;
    margin: 0 0 0 20px;
    cursor: pointer;
  }
  .home-site-search_submit-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(../img/com_sprite01.png) no-repeat -80px -80px;
    cursor: pointer;
    pointer-events: none;
  }
  .home-site-search_submit {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    font-size: 0;
    cursor: pointer;
    outline: none;
  }
  
  /* home-strengths-layout */
  .home-strengths-layout {
    padding: 66px 0 80px;
    background-color: #f8f9fa;
  }
  .home-strengths-layout > section{
    width: 82vw;
    margin: 0 auto;
  }
  .home-strengths-layout .home-heading-lv2{
    margin-top: -88px;
    text-align: center;
  }
  .home-strengths-layout .home-heading-lv2 + .link-button{
    margin-top: 3em;
  }
  .home-strengths-layout .home-heading-lv2 + .link-button a:before{
    border-right: solid 9px #f8f9fa;
    border-bottom: solid 9px #f8f9fa;
  }
  .home-lead{
    margin-top: 0.8em;
    font-size: 3rem;
    text-align: center;
  }
  .home-lead .text-lead-v2{
    font-size: 4.2rem;
  }
  .home-lead .text-lead-v2 > em{
    font-size: 3.6rem;
  }
  .home-strengths-block{
    margin-top: 40px;
  }
  .home-strengths_btn{
    position: relative;
  }
  .home-strengths_btn > a{
    color: #fff;
  }
  .home-strengths_btn:nth-child(even){
    margin-top: 66px !important;
  }
  .home-strengths_btn .btn_img{
    border-radius: 50%;
    overflow: hidden;
    box-shadow:0px 26px 0px 0px #49ace1;
    height: 250px;
  }
  .home-strengths_btn .btn_img img{height:100%;object-fit: cover;width: 100%;}
  .home-strengths_btn.typePink .btn_img{
    box-shadow:0px 26px 0px 0px #eb6c9e;
  }
  .home-strengths_btn.typePurple .btn_img{
    box-shadow:0px 26px 0px 0px #6e56a2;
  }
  .home-strengths_btn.typeGreen .btn_img{
    box-shadow:0px 26px 0px 0px #0baf98;
  }
  .home-strengths_btn.typeLightgreen .btn_img{
    box-shadow:0px 26px 0px 0px #accf10;
  }
  .home-strengths_btn .btn_text{
    position: absolute;
    height: 50px;
    top: 12px;
    z-index: 100;
    background: url("../img/com_bg03.png") no-repeat 100% 100%;
    font-size: 2.2rem;
    text-align: center;
    vertical-align:bottom;
    color: #fff;
  }
  
  .home-strengths_btn:nth-child(even) .btn_text{
    top: -12px;
  }
  .home-strengths_btn:nth-child(1) .btn_text{min-width: 190px;}
  .home-strengths_btn:nth-child(2) .btn_text{min-width: 190px;}
  .home-strengths_btn:nth-child(3) .btn_text{min-width: 190px;}
  .home-strengths_btn:nth-child(4) .btn_text{min-width: 264px;}
  .home-strengths_btn:nth-child(5) .btn_text{min-width: 190px;}
  .home-strengths_btn.typePink .btn_text{
    background: url("../img/com_bg04.png") no-repeat 100% 100%;
  }
  .home-strengths_btn.typePurple .btn_text{
    background: url("../img/com_bg05.png") no-repeat 100% 100%;
  }
  .home-strengths_btn.typeGreen .btn_text{
    background: url("../img/com_bg06.png") no-repeat 100% 100%;
  }
  .home-strengths_btn.typeLightgreen .btn_text{
    background: url("../img/com_bg07.png") no-repeat 100% 100%;
  }
  .home-strengths_btn .btn_text > span{
    padding: 6px 15px 0;
    position: relative;
    display: inline-block;
    border-radius: 0 0 20px 0;
  }
  .home-strengths-line{
    width: 200px;
    margin: 30px auto 0;
    border: 3px solid #333;
    display: block;
  }
  .home-strengths-box{
    margin-top: 50px;
    padding: 38px 8% 40px;
    background-color: #fff;
    text-align: center;
  }
  .home-strengths-box .home-heading-lv3{
    font-size: 3.6rem;
    line-height: 1;
  }
  .home-strengths-box .home-heading-lv3 .heading_title{
    font-weight: 700;
  }
  .home-strengths-box .link-button{
    margin-top: 34px;
  }
  .home-strengths-box .link-button > li > a{
    padding: 14px 12px 14px;
    font-size: 2.2rem;
  }
  
  /* ----- home-club-layout ----- */
  .home-club-layout {
    padding: 180px 0 0;
  }
  .home-club-layout .home-heading-lv2  a{
    position: relative;
    display: inline-block;
    padding-left: 50px;
    font-size: 4.2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
  }
  .home-club-layout .home-heading-lv2  a:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    display: inline-block;
    width: 35px;
    height: 23px;
    background: url(../img/com_sprite01.png) no-repeat 0 -200px;
  }
  /* club-yupo-slider */
  .club-yupo-slider{
    width: 660px;
    margin: 40px auto 0;
    position: relative;
  }
  .club-yupo-slider .slick-list{
    overflow: visible;
    padding: 0 !important;
  }
  .club-yupo-slider .slick-slide {
    transition: .3s ease;
  }
  .club-yupo-slider .slick-slide:not(.slick-current) {
    opacity: 1;
  }
  .club-yupo-slider-block figure{
    width: 600px;
    margin: 0 auto;
  }
  .club-yupo-slider_box{
    position: relative;
    top: -50px;
    left: -50px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    z-index: 100;
    opacity: 0;
    transition: opacity 1s ease 0s;
  }
  .club-yupo-slider_box > a{
    display: block;
    padding: 45px 50px;
    min-height: 220px;
    color: #333;
    line-height: 1.4;
  }
  .club-yupo-slider_box .box_data{
    color: #666;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .club-yupo-slider_box .box_text{
    margin-top: 6px;
    font-size: 2rem;
  }
  .slick-center .club-yupo-slider_box {
    opacity: 1;
  }
  .slick-arrow{
    position: absolute;
    z-index: 100;
  }
  .slick-arrow.prev{
    bottom: 80px;
    right: -70px;
  }
  .slick-arrow.next{
    bottom: 80px;
    right: -160px;
  }
  .slick-arrow > p{
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #333;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
  }
  .slick-arrow > p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19px;
    height: 38px;
    margin: -19px 0 0 -12px;
    background: url(../img/com_sprite01.png) no-repeat -401px -160px;
  }
  .slick-arrow.next > p:before {
    margin: -19px 0 0 -7px;
    background: url(../img/com_sprite01.png) no-repeat -441px -160px;
  }
  
  /* ----- home-about-layout ----- */
  .home-about-layout{
    padding-top: 200px;
  }
  .home-about-layout a{
    color: #333;
  }
  .home-about-layout .home-heading-lv2{
    margin-top: -70px;
  }
  .home-about-layout .home-heading-lv2 + .link-button{
    margin-top: 30px;
  }

  .home-about-layout_inner{
    padding: 50px 0 140px;
    background: url(../../img/index_im05.png) no-repeat 100% 40px #fcfcfc;
  }
  .home-about-block{
    padding: 0 6vw 0 8vw;
    width: 100%;
  }
  .home-about-box{
    width: 22%;
    margin-left: 0 !important;
  }
  [class*="about-lead"] {
    font-weight: 700;
    line-height: 1.6;
  }
  .about-lead-lv2{
    margin-top: 30px;
    font-size: 3rem;
  }
  .about-lead-lv1{
    font-size: 2rem;
  }
  .about-line{
    margin-top: 30px;
    margin-right: auto;
    width: 160px;
    border: 1px solid #333;
    display: block;
  }
  .about-line + .link-text{
    width: 46%;
    margin-top: 30px;
  }
  .home-about-layout .home-about-box{
    margin-top: -100px !important;
    padding: 50px 50px 80px;
  }
  .home-about-box.typeBlue{
    background: linear-gradient(to right, #84d5ff 0%,#a5e0ff 100%);
  }
  .home-about-box.typeGreen{
    background: linear-gradient(to right, #c9e250 0%,#d7f048 100%);
  }
  .home-about-box .box_img{
    overflow: hidden;
    text-align: center;
  }
  .home-about-box .box_img img{
    border-radius: 50%;
  }
  .home-about-box .box_text{
    margin-top: 30px;
  }
  .home-about-box .link-button > li > a{
    min-width: 100%;
    padding: 15px;
  }
  .home-about-box .link-button > li > a:before{
    border-right: solid 9px #a3e0ff;
    border-bottom: solid 9px #a3e0ff;
  }
  .home-about-box.typeGreen .link-button > li > a:before{
    border-right: solid 9px #d5ee49;
    border-bottom: solid 9px #d5ee49;
  }
  
  /* ----- home-contact-layout ----- */
  .home-contact-layout{
    position: relative;
    padding: 190px 0 280px;
    background: url(../img/com_bg02.png) no-repeat 100% 70px; 
    min-width: 1280px;
    max-width: 100vw;
  }
  .home-contact_box{
    position: relative;
    margin-left: 34vw;
    padding: 50px 50px 60px 11vw;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    z-index: 100;
  }
  .home-contact_box .home-heading-lv2{
    margin-top: -70px;
  }
  .home-contact_lead{
    margin-top: 30px;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .home-contact_text{
    font-size: 1.8rem;
  }
  .home-contact-layout .conversion-detail{
    text-align: left;
  }
  .home-contact-layout .contact_img{
    position: absolute;
    width: 34vw;
    max-width: 640px;
    top: 140px;
    left: 8vw;
    z-index: 100;
  }
  .home-contact-layout .conversion-button{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .home-contact-layout .conversion-button .conversion-button_item .conversion-link-button li a{
    min-width: 142px;
  }
  .home-contact_bg{
    position: absolute;
    top: 380px;
    left: 0;
    width: 960px;
    height: 350px;
    background: linear-gradient(to right, #caebff 0%,#0f3180 100%);
    z-index: 1;
  }
  
  /* ----- home-relation-layout ----- */
  .home-relation-layout{
    padding: 0 8vw 50px;
    align-items: flex-end;
  }
  .home-relation-layout .relation_title{
    margin-bottom: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  
  .home-relation-block a{
    color: #333;
  }
  .home-relation-block a:hover{
    text-decoration: none;
  }
  .relation_item{
    background-color: #f9f9f9;
  }
  .relation_item > a{
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .relation_item .item_img img {
    width: 100%;
    height: auto;
  }
  .home-relation-block[data-row-pc="3"] .relation_item{
    width: 33%;
  }
  .home-relation-block .relation_item + *{
    margin-left: 1px !important;
  }
  .home-relation-block .item_title{
    padding: 14px 28px;
    line-height: 1.4;
    font-size: 1.8rem;
  }
  .home-relation-block[data-row-pc="3"] .item_title{
    font-size: 1.4rem;
    padding: 18px;
  }
  .home-relation-block .item_title > span{
    display: block;
    margin-top: 5px;
  }
  .home-relation-block[data-row-pc="3"] .item_title > span{
    font-size: 1.8rem;
  }
  .home-relation-block .item_title .text_point{
    display: block;
    margin-top: 5px;
    font-size: 2rem;
    font-weight: 700;
    color: #ef7c0a;
  }
  .home-relation-block .item_title .a-blank{
    position: relative;
  }
  .home-relation-block .item_title .a-blank:after{
    display: inline-block;
    margin: 0 0 0 8px;
    width: 17px;
    height: 17px;
    background-position: 0 0;
    background: url(../img/com_sprite01.png) no-repeat;
    content: "";
    vertical-align: -1px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .home-news-layout .news_property::after,
  .home-search-block_list_wrap::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1540px) {
  .home-search-block_list_wrap{
    padding-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-strengths_btn .btn_text{
    font-size: 2rem;
  }
  .home-strengths_btn .btn_text > span{
    padding: 10px 15px;
  }
  .conversion-button .link-button-v3 > li > a{
    min-width: 60%;
  }
  .conversion-button .link-button > li > a{
    min-width: 40%;
  }
  .conversion-button .link-button-v3 > li > a,
  .conversion-button .link-button > li > a{
    font-size: 1.7rem;
  }

}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .conversion-number_text > a {
    font-size: 3rem;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * common
  ------------------------------------------------------ */
  .Main,
  .MainBody{
    padding-top: 0;
  }
  .container {
    margin-top: 0;
  }

  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */
  /* ----- home-main-visual ----- */
  .home-main-visual{
    position: relative;
    display: inherit;
    margin: 60px -15px 0 !important;
  }
  .main-visual-slider{
    width: 100%;
    z-index: 1;
  }
  .main_text{
    position: relative;
    margin: 0 0 0 14px;
    z-index: 10;
    /*! top: -25px; */
    display: inline-block;
  }
  .main_text > img{
    max-width: calc(100% - 100px);
    
  }
  /* ----- slider dots ----- */
  .home-slide-dots button{
    width: 12px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-indent: -9999px;
  }
  .home-slide-dots button:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50% 50%;
    background-color: #eee;
  }
  .home-slide-dots .slick-active button:before{
    background-color: #ef7c0a;
  }
  .home-slide-dots{
    position: relative;
    margin: -2.5em 14px 0 0;
    text-align: right;
    z-index: 100;
  }
  .home-slide-dots li {
    display: inline-block;
    margin: 0 12px;
  } 
  
  /* ----- home-news-layout ----- */
  .home-news-layout_wrap {
    margin-top: -20px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    width: calc(100vw - 15px);
  }
  .home-news-layout{
    padding: 25px 15px 20px;
  }
  .home-news-layout.type-Info{
    background-color: #f8f9fa;
  }
  .home-news-layout .column-layout{
    margin-top: 0;
  }
  .home-news-layout .news_heading_wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-news-layout .news_heading{
    /*! padding-left: 20%; */
    font-size: 22px;
    flex-grow: 3;
    text-align: center;
    font-weight: bold;
  }
  .home-news-layout .link-text{
    margin: 0;
    text-align: right;
  }
  .home-news-layout .link-text a{
    padding-left: 32px;
    color: #333;
    font-size: 1.4rem;
  }
  .home-news-layout .link-text a:before{
    top: 0.1em;
    width: 23px;
    height: 15px;
    background: url(../img/com_sprite01.png) no-repeat -160px -40px;
    background-size: 240px auto;
  }
  .home-news-layout .news_article_wrap{
    margin-top: 1.5em;
  }
  .home-news-layout .news_article + article{
    margin-top: 1.3em;
  }
  .home-news-layout .news_article:nth-of-type(n+3){
    display: none;
  }
  .home-news-layout .news_title{
    margin-top: 0.5em;
    word-break: normal;
  }
  .home-news-layout .news_icon{
    display: inline-block;
    border-radius: 15px;
    font-size: 1.1rem;
    overflow: hidden;
    background-color: #f3f3f3;
  }
  .home-news-layout .news_icon > em{
    display: inline-block;
    padding: 2px 10px 1px 12px;
    border-left-width: 6px;
    border-left-style: solid;
    text-align: center;
  }
  .home-news-layout .column-layout .news_icon{
    background-color: #fff;
  }
  .home-news-layout .news_icon.type1 > em{
    border-left-color: #dc6494;
  }
  .home-news-layout .news_icon.type2 > em{
    border-left-color: #44a1d3;
  }
  .home-news-layout .news_icon.type3 > em{
    border-left-color: #0baf98;
  }
  .home-news-layout .news_icon.type4 > em{
    border-left-color: #a4c41d  ;
  }
  .home-news-layout .news_icon.type5  > em{
    border-left-color: #6e56a2;
  }
  .home-news-layout .news_icon.type-New{
    width: auto;
    padding: 2px 8px 1px;
    background-color: #ef7c0a;
    color: #fff;
  }
  .home-news-layout .news_title .title_data{
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
  }
  .home-news-layout .news_title .title_text{
    margin-top: .3em;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
  }
  .home-news-layout .column-layout .news_title .title_text{
    display: block;
    padding-left: 0;
    line-height: 1.4;
  }
  .home-news-layout .news_title .title_size{
    font-size: 1.2rem;
  }
  
  /* -----  home-search-layout ----- */
  .home-search-layout_wrap{
    padding: 20px 0;
  }
  .home-search-layout_wrap .home-heading-lv2{
    margin-left: 20px;
  }
  .home-search-layout_wrap .home-heading-lv2 img{
    width: calc(100% - 161px);
  }
  /* home-search-block */
  .home-search-block_list,
  .home-search-block_use .home-search-block_box,
  .home-search-block_use .box_list{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-search-block_use .box_list {
    -webkit-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .home-search-block_use .home-search-block_box{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-search-layout{
    width: calc(100vw - 15px);
  }
  .home-search-block{
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .home-search-block.typeProduct{
    background-color: #d9e0e4;
    border-bottom: 3px solid #333;
  }

  .home-search-block_link > a{
    position: relative;
    display: inline-block;
    padding-left: 36px;
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.4;
  }
  .home-search-block_use .home-search-block_link > a{
    padding-left: 30px;
    font-size: 1.5rem;
  }
  .home-search-block_link > a:before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    display: inline-block;
    width: 28px;
    height: 19px;
    background: url(../img/com_sprite01.png) no-repeat 0 -158px;
    background-size: 380px auto;
  }
  .home-search-block_use .home-search-block_link > a:before{
    top: 0.1em;
    width: 23px;
    height: 15px;
    background: url(../img/com_sprite01.png) no-repeat -160px -40px;
    background-size: auto auto;background-size: 240px auto;
  }
  .home-search-block_list{
    flex-wrap: wrap;
  }
  .home-search-block_list > li > a{
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
  }
  .home-search-block_list > li{
    margin-top: 8px;
    margin-right: 5px;
  }
  .home-search-block_list_wrap > .link-button-v3 > li > a:before{
    border-right: solid 9px #d9e0e4;
    border-bottom: solid 9px #d9e0e4;
  }
  
  .home-search-block_use .box_link{
    margin-top: 15px;
    display: inline-block;
    color: #333;
    width: 49%;
  }
  .home-search-block_use .box_img{
    width: 35%;
  }
  .home-search-block_use .box_img img{
    border-radius: 50%;
    overflow: hidden;
  }
  .home-search-block_use .box_title{
    margin-left: 5px;
    line-height: 1.4;
    font-size: 1.3rem;;
  }
  
  
  /* ----- home-site-search ----- */
  .home-site-search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-search-block_box{
    margin-top: 0.5em;
  }
  .home-site-search_input {
    width: calc(100% - 60px);
    height: 50px;
    padding: 0 10px;
    background-color: #ecf0f2;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 1.2rem;
    outline: none;
  }
  .home-site-search_submit-wrap {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 0 0 10px;
    cursor: pointer;
  }
  .home-site-search_submit-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    background: url(../img/com_sprite01.png) no-repeat -160px -60px;
    background-size: 240px auto;
    cursor: pointer;
  }
  .home-site-search_submit {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
  }
  
  /* home-strengths-layout */
  .home-strengths-layout {
    margin: 30px -15px;
    padding: 20px 15px;
    background-color: #f8f9fa;
  }
  .home-strengths-layout .home-heading-lv2{
    margin-top: -30px;
    text-align: center;
  }
  .home-strengths-layout .home-heading-lv2 img{
    width: calc(100% - 93px);
  }
  .home-strengths-layout .home-heading-lv2 + .link-button{
    margin-top: 1.5em;
    margin-bottom: 60px;
  }
  .home-strengths-layout .home-heading-lv2 + .link-button a:before{
    border-right: solid 9px #f8f9fa;
    border-bottom: solid 9px #f8f9fa;
  }
  .home-lead{
    width: calc((100% - 15px) / 2);
    margin-top: 1.5em;
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    z-index: 100;
  }
  .home-lead .text-lead-v2{
    font-size: 2.1rem;
  }
  .home-lead .text-lead-v2 > em{
    font-size: 1.8rem;
  }
  .home-strengths-block{
    /*! margin-top: 20px; */
    /*! flex-flow: row-reverse wrap !important; */
    
  }
  .home-strengths_btn{
    position: relative;
    width: 48%;
    margin: 1%;
    height: 170px;
    margin-bottom: 20px;
    /*! background: skyblue; */
    overflow: hidden;
  }
  .home-strengths_btn > a{
    color: #fff;
  }
  .home-strengths_btn:nth-child(even){
    /*! margin: 30px 10px 0 0!important; */
  }
  .home-strengths_btn:nth-child(2){
    /*! margin-top: 100px !important; */
  }
  .home-strengths_btn:nth-child(3),
  .home-strengths_btn:nth-child(5){
    /*! margin-top: -60px !important; */
  }
  .home-strengths_btn .btn_img{
    /*! border-radius: 50%; */
    /*! overflow: hidden; */
    /*! box-shadow:0px 15px 0px 0px #49ace1; */
  }
  .home-strengths_btn .btn_img img {
    width: 100%;
    height: 150px;
  }
  .home-strengths_btn.typePink .btn_img{
    box-shadow:0px 15px 0px 0px #eb6c9e;
  }
  .home-strengths_btn.typePurple .btn_img{
    box-shadow:0px 15px 0px 0px #6e56a2;
  }
  .home-strengths_btn.typeGreen .btn_img{
    box-shadow:0px 15px 0px 0px #0baf98;
  }
  .home-strengths_btn.typeLightgreen .btn_img{
    box-shadow:0px 15px 0px 0px #accf10;
  }
  .home-strengths_btn .btn_text{
    position: relative;
    /*! top: 8px; */
    z-index: 100;
    background: skyblue;
    /*! background-size: 150px 75px; */
    font-size: 1.4rem;
    text-align: center;
    /*! height: 28px; */
    color: #fff;
  }
  .home-strengths_btn:nth-child(even) .btn_text{
    /*! top: -6px; */
  }
  .home-strengths_btn.typePink .btn_text{
    background: url("../img/com_bg04.png") no-repeat 100% 100%;
    background-size: 150px 75px;
  }
  .home-strengths_btn.typePurple .btn_text{
    background: url("../img/com_bg05.png") no-repeat 100% 100%;
    background-size: 150px 75px;
  }
  .home-strengths_btn.typeGreen .btn_text{
    background: url("../img/com_bg06.png") no-repeat 100% 100%;
    background-size: 200px 75px;
  }
  .home-strengths_btn.typeLightgreen .btn_text{
    background: url("../img/com_bg07.png") no-repeat 100% 100%;
    background-size: 200px 75px;
  }
  .home-strengths_btn:nth-child(4) .btn_text{
    height: auto;
  }
  .home-strengths_btn:nth-child(5) .btn_text{
    min-width: 132px;
    height: auto;
  }
  .home-strengths_btn .btn_text > span{
    padding: 4px 10px;
    position: relative;
    display: inline-block;
  }
  .home-strengths-line{
    width: 100px;
    margin: 30px auto 0;
    border: 2px solid #333;
    display: block;
  }
  .home-strengths-box{
    margin-top: 2em;
    padding: 25px 15px 20px;
    background-color: #fff;
    text-align: center;
  }
  .home-strengths-box .home-heading-lv3{
    font-size: 1.8rem;
    line-height: 1;
  }
  .home-strengths-box .home-heading-lv3 .heading_title{
    font-weight: 700;
  }
  .home-strengths-box .link-button{
    margin-top: 1.5em;
  }
  .home-strengths-box .link-button > li > a{
    padding: 12px;
    font-size: 1.8rem;
  }
  /* ----- home-club-layout ----- */
  .home-club-layout {
    margin: 0 -15px;
    padding: 30px 0 0;
  }
  .home-club-layout .home-heading-lv2  a{
    position: relative;
    display: inline-block;
    padding-left: 36px;
    font-size: 2.1rem;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
  }
  .home-club-layout .home-heading-lv2  a:before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    display: inline-block;
    width: 28px;
    height: 19px;
    background: url(../img/com_sprite01.png) no-repeat 0 -158px;
    background-size: auto auto;
    background-size: 380px auto;
  }
  /* club-yupo-slider */
  .club-yupo-slider{
    margin-top: 20px;
    padding: 0 15px 30px;
    position: relative;
    overflow: hidden;
  }
  .club-yupo-slider .slick-list{
    padding: 0 !important;
  }
  .club-yupo-slider-block figure{
    padding-left: 20px;
  }
  .club-yupo-slider_box{
    position: relative;
    width: 90%;
    top: -30px;
    left: 5px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    z-index: 100;
    opacity: 0;
    transition: opacity 1s ease 0s;
  }
  .club-yupo-slider_box > a{
    display: block;
    padding: 20px;
    min-height: 150px;
    color: #333;
    line-height: 1.4;
  }
  .club-yupo-slider_box .box_data{
    color: #666;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .club-yupo-slider_box .box_text{
    margin-top: 6px;
    font-size: 1.5rem;
  }
  .slick-center .club-yupo-slider_box {
    opacity: 1;
  }
  .slick-arrow{
    position: absolute;
  }
  .slick-arrow.prev{
    bottom: 0;
    right: 60px;
  }
  .slick-arrow.next{
    bottom: 0;
    right: 15px;
  }
  .slick-arrow > p{
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
  }
  .slick-arrow > p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 20px;
    margin: -10px 0 0 -5px;
    background: url(../img/com_sprite01.png) no-repeat -200px -80px;
    background-size: 240px auto;
  }
  .slick-arrow.next > p:before {
    margin: -10px 0 0 -5px;
    background: url(../img/com_sprite01.png) no-repeat -220px -80px;
    background-size: 240px auto;
  }
  
  /* ----- home-about-layout ----- */
  .home-about-layout{
    padding-top: 30px;
    margin: 0 -15px; 
  }
  .home-about-layout a{
    color: #333;
  }
  .home-about-layout .home-heading-lv2{
    margin-top: -20px;
    text-align: center;
  }
  .home-about-layout .home-heading-lv2 img{
    width: calc(100% - 194px);
  }
  .home-about-layout .home-heading-lv2 + .link-button{
    margin-top: 1.5em;
  }
  .home-about-layout_inner{
    padding: 15px 15px 125px;
    background: url(../../img/index_im05.png) no-repeat 50px 40px #fcfcfc;
  }
  .home-about-box{
    margin-left: 0 !important;
  }
  [class*="about-lead"] {
    font-weight: 700;
    line-height: 1.6;
  }
  .about-lead-lv2{
    margin-top: 1em;
    font-size: 2.2rem;
  }
  .about-lead-lv1{
    font-size: 1.5rem;
  }
  .about-line{
    margin-top: 1em;
    width: 160px;
    border: 1px solid #333;
    display: block;
  }
  .about-line + .link-text{
    margin-top: 1.5em;
  }
  .home-about-box{
    margin-top: 1.5em !important;
    padding: 20px;
  }
  .home-about-box + *{
    margin-top: 0 !important;
  }
  .home-about-box.typeBlue{
    background: linear-gradient(to right, #84d5ff 0%,#a5e0ff 100%);
  }
  .home-about-box.typeGreen{
    background: linear-gradient(to right, #c9e250 0%,#d7f048 100%);
  }
  .home-about-box .box_img{
    overflow: hidden;
    text-align: center;
  }
  .home-about-box .box_img img{
    width: calc(100% / 2);
    border-radius: 50%;
  }
  .home-about-box .box_text{
    margin-top: 1em;
  }
  .home-about-box .link-button > li > a{
    width: 100%;
  }
  .home-about-box .link-button > li > a:before{
    border-right: solid 9px #a3e0ff;
    border-bottom: solid 9px #a3e0ff;
  }
  .home-about-box.typeGreen .link-button > li > a:before{
    border-right: solid 9px #d5ee49;
    border-bottom: solid 9px #d5ee49;
  }
  /* ----- home-contact-layout ----- */
  .home-contact-layout{
    position: relative;
    padding: 30px 0;
  }
  .home-contact_box{
    position: relative;
    margin: 2em -15px 0 0;
    padding: 30px 15px 60px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    z-index:  100;
  }
  .home-contact_box .home-heading-lv2{
    margin-top: -40px;
    text-align: center;
  }
  .home-contact_box .home-heading-lv2 img{
    width: calc(100% - 190px);
  }
  .home-contact_lead{
    margin-top: 1.5em;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .home-contact_text{
    font-size: 1.4rem;
  }
  .home-contact-layout .conversion-detail{
    text-align: left;
  }
  .home-contact-layout .contact_img{
    position: relative;
    margin: -30px 0 0 10px;
    width: 85%;
    z-index: 100;
    
  }
  .home-contact-layout .conversion-button{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .home-contact_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 -15px;
    width: 115%;
    height: 340px;
    background: linear-gradient(to right, #fffcca 0%,#ffa0c1 100%);
    z-index: 1;
  }
  
  /* ----- home-relation-layout ----- */
  .home-relation-layout{
    padding: 30px 0 0;
  }
  .home-relation-layout .relation_title{
    margin: 1.5em 0 1em;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .home-relation-block a{
    color: #333;
  }
  .home-relation-block a:hover{
    text-decoration: none;
  }
  .home-relation-block .relation_item{
    width: 100%;
    background-color: #f9f9f9;
  }
  .home-relation-block .relation_item + *{
    margin-left: 1px !important;
  }
  .relation_item > a{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .home-relation-block .item_title{
    padding: 12px 9px;
    line-height: 1.2;
    font-size: 1.4rem;
    word-break: normal;
  }
  .home-relation-block .item_title > span{
    display: block;
    margin-top: 8px;
  }
  .home-relation-block .item_title .text_point{
    display: block;
    margin-top: 8px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ef7c0a;
  }
  .home-relation-block .item_title .a-blank{
    position: relative;
  }
  .home-relation-block .item_title .a-blank:after{
    display: inline-block;
    margin: 0 0 0 8px;
    width: 16px;
    height: 16px;
    background-image: url(../img/com_sprite01.png);
    background-repeat:  no-repeat;
    background-position: -120px 0;
    background-size: 240px auto;
    vertical-align: top;
    content: "";
  }
  
}
