@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic  ProN", "メイリオ","Meiryo,ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}

a,
a:link,
a:visited {
  color: #29ABE2;
  outline: none;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

a:active {
  text-decoration: none;
  border: none;
  outline: none;
}

a:hover {
  color: #e8342f;
  outline: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a:hover img {
  opacity: 0.8;
}

a:focus {
  outline: none;
}

a img {
  outline: none;
}

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

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

main {
  display: block;
  padding-top: 10rem;
  min-width: auto;
}

.inner {
  width: 91%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.pc {
  display: block!important;
}

.sp {
  display: none !important;
}

.sp_disp {
  display: none !important;
}

.d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

/*************
header
*************/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  padding: 20px 5% 5px;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  background: rgba(255,255,255,.7);
  font-size: 1.4rem;
  position: fixed;
  z-index: 10;
  transition: all .3s ease;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.header__logo a {
  display: block;
  width: 18rem
}

.head-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 0.7vw;
}

.head-nav > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2vw;
}

.head-nav > ul li {
  margin-right: 2.0rem;
  position: relative;
  list-style: none;
}

.head-nav > ul li.vendor {
  margin-left: 6vw;
}

.head-nav > ul li.vendor a,
.head-nav > ul li.vendor a:link,
.head-nav > ul li.vendor a:visited {
  display: block;
  padding: 0.5rem 1rem 0.6rem;
  background: #CCCCCC;
}

.head-nav > ul li.vendor a:hover {
  background: #e6e6e6;
}

.head-nav > ul li a {
  color: #000;
  font-weight: 400;
}

.head-nav > ul li a:hover {color: #e7372f}
.head-btn-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.head-btn {
  display: block;
  height: 4rem;
  margin-left: .5rem;
  text-align: center;
}

.head-btn a {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  background: #e7372f;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #cd2f28;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*************
nav
*************/
.item__badge {
  padding: .5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 2rem;
  width: auto;
  height: 2rem;
  border-radius: 2rem;
  background: rgba(236, 13, 13, .8);
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: -.7rem;
  top: -.2rem;
  z-index: 1;
  transition: all .6s ease .2s;
}

#nav-drawer {
  width: 6.4rem;
  display: unset;
}

#nav-drawer:hover {
  cursor: pointer;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2.5rem;
}

#nav-open span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span::before, #nav-open span::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  content: "";
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#nav-open span:before {
  bottom: -12px;
}

#nav-open span:after {
  bottom: -24px;
}

#nav-open:hover span, #nav-open:hover span::before, #nav-open:hover span:after {
  background: #e7372f;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 1vw;
  right: 0.4vw;
  z-index: 9999;
  width: 20%;
  height: 97%;
  padding: 0 0 3rem 3rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  font-size: 0.9vw;
  font-weight: 600;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  box-sizing: border-box;
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: .6rem 0 2.5rem rgba(0, 0, 0, .15);
}

#nav-content ul {
  margin-top: 3rem;
}

.nav-drawer__item {
  border-bottom: 5px solid #fff;
  list-style: none;
}

.nav-drawer__item a {
  padding: 1rem 1.5rem;
  border-left: 5px solid #cd2f28;
  display: block;
  color: #000000;
}

.nav-drawer__logo {
  margin-bottom: 2.5rem;
  list-style: none;
}

.nav-drawer__logo img {
  max-width: 70%;
}

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

footer {
  width: 100%;
  padding: 1vw 0 1vw;
  background: #E6E6E6;
  color: #000000;
  font-size: 0.6vw;
}

footer a,
footer a:link,
footer a:visited {
  color: #000000;
}

.foot-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.foot-nav li {
  margin: 0 0.6vw;
  list-style: none;
}

.footer__logo {
  width: 14rem;
  margin: 3rem auto 1rem;
}

.foot-subnav {
  margin-top: 5rem;
  font-size: 0.6vw;
  justify-content: flex-end;
}

.foot-bottom {
  margin-top: 1vw;
  padding: 1vw;
  border-top: 4px solid #000000;
  font-size: 0.6vw;
}

.foot__txt {
  margin-left: auto;
}

footer #to_top {
  width: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
}



/**************************
TOPページ
------------------------------
body.home
**************************/
body.home .header {
  box-shadow: none;
}

body.home .ttlsec {
  border-bottom: solid 1px #000000;
  padding: 0 0 0.1vw;
  font-size: 1.4vw;
  margin-bottom: 1.2vw;
  display: flex;
  align-items: center;
}

