@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);

/***********************************************/
/* 目次 */
/*=============================================*/
/*   00.setting                                */
/*   01.common                                 */
/*   02.Base Layout                            */
/*   03.layout                               */
/*=============================================*/
/***********************************************/
/*=============================================*/
/*00.setting*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*=============================================*/
/*01 common*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  /* font-family: "Midashi Go MB31", "見出ゴMB31", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
  font-family: Noto Sans, Noto Sans CJK JP, sans-serif;
  font-weight: 800;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow: hidden;
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #333;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width:768px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}

.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

/***************************************/
/* Topへ戻る  */
/***************************************/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 150px;
  background: #ff537e;
  border-radius: 50%;
  z-index: 999;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*=============================================*/
/*   02.Base Layout                            */
/*=============================================*/
.main_width {
  width: 100%;
  max-width: 980px;
  margin: auto;
}

.main_width1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

section {
  padding: 100px 0;
}

.border_ttl {
  position: relative;
  margin-bottom: 2em;
  font-size: 3.5rem;
  text-align: center;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.border_ttl:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5em;
  content: '';
  width: 1em;
  height: 4px;
  margin: auto;
  background-color: #0041c0;
}

/*=============================================*/
/*   03.layout                               */
/*=============================================*/
/***************************************/
/* Header  */
/***************************************/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  box-shadow: inset 0px -20px 20px -20px rgb(0 0 0 / 5%);
  z-index: 888;
}

.logo {
  width: 280px;
  float: left;
}

.logo img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin-top: 25px;
}

.main_nav {
  width: 68%;
  float: right;
}

.main_nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main_nav ul li a {
  display: block;
  padding: 3em 0.5em 3em;
  text-align: center;
  box-sizing: border-box;
}

.main_nav ul li a:hover {
  color: #3a7dc1;
}

.main_nav ul li.contact {
  width: 17%;
  margin-left: 3%;
}

.main_nav ul li.contact a {
  position: relative;
  padding: 3em 1em 4em;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff638b+1,ff638b+50,ff537e+51,ff537e+100 */
  background: rgb(255, 99, 139);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgb(255, 99, 139) 1%, rgb(255, 99, 139) 50%, rgb(255, 83, 126) 51%, rgb(255, 83, 126) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgb(255, 99, 139) 1%, rgb(255, 99, 139) 50%, rgb(255, 83, 126) 51%, rgb(255, 83, 126) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgb(255, 99, 139) 1%, rgb(255, 99, 139) 50%, rgb(255, 83, 126) 51%, rgb(255, 83, 126) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff638b', endColorstr='#ff537e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.main_nav ul li.contact a:before {
  position: absolute;
  left: 0;
  right: 0;
  /* top: 0.25em; */
  top: 1.5em;
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 3.2rem;
}

.main_nav ul li.contact a:hover {
  background-color: #3a7dc1;
}

.main_nav ul li.contact a span {
  color: #fff;
  display: block;
  margin-top: -10px;
}

/***************************************/
/* トップ画像 */
/***************************************/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.main-wrap {
  position: relative;
  overflow: hidden;
  height: 580px;
  background: url(../img/main_bg.png) no-repeat;
  background-size: cover;
  margin-top: 100px;
  box-sizing: border-box;
}

.css-bnjfju {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 80px;
  /* height: 490px; */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-wrap-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  opacity: 0;
}

.css-xkw61l {
  font-size: 6rem;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 3px;
  overflow: hidden;
  /* white-space: nowrap; */
  width: 0px;
  opacity: 0.3;
}

.css-bnjfju>.midashi_h1 {
  width: 750px;
  opacity: 1;
}

.midashi_h1>.b {
  color: #2e5c8f;
  font-size: 6.2rem;
}

.h1-bottom {
  font-size: 2.6rem;
  color: #2e5c8f;
  margin: 20px 0;
  line-height: 1.5;
}

/***************************************/
/* btn_area  */
/***************************************/
.btn-wrap {
  padding: 40px 0;
  background: #f4f4f4;
}

.btn_area {
  display: flex;
  justify-content: space-between;
}

.btn {
  width: 100%;
  max-width: 480px;
}

.btn_area img {
  width: 100%;
  max-width: 480px;
}

