@charset "UTF-8";
/* PC・スマホ共通 */
body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.5em;
    background: #f3f3f3;
color:#333;
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic"," Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
a{
 text-decoration:none;
}
ul{
margin:0;
padding:0;
}
li{
list-style:none;
}
.wrapper {
    width: 1050px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    min-height: 600px;
    overflow: hidden;
    padding-bottom: 100px;
}
img{
  width:100%;
  vertical-align: middle;;
}
/****ハンバーガーメニュー*****/

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  
  .hamburger__line {
    position: absolute;
    width: 30px;
    height: 3px;
    right: 0;
    background-color: #000;
    transition: all 0.5s;
  }
  
  .hamburger__line--1 {
    top: 1px;
  }
  
  .hamburger__line--2 {
    top: 12px;
  }
  
  .hamburger__line--3 {
    top: 22px;
  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
  }
  
  .open .hamburger__line--2 {
    opacity: 0;
  }
  
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
  }
  
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    position: absolute;
    left: -100%;
    /*ハンバーガーがクリックされる前はWindow左側に隠す*/
    top: 0;
    width: 70%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }
  
  /*ハンバーガーがクリックされたら左からスライド*/
  .open .sp-nav {
    left: 0;
  }
  
  
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 2000px;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }
  nav.sp-nav {
    padding-top: 60px;
}
nav.sp-nav ul li {
  font-size: 14px;
  border-bottom: 1px solid #909090;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
nav.sp-nav ul li a{
  display:block;
  color:#000;
}
div#nav-wrapper {
  height: 47px;
}  
/**ハンバーガーここまで***/
/*******一覧******/
.top_ichiran01{
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.top_ichiran01>div {
  width: calc(33% - 22px);
  background: #FFF;
  border: 1px solid #d9d9d9;
  padding: 6px;
  margin: 0 4px 10px 4px;
}
.top_naka03 {
  font-size: 14px;
  line-height: 1.5em;
}
.top_naka02 img {
  border-radius: 5px;
}
.top_ichirannaka01 a {
  color: #000;
}
.red02{
  color:#ff3e3e;
}
/****ハンバーガーメニュー2****/
#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:0;
  right: -120%;
width:100%;
  height: 100vh;/*ナビの高さ*/
background:#e3e3e3;
  /*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}
.kigyou_top01 a {
  background: #fd237c;
  padding: 5px 10px;
  display: block;
  color: #fff;
  border-radius: 10px;
}
.kigyou_top01 {
  margin-left: auto;
  margin-right: 80px;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
  text-align: center;
}

#g-nav li a{
color: #333;
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
position:absolute;
  z-index: 9999;/*ボタンを最前面に*/
top:10px;
right: 10px;
cursor: pointer;
  width: 50px;
  height:50px;
}

/*×に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #666;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
top:15px; 
}

.openbtn1 span:nth-of-type(2) {
top:23px;
}

.openbtn1 span:nth-of-type(3) {
top:31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}


/*******トップページ******/
/* ------------------------------ */
/* sample01 */
/* ------------------------------ */
.header01 {
  padding: 16px 24px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*
  ↓ 固定にしたい場合は下記を入れる
      position: sticky;
      top: 0;
      left: 0;
  */
}
img.logo_gazou {
  max-width: 200px;
}
.header02 {
  padding: 8px 24px;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*
  ↓ 固定にしたい場合は下記を入れる
      position: sticky;
      top: 0;
      left: 0;
  */
}
span.moji_red {
  font-size: 11px;
  padding: 0px 6px;
  background: #ff0000;
  border-radius: 10px;
  line-height: 2em;
  color: #fff;
  margin-left: 4px;
}
li.header01-item.top_login a {
  display: block;
  border: 1px solid #ccc;
  padding: 6px 12px;
}
.btn001 a {
  display: block;
  text-align: center;
  background: #3f40ff;
  width: 300px;
  margin: 100px auto;
  padding: 20px 0;
  border-radius: 10px;
  color: #fff;
}
li.header01-item.top_singup a {
  background: #000;
  padding: 8px 18px;
  color: #fff;
}
li.header01-item.header01-item--contact a {
  color: #fff;
}
.header01-item a{
   color:#000;
}
.header01-logo {
  font-weight: bold;
  font-size: 20px;
}

.header01-list {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  font-weight: normal;
}