body.home .ttlsec span {
  font-size: 0.8vw;
  margin-left: 0.8vw;
}

body.home .ttlsec:before {
  content: '■';
  color: #E8342F;
  margin-right: 0.1vw;
  font-size: 1.6vw;
  line-height: 1;
}

/*  メインビジュアル
#mainvisual
------------------------------*/
body.home #mainvisual {
  padding: 0;
  width: 90%;
  margin: 0 auto;
}

body.home #mainvisual .d-flex {
  background: #E6E6E6;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
}

body.home .mainvisual__left,
body.home .mainvisual__img {
  width: 50%;
}

body.home .mainvisual__left .mainvisual__left-tit,
body.home .mainvisual__left .mainvisual__left-form {
  margin: 0 auto;
  width: 55%;
}

body.home .mainvisual__left .mainvisual__left-tit {
  padding: 7vw 0 7vw;
}


body.home .mainvisual__left .mainvisual__left-tit,
body.home .mainvisual__left .mainvisual__left-form {
}

body.home .mainvisual__left .mainvisual__left-form form {
  box-sizing: border-box;
  position: relative;
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 1.9vw;
  overflow: hidden;
}
body.home .mainvisual__left .mainvisual__left-form input[type="text"] {
  position: absolute;
  padding: 0.5vw;
  border: none;
  height: inherit;
  top: 0;
  left: 0;
  width: calc(100% - 1.8vw);
  height: 1.9vw;
  box-sizing: border-box;
  font-size: 0.8vw;
}
body.home .mainvisual__left .mainvisual__left-form input[type="text"]:focus {
  outline: 0;
}

body.home .mainvisual__left .mainvisual__left-form #sbtn {
  cursor: pointer;
  border: none;
  padding: 0.4vw 0.5vw;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #E8342F;
  width: 2.2vw;
  height: 1.9vw;
  font-size: 12px;
}
body.home .mainvisual__left .mainvisual__left-form input[type="submit"]{
  border: none;
  position: absolute;
  height: 3.0em;
  outline: none;
  content: url("../images/top_main_search.png");
}


/*  アイコン
#icon
------------------------------*/
body.home #icon {
  padding: 2vw 0 3vw;
  text-align: center;
}

body.home #icon .inner {
}

body.home .icon .d-flex {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 54%;
  min-width: 650px;
  margin: 0 auto;
}

body.home .icon .icon__box {
  width: 15.208%;
  font-size: 0.72vw;
  font-weight: bold;
  color: #000;
}

/*  新着記事
#topics
------------------------------*/
body.home #topics {
  padding: 0;
}

body.home #topics .inner {
  padding: 1vw 1.4vw;
  background: #E6E6E6;
  box-sizing: border-box;
}

