@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 320px
---------------------------------------------*/
@media screen and (max-width: 320px) {}

/*---------------------------------------------
 ** 740px
---------------------------------------------*/
@media screen and (max-width: 740px) {


  /* スマホナビメニュー */
  .navBtn {
    display: none !important;
  }

  .header_contact {
    display: none;
  }

  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
  }

  body {
    font-size: 15px;
    color: #444;
  }

  p {
    font-size: 15px;
  }

  /* fook */
  .only_sp_none {
    display: none !important;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  /*---------------------------------------------
 **  flexbox
---------------------------------------------*/
  .flex_item_clounm_3 {
    width: 100%;
  }

  .flex_item_clounm_2 {
    width: 100%;
  }

  .flex_item_clounm_4 {
    width: 100%;
  }

  /*---------------------------------------------
 ** セクション
---------------------------------------------*/
  .section_block {
    margin-bottom: 60px;
  }

  /*---------------------------------------------
 **  メイン画像
---------------------------------------------*/
  .main_img {
    width: 100%;
    height: 130px;
    position: relative;
    background-size: cover;
    text-align: center;
  }

  .header_inner {
    width: 100% !important;
    height: 75px;
    margin: 0 !important;
    padding: 20px 0 0px;
    border-top: 4px solid #0677ba;
  }

  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  .header_txt {
    display: none;
  }

  /*---------------------------------------------
 **  ロゴ
---------------------------------------------*/
  #logo {
    width: 93px;
    height: 39px;
    margin: 0px auto 0px;
  }

  #footer #logo {
    width: 174px;
    height: 67px;
    margin: 0 auto 45px;
  }

  #footer #logo a {
    background-size: 100%;
  }

  #footer #logo:after {
    bottom: -19px;
  }

  .sp_tel {
    width: 51px;
    height: 51px;
    position: absolute;
    top: 10px;
    left: 3%;
  }

  /*---------------------------------------------
 **  タイトル
---------------------------------------------*/
  h2 {
    font-size: 2.2rem;
    margin-bottom: 1.7rem;
  }

  h3 {
    font-size: 19px;
  }

  .h3_service_web_01 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
    background: linear-gradient(90deg, #0677b9, #06b972 85%, #0677b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    color: #0677b9;
  }

  .h3_service_web_02 {
    font-size: 35px;
    height: 120px;
    margin-top: -20px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
    background: linear-gradient(90deg, #7985E0, #FF1B50 125%, #FF1B50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);

  }

  .h3_service_web_03 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
    background: linear-gradient(90deg, #9599F2, #9599F2 45%, #794360);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    color: #0677b9;
  }

  .h3_service_web_01 span,
  .h3_service_web_02 span,
  .h3_service_web_03 span {
    font-size: 14px;
    display: block;
  }

  .h3_service_web_01,
  .h3_service_web_02,
  .h3_service_web_03 {
    text-indent: unset;
    white-space: unset;
    overflow: unset;
    width: 100%;
    z-index: 1;
    position: relative;

  }

  .h3_service_bd_base:after {
    width: 100%;
    height: 1px;
    position: absolute;
    top: -63px;
    left: 0px;
    content: "";
    z-index: 1;
  }

  /*=================================================================================================================================*/
  /**  トップページお知らせ	*/
  /*=================================================================================================================================*/
  .information {
    display: block;
    flex-wrap: wrap;
  }

  .information p {
    width: 100%;
    text-align: center;
    padding: 1%;
    background-color: #0073b8;
    font-weight: bold;
  }

  .information p span {
    color: #fff;
  }

  .information div {
    width: 100%;
    margin: 0 !important;
  }

  .information div dl {
    width: 90%;
    display: block;
    text-align: left;
    margin: 0 auto;
  }

  .information div dt {
    font-size: 80%;
    margin: 0 !important;
  }

  .information div dd {
    margin: 0 !important;
    font-size: 100%;
  }

  .news_wrapper>h3 {
    display: none;
  }

  #content {
    width: 100%;
  }

  /*=================================================================================================================================*/
  /**  フッター	*/
  /*=================================================================================================================================*/

  #footer {
    width: 100%;
    height: 510px;
    background: url(../img/common/footer_bg.png) -130px 0px no-repeat;
    background-size: 520%;
    padding: 160px 0 0 0;
    overflow: hidden;
  }

  .footer_wrapper {
    margin: 0;
    padding-bottom: 10px;
  }

  /* フッターナビ */
  #footer nav ul {
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px 0 1px 0;
  }

  #footer nav li {
    width: 49.3%;
    margin: 1px;
  }

  #footer nav a {
    width: 100%;
    background: #fff;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
  }

  #footer nav a:after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 11px;
    background: url(../img/common/bt_icon_blue.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
  }

  #copyright {
    font-size: 10px;
  }

  /* ページTOPへ */
  #pageTop {
    right: 6%;
    bottom: 0;
  }

  #pageTop a {
    width: 40px;
    height: 66px;
  }

  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/

  #header {
    /* margin-bottom: 50px; */
  }

  /* ----- 背景用の動画ファイル ----- */
  .main-visual {
    /* max-height: 920px; */
  }

  /* メインのサービス内容3つ */
  .service_itme {
    width: 66% !important;
    height: 46px;
    background: #fff;
    position: relative;
  }

  .main_wrapper>div {
    margin-bottom: 38px;
    padding: 0px 3%;
  }

  .main_wrapper>div:last-of-type {
    margin-bottom: 24px;
  }

  /* メインのサービス内容3つ */
  .main_wrapper {
    padding-top: 70px;
  }

  /* 上の小さい文字 */
  .main_top_span {
    font-size: 10px;
    top: -26px;
    left: -7px;
  }

  .main_graphic img {
    width: 149px;
    height: 29px;
  }

  .main_web-site img {
    width: 180px;
  }

  .main_sign img {
    width: 117px;
  }

  /* 背景の白枠 */
  .bg_bd:after {
    width: 108%;
    height: 38px;
    top: 2px;
    left: -3px;
  }

  /* 繋がるサービス */
  .joint {
    position: relative;
  }

  .joint:after {
    width: 26px;
    height: 30px;
    position: absolute;
    top: 52px;
    right: 66px;
    background: url(../img/common/joint.png) no-repeat;
    background-size: 100%;
    content: "";
    transform: rotate(-90deg);
  }

  /* 矢印 */
  .arrow_L,
  .arrow_C,
  .arrow_R {
    display: none;
  }

  /* ネストにお任せください。 */
  .igi {
    width: 89.5px;
    height: 278.5px;
    background: url(../img/sp/omakase_sp.png) 0 0 no-repeat;
    background-size: 100%;
    margin: 0px auto 0;
    top: -272px;
    right: -8px;
    position: absolute;
  }

  /* 動画の上コンテンツ */
  .main_content {
    background: linear-gradient(-45deg,
        rgba(000, 000, 000, 0.2),
        rgba(17, 66, 99, 0.3));
  }

  /* お任せくださいの下h */
  .main_h2_01 {
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0px;
  }

  /* 区切り線二重　左右に● */
  .double_line {
    width: 80%;
    max-width: 980px;
    height: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    margin: 30px auto 40px;
  }

  .main_h2_01 br,
  .main_h2_01_p br {
    display: none;
  }

  .main_h2_01_p {
    text-align: left;
    width: 90%;
  }

  .main_h2_01_p:after {
    width: 30px;
    height: 40px;

    bottom: -70px;
  }

  /*---------------------------------------------
 **  最新の制作実績
---------------------------------------------*/
  .tab_area label {
    width: 25%;
    font-size: 10px;
    display: block;
  }

  .icon_work {
    margin-bottom: 72px;
  }

  .icon_work::before {
    width: 43px;
    height: 46px;
  }

  #tab1~.tab_area .tab1_label,
  #tab2~.tab_area .tab2_label,
  #tab3~.tab_area .tab3_label {
    top: -38px;
  }

  #tab1:checked~.tab_area .tab1_label,
  #tab2:checked~.tab_area .tab2_label,
  #tab3:checked~.tab_area .tab3_label {
    top: -38px;
  }

  #tab1:checked~.tab_area .tab1_label {
    width: 33%;
  }

  #tab2:checked~.tab_area .tab2_label {
    width: 33%;
  }

  #tab3:checked~.tab_area .tab3_label {
    width: 33%;
  }

  /* 制作実績　一覧 */
  .our_work_wrapper {
    padding: 0 0;
  }

  .our_work_wrapper>.flex_item_clounm_3 {
    width: 48%;
  }



  .our_work_wrapper dl dt img {
    width: 100%;
  }

  /* 看板だけ */
  #panel3 dl dt img {
    max-height: 99px;
    width: auto;
    max-width: 100%;
  }

  .our_work_wrapper dl dd {
    margin: 0 0% 0;
    padding: 0 5%;
  }

  .our_work_wrapper dl dd span {
    font-size: 11px;
    padding: 2px 10px;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }

  .tab_panel p {
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 15px;
  }

  .tab_panel p:nth-of-type(2) {
    display: none;
  }


  .tab_wrap {
    margin: 0px auto 24px;
  }


  /*---------------------------------------------
 **  サービス
---------------------------------------------*/
  .service_wrapper>.flex_item_clounm_3 {
    width: 46%;
  }

  /* サービス */
  .service_a {
    padding: 15px 0 20px 0;
    display: block;
  }

  .service_img {
    width: 80%;
  }

  .h3_service_01 {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.5;
    margin-top: 10px;
  }

  .h3_service_01 span {
    font-size: 10px;
    letter-spacing: 1px;
    position: relative;
    margin-top: 5px;
  }

  .h3_service_01 span:after {
    width: 40px;
    height: 2px;
    margin: 14px auto 15px;
    display: block;
    background: #0073b8;
    content: "";
  }

  /* サービス 50％　イメージ　img */
  .img_full_half {
    position: absolute;
    top: -62px;
    right: 0;
    width: 100%;
    max-width: unset;
    z-index: 0;
    opacity: 0.15;
  }

  .ful_width_L {
    width: 100% !important;
  }

  .ful_width_R {
    width: 100% !important;
  }


  /* ボタン */
  .btn_01 {
    width: 90%;
    padding: 1px 8%;
    font-size: 12px;
    margin-top: 0;
  }

  .btn_01:hover {
    background: #0073b8 !important;
    color: #ffffff !important;
  }

  .service_list {
    font-size: 16px;
    margin-top: 15px;
  }

  .service_list li {
    position: relative;
    padding-left: 16px;
    padding-right: 10px;
    width: 100%;
    font-weight: bold;

  }

  .list_purple li {
    width: 50%;
  }


  /* CASE見出し */
  .h4_plan_01 {
    padding: 32px 0px 22px 62px;
    font-size: 17px;
  }

  .h5_case_01 {
    font-size: 17px;
  }

  .price_base {
    font-size: 16px;
  }


  .plan_wrapper {
    margin-bottom: 35px;
  }

  .price_base span {
    font-size: 160%;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }


  /*=================================================================================================================================*/
  /**  会社概要	*/
  /*=================================================================================================================================*/
  .about dl {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    border-bottom: 1px dashed #cccccc;
    padding: 14px 0 12px;
    text-align: center;
  }

  .about dl dt {
    width: 100%;
    text-align: center;
    float: unset;
    font-weight: bold;
  }

  .about dl dd {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }

  .tal {
    text-align: left;
  }

  .btn_02_gradation {
    font-size: 16px;
    padding: 17px 5px;
    width: 80%;
  }

  /*---------------------------------------------
 **  お問い合わせ
---------------------------------------------*/
  .icon_contact {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .icon_contact::before {
    width: 55px;
    height: 80px;
    margin: 0 auto 18px;
  }

  form#mail_form dl dt span.required {
    float: left !important;
    margin: 0 24px 0 0 !important;
  }

  form#mail_form dl dt span.optional {
    margin: 0 25px 0 0 !important;
    float: left !important;
  }

  .h3_price_ex:after {
    width: 10%;
    height: 1px;
    position: absolute;
    top: 30px;
    left: -20%;
    content: "";
  }

  .h3_price_ex:before {
    width: 10%;
    height: 1px;
    position: absolute;
    top: 30px;
    right: -20%;
    content: "";
  }

  /* footer魚 */
  .fish_01,
  .fish_02,
  .fish_05 {
    display: none;
  }

  .fish_03 {
    width: 168px;
    height: 143px;
    background: url(../img/common/fish/fish_03.png) 0 0 no-repeat;
    position: absolute;
    bottom: 100px;
    left: -20%;
  }

  .fish_04 {
    width: 203px;
    height: 214px;
    background: url(../img/common/fish/fish_04.png) 0 0 no-repeat;
    position: absolute;
    bottom: 280px;
    right: -110px;
  }



  /* グラフィックデザイン ▼のふわふわ*/
  .pink_fuwa {
    display: none;
  }


  /*---------------------------------------------
 **  制作実績アーカイブ
---------------------------------------------*/

  .arc_page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .arc_page dl {
    width: 100%;
    margin-bottom: 30px;
  }

  .arc_page dl dt {
    width: 95%;
    margin: 0 auto;
  }

  .arc_page dl dd {
    width: 95%;
    margin: 0 auto;
  }

  .case_ul li {}


}