.header01-item--contact {
  background-color: #2486d1;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
}
.shinki_touroku01 {
  display: flex;
}
.sinki_visual {
  width: 50%;
}
.sinki_touroku02 {
  width: 50%;
  padding: 50px 20px 20px 20px;
}
.sinki_touroku02.sinki_touroku03 {
  width: 100%;
}
.sinki_touroku04 {
  text-align: center;
}
/*****formマイスピー*****/
.sinki_touroku02 .required_color {
  background-color: #fff!important;
}
.sinki_touroku02 input[type="submit"] {
  width: 280px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background: #1e44ff;
  color: #fff;
  line-height: 1em;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
.sinki_touroku02 .submit.form_input_submit{
  margin-top:0;
}
/******新規登録******/
.sinki_title {
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  margin-bottom: 30px;
}
.touroku_form01 input {
  font-size: 14px;
  padding: 4px;
  min-width: 340px;
}
.touroku_form01 {
  margin: 10px auto;
  text-align: center;
}
.submit-button {
  width:280px;
  display:inline-block; /*送信とリセットを横並び*/
  font-size:16px;
  text-align:center;
  padding:10px;
  background:#1e44ff; /*ボタンのカラー（背景色）*/
  color:#fff;/*ボタンのフォントカラー*/
  line-height:1em;
  border:none;
  cursor: pointer;
  border-radius: 4px;
}
.touroku_form02 {
  text-align: center;
}
.soushin_visual img {
  width: 30%;
}
.soushin_visual {
  margin: 0 auto;
  text-align: center;
  padding: 50px;
}
.sinki_title02 {
  text-align: center;
  font-size: 15px;
}
.sinki_title02 span {
  font-weight: bold;
}
.sinki_title03 {
  text-align: center;
  margin: 20px 0 0 0;
}
.touroku_check {
  text-align: center;
  margin: 10px 0;
}
.touroku_form01.t-left {
  text-align: left;
  margin-bottom: 16px;
}
.touroku_form01.t-left label {
  font-weight: bold;
  font-size: 16px;
}
.form_acount {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
.sinki_title03 {
  color: #1e44ff;
  margin-top: 36px;
  font-weight: bold;
}
/* グローバルナビゲーション 均等配置 端詰め*/
#global-nav2 {
  background: #fff;
  background-color: #fff;
  border-bottom: 1px #ddd solid;
}
#global-nav2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  }
#global-nav2 li {
  display: flex;
}
#global-nav2 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 10px 20px 10px;
  font-size: 14px;
}
#global-nav2 a:hover {
  background-color: #eee;
}
/****企業トップ****/
.top_mypage {
  font-size: 25px;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.top_komidashi01 {
  text-align: center;
  margin: 20px 0 10px 0;
  font-weight: bold;
}
.top_oshirase_all {
  padding: 10px ;
}
.top_oshirase_all03 {
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
}
.top_oshirase_naka01 {
  padding: 10px;
  border: 1px solid #ddd;
}
.top_oshirase_naka01 {
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 11px;
  border-radius: 20px;
  font-size: 15px;
}
.top_oshirase_naka02 {
  width: 50%;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 0;
  border-radius: 10px;
  margin-left: 10px;
}
/***main***/
.main{
  float:right;
  width:calc(75% - 1px);
  background: #eee;
  min-height: 780px;
}
.left {
  float: left;
  width: 25%;
  border-right: 1px solid #ccc;
  min-height: 780px;
}
.wraper_all {
  overflow: hidden;
  border-top: 1px solid #ccc;
}
.top_mypage.top_message_title {
  margin: 36px 0px;
}
.left a {
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
}
.left_title01 {
  margin: 10px;
  text-align: center;
  font-weight: bold;
}
.left_title02 {
  margin-left: 16px;
  font-weight: bold;
  margin-top: 20px;
}
ul.left_list01 li {
  margin-left: 44px;
  font-size: 14px;
  line-height: 2em;
  list-style-type: disc;
}
.kanri_top_ichiran a{
  color:1px solid #000;
}
.main_ichiran_all {
  display: flex;
  padding: 0 10px;
}
.main_ichiran_all a{
color:#000;
font-size:15px;
}
.main_ichiran_001 {
  width: 50%;
  margin: 16px;
  background: #fff;
  padding: 10px;
}
.main_ichiran_001 .left_title02 {
  margin-top: 0;
}
.main_top_midashi {
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  background: #ffd3d3;
  padding: 4px;
  position: relative;
}
span.red02 {
  color: #f00;
  margin-left: 10px;
}
/******メッセージ*******/
ul.model_top_list01 li {
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
}
ul.model_top_list01 li a{
  display:block;
  color:#000;
}
li.model_top_list02 img {
  width: 40px;
  margin-right: 5px;
  border-radius: 50%;
}
li.model_top_list02 span {
  font-size: 13px;
  background: #929292;
  color: #fff;
  margin-left: 5px;
  padding: 3px;
  border-radius: 50%;
}
/*****やりとり*****/
li.model_yaritori01 img {
  width: 40px;
  margin-right: 5px;
  border-radius: 50%;
}
ul.yaritori_all {
  overflow: hidden;
  margin-bottom:60px;
}
li.model_yaritori01 {
  margin: 20px;
  width: 70%;
  float: left;
}
.model_yaritori03 {
  text-align: right;
  font-size: 13px;
}
.model_yaritori04 {
  background: #fff;
  padding: 10px;
  font-size: 15px;
  border-radius: 13px;
  line-height: 1.8em;
}
.model_yaritori02 {
  font-size: 15px;
}
li.model_yaritori01.kigyou_yaritori01 {
  float: right;
}
.model_yaritori04.kigyou_yaritori04 {
  background: #0aab00;
  color: #fff;
}
/*****案件詳細******/
.top_oshirase_naka02.kigyou_anken_sentaku01 {
  background: #eee;
  border-radius: 0;
  height: 130px;
  line-height: 8;
}
.top_oshirase_naka02.kigyou_anken_sentaku01 a{
  color:#000;
}
.top_oshirase_naka02.kigyou_anken_sentaku01 a {
  display: block;
}
.kiyaku_bun {
  font-size: 13px;
  line-height: 1.4em;
  width: 750px;
  height: 120px;
  overflow-y: auto;
  margin: 10px auto 30px auto;
  background: #fff;
  border: 1px solid #ccc;
}
.kiyaku_bun h2{
  font-size: 13px;
}
span.kigyou_ichian a {
  display: block;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 0;
  color: #000;
}
.anken_touroku_all table {
  width: 730px;
  margin: 40px auto 30px auto;
  height: 400px;
}
.anken_touroku_all textarea {
  width: 400px;
  height: 70px;
}
.anken_touroku_all input[type="email"] {
  width: 400px;
}
.anken_touroku_all th {
  text-align: left;
  font-size: 16px;
}
.anken_touroku_all input[type="text"] {
  width: 400px;
}
.kigyou_cap01 {
  width: 750px;
  margin: 0 auto;
}
.riyou01 {
  text-align: center;
  font-size: 14px;
}
input.submit_anken {
  padding: 14px 70px;
  background: #06a711;
  font-weight: bold;
  color: #fff;
  border: none;
  font-size: 1.0em;
  cursor: pointer;
  border-radius: 30px;
}
.center_cont {
  text-align: center;
  margin-top: 10px;
}
.kigyou_ankensoushin {
  text-align: center;
  margin: 100px;
  line-height: 2em;
  font-weight: bold;
}
/****企業メッセージ*****/
.model_message_soushinall {
  padding: 10px 10px;
  background: #ffd3ad;
  position: fixed;
  bottom: 0;
  width: 766px;
}
.model_message_soushin01 textarea {
  width: 93%;
}
.model_message_soushin03 input[type="submit"] {
  width: 250px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 7px;
  background: #6495ed;
  color: #fff;
  line-height: 1em;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 10px;
}
/*****案件登録一覧******/
.kigyou_top01.kigyou_anken_touroku a {
  width: 180px;
  text-align: center;
  border-radius: 30px;
}
.ankenichiran_all {
  margin: 0 10px;
}
.anken_kensaku01 {
  overflow: hidden;
}
.anken_kensaku02 {
  float: left;
}
.anken_kensaku03 {
  float: left;
}
/******検索フォーム******/
.search_container{
  box-sizing: border-box;
}
.search_container input[type="text"] {
  background: #f1f1f1;
  height: 2em;
  border: 1px solid #f1f1f1;
  width: 260px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.anken_kensaku03 {
  margin-left: 30px;
  line-height: 2em;
}
.search_container input[type="submit"]{
  cursor: pointer;
  border: none;
  background: #000;
  color: #fff;
  outline : none;
  height: 2.2em;
  border-radius: 10px;
}
.search_container ::-webkit-input-placeholder {
  color: #555;
}
.kigyou_narabi {
  float: left;
  margin-right: 8px;
  padding: 2px 5px;
  background: #eee;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 13px;
  line-height: 1.5em;
}
.kigyou_narabi_all {
  overflow: hidden;
  font-size: 13px;
}
/****案件一覧***/
.design01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  margin-top: 30px;
 }
 .design01 th {
  padding: 6px;
  background: #e9faf9;
  border: solid 1px #ccc;
 }
 .design01 td {
  padding: 10px;
  border: solid 1px #ccc;
 }
 .design01 th:last-child {
  border-right: solid 1px #ccc;
}
.design01 td:last-child {
  border-right: solid 1px #ccc;
}
span.red03 {
  color: #f00;
}
.kigyou_anken01 a,
a.anken_title{
  color:#000;
}
.kigyou_anken_sousa a{
  display:block;
  padding: 3px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 15px;
  font-size: 14px;
  color:#000;
}
.green01 a{
  background-color:#06a711;
  color:#fff;
}
.redbtn a{
  background-color:#bc0609;
  color:#fff; 
}
.bluebtn a{
  background-color:#4500ac;
  color:#fff; 
}
.talk_inlink a {
  color: #4c04ff;
  margin-top: 10px;
  display: block;
}
/****モデル検索****/
.top_kensaku01 {
  overflow: hidden;
  font-size: 14px;
  width: 605px;
  margin: 0 auto;
}
.top_kensaku01 a{
  color:#000;
}
.top_kensaku02 a {
  float: left;
  display: block;
  padding: 4px 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 130px;
  text-align: center;
}
.top_kensaku02.kensaku_last a {
  border-right: 1px solid #ccc;
}
.top_kensaku_syokusyu {
  display: flex;
}
.top_kensaku_syokusyu01 select {
  width: 200px;
  height: 36px;
}
.top_kensaku_syokusyu {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.top_kensaku_syokusyu01 input[type="text"] {
  height: 30px;
  width: 300px;
}
.top_kensaku_syokusyu01 input[type="submit"] {
  background: #209200;
  border: none;
  padding: 16px 50px;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
}
.top_kensaku_syokusyu01 {
  font-weight: bold;
}
.top_kensaku_syokusyu01.syokusyu_height {
  line-height: 2.1em;
}
.top_kensaku03 {
  width: 758px;
}
.top_kensaku04 a {
  width: 133px;
}
.top_kensaku05 a {
  width: 200px;
}
/*****マニュアル*****/
.manual_title01 {
  margin: 20px 20px 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
.manual_title02 {
  margin: 0 20px 20px 20px;
  font-size: 16px;
}
/*****問い合わせ****/
.text_center {
  text-align: center;
}
.kigyou_center {
  text-align: center;
}
.kigyou_center textarea {
  width: 800px;
  height: 200px;
}
input.toiawase_btn {
  width: 280px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background: #06a711;
  color: #fff;
  line-height: 1em;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 30px;
}
.manual_title01.text_center {
  margin-bottom: 20px;
}
/***よくある質問***/
.manual_title01.text_underline {
  border-bottom: 1px solid #3c3c3c;
}
.text-top {
  margin-top: 30px;
}
/*****背景水色*****/
.bg_blue01{
  background-color: #e2fffc;
 }
 /*******loginフォーム*******/
form.mode_login input[type="text"],
form.mode_login input[type="password"] {
    width: 90%;
    width: -webkit-calc(100% - 20px - 2.8px);
    width: calc(100% - 20px - 2.8px);
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    border: 1.4px solid #bfbfbf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.login-form {
  margin-bottom: 20px;
}
form.mode_login input[type="submit"] {
  width: 280px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  background: #1e44ff;
  color: #fff;
  line-height: 1em;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
.login_text02 a {
  display: block;
  color: #1e44ff;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  border: 1px solid #1e44ff;
  width: 50%;
  margin: 0 auto;
  border-radius: 10px;
}
.text-center {
  text-align: center;
}
.login_text01 a {
  display: block;
  text-align: center;
  margin: 30px 0 50px 0;
  color: #000;
}
.login_text01 span {
  border-bottom: 1px solid #000;
}
/******パスワード再発行*******/
.passsaihakkou01 {
  background: #eee;
  padding: 10px;
  margin-bottom: 20px;
}
/*********基本情報********/
.top_kihon_settei01 {
  margin: 40px auto;
  width: 780px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}
.top_kihon_settei01 th, .top_kihon_settei01 td {
  height: 60px;
}
.top_kihon_settei01 table {
  margin-bottom: 40px;
}
input.submit_anken.sub_blue {
  background-color: #002dac;
}
img.logo_size01 {
  width: 120px;
}
.top_kihon_settei01 th {
  width: 250px;
}
.bgcolor_gray a{
  background: #eee;
}
.top_kensaku03 {
  width: 1000px;
}
/* タブレット用（画面サイズ520px以下） */
@media screen and (max-width:520px) {
  .wrapper {
    width: 100%;
    }
}  
/* スマホ用（画面サイズ376px以下） */
@media screen and (max-width:376px) {
/****スライドの横幅***/
.wrapper {
  width: 100%;
  }
}