body.home .topics .d-flex {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

body.home .topics .topics__box {
  margin-bottom: 1vw;
  width: 22%;
}

body.home .topics .topics__box .topics__box-img {
  margin: 0 0 3rem;
}

body.home .topics .topics__box .topics__box-tit {
  margin: 0 0 0.8vw;
  color: #000000;
  font-size: 1vw;
  letter-spacing: -0.01vw;
  font-weight: bold;
}

body.home .topics .topics__box .topics__box-more {
  font-size: 0.8vw;
}

body.home .topics .topics__btn {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

body.home .topics .topics__btn a,
body.home .topics .topics__btn a:link,
body.home .topics .topics__btn a:visited {
  display: block;
  padding: 0.27vw 0 0.4vw;
  width: 13%;
  text-align: center;
  background: #808080;
  color: #ffffff;
  font-size: 0.9vw;
  font-weight: bold;
  line-height: 1;
  border-radius: 4px;
}

body.home .topics .topics__btn a:hover,
body.home .topics .topics__btn a:active {
  background: #303030;
}


/*  注目の商材・サービス
#service
------------------------------*/
body.home #service {}
body.home .service .d-flex {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

body.home .service .service__box {
  width: 17.675%;
}

body.home .service .service__box h4 {
  padding: 0.4vw 0;
  text-align: center;
  font-size: 1vw;
  font-weight: bold;
  background: #E6E6E6;
}

body.home .service .service__box > .d-flex {
  border: 1px solid #E6E6E6;
}


/*  ITコーディネーター
#concierge
------------------------------*/
body.home #concierge {
  padding: 0;
}

body.home #concierge .inner {
  padding: 2.5rem;
  background: #E6E6E6;
  box-sizing: border-box;
}

body.home .concierge .d-flex {
  align-items: stretch;
}

body.home .concierge .concierge__img {
  width: 22%;
  margin-right: 2%;
}

body.home .concierge .concierge__txt {
  width: 76%;
  position: relative;
}

body.home .concierge .concierge__txt h4 {
  margin-bottom: 0.8vw;
  font-size: 1vw;
  font-weight: bold;
}

body.home .concierge .concierge__txt ul {
  margin-bottom: 2.4rem;
}

body.home .concierge .concierge__txt ul li {
  position:  relative;
  padding-left: 10px;
  margin-bottom: 0.2rem;
  font-size: 0.74vw;
  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: calc(50% - 2px);
  left: 0;
}

body.home .concierge .concierge__txt .concierge__wrap {
  width: 55%;
  position: absolute;
  bottom: 0;
  min-width: 370px;
}
body.home .concierge .concierge__txt .concierge__btn {
  cursor: pointer;
  display: block;
  padding: 0.3vw 0 0.5vw;
  text-align: center;
  background: #E8342F;
  color: #ffffff;
  font-size: 1.2vw;
  line-height: 1;
  font-weight: bold;
}
/*アコーディオンタイトル*/
body.home .concierge .concierge__txt .concierge__btn {
  transition: all .5s ease;
}
/*アコーディオンで現れるエリア*/
body.home .concierge .concierge__txt .concierge__popup {
  display: none;/*はじめは非表示*/
  padding: 3%;
  text-align: center;
  background: #FFFFFF;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  box-sizing: border-box;
}

body.home .concierge .concierge__popup h4 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

body.home .concierge .concierge__popup p {
  margin-bottom: 2rem;
}

body.home .concierge .concierge__popup table th {
  text-align: right;
  font-size: 1.1rem;
}

body.home .concierge .concierge__popup table {
  margin-bottom: 1.5rem;
  width: 100%;
}

body.home .concierge .concierge__popup table th,
body.home .concierge .concierge__popup table td {
  padding: 0.7rem 0.2vw;
  line-height: 1.9rem;
}

body.home .concierge .concierge__popup table th {
  width: 32%;
  vertical-align: top;
}

body.home .concierge .concierge__popup table td {
  width: 68%;
}

body.home .concierge .concierge__popup table th .stress {
  color: #FF0000;
}

body.home .concierge .concierge__popup input[type="email"] ,
body.home .concierge .concierge__popup input[type="tel"] ,
body.home .concierge .concierge__popup input[type="text"] {
  padding: 0 5px;
  border: 0.1rem solid #B3B3B3;
  border-radius: 5px;
  height: 1.4vw;
  width: 100%;
  box-sizing: border-box;
}

body.home .concierge .concierge__popup textarea {
  padding: 1rem;
  border: 0.1rem solid #B3B3B3;
  border-radius: 5px;
  height: 5rem;
  width: calc(100% - 2.2rem);
}

body.home .concierge .concierge__popup input[type="submit"] {
  cursor: pointer;
  border: none;
  padding: 0.3vw 0;
  color: #fff;
  background: #E8342F;
  width: 60%;
  font-family: 'Noto Sans JP';
}

body.home .concierge .concierge__popup .concierge__popup-submit span {
  display: block;
  padding-top: 1rem;
  font-size: 1.05rem;
}

/*  ご利用の流れ / 特集
#flow
------------------------------*/
body.home #flow {}

body.home .flow .inner {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

body.home .flow .flow__left {
  margin-right: 5%;
  width: 70%;
}

body.home .flow .flow__left .d-flex {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

body.home .flow .flow__left h4 {
  position: relative;
  padding-top: 1.2vw;
  width: 23.671%;
  font-size: 1.3vw;
  font-weight: bold;
}

body.home .flow .flow__left h4:before {
  position: absolute;
  content: "";
  background: #E6E6E6;
  width: 100%;
  height: 8px;
  top: 0;
}

body.home .flow .flow__left h4 span {
  display: block;
  padding: 0.4vw 0 0;
  font-size: 0.7vw;
}

body.home .flow .flow__left-step {
  position: relative;
  margin-bottom: 4vw;
  width: 21%;
}

body.home .flow .flow__left-step:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.8vw solid transparent;
  border-bottom: 0.8vw solid transparent;
  border-left: 1.2vw solid #000000;
  position: absolute;
  top: 2.4vw;
  right: -2.1vw;
}

body.home .flow .flow__left .d-flex:last-child .flow__left-step {
  margin-bottom: 0;
}

body.home .flow .flow__left-step.none:after {
  content: none;
}

body.home .flow .flow__left-step figure {
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #E6E6E6;
}

body.home .flow .flow__left-step figure img {
  margin-bottom: 1.2vw;
  width: 23%;
}

body.home .flow .flow__left-step figure figcaption {
  font-size: 1vw;
  font-weight: bold;
}

body.home .flow .flow__left-step h5 {
  margin-bottom: 0.3vw;
  color: #E8342F;
  font-size: 1vw;
  font-weight: bold;
}

body.home .flow .flow__left-step p {
  font-size: 0.8vw;
  font-weight: bold;
}

body.home .flow .flow__right {
  width: 25%;
}

body.home .flow .flow__right figure {
  margin-bottom: 3vw;
}

body.home .flow .flow__right > a:last-child figure {
  margin-bottom: 0;
}

body.home .flow .flow__right figure img {
  margin-bottom: 1vw;
}

body.home .flow .flow__right figure figcaption {
  font-size: 1.1vw;
  font-weight: bold;
}

body.home .flow .flow__right a,
body.home .flow .flow__right a:link,
body.home .flow .flow__right a:visited {
  color: #000000;
}

/*  サービスロゴ
#btm
------------------------------*/
body.home #btm {
}

body.home #btm .inner {
  border-top: 1px solid #000000;
  padding: 0;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}

