@charset "UTF-8";
html,
body,
div,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input dl,
dt,
dd,
ol,
ul,
li,
tr,
th,
td,
nav {
  font-family: "Lato", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
}
.inner {
    height: 90px;
}
.header-inner {
  max-width: initial;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 16px;
  background-color: #fff;
}
.header-logo-link {
  margin-right: 32px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-logo-img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 85px;
  margin: 10px 0;
}
.header-gnav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-gnav .c-gnav {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-right: 10px;
}
.header-gnav .c-gnav li {
  min-width: 98px;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  padding-inline: 12px;
  letter-spacing: 0.1em;
}
.header-gnav .c-gnav li a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: 0.3s ease;
}
.header-gnav .c-gnav li a:hover {
  color: #22b5be;
}
.header-login {
  min-width: 106.5px;
  color: #000;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-inline: 10px;
  padding: 1.4rem;
  padding-top: calc(1.4rem + 8px);
  padding-bottom: calc(1.4rem - 8px);
  margin-right: 10px;
  margin-bottom: 16px;
  border-radius: 0 0 8px 8px;
  background-color: #EFEFEF;
  transition: 0.3s ease;
}
.header-login:hover {
  background-color: #ddd;
}
.header-signup {
  min-width: 132.4px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-inline: 16px;
  padding: 1.4rem;
  padding-top: calc(2rem + 8px);
  padding-bottom: calc(2rem - 8px);
  margin-bottom: 16px;
  border-radius: 0 0 8px 8px;
  background-color: #22B5BE;
  transition: 0.3s ease;
}
.header-signup:hover {
  background-color: #20939c;
}
.header-signup img {
  margin-right: 10px;
  width: 16px;
  height: auto;
}

.hamburger {
  display: none;
}