.fuwa {
  animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/***************************************/
/* こんな問題抱えていませんか */
/***************************************/
.p-none {
  padding-top: 0;
}

.bg-navy {
  padding: 70px 0 30px;
  background-color: #2e5c8f;
}

.triangle {
  position: relative;
}

.triangle2 {
  position: relative;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  border-top: 80px solid #2e5c8f;
  z-index: 777;
}

.triangle2:after {
  border-top: 80px solid #f4f4f4;
}

/***************************************/
/* トレマッセクラウドを利用すれば解決！ */
/***************************************/
.bg-gray {
  background: #f4f4f4;
  padding: 180px 0 30px;
}

.youtube-area {
  display: flex;
  justify-content: space-between;
}

.youtube-area div {
  width: 100%;
  max-width: 480px;
}

.youtube-midashi {
  color: #3b7dc1;
  font-size: 3.5rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* youtube */
.youtube {
  position: relative;
  width: 100%;
  /* margin-top: 40px; */
  /* padding-top: 56.25%; */
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 270px;
}

.blue-box {
  background: white;
  border: 6px solid #3b7dc1;
  padding: 28px 0;
}

.blue-box span {
  font-size: 3rem;
  display: block;
  text-align: center;
  color: #3b7dc1;
}

/***************************************/
/* トレマッセクラウドでできること */
/***************************************/

.col3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: center;
}
.col3:last-child{
  margin-bottom: 0;
}
.col3>li{
  padding: 0 10px 0 0;
}
.col3>li:last-child{
  padding: 0;
}

.col3 li{
  width: 33%;
  display: flex;
}

.col3-wrap{
  background: #f0f0f0;
  padding: 30px 20px;
}

.col3 img{
  width: 100%;
  max-width: 185px;
  text-align: center;
  margin-bottom: 20px;
}
.title24{
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #3b7dc1;
}

.col3-txt{
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: left;
}

.midashi_y:before {
  background: #ecc979!important;
}

/***************************************/
/* トレマッセクラウドが選ばれるポイント */
/***************************************/

.point-col3{
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.point-col3>li{
  padding: 0 50px 0 0;
}
.point-col3>li:last-child{
  padding: 0;
}

.point-col3 img{
  height: 150px;
  text-align: center;
  margin-bottom: 40px;
}
.point-col3-li{
  width: 33%;
  display: block;
}


/***************************************/
/* トレマッセ導入企業 */
/***************************************/
.bg-blue {
  background: #3b7dc1;
}

.bg-blue h2 {
  margin-bottom: 40px;
}

.justify-w {
  font-size: 1.5rem !important;
  color: white;
}

.company-wrap {
  display: flex;
  justify-content: space-between;
}

.company-wrap li {
  width: 100%;
  max-width: 310px;
}

.company-wrap li a:hover {
  color: #333;
}

.company-wrap li div {
  background: white;
  width: 310px;
  padding: 10px 20px;
  box-sizing: border-box;
}

.company-wrap li img {
  width: 100%;
  max-width: 280px;
}

.company-wrap li a {
  color: white;
}

.external {
  color: white;
  font-size: 18px;
  margin: 20px 0 5px;
}

.ribon {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

/***************************************/
/* トレマッセクラウド成功実績
/***************************************/
.case {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.case:last-child {
  margin-bottom: 0;
}

.case img {
  width: auto;
  max-width: 126px;
  height: 180px;
}

.case div {
  background: #f4f4f4;
  width: 350px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 20px;
  box-sizing: border-box;
}

.case-right {
  max-width: 590px;
  box-sizing: border-box;
}

.title-gray {
  background: #808080;
  width: 100%;
  max-width: 280px;
  padding: 7px 0;
  text-align: center;
}

.title-gray span {
  color: white;
  font-size: 1.6rem;
}

.font20 {
  color: #3b7dc1;
  font-size: 2rem;
  padding: 18px 0;
}

.font20_2 {
  color: #000;
  padding-top: 0;
  font-size: 2rem;
  padding: 0 0 10px;
}

.justify3 {
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
}

/***************************************/
/* 採用サイトの広告運用もお任せください
/***************************************/
.bg-gray2 {
  background: #f4f4f4;
  padding: 100px 0;
}

.midashi_black2 {
  margin: 0 0 60px !important;
}

.white-box {
  box-sizing: border-box;
  background: white;
  padding: 30px;
}

.white-box ul {
  display: flex;
  justify-content: space-between;
}

.li-right {
  width: 100%;
  max-width: 740px;
}

.font28 {
  color: #3b7dc1;
  font-size: 2.8rem;
  margin-bottom: 10px;
}

hr {
  margin: 30px 0;
}

.box-blue {
  background: #3b7dc1;
  padding: 18px 0;
  text-align: center;
  margin-top: 30px;
}

.box-blue span {
  color: white;
  font-size: 2.4rem;
}

/***************************************/
/* ご利用までの流れ */
/***************************************/
.flow-img_wrap {
  margin-bottom: 60px;
}

.box-gray {
  background: #f4f4f4;
  padding: 40px;
  box-sizing: border-box;
}

.font30 {
  font-size: 3rem;
  text-align: center;
  color: #3b7dc1;
  margin-bottom: 40px;
}

.support-img {
  width: 100%;
  max-width: 510px;
  display: block;
  margin: 0 auto;
}

/***************************************/
/* 料金 */
/***************************************/

.midashi_gray{
font-size: 2.6rem;
text-align: center;
border-bottom: 1px solid #c8c8c8;
padding-bottom: 20px;
margin: 60px 0 20px;
}

.h3_bottom22 {
  font-size: 2.2rem !important;
  line-height: 1.4;
}
.campain{
  margin-bottom: 40px;
}

.pricecards {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 40px;
}

.pricecard {
  flex: 0 0 31%;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.pricecard h3 {
  background: #37b48d;
  color: #fff;
  padding: 20px;
  margin: 0;
  font-size: 15px;
}

.pricecard h3 span {
  font-size: 2.8rem;
  color: white;
}

.pricecard.next h3 {
  background: #009dda;
  color: #fff;
  padding: 20px;
  margin: 0;
}

.pricecard.ex h3 {
  background: #ea5520;
  color: #fff;
  padding: 20px;
  margin: 0;
}

.pricecard h4 {
  font-size: 3.3rem;
  margin: 0 auto;
}

.initial-cost {
  font-size: 1.8rem;
  color: #808080!important;
}

.planbox {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 5px;
}
.cancellation{
  text-decoration: line-through 2px solid  #E92A22;
}
.cancellation span{
  color:#808080;
  font-size: 1.8rem
}
.free{
  font-size: 2rem;
  color: #E92A22;
}

.g {
  color: #37b48d;
}

.b {
  color: #009dda;
}

.r {
  color: #ea5520;
}

/***************************************/
/* 機能一覧 */
/***************************************/


table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

thead th {
  padding: 1rem;
  border-right: 5px solid#fff;
}

table tr {
  background-color: #dce7fa;
  border: 4px solid #fff;
  padding: .35em;
}

/* table tr:nth-child(even) {
  background-color: #f9f9f9;
} */
table td {
  background-color: #dce7fa;
  padding: 1rem;
  text-align: center;
}

.function {
  background: #3b7dc1;
  color: white;
  font-size: 1.6rem;
}

.plan1 {
  background: #37b48d;
}

.plan1_i {
  color: #37b48d;
  background: #f4f4f4;
  border: 4px solid #fff;
}

.plan2 {
  background: #009dda;
}

.plan2_i {
  color: #009dda;
  background: #f4f4f4;
  border: 4px solid #fff;
}

.plan3 {
  background: #ea5520;
}

.plan3_i {
  color: #ea5520;
  background: #f4f4f4;
  border: 4px solid #fff;
}

.price-name {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.attention {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 2rem;
  color: #808080;
  line-height: 2;
}

/*------------------------------
ここからアコーディオンのCSS
------------------------------*/
.p-none2{
  padding: 0 0 60px;
}

.accordion {
  max-width: 100%;
}

/* チェックボックスを非表示にする */
.accordion-hidden {
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 20px;
  background: #3b7dc1;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  text-align: center;
}

.accordion-open:hover {
  background: #ff537e;
}

/* Answer部分は最初は表示しない */
.accordion-close {
  display: none;
  transition: 0.5s;
  /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示 */
.accordion-hidden:checked+.accordion-open+.accordion-close {
  display: block;
  padding: 40px 10px;
  background: #f4f4f4;
  /* height: 60vh; */
  /* overflow-y: scroll; */
}

.function-box {
  margin-bottom: 20px;
}

.function {
  width: 18em;
}

.function2 {
  width: 18em;
}

.function-top {
  width: 14.5em;
}

.content {
  background: #808080 !important;
}

.contact-name {
  color: #fff !important;
}

.content_1 {
  color: #333 !important;
}

.arrow2 {
  width: 100%;
  max-width: 30px;
  vertical-align: bottom;
  margin-left: 20px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  margin-left: 10px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample4-2::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.sample4-2::after {
  left: 11px;
  bottom: 6px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 6px solid transparent;
  border-left: 10px solid #3b7dc1;
  transform: rotate(-30deg);
}

.sample4-2:hover::after {
  border-left: 10px solid #ff537e;
}


/* その他のプラン */
.pricecards2{
margin-top: 20px;
}
.pricecards2 li{
flex: auto;
width: 48%;
margin-right:2%;
}
.pricecards2 li:last-child{
  margin-right:0;
}

.pricecard.explan01 h3{
  background: #7cd181;
}
.pricecard.explan02 h3{
  background: #5274d5;
}
.pricecard.explan03 h3{
  background: #f08cff;
}
.pricecard.explan04 h3{
  background: #ffbc66;
}

.plancolor{
  padding-bottom: 30px;
  margin: inherit!important;
}
.plancolor span{
  margin-right: 3%;
}

.plancolor01{
  color: #7cd181;
}
.plancolor01 span{
  color: #7cd181;
}
.plancolor02{
  color: #5274d5;
}
.plancolor02 span{
  color: #5274d5;
}
.plancolor03{
  color: #f08cff;
}
.plancolor03 span{
  color: #f08cff;
}
.plancolor04{
  color: #ffbc66;
}
.plancolor04 span{
  color: #ffbc66;
}

.txt-ul{
  display: flex;
  justify-content: space-around;
  margin-bottom:15px;
}
.txt-ul:last-child{
  margin-bottom:0;
}

.txt-ul li{
  font-size: 1.6rem;
  color: #3b7dc1;
  margin-right: inherit;
}

.txt-ul2{
  display: block;
}
.txt-ul2 li{
  width: inherit;
  margin-bottom:15px;
}
.txt-ul2 li:last-child{
  margin-bottom:0;
}


/* Indeed広告など広告運用代行 */

.box {
  background: #f4f4f4;
  width: 480px;
}

.box h3 {
  background: #0094D6;
  color: #FFF;
  text-align: center;
  margin: 0;
}

.box .inner {
  padding: 2rem;
}

.box .inner span {
  color: #3b7dc1;
  font-size: 2.6rem;
}

.operation {
  margin: 0 0 60px;
  text-align: center;
}

.operation h3 {
  background: #3a7dc1;
  color: white;
  padding: 2rem 0;
  font-size: 4rem;
  margin-bottom: 30px;
  line-height: 0.8;
}

.operation h3 span {
  color: white;
  font-size: 2rem;
}

.ope-txt {
  font-size: 2rem;
  margin-bottom: 30px;
}

.ope-txt span {
  font-size: 4rem;
  color: #3a7dc1;
}

.operation ul {
  display: flex;
  justify-content: space-between;
}

.box-title {
  color: white !important;
  font-size: 1.8rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 0 !important;
}

/***************************************/
/* 見出し（文字黒）  */
/***************************************/
.midashi_black {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 600;
  margin: 100px 0 80px;
}

.midashi_black:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 22px);
  width: 40px;
  height: 4px;
  content: '';
  background: #3b7dc1;
}

.h3_bottom {
  color: #3b7dc1;
  font-weight: 800;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 60px;
}

.midashi_white {
  color: white;
}

.midashi_white:before {
  background: white;
}

.justify {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .midashi_black {
    font-size: 2.2rem;
    margin: 40px 0 50px;
    padding: 0;
  }

  .midashi_black:before {
    left: calc(50% - 15px);
    bottom: -15px;
    width: 30px;
    height: 4px;
  }

  .h3_bottom {
    font-size: 1.8rem!important;
    margin-bottom: 20px;
  }

  .justify {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

/***************************************/
/* セミナー内容上部画像 */
/***************************************/
.pc-only4 {
  display: block;
}

.sp-only4 {
  display: none;
}

/***************************************/
/* セミナー内容 */
/***************************************/
.seminar-box {
  margin-bottom: -50px;
  margin-top: -90px;
}

.seminar-box h2 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 100px;
  border: 6px solid #3a7dc1;
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.seminar-box h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 170px;
  height: 300%;
  content: '';
  background: #3a7dc1;
}

.seminar-box h2 span {
  font-size: 2.5rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding: 20px 15px;
  color: #fff;
}

.seminar-box h2:last-child {
  margin-bottom: 0;
}

/***************************************/
/* セミナー講師紹介 */
/***************************************/
.teacher {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.img3 {
  display: block;
  width: 25%;
  align-self: flex-start;
}

.about-teacher {
  margin: 0 40px;
}

.teacher_flex {
  display: flex;
  justify-content: space-between;
}

.teacher h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #3a7dc1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.teacher span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3a7dc1;
  margin-top: auto;
}

.about-teacher p {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #000;
}

/***************************************/
/* 会社実績 */
/***************************************/
.company-performance {
  padding-top: 85px;
  background: #3a7dc1;
  position: relative;
  width: 100%;
  /* 三角形画像の高さ + 下に取りたい余白の大きさ */
}

.company-performance li {
  list-style: none;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: 980px;
  margin-left: auto;
  /* 中央寄せにするため */
  margin-right: auto;
  /* 中央寄せにするため */
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.company-performance li:last-child {
  margin-bottom: 0;
}

.h2-white {
  color: white;
  margin-top: 0;
}

/***************************************/
/* フォーム調整 */
/***************************************/
.hbspt-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.actions {
  text-align: center !important;
}

/* フォーム名打ち消し */
.hubspot-link__container.sproket {
  display: none;
}

.hubspot-link__container.sproket .hubspot-link__icon {
  display: none;
}

/***************************************/
/* Footer */
/***************************************/
footer {
  background: #f4f4f4;
  padding: 60px 0;
}

footer ul {
  display: flex;
  justify-content: space-between;
}

.footer_logo {
  display: inline-block;
  width: 300px;
  margin-bottom: 20px;
}

.copyright {
  margin-top: 55px;
}

.txt-wrap {
  font-size: 1.3rem;
  line-height: 2;
}

.txt-top {
  font-size: 1.5rem;
  line-height: 2;
}

.ft-img {
  width: 100%;
  max-width: 310px;
  margin-left: 65px;
}

/***************************************/
/* Thanks Page  */
/***************************************/
.thanks-page p {
  margin-bottom: 1.3em;
  font-size: 1.7rem;
}

.thanks-page .back_home a {
  display: inline-block;
  padding: 0.5em 3em;
  background-color: #3b7dc1;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

/***************************************/
/* Page-Link  */
/***************************************/
#about, #plan, #reason, #case, #requirements {
  margin-top: -50px;
  padding-top: 50px;
}

/*=============================================*/
/*media query   Tablet*/
/*=============================================*/
@media screen and (max-width: 1024px) {
  .orange-top {
    height: inherit;
    padding: 20px 20px 1px;
  }
}

/*=============================================*/
/*media query    Smart Phone */
/*=============================================*/
@media screen and (max-width: 768px) {

  /*=============================================*/
  /*01 common*/
  /*=============================================*/
  a, b, dd, dt, li, p, span, td, th {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /*=============================================*/
  /*   02.Base Layout                            */
  /*=============================================*/
  .main_width {
    width: 94%;
  }

  .main_width1200 {
    width: 94%;
  }

  section {
    padding: 50px 0;
  }

  /*=============================================*/
  /*   03.layout                               */
  /*=============================================*/
  /***************************************/
  /* Header  */
  /***************************************/
  header {
    position: static;
    height: 70px;
  }

  .logo {
    width: 70%;
    display: block;
    margin: 0 auto;
    float: inherit;
  }

  .logo img {
    margin-top: 15px;
  }

  .main_nav {
    display: none;
  }

  /***************************************/
  /* トップ画像 */
  /***************************************/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .main-wrap {
    height: 400px;
    margin-top: 0;
    padding-top: 0;
  }

  .main-wrap-img {
    display: none;
  }

  .css-xkw61l {
    font-size: 3rem;
    line-height: 35px;
    letter-spacing: inherit;
    ;
  }

  .css-bnjfju {
    width: 87%;
    max-width: 480px;
    top: 20px;
    height: 480px;
  }

  .css-bnjfju>.midashi_h1 {
    width: 100%;
  }

  .midashi_h1>.b {
    font-size: 3.6rem;
  }

  .h1-bottom {
    font-size: 2rem;
    margin: 10px 0;
    line-height: 1.4;
  }

  /***************************************/
  /* btn_area  */
  /***************************************/
  .btn_area {
    z-index: 888;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
  }

  .btn_area2 {
    display: flex;
    justify-content: space-between;
  }

  .btn_area2 img {
    width: 100%;
    max-width: inherit;
  }

  .btn_area_sp {
    position: fixed;
    background: #fff;
    padding: 0;
  }

  .btn-text {
    color: white !important;
    z-index: 999;
  }

  /***************************************/
  /* こんな問題抱えていませんか */
  /***************************************/
  .bg-navy {
    padding: 35px 0 15px;
  }

  .triangle {
    position: relative;
  }

  .triangle2 {
    position: relative;
  }

  .triangle:after {
    border-top: 40px solid #2e5c8f;
  }

  .triangle2:after {
    border-top: 40px solid #f4f4f4;
  }

  /***************************************/
  /* トレマッセクラウドを利用すれば解決！ */
  /***************************************/
  .bg-gray {
    padding: 80px 0 30px;
  }

  .youtube-area {
    display: block;
  }

  .youtube-area div {
    max-width: inherit;
  }

  .youtube-midashi {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
  }

  .youtube iframe {
    position: inherit;
  }

  .blue-box {
    border: 4px solid #3b7dc1;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .blue-box span {
    font-size: 2rem;
  }

  /***************************************/
  /* トレマッセクラウドでできること */
  /***************************************/
  .col3{
    display: block;
  }
  
  .col3 li{
    width: 100%;
    margin-bottom: 10px;
  }
  
  .col3-wrap{
    padding: 15px;
  }
  
  .col3 img{
    max-width: 100px;
    margin-bottom: 0;
  }
  .title24{
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  /***************************************/
/* トレマッセクラウドが選ばれるポイント */
/***************************************/
.point-col3{
  display: block;
}

.point-col3 img{
  height: 60px;
  text-align: center;
  margin-bottom: 10px;
}
.point-col3-li{
  width: 100%;
  margin-bottom: 30px;
}
  
 
  
  /***************************************/
  /* トレマッセ導入企業 */
  /***************************************/
  .company-wrap {
    display: block;
  }

  .company-wrap li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }

  .company-wrap li:last-child {
    margin-bottom: 0;
  }

  .external {
    margin-top: 10px;
  }

  .company-wrap li div {
    width: inherit;
    padding: 10px;
    text-align: center;
  }

  .company-wrap li img {
    width: 50%;
    max-width: inherit;
    text-align: center;
  }

  /***************************************/
  /* トレマッセクラウド成功実績
  /***************************************/
  .case {
    display: block;
    margin-bottom: 30px;
  }

  .case img {
    height: 120px;
  }

  .case div {
    width: inherit;
  }

  .case-right {
    max-width: inherit;
  }

  .title-gray {
    max-width: inherit;
  }

  .font20 {
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 0 10px;
  }

  .font20_2 {
    padding-top: 10px;
    font-size: 2rem;
  }

  /***************************************/
  /* 採用サイトの広告運用もお任せください
  /***************************************/
  .bg-gray2 {
    padding: 50px 0;
  }

  .midashi_black2 {
    margin: 0 0 40px !important;
  }

  .white-box {
    padding: 25px;
  }

  .white-box ul {
    display: block;
    text-align: center;
  }

  .li-right {
    max-width: inherit;
  }

  .font28 {
    font-size: 2rem;
  }

  hr {
    margin: 20px 0;
  }

  .box-blue {
    padding: 20px;
    margin-top: 20px;
  }

  .box-blue span {
    font-size: 1.8rem;
  }

  /***************************************/
  /* ご利用までの流れ */
  /***************************************/
  .flow-img_wrap {
    margin-bottom: 30px;
  }

  .box-gray {
    padding: 30px;
  }

  .font30 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .support-img {
    max-width: inherit;
  }

  /***************************************/
  /* 料金 */
  /***************************************/
  .pricecards {
    margin-top: 30px;
  }

  .campain{
    margin-bottom: 0;
  }

  .pricecard h3 {
    padding: 10px;
    font-size: 14px;
  }

  .pricecard h3 span {
    font-size: 2.4rem;
  }

  .profile_card, .pricecards, .profile_cards {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .pricecard, .card_photo {
    width: 100%;
    margin: 0 auto 1em;
  }

  .planbox {
    margin-top: 0;
    padding: 10px;
  }
  .cancellation span{
    font-size: 1.5rem
  }

  .trial {
    border: 3px solid #37b48d;
  }

  .next {
    border: 3px solid #009dda;
  }

  .ex {
    border: 3px solid #ea5520;
  }

  .pricecard h4 {
    font-size: 2.6rem;
  }

  .initial-cost {
    font-size: 1.5rem;
  }

  /***************************************/
  /* 機能一覧 */
  /***************************************/
  .wrap-plan {
    overflow-x: scroll;
  }

  table {
    width: inherit;
  }

  .function2 {
    width: 11em;
  }
  .plan1{
    width: 7em;
  }
  .plan2{
    width: 7em;
  }
  .plan3{
    width: 7em;
  }

  .midashi-open {
    font-size: 1.6rem;
  }

  thead th {
    padding: 1rem;
    border-right: 5px solid#fff;
  }

  table td {
    padding: 2rem;
    text-align: center;
  }

  table th {
    font-size: 1.3rem;
    padding: 1rem;
    box-sizing: border-box;
  }

  .content_1 {
    padding: 1rem;
  }

  .function {
    font-size: 1.5rem;
    width: 24em;
  }

  .function-top {
    width: 9.5em;
  }

  .price-name {
    font-size: 1.3rem;
  }

  .attention {
    font-size: 1.3rem;
    margin-top: 1rem;
    line-height: 1.8;
  }

  /* オプション機能 */
  
  .txt1 {
    border: 1px solid #fff;
    font-size: 1.6rem;
    padding: 8px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
  }

  .txt2 {
    font-size: 3rem;
    color: white;
  }


  .site {
    margin-bottom: 30px;
  }

  .site-txt {
    padding: 10px 0;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .font18 {
    font-size: 1.4rem;
    text-align: left;
  }

  .operation li {
    margin-bottom: 10px;
  }

  .operation li:last-child {
    margin-bottom: 0;
  }

  .box {
    width: inherit;
  }

  .box .inner {
    padding: 1rem;
  }

  .box .inner span {
    font-size: 2rem;
  }

  .operation {
    margin: 0 0 0;
  }

  .operation h3 {
    padding: 1.5rem 0;
    font-size: 2.2rem;
    margin-bottom: 15px;
    line-height: 1;
  }

  .operation h3 span {
    font-size: 1.5rem;
  }

  .ope-txt {
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1;
  }

  .ope-txt span {
    font-size: 3rem;
  }

  .operation ul {
    display: block;
  }

  .box-title {
    font-size: 1.6rem !important;
    padding: 1.5rem 0 !important;
  }


  /* その他のプラン */
.pricecards2{
  margin-top: 0;
  }
  .pricecards2 li{
  flex: auto;
  width: 100%;
  margin-right:inherit;
  }
  
  .plancolor{
    padding-bottom: 20px;
  }
  .plancolor span{
    margin-right: 2%;
  }

  .txt-ul{
    margin-bottom:10px;
  }
  
  .txt-ul li{
    font-size: 1.4rem;
   margin-bottom: 5px;
  }
  
  .txt-ul2{
    display: block;
  }
  .txt-ul2 li{
    width: inherit;
    margin-bottom:15px;
  }

  .accordion-hidden:checked+.accordion-open+.accordion-close {
    padding: 10px;
    /* height: 60vh; */
    /* overflow-y: scroll; */
}
.p-none2 {
  padding: 0 0 20px;
}


  /***************************************/
  /* Footer  */
  /***************************************/
  .footer_logo {
    display: block;
    padding: 20px auto;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  footer p {
    line-height: 1.4;
  }

  footer .copyright {
    font-size: 1.1rem;
    text-align: center;
  }

  footer {
    margin-bottom: 40px;
  }

  /* scriptフォーム調整 */
  .hbspt-form {
    width: 90% !important;
  }

  footer ul {
    display: block;
  }

  footer ul li {
    margin-bottom: 10px;
  }

  .txt-top {
    font-size: 1.4rem;
  }

  .ft-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }

  /***************************************/
  /* Page-Link  */
  /***************************************/
  #job, #welfare, #comment, #requirements {
    margin-top: -50px;
    padding-top: 50px;
  }
}