body.home .btm .btm__box {
  margin: 1vw 0 0 0;
  text-align: center;
  width: 10.5%;
  font-size: 0.9vw;
  font-weight: bold;
}

body.home .btm .btm__box a,
body.home .btm .btm__box a:link,
body.home .btm .btm__box a:visited {
  color: #000000;
}

body.home .btm .btm__box a:hover {
  color: #e8342f;
}



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

body.about .ttlheader {
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
  margin-bottom: 2.2rem;
}

body.about .ttlheader .ttlsec {
  padding-left: 1rem;
  font-size: 3.2rem;
  font-weight: 900;
  /*background: linear-gradient(transparent 60%,#FCEE21 60%);*/
  background: linear-gradient(to bottom, transparent 60%, #FCEE21 60%, #FCEE21 100%);
  line-height: 1.4;
}

body.about .ttlheader .ttlsec span {
  font-size: 1rem;
  margin-left: 1.5rem;
  vertical-align: middle;
}

body.about .btn {
  display: block;
  padding: 1rem;
  margin: 0 auto;
  max-width: 54rem;
  width: 100%;
  background-color: #E8342F;
  border-radius: 20px;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}

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

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

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


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

body.about .archive .inner {
  padding: 2.5rem;
  background-color: #E6E6E6;
}

body.about .archive .archive__txt {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

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

body.about .archive .archive__inner {
  margin: 0 auto;
  width: 90%;
}

body.about .archive .d-flex {
  	justify-content: space-between;
}

body.about .archive .archive__contents {
  position: relative;
  width: 25%;
}

body.about .archive .archive__contents:before {
  content: '';
  position: absolute;
  top: 30%;
  right: -7.25vw;
  transform: translateY(-50%);
  background-image: url(../images/about_right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7vw;
  max-width: 9rem;
  height: 3vw;
}

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

body.about .archive .archive__contents img {
  width: 100%;
  margin-bottom: 2rem;
}

body.about .archive .archive__contents p {
  text-align: center;
  font-size: 2rem;
}

body.about .archive .archive__contents h4 {
  text-align: center;
  font-weight: 900;
  font-size: 2.8rem;
  color: #E8342F;
}

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

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

body.about .way .d-flex figure {
  width: 41%;
  margin-right: 3.4%;
}

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

body.about .way .way__contents {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  margin-bottom: 45px;
}

body.about .way .way__contents h4 {
  position: relative;
  max-width: 160px;
  width: 100%;
  margin-right: 3%;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

body.about .way .way__contents h4:before {
  content: '';
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #999999;
}

body.about .way .way__contents:last-child h4:before {
  display: none;
}

body.about .way .way__contents p {
  font-size: 16px;
  line-height: 2.6rem;
}


/*  ITコーディネーター
#concierge
------------------------------*/
body.about #concierge {
  padding: 0;
}

body.about #concierge .inner {
  padding: 2.5rem;
  background: #E6E6E6;
}

body.about .concierge .d-flex {
  align-items: stretch;
}

body.about .concierge .concierge__img {
  width: 30%;
  margin-right: 5%;
}

body.about .concierge .concierge__txt {
  width: 65%;
  position: relative;
}

body.about .concierge .concierge__txt h4 {
  margin-bottom: 2rem;
  font-size: 1.35rem;
  font-weight: bold;
}

body.about .concierge .concierge__txt ul {
  margin-bottom: 2.4rem;
}

body.about .concierge .concierge__txt ul li {
  position:  relative;
  padding-left: 10px;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}

body.about .concierge .concierge__txt ul li:before {
  content:  "";
  width:  3px;
  height:  3px;
  display:  inline-block;
  background-color: #000000;
  border-radius:  50%;
  position:  absolute;
  top: 11px;
  left: 0;
}

body.about .concierge .concierge__txt .concierge__wrap {
  width: 70%;
  position: absolute;
  position: relative;
  min-width: 370px;
}
body.about .concierge .concierge__txt .concierge__btn {
  cursor: pointer;
  display: block;
  padding: 0.2rem 0;
  width: 70%;
  text-align: center;
  background: #E8342F;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
/*アコーディオンタイトル*/
body.about .concierge .concierge__txt .concierge__btn {
  transition: all .5s ease;
}

/*アコーディオンで現れるエリア*/
body.about .concierge .concierge__txt .concierge__popup {
  display: none;/*はじめは非表示*/
  padding: 3%;
  text-align: center;
  background: #FFFFFF;
  width: 64%;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  z-index: 10;
}

body.about .concierge .concierge__popup h4 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

body.about .concierge .concierge__popup p {
  margin-bottom: 2rem;
}

body.about .concierge .concierge__popup table th {
  text-align: right;
  font-size: 1.1rem;
}

body.about .concierge .concierge__popup table {
  margin-bottom: 1.5rem;
  width: 100%;
}

body.about .concierge .concierge__popup table th,
body.about .concierge .concierge__popup table td {
  padding: 0.7rem 1rem;
}

body.about .concierge .concierge__popup table th {
  width: 32%;
  vertical-align: top;
}

body.about .concierge .concierge__popup table td {
  width: 68%;
}

body.about .concierge .concierge__popup table th .stress {
  color: #FF0000;
}

body.about .concierge .concierge__popup input[type="text"] ,
body.about .concierge .concierge__popup input[type="email"] ,
body.about .concierge .concierge__popup input[type="tel"] {
  padding: 1rem;
  border: 0.1rem solid #B3B3B3;
  border-radius: 5px;
  height: inherit;
  width: calc(100% - 2.2rem);
}

body.about .concierge .concierge__popup textarea {
  padding: 1rem;
  border: 0.1rem solid #B3B3B3;
  border-radius: 5px;
  height: 5rem;
  width: calc(100% - 2.2rem);
}

body.about .concierge .concierge__popup input[type="submit"] {
  cursor: pointer;
  border: none;
  padding: 0.7em 1em;
  color: #fff;
  background: #E8342F;
  width: 60%;
  font-family: 'Noto Sans JP';
}

body.about .concierge .concierge__popup .concierge__popup-submit span {
  display: block;
  padding-top: 1rem;
  font-size: 1.05rem;
}

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

body.about .feature .d-flex {
  align-items: flex-start;
  	justify-content: space-between;
}

body.about .feature .feature__contents {
  width: 30%;
}

body.about .feature .feature__contents img {
  width: 100%;
}

body.about .feature .feature__contents span {
  display: inline-block;
  margin: 3rem 0 1.0rem;
  font-size: 1.1rem;
}

body.about .feature .feature__contents h4 {
  margin-bottom: 1.9rem;
  font-size: 1.7rem;
  color: #E8342F;
}

body.about .feature .feature__contents p {
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
}

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

body.about .merit .merit__inner {
  margin: 0 auto;
  width: 70%;
}

body.about .merit .merit__txt {
  margin: 3rem auto 8rem;
  background-image: url(../images/about_merit-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
}

body.about .merit .merit__txt span {
  color: #E8342F;
}

body.about .merit .merit__image {
  margin-bottom: 4.5rem;
}
