@charset "UTF-8";
@media only screen and (max-width: 767px) {
  header h1 img {
    max-width: 80%;
  }
}

header .header-right {
  position: static;
}

@media only screen and (max-width: 1560px) {
  section.company .companyflex__first {
    background-size: contain;
  }
  section.company .companyflex__second {
    background-size: contain;
  }
  section.company .companyflex__first-right {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  section.company .companyflex__second {
    background-size: 45%;
  }
  section.company .companyflex__first {
    background-size: 45%;
  }
}

@media only screen and (max-width: 767px) {
  section.company .companyflex__first-right {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1560px) {
  section.mainvisual p {
    background-color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    padding: 16px;
    min-width: 650px;
  }
  section.mainvisual h2 {
    min-width: 650px;
  }
  section.mainvisual .inner-wrapper .inner {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  section.mainvisual h2 {
    min-width: inherit;
  }
  section.mainvisual p {
    background-color: transparent;
    padding: 0px;
    min-width: inherit;
  }
}

section.mainvisual.under p.phrase {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: inherit;
}

@media only screen and (max-width: 1560px) {
  section.mainvisual.under h2 {
    padding: 0px;
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  section.mainvisual.under h2 {
    width: 100%;
  }
  section.mainvisual.under p {
    width: 100%;
  }
}

@media only screen and (max-width: 1560px) {
  section.mainvisual h2 {
    padding: 16px;
    font-size: 3.5rem;
    background-color: rgba(255, 255, 255, 0.85);
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  section.mainvisual h2 {
    font-size: 2rem;
    background-color: transparent;
    padding: 0px;
  }
}

@media only screen and (min-width: 768px) {
  section.strong .strong__list {
    padding: 24px;
  }
}

@media only screen and (max-width: 1560px) {
  section.contact input[type="submit"] {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.works ul {
    margin-top: 72px;
  }
}

section.works ul li .workbox__item-left img {
  max-width: 100%;
}

section.works ul li {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  section.works ul li {
    width: 100%;
  }
}

section.works ul li.works__hashtag-item {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  section.works ul li .worksbox__item-left img {
    max-width: 100%;
  }
}

section.company.forb {
  margin-top: 144px;
}

@media only screen and (max-width: 767px) {
  section.company.forb {
    margin-top: 72px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  section.partner {
    padding-top: 54px;
  }
}

section.partner .partner-tracking p {
  font-weight: bold;
}

section.partner .bold {
  font-size: 1.05rem;
  line-height: 2rem;
  font-weight: 500;
}

section.company.forpartner_a {
  margin-top: 0px;
}

section.company.forpartner_a .companyflex__first {
  background-position: left top;
}

@media only screen and (max-width: 1560px) {
  section.company.forpartner_a .companyflex__first .inner {
    min-height: inherit;
  }
}

section.company.forpartner_b .companyflex__first {
  background-position: left top;
}

@media only screen and (max-width: 1560px) {
  section.company.forpartner_b .companyflex__first .inner {
    min-height: inherit;
  }
}

.center {
  text-align: center;
  font-size: 1.2rem;
  border-top: 0px;
}

section.works.forproduct {
  margin-top: 0px;
}

section.works.forproduct ul li:nth-child(3),
section.works.forproduct ul li:nth-child(4) {
  border-bottom: none;
  padding-bottom: 0px;
}

section.works.forproduct .inner {
  border: 0px;
}

section.works.forproduct h5.worksbox__item-title a::before {
  display: none;
}

section.works.forproduct ul.works__hashtag {
  margin-top: 0px;
}

section.works.forproduct ul.works__hashtag li:nth-child(3),
section.works.forproduct ul.works__hashtag li:nth-child(4) {
  border-bottom: none;
  padding-bottom: 0px;
}

section.works.forproduct .works__hashtag-item a {
  font-weight: inherit;
}

section.company.fora {
  margin-top: 144px;
}

section.company.fora .link-box:hover:before {
  left: 66px;
}

@media only screen and (max-width: 767px) {
  section.company.fora {
    margin-top: 72px;
  }
}

.tracking .inner {
  max-width: 100%;
}

section.works h5 a {
  font-weight: bold;
  position: relative;
  font-size: 1.3rem;
  padding-top: 16px;
}

section.works h5 a::before {
  content: "";
  width: 24px;
  height: 19px;
  position: absolute;
  top: -16px;
  left: 0px;
  background-image: url("https://20713611.fs1.hubspotusercontent-na1.net/hubfs/20713611/kakko_01.svg");
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  section.works h5 a {
    padding-top: 0px;
    font-size: 1rem;
  }
}

section.works .worksbox__item-left {
  min-width: 200px;
}

@media only screen and (max-width: 767px) {
  section.works .worksbox__item-left {
    min-width: 40%;
    max-width: 40%;
  }
}

section.works .worksbox__item-title {
  margin-bottom: 16px;
}

section.works .worksbox__item-date {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

section.faq .button {
  background-color: #004D9E;
}

section.worksblog .works__item-left {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  section.worksblog .works__item-right h5 a::before {
    width: 16px;
    background-size: contain;
    top: -8px;
  }
}

@media only screen and (max-width: 767px) {
  section.worksblog .works__item-right h3::before {
    width: 16px;
    background-size: contain;
    top: -8px;
  }
}

section.blogsuggest .suggest-detail {
  margin-top: 80px;
}

section.blogsuggest .suggest-detail h4 {
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  section.blogsuggest .suggest-head {
    margin-top: 64px;
  }
}

section.blogsuggest .suggest-head h3::before {
  left: -32px;
  top: -24px;
}

@media only screen and (max-width: 767px) {
  section.blogsuggest .suggest-head h3::before {
    left: -24px;
  }
}

section.blogsuggest .suggest-head h3::after {
  bottom: -24px;
  right: -32px;
}

@media only screen and (max-width: 767px) {
  section.blogsuggest .suggest-head h3::after {
    right: -24px;
  }
}

section.blogsuggest .suggest-detail {
  margin-top: 72px;
}

section.blogsuggest .suggest-detail .suggest-answer.final {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  section.blogsuggest .suggest-detail .suggest-answer.final {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 24px;
  }
}

section.worksblog.fordetail .works__item-left {
  min-width: 360px;
}

section.blog-links {
  margin-top: 88px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  height: 170px;
  margin-bottom: 72px;
}

@media only screen and (max-width: 767px) {
  section.blog-links {
    height: inherit;
  }
}

section.blog-links .links__flex {
  display: flex;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex {
    flex-wrap: wrap;
    margin-left: 0px;
  }
}

section.blog-links .links__flex-right {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-right {
    width: 100%;
    height: 100px;
    display: none;
  }
}

section.blog-links .links__flex-right a::before {
  right: -80px;
  left: inherit;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-right a::before {
    left: 13px !important;
  }
}

section.blog-links .links__flex-right .link-box:hover span::before {
  left: 13px;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-right .link-box:hover span::before {
    right: 10px;
    left: inherit;
  }
}

section.blog-links .links__flex-right .link-box {
  margin-left: -166px;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-right .link-box {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-right .link-box a span:before {
    left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-right .link-box span {
    right: 0px;
  }
}

section.blog-links .links__flex-right .link-box:hover::before {
  left: 133px;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-right .link-box:hover::before {
    left: 13px;
  }
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-right .link-box {
    margin-top: 0px;
  }
}

section.blog-links .links__flex-center {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

section.blog-links .links__flex-center a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-center {
    width: 100%;
    border-right: none;
    border-left: none;
    height: 80px;
  }
}

section.blog-links .links__flex-left {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-left {
    width: 100%;
    height: 100px;
    margin-top: 0px;
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-left .link_box {
    margin-top: 0px;
  }
}

section.blog-links .links__flex-left .link-box a::before {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-left .link-box::before {
    right: 11px;
  }
}

section.blog-links .links__flex-left .link-box:hover::before {
  left: 122px;
}

@media only screen and (max-width: 767px) {
  section.blog-links .links__flex-left {
    margin-top: 0px;
  }
}

section.company .companyflex__first p {
  font-size: 1.15rem;
  line-height: 1.8rem;
}

section.company .companyflex__first {
  background-position: left top;
}

@media only screen and (max-width: 1560px) {
  section.company .companyflex__first .inner {
    min-height: inherit;
    margin-bottom: -72px;
  }
}

section.blogsuggest.forprivacy .suggest__list-first {
  margin-top: -72px;
}

@media only screen and (max-width: 767px) {
  section.blogsuggest.forprivacy .suggest-detail h4 {
    font-size: 1.1rem;
    margin-top: 56px;
  }
}

section.mainvisual.forcontact h2 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}

@media only screen and (max-width: 767px) {
  section.mainvisual.forcontact h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

section.mainvisual.forcontact p {
  font-size: 1.05rem;
  line-height: 1.55rem;
}

section.contact input[type="textbox"].telnum {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  section.contact input[type="textbox"].telnum {
    width: 100%;
  }
}

section.worksblog .cat-select {
  max-width: 300px;
  position: relative;
  margin-bottom: 32px;
}

section.worksblog .cat-select::after {
  content: "";
  position: absolute;
  background-image: url("https://20713611.fs1.hubspotusercontent-na1.net/hubfs/20713611/selector.svg");
  width: 6px;
  height: 18px;
  bottom: 8px;
  right: 5px;
  display: block;
  background-size: contain;
}

section.worksblog .cat-select select {
  height: 32px;
  border: none;
  border-bottom: solid 2px #161616;
  margin-top: 0px;
  font-size: 1.05rem;
  font-weight: bold;
  min-width: 300px;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

section.works .cat-select {
  max-width: 300px;
  position: relative;
}

section.works .cat-select::after {
  content: "";
  position: absolute;
  background-image: url("https://20713611.fs1.hubspotusercontent-na1.net/hubfs/20713611/selector.svg");
  width: 6px;
  height: 18px;
  bottom: 8px;
  right: 5px;
  display: block;
  background-size: contain;
}

section.works .cat-select select {
  height: 32px;
  border: none;
  border-bottom: solid 2px #161616;
  margin-top: 72px;
  font-size: 1.05rem;
  font-weight: bold;
  min-width: 300px;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

section.company .companyflex__second {
  background-position: top right;
}

@media only screen and (max-width: 1560px) {
  section.company .companyflex__second .inner {
    min-height: inherit;
  }
}

#modal-01 .logoposition {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
}

#modal-01 .logoposition img {
  width: 326px;
}

@media only screen and (max-width: 1560px) {
  #modal-01 .logoposition img {
    max-width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  #modal-01 .logoposition img {
    max-width: 80%;
    margin-left: 10px;
  }
}

.modal__list {
  margin-left: -300px;
}

@media only screen and (max-width: 767px) {
  .modal__list {
    margin-left: 0px;
  }
}

.worksselector .button {
  cursor: pointer;
}

header .header-right .modal-open-wrapper #mo01open {
  cursor: pointer;
}

section.worksblog .works__item-right {
  padding-left: 48px;
}

@media only screen and (max-width: 767px) {
  section.worksblog .works__item-right {
    padding-left: 16px;
  }
  section.worksblog .works__item-right h3 {
    padding-top: 8px;
  }
  section.worksblog .works__item-right h3::before {
    width: 16px;
    top: -12px;
    background-size: contain;
  }
}

@media only screen and (max-width: 1560px) {
  section.company.forpartner_a .companyflex__first {
    padding-bottom: 42px;
  }
}

@media only screen and (max-width: 1560px) {
  section.company.forpartner_b .companyflex__first {
    padding-bottom: 46px;
  }
}

@media only screen and (max-width: 767px) {
  section.company.forpartner_b .companyflex__first {
    padding-bottom: 104px;
  }
}

@media only screen and (max-width: 767px) {
  section.company.forpartner_a .companyflex__first .inner {
    margin-bottom: 0px;
  }
}

section.worksblog.fordetail .works__item-right h3 a {
  font-size: 1.6rem;
}

section.worksblog.fordetail .works__hashtag {
  margin-top: 24px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  section .link-box a::before,
  section .link-box:hover a::before {
    width: 55px;
    height: 55px;
    left: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .partner-tracking {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  section.history {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .pf-list li {
    margin-bottom: 16px;
  }
  .pf-list li:last-child {
    margin-bottom: 0px;
  }
}

section.partner .partner-tracking {
  position: fixed;
  top: 30px;
  left: 30px;
}

@media only screen and (max-width: 767px) {
  .inner {
    max-width: 95%;
  }
}

.scroll {
  display: none;
}

section.works h5 a::before {
  display: none;
}

.slick-slide img {
  margin: 0 auto;
}

.hs-tools-menu.hs-collapsed {
  display: none !important;
}

section.worksblog .works__item-right h3::before,
section.works.forproduct ul li h5::before {
  display: none;
}

nav.blog-pagination {
  max-width: 300px;
  display: flex;
  margin: 0 auto;
}

nav.blog-pagination a {
  font-weight: bold;
  border-radius: 30px;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

nav.blog-pagination a.blog-pagination__link--active {
  background-color: #004D9E;
  color: #fff;
  padding-bottom: 4px;
}

.pager-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin-left: 300px;
}

.pager-flex .warp-box {
  position: relative;
}

.pager-flex .warp-box::after {
  display:none;
  content: "";
  width: 48px;
  height: 46px;
  background-color: #004D9E;
  position: absolute;
  /*  display: flex;*/
  align-items: center;
  justify-content: center;
  font-weight: bold;
  top: 1px;
  right: 1px;
  color: #fff;
  background-image: url("https://20713611.fs1.hubspotusercontent-na1.net/hubfs/20713611/arrow-r.svg");
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  z-index: -1;
}

.pager-flex .warp-box select {
  background-color: transparent;
  width: 128px;
  height: 48px;
  font-size: 1.2rem;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.company.forabout .companyflex__first {
  background-image: url("https://20713611.fs1.hubspotusercontent-na1.net/hubfs/20713611/about_01-1.jpg");
}

@media only screen and (max-width: 767px) {
  section.company.forabout .companyflex__first {
    background-image: inherit !important;
  }
}

section.history .history__box-item:nth-child(6) {
  margin-top: 80px;
}

section.history .history__box-item:nth-child(5) {
  margin-top: 160px;
}

@media only screen and (max-width: 767px) {
  section.history .history__box-item:nth-child(4) {
    margin-top: 40px;
  }
}

section.blogsuggest .suggest-head h3::before,
section.blogsuggest .suggest-head h3::after {
  display: none;
}

section.company.forpartner_a .companyflex__first {
  background-image: url("https://20713611.fs1.hubspotusercontent-na1.net/hubfs/20713611/partner_02.jpg");
}

@media only screen and (max-width: 767px) {
  section.company.forpartner_a .companyflex__first {
    background-image: none;
  }
}

section.company.forpartner_b .companyflex__first {
  background-image: url("https://20713611.fs1.hubspotusercontent-na1.net/hubfs/20713611/partner_01.jpg");
}

@media only screen and (max-width: 767px) {
  section.company.forpartner_b .companyflex__first {
    background-image: none;
  }
}

section.suggest .suggest__list-item .suggest-text::before,
section.strong .inner h3::before,
section.strong .inner h3::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  section.company.forpartner_b {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .pager-flex {
    margin-left: 0px;
  }
}

section.strong .strong__list {
  background-image: url("https://20713611.fs1.hubspotusercontent-na1.net/hubfs/20713611/strong_01.svg");
}

section.blogsuggest p{
  font-size:inherit;
  font-weight:inherit;
}

section.blogsuggest p span{
  font-size:inherit;
  font-weight:inherit;
}

section.blogsuggest strong{
  font-weight:bold;
}

section.pager input[type="text"]{
  background-color: transparent;
  width: 128px;
  height: 46px;
  font-size: 1.2rem;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid gray;
  box-sizing: border-box;
}

section.pager input[type="submit"]{
  content: "";
  width: 48px;
  height: 46px;
  background-color: #004D9E;
  /*    position: absolute;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  /*    background-image: url(https://20713611.fs1.hubspotusercontent-na1.net/hubfs/20713611/arrow-r.svg);*/
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  border:none;
}

.formpager{
  display:flex;
}

.freetextarea h1{
  font-size:1.7rem !important;
}
.freetextarea h2{
  font-size:1.6rem !important
}
.freetextarea h3{
  font-size:1.5rem !important;
}
.freetextarea h4{
  font-size:1.4rem !important;
}
.freetextarea h5{
  font-size:1.3rem !important
}
.freetextarea h6{
  font-size:1.2rem !important;
}
.freetextarea blockquote{
  margin:32px;
}
.freetextarea ul,
.freetextarea li{
  list-style:inherit;
}
.freetextarea code{
  background-color: #d5d5d5;
  /* margin-top: 30px; */
  border-radius: 5px;
  display:inline-block;
}
.freetextarea pre{
  border: 1px solid #cbd6e2;
  border-radius: 4px;
  padding: 0.5rem;
  background-color: #eaf0f6;
}

strong{
  font-size:inherit;
  font-weight:bold;
}

em{
  font-style: italic;
font-size: inherit;
}