@charset "utf-8";

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

body {
  font-size: 3.7vw;
  line-height: 1.75;
}

section {
  padding: 4rem 0;
  margin: 0 auto;
  position: relative;
}

img {
  vertical-align: top;
  width: 100%;
}

main {
  min-width: auto;
  padding-top: 5rem;
  padding-bottom: 5vw;
  background: none;
}

.inner {
  max-width: unset;
  padding: 0;
  width: 90%;
  box-sizing: border-box;
}

.pc {
  display: none !important;
}

.sp {
  display: block!important;
}

/*************
header
*************/
.header {
  padding: 4vw 4vw;
  height: 13vw;
  width: 100%;
  box-sizing: border-box;
}

.header__logo a {
  max-width: 11rem
}
.head-nav {
  width: auto
}
.head-nav > ul {
  display: none
}
.head-nav > ul li.vendor {
   margin-left: 0;
}
.head-btn-wrap {
  display: none
}
/*************
nav
*************/
#nav-drawer {
  width: 10vw;
}
#nav-open {
  height: 5vw;
}
#nav-open span:before {
  bottom: -2.5vw;
}
#nav-open span:after {
  bottom: -5vw;
}
#nav-content {
  padding: 0 6vw 6vw;
  width: 75%;
  height: 100%;
  right: 1vw;
  font-size: 3vw;
}
#nav-content ul {
  margin-top: 2rem
}

/*************
footer
*************/

footer {
  padding: 3vw 0 2vw;
  font-size: 3vw;
}
.foot-nav li {
  width: 100%;
  margin: 1rem 0;
}
.foot-subnav {
  margin-top: 2vw;
  font-size: 3vw;
}
.foot__txt {
  margin: 1rem 0 0
}
.foot-bottom {
  padding: 1vw 0;
  text-align: center;
  font-size: 3vw;
}
.foot__txt,
.foot__txt {
  width: 100%;
}

footer #to_top {
  width: 15.4vw;
  position: fixed;
  bottom: 15.6vw;
  right: 2.7vw;
  z-index: 10;
}


/*************
共通パーツ
*************/


/*************
TOPページ
---------------
body.home
*************/
body.home .ttlsec {
  font-size: 4vw;
}
body.home .ttlsec:before {
  margin-right: 0.1vw;
  font-size: 4.6vw;
}
body.home .ttlsec span {
  font-size: 3.2vw;
  margin-left: 0.8vw;
}

/*  メインビジュアル
#mainvisual
------------------------------*/
body.home #mainvisual {
  width: 100%;
}
body.home .mainvisual__left,
body.home .mainvisual__img {
  width: 100%;
}
body.home .mainvisual__img {
  order: 1;
}
body.home .mainvisual__left {
  order: 2;
}

body.home .mainvisual__left .mainvisual__left-tit,
body.home .mainvisual__left .mainvisual__left-form {
  width: 75%;
}
body.home .mainvisual__left .mainvisual__left-tit {
  padding: 6vw 0 6vw;
}
body.home .mainvisual__left .mainvisual__left-form {
  padding-bottom: 6vw;
}
body.home .mainvisual__left .mainvisual__left-form form ,
body.home .mainvisual__left .mainvisual__left-form input[type="text"] ,
body.home .mainvisual__left .mainvisual__left-form #sbtn {
  height: 8vw;
}
body.home .mainvisual__left .mainvisual__left-form input[type="text"] {
  font-size: 3vw;
}
body.home .mainvisual__left .mainvisual__left-form #sbtn {
  width: 8vw;
  padding: 1.4vw 1.5vw;
}

/*  アイコン
#icon
------------------------------*/
body.home #icon {}

body.home .icon .d-flex {
  min-width: 100%;
  margin: 0 auto;
}
body.home .icon .icon__box {
  margin-bottom: 2vw;
  width: 33%;
  font-size: 2.7vw;
}



/*  新着記事
#topics
------------------------------*/
body.home #topics {}
body.home #topics .inner {
  padding: 4vw 3% 8vw;
  width: 100%;
}

body.home .topics .topics__box {
  margin-bottom: 3vw;
  width: 48%;
}

body.home .topics .topics__box .topics__box-img {
  margin: 0 0 2vw;
}