.page-title {
  position: relative;
  width: 100%;
  height: 128px;
  padding: 0 80px;
  margin-top: 90px;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
  background-image: linear-gradient(90deg, #47a384, #20b6bf);
}
.page-title-txt h1 {
  color: #fff;
  font-size: 26px;
}
.page-title-txt p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.page-title-bg {
  position: absolute;
  width: 1110px;
  height: 168px;
  bottom: 0;
  right: 0;
  background-image: url(../images/bg_page_title.png);
  background-size: cover;
}

.search-form {
    margin: 30px 100px;
}

.search-form-date {
    height: 3.4em;
    width: 150px;
    padding: 0 16px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    border: 1px solid #cce;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-form-button {
    margin: 30px;
}
.search-inner .search-form {
    margin: 0 auto;
    text-align: center;
}

.signup {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.signup-inner {
  width: 480px;
  margin: 0 auto;
}
.signup-heading {
  font-size: 22px;
  font-weight: 500;
}
.signup-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 24px;
}
.signup-txt span {
  color: red;
}

/* 退会申請ページ・有料会員登録ページ */
.delete-inner {
  width: 700px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
.delete-heading {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
.delete-txt,
.paid-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 48px;
  margin-bottom: 30px;
}
.paid-txt p {
    margin: 20px;
}
.paid-txt p span {
    font-weight: bold;
    font-size: 20px;
}
.paid-txt a {
    text-decoration: underline;
}

.delete-inner button {
    margin-top: 30px;
}

/* コラム */

.column {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
.column-inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
/*
.column-ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.column-ttl span {
  display: block;
  font-size: 60px;
  font-family: "Lato", sans-serif;
  margin-bottom: 24px;
}
.column-list {
  list-style: none;
  display: block;
  width: 100%;
  margin-top: 64px;
}
.column-list li {
  display: inline-block;
  vertical-align: top;
  width: 460px;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 16px;
  margin-bottom: 32px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.14);
}
.column-list li img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.column-list li:nth-child(odd) {
  margin-right: 36px;
}
.column-ttl {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin: 24px 16px 0;
}
.column-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 24px;
  background-color: #f9fafc;
  border-radius: 8px;
  padding: 14px;
  margin: 16px 16px 0;
}
.column-edit-btn {
    text-align: center;
    margin-top: 20px;
}
*/
/* ポリシー */
.policy-inner {
    padding: 40px 100px;
    line-height: 1.6rem;
}
.policy-inner h2 {
    font-size: 20px;
    margin-top: 40px;
}
.policy-inner h2,
.policy-inner h3,
.policy-inner p {
    margin-bottom: 20px;
}
.policy-inner ol{
    padding-left: 30px;
    margin-bottom: 20px;
}


/* 分類：テーブル
----------------------------------------------------------------------------- */
/* 一覧・詳細共通 */
.tbl-list,
.tbl-detail{
    width:90%;
    margin:30px auto 30px;
    background-color: #fff;
    border-collapse: separate;
    border-radius: 20px;
    border:2px solid #333;
    overflow: hidden;
}
/*.tbl-list th,
.tbl-list td,
.tbl-detail th,
.tbl-detail td{
    border:1px solid #ddd;
}*/

.tbl-detail th,
.tbl-detail td{
    border-right: 0.5px solid #ddd;
    border-bottom:0.5px solid #ddd;
}

.tbl-list th,
.tbl-list td{
    border-right: 1px solid #8a8a8a;
    border-bottom:1px solid #8a8a8a;
}

.tbl-list th:last-child,
.tbl-list td:last-child{
    border-right: none;
}


@media screen and (max-width: 1100px){
    .tbl-list th,
    .tbl-list td,
    .tbl-detail th,
    .tbl-detail td{
        display: table;
        width: 100% !important;
        border-bottom: 1px solid #ccc;
        border-right: none;
        line-height: 2;
    }
    .tbl-list thead{
        display: none;
    }
}

.tbl-list thead th,
.tbl-detail thead th{
    background-color:#333;
    font-weight:bold;
    color:#fff;
    padding:5px;
    vertical-align:middle;
    white-space:nowrap;
}
.tbl-list thead th button{
    background-color:transparent;
    font-weight:bold;
    color:#fff;
    font-family:inherit;
    font-size:inherit;
    border:none;
    display:block;
    width:100%;
    outline:none;
}
.tbl-list tbody th,
.tbl-detail tbody th{
    background-color:#F8F8f8;
    font-weight:bold;
    vertical-align:middle;
    padding:3px 5px;
    white-space:nowrap;
}
.tbl-list tbody td{
    vertical-align:middle;
    padding:5px 5px;
}
.tbl-detail tbody td{
    vertical-align:middle;
    padding:5px;
}
@media screen and (max-width:1100px){
    .tbl-list tbody td:nth-child(1),
    .tbl-detail tbody td:nth-child(1){
        background-color: #60BEBB;
    }
}

/* 一覧 */
.tbl-list{
}

/* 一覧用ボタン調整 */
.tbl-list .btn-normal,
.tbl-list .btn-submit,
.tbl-list .btn-cancel{
    min-width:60px;
    font-size:15px;
    padding:0 10px;
    height:40px;
    line-height:40px;
}

/* 一覧内アイコン */
.tbl-list td i{
    margin:0 0 5px;
    font-size:17px;
}
/* 新規追加行 */
.tbl-list tr.is-new th,
.tbl-list tr.is-new td{
    background-color:#e2f7ff;
}
/* タイトル・強調パーツ */
.tbl-list td strong{
    font-weight:bold;
    font-size:16px;
}

.tbl-edit tbody th{
    color: #fff;
    background-color: #333;
    min-width: 150px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align:middle;
}

/* 詳細 */
.tbl-detail{
    
}

/* 編集テーブル内リスト */
.tbl-detail ul li{
    padding-bottom:5px;
}
.tbl-detail ul li:last-child{
    padding-bottom:0;
}

/* 詳細内ラベル */
.tbl-detail label{
    display:inline-block;
    padding:5px 10px 5px 5px;
}

/* テーブル内アイコン調整 */
.tbl-list i,
.tbl-detail i{
    vertical-align:middle;
    margin-right:5px;
}

/* テーブルボーダー削除 */
.tbl-border-cancel-b td{
    border-bottom: none;
}


/* チャット
----------------------------------------------------------------------------- */
/* チャット一覧画面 */
.message-list {
  width: 940px;
  margin-top: 64px;
  margin-bottom: 64px;
  list-style: none;
}
.message-list li {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  /*margin-bottom: 48px;*/
  /*border-radius: 16px;*/
  background-color: #fff;
  overflow: hidden;
  /*box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.14);*/
  transition: 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14)
}
.message-list li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.message-list li img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.message-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EFEFEF;
  z-index: -1;
  transition: 0.3s ease;
  opacity: 0;
}
.message-list li:hover {
  transform: translateY(2px);
  opacity: 0.9;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.14);
}
.message-list li:hover::after {
  opacity: 1;
}
.message-list-right {
  position: relative;
  /*width: 540px;*/
}
.message-list-date {
  text-align: right;
  font-size: 15px;
  font-weight: 400;
}
.message-list-company {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.message-list-project {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 30px;
}
.message-list-part {
  font-size: 15px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 20px;
}
.message-list-tag {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  background-color: #f9fafc;
  padding: 16px 24px;
  border-radius: 10px;
}
.message-list-tag-item {
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
  line-height: 1.6em;
}
.message-list-tag-item:last-child {
  margin: 0;
}
.message-list-bg-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .topics-inner {
    width: 640px;
    margin: 0 auto;
    position: relative;
  }
  .message-list {
    /*width: 640px;*/
    width: 100%;
    margin-top: 48px;
  }
  .message-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .message-list li img {
    width: 100px;
    height: 100px;
  }
  .message-list-right  {
      margin-left: 10px;
  }
  .message-list-company {
    font-size: 16px;
    margin: 0;
  }
  .message-list-project {
    font-size: 16px;
    margin:0;
  }
  .message-list-part {
    font-size: 14px;
  }
  .topics-bg-sp {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    z-index: -10;
  }
  .topics-bg-sp img {
    width: 140px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .topics-bg-sp img:first-child {
    width: 190px;
  }
}
  
  
  
  
  
  
.chat-container {
    height:400px;
    width: 100%;
    margin: 0 auto;
    background-color: #eee;
}
.chat-header {
    margin-top: 30px;
    padding: 6px;/*隙間調整*/
    font-size: 16px;
    /*background: #e2f0d9;*/
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}
.chat_name p{
    font-size: 20px;
    padding-top: 5px;
}
.chat-header button {
    background-color: orange;
    color: #000;
}

.messages {
    overflow: auto;/* スクロールを効かせつつ、メッセージがタイムラインの外に出ないようにする */
    height:100%;/*テキストエリアが下に張り付く様にする*/
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2) inset;
    width: 100%;
}
.message-container {
    padding: 10px 14px 10px;
    font-size: 14px;
    word-wrap: break-word;/* 吹き出し内で自動で改行 */
    white-space: normal;/*指定widthに合わせて、文字を自動的に改行*/
}
.message-container:hover {
    background-color: #c2e2ed;
}
.message-post-time {
    font-size: 12px;
    color: #ccc;
}
.message-user {
    font-size: 14px;
}
.message-to {
    color: #0054A6;
}
.message-box{
    max-width: 100%;/*文字が長くなった時に吹き出しがタイムラインからはみ出さない様にする*/
}

