/* カスタマイズ用CSS */

/* フォント 読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* フォント指定 */

.Notofont {
    font-family: 'Noto Sans JP', sans-serif;
}


html,body {
    font-size: 50%;
}

@media only screen and (min-width: 768px) {
    html,body {
    font-size: 62.5%;
    }
}

/* /* /* /* 
/* ボタン部分 */

.btn-red {
  background-color: #DE272D;
  border-color: #DE272D;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.2rem;
}

/* メインビジュアルのボタン*/
.main-btn-redwrap .btn-red {
    -webkit-border-radius: 10rem;
       -moz-border-radius: 10rem;
            border-radius: 10rem;
    padding: 2rem 4rem;
    font-size: 2rem;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .main-btn-redwrap .btn-red {
    padding: 2rem 6rem;
    font-size: 3rem;
    }
}

/* メインビジュアルのボタンの位置調整*/
.main-btn-redwrap {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
}

@media only screen and (min-width: 768px) {
  .btn-red:hover,
  .btn-red:active {
        background-color: #cc2e34;
        border-color: #cc2e34;
        -webkit-transform: translateY(-2px);
           -moz-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
             -o-transform: translateY(-2px);
                transform: translateY(-2px);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
           -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  
  .main-btn-redwrap {
        top: 75%;
  }
}


/* 各タイトル */
.ttl {
    text-align: center;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .ttl {
        margin-bottom: 7rem;
    }
}

/*　br表示切り替え */
.br-pc {
    display: none;
}

@media only screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
    
    .br-pc {
        display: block;
    }
}


/* ヘッダー */
.ec-headerRole,
.ec-headerNaviRole {
  padding: 0;
}

.ec-headerRole .ec-headerRole__title {
  margin-left: 40px;
}

.ec-layoutRole__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-headerTitle .ec-headerTitle__title a {
  margin-bottom: 0;
}
.ec-headerTitle .ec-headerTitle__title {
  text-align: left;
}
.ec-headerNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-headerNaviRole {
    padding-right: 2rem;
}

@media screen and (max-width: 480px) {
  .ec-layoutRole__header {
    padding: 0 0 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .ec-headerRole {
    width: 40%;
  }
  
  .ec-headerNaviRole {
      padding-right: 10rem;
  }
}

/* メールアイコン */
.ec-mailiconRole-img img {
    width: 15vw;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .ec-mailiconRole-img img {
    width: auto;
    height: auto;
    }
    
    .ec-mailiconRole-img {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    
    .ec-mailiconRole-img:hover,
    .ec-mailiconRole-img:active {
        -webkit-filter: brightness(90%);
        filter: brightness(90%);
    }
}


/* メインビジュアル */
.ec-sliderRole,
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

.ec-sliderRole {
  padding-left: 0; /* 20px; */
  padding-right: 0; /* 20px; */
}

.main_visual_text {
  text-align: center;
  margin-top: 3rem;
  font-weight: bold;
  line-height: 2;
  color: #000;
}

.main_visual {
    position: relative;
}

/* サポートについて */

.ec-aboutRole {
    text-align: center;
    margin-top: 5rem;
}

.ec-aboutRole img {
    width: auto;
    display: inline-block;
}

.about-inner .innner-text {
    color: #333;
    font-weight: bold;
    line-height: 1.7;
    font-size: 1.7rem;
}

.ttl-image {
    margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
    .ec-aboutRole {
    margin-top: 10rem;
    }
}

/* サポートチケット */

.ec-shelfRole {
    margin-top: 5rem;
}

.recommendGrid a {
    color: #fff;
}

.recommend-text,
.recommend-name {
    color: #000;
}

.recommend-text {
    font-size: 1.3rem;
    padding: 1rem 0;
}

.recommend-name {
    font-size: 1.5rem;
}

.ec-shelfGrid__item {
    text-align: center;
}

.ec-shelfRole img {
    width: auto;
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .ec-shelfRole {
    margin-top: 10rem;
    }
    
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 0 3rem;
    }
    
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0 3rem;
    }
    
}

/* サポート内容 */

.ec-supportRole {
    margin-top: 5rem;
}
 
.support-text .text-ttl {
    color: #2E3191;
    font-weight: bold;
}

.ec-supportRole img {
    width: auto;
    display: inline-block;
}

.support-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
}

.support-text .text-ttl {
    margin-top: 2rem;
    font-size: 2.5rem;
}

.support-text .text-details {
    margin-top: 2rem;
    color: #000;
    font-weight: 500;
    line-height: 1.7;
}

@media only screen and (min-width: 768px){
    .ec-supportRole {
    margin-top: 10rem;
    }
    
    .support-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    .support-image {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    
    .support-text {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
           -moz-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        padding-left: 3rem;
    }
    
    .support-img {
        -webkit-filter: brightness(80%);
                filter: brightness(80%);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    
    .support-image:hover .support-img,
    .support-image:active .support-img{
        -webkit-filter: brightness(100%);
                filter: brightness(100%);
    }
    
}