body.home .topics .topics__box .topics__box-tit {
  margin: 0 0 0.8vw;
  font-size: 3.2vw;
}
body.home .topics .topics__btn {
  margin-top: 3vw;
}
body.home .topics .topics__box .topics__box-more {
  font-size: 3.0vw;
}


body.home .topics .topics__btn a,
body.home .topics .topics__btn a:link,
body.home .topics .topics__btn a:visited {
  width: 80%;
  margin: 0 auto;
  padding: 4vw 0 4vw;
  font-size: 3.2vw;
}

/*  注目の商材・サービス
#service
------------------------------*/
body.home #service {
  padding: 4vw 0;
}

body.home .service .service__box {
  margin-right: 0;
  margin-bottom: 2rem;
  width: 100%;
}
body.home .service .service__box h4 {
  padding: 1vw 0;
  font-size: 3.2vw;
}

body.home .service .service__box-img {
  width: 50%;
}



/*  ITコーディネーター
#concierge
------------------------------*/
body.home #concierge {}
body.home #concierge .inner {
  padding: 4vw 3% 8vw;
  width: 100%;
}

body.home .concierge .concierge__img {
  width: 80%;
  margin: 0 auto 4vw;
}

body.home .concierge .concierge__txt {
  width: 90%;
}
body.home .concierge .concierge__txt h4 {
  margin-bottom: 1vw;
  font-size: 4.8vw;
  text-align: center;
}
body.home .concierge .concierge__txt ul li {
  padding-left: 2vw;
  margin-bottom: 1vw;
  font-size: 3vw;
  line-height: 1.6;
}
body.home .concierge .concierge__txt ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 2.4vw;
  left: 0;
}

body.home .concierge .concierge__txt .concierge__wrap {
  width: 100%;
  position: relative;
  min-width: auto;
}

body.home .concierge .concierge__txt .concierge__btn {
  font-size: 4vw;
  padding: 1.5vw 0 2.5vw;
}

body.home .concierge .concierge__txt .concierge__popup {
  width: 100%;
  box-sizing: border-box;
}
body.home .concierge .concierge__txt .concierge__popup h4 {
  font-size: 4.8vw;
}
body.home .concierge .concierge__popup p {
  font-size: 3vw;
  width: 90%;
  margin: 0 auto 3vw;
}
body.home .concierge .concierge__popup form {
  width: 90%;
  margin: 0 auto;
}
body.home .concierge .concierge__popup table th ,
body.home .concierge .concierge__popup table td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: 3vw;
}
body.home .concierge .concierge__popup table th {
  margin-top: 2vw;
}
body.home .concierge .concierge__popup input[type="email"] ,
body.home .concierge .concierge__popup input[type="tel"] ,
body.home .concierge .concierge__popup input[type="text"] {
  height: 5vw;
}


/*  ご利用の流れ / 特集
#flow
------------------------------*/
body.home #flow {
  padding: 4vw 0;
}

body.home .flow .flow__left {
  margin-right: 0;
  width: 100%;
}
body.home .flow .flow__left .d-flex {
  margin-bottom: 6vw;
}

body.home .flow .flow__left h4 {
  width: 100%;
  padding-top: 2vw;
  font-size: 4vw;
}
body.home .flow .flow__left h4:before {
}
body.home .flow .flow__left h4 span {
  padding: 0vw 0 0;
  font-size: 3vw;
}

body.home .flow .flow__left-step {
  width: 60%;
  margin: 5vw auto 3vw;
}

body.home .flow .flow__left-step:after {
  width: 0;
  height: 0;
  border-top:   3.0vw solid #000000;
  border-left:  3.0vw solid transparent;
  border-right: 3.0vw solid transparent;
  position: absolute;
  top: auto;
  bottom: -6.4vw;
  left: calc(50% - 3.0vw);
}

body.home .flow .flow__left-step figure {
  padding: 1vw 0;
  margin-bottom: 1vw;
}
body.home .flow .flow__left-step figure img {
  margin-top: 2vw;
  margin-bottom: 1.2vw;
  width: 40%;
}
body.home .flow .flow__left-step figure figcaption {
  font-size: 4vw;
}
body.home .flow .flow__left-step h5 {
  margin-bottom: 1vw;
  font-size: 3.2vw;
}
body.home .flow .flow__left-step p {
  font-size: 2.8vw;
}

body.home .flow .flow__left .d-flex:last-child .flow__left-step {
  margin: 5vw auto 3vw;
}