/* テキストエリア、送信ボタン④ */
.message-send {
    background-color:#eee;/*タイムラインの色と同じにする*/
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px;
}
.send-file {
    display: flex;
    margin: 10px;
}
.send-file p {
    border: 1px solid #ccc;
    border-radius: 10px;/*角丸*/
    margin: 5px 0 5px 5px;
    padding: 5px 15px 5px 5px;
}
.send-file-list,
.mention-list {
    display: flex;
}
.send-file-item {
    display: flex;
}
.send-file-delete,
.mention-delete {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  margin-left: -10px;
  cursor: pointer;
}
.send-file-delete::before, .send-file-delete::after,
.mention-delete::before, .mention-delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 12px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
.send-file-delete::before,
.mention-delete::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.send-file-delete::after,
.mention-delete::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.mention-delete {
    background-color: transparent;
    border: none;
    }

.send-text {
    margin: 10px;
}
.send-text textarea {
    height: 80px;
    width: 99%;
}
.mention {
    margin: 10px;
}
.mention-list {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.mention-add {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;/*角丸*/
    margin: 5px 0 5px 5px;
    background-color: #c2e2ed;
    padding: 5px;
}
.mention-add p {
    margin-right: 25px;
}

.send-btn {
    text-align: right;
}

.send-btn .formset-register-btn {
    width: 150px;
    margin: 10px;
}

.send-btn button:hover {
    background: #20939c; /*マウスポインタを当てた時にアクティブな色になる*/
    cursor: pointer;/*マウスポインタを当てた時に、カーソルが指の形になる*/
}

@media screen and (max-width:1024px){
    .chat-container {
        width: 100%;
    }
    .chat-header {
        vertical-align: middle;
    }
    .btn-chat-header button {
        font-size: 10px;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .chat_name {
        
    }
    .chat_name p {
        font-size: 14px;
        vertical-align: middle;
    }
    .send-file {
        display: block;
    }
    .send-file-item {
        margin-top: 10px;
    }
    .mention-add p {
        font-size: 12px;
        margin-right: 15px;        
    }
}






/* フッター */
.footer {
  width: 100vw;
  background-color: #3E3F40;
  padding-top: 48px;
  padding-bottom: 24px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.footer-contents {
  display: grid;
  grid-template-columns: 170px 1fr;
}
.footer-logo {
  height: 60px;
}
.footer-gnav {
  max-width: initial;
  display: flex;
  align-items: center;
}
.footer .r-gnav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.footer .r-gnav li {
  color: #fff;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 32px;
  letter-spacing: 0.1em;
}
.footer .r-gnav li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: 0.3s ease;
}
.footer .r-gnav li a:hover {
  color: #22b5be;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.footer-adress {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.footer-policy {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  transition: 0.3s ease;
}
.footer-policy:hover {
  color: #22b5be;
}
.footer .copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 32px;
}
.footer-company{
    text-align: center;
}

.footer-company p{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
.footer-company a{
    color: #22B5BE;
    font-size: 13px;
    text-decoration: underline;
}
.footer-company a:hover{
    color:#179099;
}

@media screen and (max-width: 1000px) {
  header {
    height: 64px;
  }
  .header-inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 8px;
  }
  .header-logo-img {
    width: 120px;
    height: 100%;
  }
  .inner {
    height: 64px;
}
  .header-gnav {
    align-items: start;
  }
  .header-gnav .c-gnav {
    display: none;
  }
  .header-login {
    min-width: 0px;
    height: 56px;
    font-size: 12px;
    padding-inline: 8px;
    padding: 1.4rem;
    padding-top: calc(1.4rem + 4px);
    padding-bottom: calc(1.4rem - 4px);
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 0 0 8px 8px;
    background-color: #EFEFEF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.14);
  }
  .header-signup {
    min-width: 0px;
    height: 56px;
    font-size: 12px;
    padding-inline: 8px;
    padding: 1.4rem;
    padding-top: calc(1.4rem + 4px);
    padding-bottom: calc(1.4rem - 4px);
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 0 0 8px 8px;
    background-color: #22B5BE;
    box-shadow: 2px 2px 4px rgba(102, 197, 165, 0.6);
  }
  .header-signup img {
    margin-right: 8px;
    width: 14px;
    height: auto;
  }
  .hamburger {
    display: flex;
    align-items: center;
  }
  .hamburger-btn {
    position: relative;
    z-index: 100;
    width: 56px;
    height: 56px;
    padding: 10px;
    cursor: pointer;
    background-color: #22B5BE;
    border-radius: 4px;
    border: 2px solid #22B5BE;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: 2px 2px 4px rgba(102, 197, 165, 0.6);
  }
  .hamburger-btn-center {
    opacity: 1;
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: 0.2s ease-out;
  }
  .hamburger-btn:before,
  .hamburger .hamburger-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    transition: 0.2s ease-out;
  }
  .hamburger-btn:before {
    top: 16px;
  }
  .hamburger-btn:after {
    top: 34px;
  }
  .hamburger-btn.active:before {
    transform: translateY(9px) rotate(45deg);
  }
  .hamburger-btn.active:after {
    transform: translateY(-9px) rotate(-45deg);
  }
  .hamburger-btn-center.active {
    opacity: 0;
  }
  .hamburger-drawer {
    display: none;
    position: fixed;
    top: 64px;
    right: 0;
    border-radius: 12px 0 0 12px;
    background-color: #EFEFEF;
  }
  .hamburger-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px;
  }
  .hamburger-menu a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
  .hamburger-menu a.current {
    color: #22B5BE;
  }
  .page-title {
    margin-top: 64px;
    padding: 0 32px;
  }
  .page-title-txt h1 {
    color: #fff;
    font-size: 24px;
  }
  .page-title-txt p {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
  }
  .page-title-bg {
    position: absolute;
    width: 1000px;
    height: 170px;
    bottom: 0;
    right: 0;
    background-image: url(../images/bg_page_title.png);
    background-size: cover;
  }
   .column {
    position: relative;
    padding-top: 120px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .column-inner {
    width: 420px;
  }
  .column-ttl {
    font-size: 18px;
    font-weight: 500;
  }
  .column-ttl span {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 16px;
  }
  .column-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
  }
  .column-list li {
    width: 100%;
    padding-bottom: 32px;
    margin-bottom: 64px;
  }
  .column-img {
    width: 100%;
    height: 240px;
  }
  .column-bg-sp {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    z-index: -10;
  }
  .column-bg-sp img {
    width: 170px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .column-bg-sp img:first-child {
    width: 190px;
  }
  
  .search-form-date {
      width: 110px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 56px;
  }
/*  .header-inner {
    padding-inline: 8px;
  }*/
  .header-logo-img {
    width: 100px;
    height: 100%;
    margin: 0;
  }
  .header-logo-link {
    margin-right: 32px;
  }
  .inner {
    height: 56px;
  }
  .header-login {
    min-width: 0px;
    height: 48px;
    font-size: 12px;
    word-wrap: break-word;
    padding: 10px 10px;
    padding-top: 14px;
    padding-bottom: 6px;
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 0 0 8px 8px;
    background-color: #EFEFEF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.14);
  }
  .header-signup {
    min-width: 0px;
    height: 48px;
    font-size: 11px;
    padding-inline: 8px;
    padding: 10px;
    padding-top: 14px;
    padding-bottom: 6px;
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 0 0 8px 8px;
    background-color: #22B5BE;
    box-shadow: 2px 2px 4px rgba(102, 197, 165, 0.6);
  }
  .header-signup img {
    margin-right: 4px;
    width: 11px;
    height: auto;
  }
  .hamburger-btn {
    width: 40px;
    height: 40px;
    padding: 4px;
    margin-top: 4px;
  }
  .hamburger-btn-center {
    width: 28px;
  }
  .hamburger-btn:before,
  .hamburger .hamburger-btn:after {
    width: 28px;
  }
  .hamburger-btn:before {
    top: 8px;
  }
  .hamburger-btn:after {
    top: 26px;
  }
  .hamburger-drawer {
    top: 56px;
    right: 0;
    border-radius: 8px 0 0 8px;
  }
  .hamburger-inner {
    padding: 20px 20px;
  }
  .hamburger-menu a {
    padding: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .page-title {
    height: 80px;
    padding: 0 8px;
    margin-top: 56px;
  }
  .page-title-txt h1 {
    font-size: 16px;
  }
  .page-title-txt p {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    margin-top: 8px;
  }
  .page-title-bg {
    position: absolute;
    width: 767px;
    height: 120px;
    bottom: 0;
    right: 0;
    background-image: url(../images/bg_page_title.png);
    background-size: cover;
  }
  
  .signup {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .signup-inner {
    width: 300px;
    margin: 0 auto;
  }
  .signup-heading {
    font-size: 16px;
    font-weight: 500;
  }
  .signup-txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 12px;
  }
  .signup-txt span {
    color: red;
  }
  .column {
    padding-top: 0vw;
    margin-top: 15vw;
  }
  .column-inner {
    position: relative;
    width: 93.75vw;
  }
  .column-ttl {
    font-size: 4.375vw;
  }
  .column-ttl span {
    font-size: 12vw;
    margin-bottom: 3.125vw;
  }
  .column-list {
    margin-top: 10vw;
  }
  .column-list li {
    width: 100%;
    padding-bottom: 32px;
    margin-bottom: 64px;
  }
  .column-list li:last-child {
    margin-bottom: 24px;
  }
  .column-img {
    width: 100%;
    height: 56.25vw;
  }
  .column-txt {
    font-size: 4.375vw;
  }
  .column-company {
    font-size: 4.375vw;
  }
  .column-bg-sp {
    top: 0vw;
  }
  .column-bg-sp img {
    width: 40vw;
    height: auto;
    margin-top: 10vw;
  }
  .column-bg-sp img:first-child {
    width: 42vw;
    margin-top: 0;
  }
  
  .delete-inner {
    width: 300px;
    margin: 0 auto;
  }
  .delete-heading {
    font-size: 16px;
    font-weight: 500;
    margin-top: 32px;
  }
  .delete-txt {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    margin-top: 32px;
  }
  
  .footer {
    width: 100vw;
    background-color: #3E3F40;
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .footer-inner {
    margin: 0 auto;
    padding: 0 12px;
  }
  .footer-contents {
    display: block;
  }
  .footer-logo {
    width: 120px;
    height: 48.193px;
  }
  .footer-gnav {
    max-width: initial;
    display: block;
  }
  .footer .r-gnav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
  }
  .footer .r-gnav li {
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 0px;
    letter-spacing: 0.1em;
    margin: 6px 0;
    margin-right: 24px;
  }
  .footer .r-gnav li a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
  }
  .footer-bottom {
    display: block;
    align-items: center;
    margin-top: 24px;
  }
  .footer-adress {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
  }
  .footer-policy {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-decoration: underline;
    margin-left:5px;    
  }
  
  .footer .copyright {
    width: 100%;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    font-weight: 500;
    margin-top: 32px;
  }
}