body.home .flow .flow__right {
  width: 100%;
}
body.home .flow .flow__right figure figcaption {
  font-size: 3.8vw;
}
body.home .flow .flow__right figure:last-child {
  margin-bottom: 4.5rem;
}

/*  サービスロゴ
#btm
------------------------------*/

body.home #btm .inner {
}

body.home .btm .btm__box {
  margin: 0 2% 2vw;
  width: 46%;
  font-size: 3vw;
}
body.home .btm .btm__box span {
  display: block;
  margin-top: -2vw;
}


/**************************
ベンダー様向けLPページ
------------------------------
body.about
**************************/

body.about .ttlheader .ttlsec {
  font-size: 2rem;
  display: inline;
}

body.about .btn {
  display: block;
  max-width: 800px;
  width: 70%;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

/*  商談獲得サイト [IT ICHIBA]
#top
------------------------------*/
body.about #top {
}

/*  「商談」が獲得できる
#message
------------------------------*/
body.about #message {
}

/*  ○「商談」出来る×「商談」出来ない
#compare
------------------------------*/
body.about .compare {
}


/*  良質の「商談」が多数集まります
#archive
------------------------------*/
body.about .archive {
}

body.about .archive .inner {
  padding: 2rem 1rem 4rem;
}

body.about .archive .archive__txt {
  font-size: 1.4rem;
}

body.about .archive .archive__txt span {
  font-size: 1rem;
}

body.about .archive .archive__inner {
  width: 100%;
}

body.about .archive .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
}

body.about .archive .archive__contents {
  max-width: unset;
  width: 100%;
  margin-bottom: 3rem;
}

body.about .archive .archive__contents:last-child {
  margin-bottom: 0;
}

body.about .archive .archive__contents:before {
  display: none;
}

body.about .archive .archive__contents img {
  margin-bottom: 0;
}

body.about .archive .archive__contents p {
  font-size: 1.6rem;
}

body.about .archive .archive__contents h4 {
  font-size: 2.1rem;
}


/*  わずか1クリックで「商談」に申し込める！
#way
------------------------------*/
body.about #way {
}

body.about .way .d-flex {
  margin-bottom: 2rem;
}

body.about .way .d-flex figure {
  width: 70%;
  margin-right: 0;
  margin-bottom: 30px;
}

body.about .way .d-flex .way__inner {
  width: 100%;
}

body.about .way .way__contents {
  margin-bottom: 3rem;
  width: 100%;
}

body.about .way .way__contents h4 {
  font-size: 2rem;
  max-width: 12rem;
}

body.about .way .way__contents p {
  font-size: 1.4rem;
  line-height: 1.5;
}



/*  ITコーディネーター
#concierge
------------------------------*/
body.about #concierge {}
body.about #concierge .inner {
  padding: 2rem 1rem 3rem;
}

body.about .concierge .concierge__img {
  width: 80%;
  margin: 0 auto 1.5rem;
}

body.about .concierge .concierge__txt ul li {
  font-size: 1.6rem;
}

body.about .concierge .concierge__txt {
  width: 100%;
}

body.about .concierge .concierge__txt .concierge__wrap {
  width: 100%;
  position: relative;
  min-width: auto;
}
body.about .concierge .concierge__txt .concierge__btn {
  font-size: 1.6rem;
  width: 100%;
}
body.about .concierge .concierge__txt .concierge__popup {
  padding: 2%;
  width: 96%;
}


/*  IT  ICHIBAの特徴
#feature
------------------------------*/
body.about #feature {
}


body.about .feature .feature__contents {
  width: 100%;
  margin-bottom: 2.5rem;
}
body.about .feature .feature__contents span {
  margin: 1.2rem 0 0;
  font-size: 1.3rem;
}
body.about .feature .feature__contents h4 {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
body.about .feature .feature__contents p {
  font-size: 1.4rem;
  line-height: 1.5;
}


/*  ご利用のメリット
#merit
------------------------------*/
body.about #merit {
  padding: 0;
}

body.about .merit .merit__inner {
  width: 100%;
}

body.about .merit .merit__txt {
  margin: 3rem auto 2rem;
  font-size: 1.8rem;
  line-height: 1.7;
}

body.about .merit .merit__image {
  margin: 0 0 3rem;
}

}