@import url('https://fonts.googleapis.com/css2?family=Lexend+Mega&display=swap');

body * {
  font-family: ryo-gothic-plusn,sans-serif !important;
}

a {
  color: #2C5CE7;
  text-decoration: underline;
}

/* ------ SP用の打ち消し ------ */


.sp {display: none;}

.pc {display: block;}

.wrapper {
  display: flex;
}

/* ------ サイド固定 ------ */

.side {
  height: 100vh;
  width: 29.47%;
  background: linear-gradient(96.83deg,#245cff 11.11%,#2d5be3 70.78%);
  top: 0;
  left: 0;
  z-index: 1;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.side a {
  color: #ffffff;
}

.side-in  {
  width: 74%;
  margin-top: 4vw;
}

.header-logo {
  width: 10vw;
  position: absolute;
  top: 4vw;
  left: 0;
  margin-left: 14%;
}
@media screen and (min-width: 1009px) {
  .header-logo {
    top: 40px;
  }
}

.maincopy {
  font-weight: 900;
  font-size: 2vw;
  font-weight: 900;
  letter-spacing: 0.6vw;
  line-height: 1.5;
  margin-bottom: 1.45vw;
}

.maindescription {
  font-size: 0.8vw;
  line-height: 1.9;
  margin-bottom: 1.45vw;
  letter-spacing: 0.1vw;
}

.terms {
  opacity: 0.7;
  font-size: .6vw;
  position: fixed;
  bottom: 0.4vw;
  left: 1vw;
}

.maincopy,
.maindescription {
  color: #fff;
}

.form-title {
  font-size: 1vw;
  margin-bottom: .5vw;
  letter-spacing: .1vw;
  color: #fff;
}

.pc .form-title {
  padding-top: 18px;
}

.formrun {
  overflow-y: auto;
}
.formrun input[type="submit"] {
  height: 3.5vw;
  background: #ff7020;
  border-radius: 5px;
  width: 100%;
  font-size: .9vw;
  font-weight: 900;
  color: #fff;
  margin-top: .5vw;
}
.formrun input[type="submit"]:hover {
  background:#ff8b20;
}

#hs-form-iframe-0 {
  color: #ffffff;
}


element.style {
  display: block;
}

@media screen and (max-height: 640px) {
  .maincopy,
  .maindescription {
    margin-bottom: 14px;
  }
}
.small-fixed-btn {
  border: none;
}

/* ------ /サイド固定 ------ */

/* ------ FV ------ */

.main {
  width: 70.53%;
}

.fv {
  height: 100vh;
  background-image: url(//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/fv_h1100.jpg);
  background-size: cover;
  background-position: 50%;
}



@media (-webkit-min-device-pixel-ratio: 2){
  .fv {
    background-image: url(//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/fv_h2000.jpg);
  }
} 

/*
@media screen and (max-height: 1110px ) {
.fv {
background-image: url();
}
}
*/
/* ------ /FV ------ */

/* ------ section 1-2 ------ */

.section {
  display: flex;
  justify-content: center;
}

.s1 , .s2 {
  min-height: 65vh;
}

.s1 {
  flex-direction: row-reverse;
}

.section-half-text {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-half-text-in {
  width: 74%;
}

.section-half-text h2 {
  font-weight: 900;
  color: #1B55FF;
  font-size: 1.6vw;
  margin-bottom: 3vh;
  line-height: 1.5;
}

.function-in-text h3 {
  font-weight: 700;
  line-height: 25.7184px;
}

@media  (max-width: 1010px) {
  .function-in-text h3 {
    line-height: 21.12px;
  }
}

.section-half-text p {
  font-size: .9vw;
  line-height: 1.8;
}

.section-half-text p + p {
  margin-top: 1.5vh;
}

.function-in p {
  font-size: .9vw;
  line-height: 1.9;
}

.casestudy-name {
  font-size: .9vw;
  line-height: 1.9;
}

.casestudy-copy {
  font-size: .9vw;
  line-height: 1.9;
}

.casestudy-outcome {
  line-height: 1.2;
}

#hs-link-page_template_logo_hs_logo_widget {
  width: 157px;
  display: block;
}

#hs-link-page_template_logo_hs_logo_widget img {
  width: 100% !important;
  height: auto;
}

.s1-img {
  width: 50%;
  background-image: url(//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/s1.svg);
  background-size: cover;
  background-position: center;
}

.s2-img {
  width: 50%;
  background-image: url(//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/s2.svg);
  background-size: cover;
  background-position: center;
}

/* ------ /section 1-2 ------ */

/* ------ section function ------ */

.function {
  justify-content: center;
  flex-direction: column;
  margin: 8vh 0;
}

.function h2 {
  font-weight: 900;
  color: #1B55FF;
  font-size: 1.6vw;
  margin-bottom: 3vh;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.function-wrap {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.function-in {
  width: 49%;
  background-color: #F3F3F3;
  display: flex;
  box-sizing: border-box;
  padding: 1vw;
  margin-bottom: 1vw;
  align-items: center;
}

.function-in img {
  width: 30%;
  margin-right: 1vw;
}

.function-in-text h3 {
  font-size: 1.1vw;
  margin-bottom: 0.5vw;
}

/* ------ /section function ------ */

/* ------ section casestudy ------ */

.casestudy {
  justify-content: center;
  flex-direction: column;
  margin: 0 0 8vh 0;
}

.casestudy h2 {
  font-weight: 900;
  color: #1B55FF;
  font-size: 1.6vw;
  margin-bottom: 3vh;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.casestudy-wrap {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.casestudy-in {
  font-weight: 900;
  width: 23.5%;
  position: relative;
  background-color: #F3F3F3;
  box-sizing: border-box;
  margin-bottom: 1vw;
  align-items: center;
  color: #ffffff;
  background-size: cover;
}

.casestudy-in:nth-child(1) {
  background-image: url(//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/c1.svg);
}
.casestudy-in:nth-child(2) {
  background-image: url(//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/c2.svg);
}
.casestudy-in:nth-child(3) {
  background-image: url(//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/c3.svg);
}
.casestudy-in:nth-child(4) {
  background-image: url(//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/c4.svg);
}

.casestudy-in:before {
  content:"";
  display: block;
  padding-top: 100%; /* 高さを幅の75%に固定 */
}

.casestudy-name {
  position: absolute;
  top: 0;
  padding: 1.3vw;
  color: #ffffff;
  font-weight: 900;
}

.casestudy-copy {
  position: absolute;
  top: 20%;
  padding: 1.3vw;
  color: #ffffff;
  font-weight: 900;
}

.casestudy-outcome {
  position: absolute;
  bottom: 0;
  padding: 1.3vw;
  font-size: 1.6vw;
  color: #ffffff;
  font-weight: 900;
}


/* ------ /section casestudy ------ */

/* ------ wrapper-one ------ */

.header {
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
}


.header-logo-under {
  display: flex;
  height: 100%;

}

.header-logo-under img {
  width: 140px;
}

.wrapper-one {
  font-size: 14px;
  line-height: 1.9;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
}

.wrapper-one h1 {
  font-size: 22px;
  text-align: center;
  padding: 40px;
  background-color: #F3F3F3;
}

.contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 8%;
  box-sizing: border-box;
}

.contents h2 {
  font-weight: 900;
  color: #1B55FF;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.contents * + * {
  margin-top: 20px;
}

.contents h2 > * {
  margin-top: 0px;
}

.contents * + h2 {
  margin-top: 60px;
}

@media screen and (max-width: 1010px) {
  .contents p,.contents ol,.contents ul {
    font-size: 12px;
  }
  .contents h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.wrapper-one th {
  width: 120px;
}

.wrapper-one th,
.wrapper-one td {
  padding: 15px 20px;
  border: solid 1px #dfdfdf;
}
.wrapper-one li {
  margin: 0 0 0 15px;
}

.wrapper-one li + li{
  margin-top: 5px;
}

.wrapper-one footer { 
  margin-top: auto;
}

/* ------ /wrapper-one ------ */

/* ------ section footer ------ */

footer {
  background-color: #F3F3F3;
  font-size: 0.8vw;
}

.footer-in {
  width: 84%;
  margin: 0 auto;
  padding: 33px 0;
}

.footer-logo {
  width: 10vw;
}

.footer-bottom {
  display: flex;
  margin-top: 3vh;
}
.footer-bottom a {
  margin-right: 1.4vw;
}

.copyright {
  margin-left: auto;
  opacity: 0.5;
  margin-right: 1.4vw;
}


/* ------ /section footer ------ */



/* ------ lp ------ */

.lpfv {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/productmaterial/main-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.lpfv-main {
  display: flex;
  width: 80%;
  align-items: center;
}

.lpfv-main h1 {
  font-size: 2.2vw;
  font-weight: 900;
  line-height: 1.5;
  width: 70%;
  color: #1B55FF;
}

.lpfv-main h1 span {
  font-size: 1.2vw;
  display: inline-block;
  margin-bottom: 28px;
  padding: 10px 20px;
  border: 2px solid #1B55FF;
}

.lpfv-main img {
  box-sizing: border-box;
  width: 30%;
  padding: 2.5% 0 2.5% 2.5%;
}

.lpfv-sub {
  width: 80%;
  box-sizing: border-box;
  background-color: #E2F0FF;
  padding: 30px;
  margin-top: 3vh;
}

.lpfv-sub h2 {
  font-weight: 700;

  font-size: 1vw;
  margin-bottom: 10px;
  letter-spacing: 0.1vw;
}

.lpfv-sub p {
  font-size: 13.536px
}

/* ------ /lp ------ */



/*-------------------------------
0528
--------------------------------*/
.container {
  background: url("//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/price/bg_img.png") no-repeat top center;
    background-size: 2045px auto;
    }
.container img {
  max-width: 100%;
}
.container header {
  height: 54px;
  position: relative;
  padding: 0 4%;
}
.container header h1 {
  width: 10vw;
  height: 100%;
  position: relative;
  z-index: 2;
  line-height: 1;
  display: flex;
  align-items: center;
}
#gNavi {
  padding: 0 30px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  background: rgba(244,245,247,0.85);
  font-weight: 500;
  font-style: normal;
  font-size: .9vw;
  line-height: 1.9;
  color: #10001e;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1009px) {
  #gNavi.top {
    width: 100%;
    display: flex;
    /*    justify-content: space-between;*/
  }
}
@media (min-width: 1280px) {
  #gNavi .span6 {
    min-height: 31.4271px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#gNavi ul {
  position: relative;
  z-index: 1;
  font-size: 1.1vw;
  line-height: 1.5;
}
#gNavi li {
  margin-left: 1.3vw;
  font-weight: 500;
  display: inline-block;
}
#gNavi li:first-child {
  margin-left: 0;
}
#gNavi li a {
  color: #1B55FF;
  text-decoration: none;
}
#gNavi li a:hover {
  opacity: 0.7;
}
#gNavi li img,
.footer-box li img{
  margin: -3px 3px 0 0;
  width: 0.88vw;
  display: inline-block;
  vertical-align: middle;
}
.container .headLine01 {
  margin-bottom: 55px;
  text-align: center;
  color: #1B55FF;
  font-weight: 700;
  font-size: 1.66vw;
}
.container .headLine01 .en {
  margin-top: 7px;
  display: block;
  color: #BBB;
  font-size: 0.93vw;
  line-height: 1.9;
  font-weight: 400;
  font-family: Lexend Mega,sans-serif !important;
}
.container .headLine01 .sml {
  margin-top: 5.8%;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 0.83vw;
}
.container footer {
  padding: 33px 5.64%;
  margin: 0;
  position: relative;
  line-height: 1.9;
}
.container footer .fLogo {
  width: 10vw;
  display: flex;
  align-items: center;
  line-height: 1;
}
.container footer .fLogo img {
  width: 100%;
}
.container footer .footer-box {
  display: flex;
  align-items: center;
}
.container footer ul {
  margin-left: 4vw;
  list-style: none;
  text-align: left;
  line-height: 1.5;
}
.container footer li {
  margin-right: 10px;
  display: inline-block;
  font-weight: 500;
}
.container footer li a {
  color: #1B55FF;
  text-decoration: none;
}
.container footer li a:hover {
  opacity: 0.7;
}
.container footer .copyright { */
  margin-left: auto;
  margin-right: 1.4vw;
  opacity: .5;
}
/*  prive   */
.container .price {
  width: auto;
}
.container .price .sec01 {
  padding: 18px 0 4.87%;
}
.container .price .sec01 .topTxt {
  margin-bottom: 4.82%;
  text-align: center;
  font-size: 1.77vw;
  color: #000;
  line-height: 2.41;
  font-weight: 700;
}
.container .price .sec01 .bgBox {
  max-width: 52.18%;
  margin: 0 auto;
  padding: 4.25% 0 3.85%;
  box-sizing: border-box;
  text-align: center;
  background: url("//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/price/bg01.jpg") no-repeat top center;
    background-size: 100% 100%;
    }
.container .price .sec01 .bgBox p {
  font-weight: 700;
  color: #fff;
  line-height: 1.82;
  font-size: 1.45vw;
}
.container .price .sec01 ul {
  margin: 0 -5% 5.4%;
  display: flex;
  list-style: none;
  justify-content: center;
}
.container .price .sec01 td ul {
  margin: 0 -5%;
  display: block;
  list-style: disc;
}
.container .price .sec01 li {
  width: 34.23%;
}
.container .price .sec01 td li {
  width: calc(100% - 15px);
  margin: 0 0 1rem 15px;
}
.container .price .sec01 li:nth-child(2) {
  margin: 0 3.4%;
}
.container .price .sec01 td li:nth-child(2) {
  margin: 0 0 1rem 15px;
}
.container .price .sec01 td li:last-child {
  margin: 0 0 0 15px;
}
.container .price .sec02 {
  width: 52.08%;
  margin: 0 auto 11.5%;
}
.container .price .sec02 .headLine01 {
  margin-bottom: 5.2%;
}
.container .price .privacypolicy table,
.container .price .sec02 table {
  width: 100%;
  border-collapse: separate;
}
.container .price .privacypolicy table th,
.container .price .privacypolicy table td,
.container .price .sec02 table th,
.container .price .sec02 table td {
  width: 83%;
  padding: 3.3% 4.05% 3%;
  color: #000;
  font-size: 0.93vw;
  font-weight: 500;
  vertical-align: middle;
  text-align: right;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.container .price .privacypolicy table th,
.container .price .sec02 table th {
  width: 17%;
  padding: 3.3% 10px 3%;
  text-align: center;
  color: #1B55FF;
  font-weight: 700;
  font-size: 1.04vw;
  border-bottom-color: #1B55FF;
}
.container .price .sec02 table th {
  width: 40%;
}
.container .price .privacypolicy table td {
  text-align: left;
}
.container .price .sec02 table td {
  text-align: center;
}

/*  information   */
.container .information {
  width: auto;
}
.container .information .sec01 {
  width: 100%;
  max-width: 1120px;
  padding: 0;
  margin: 0 auto;
}
.container .information .sec01 .blog-listing-two {
  width: calc(70% - 50px);
  margin: 0 50px 60px 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .container .information .sec01 .blog-listing-two {
    width: 100%;
    margin: 0 0 60px;
    float: none;
  }
}
.hs-blog-post .container .information .sec01 .container {
  background-color: #fff;
  padding: 30px 15px;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 10%);
  display: block;
  margin-bottom: 60px;
}
.hs-blog-listing .container .information .sec01 .common-imageblock {
  width: calc(100% + 30px);
  margin: 0 -15px;
  align-content: space-between;
}
.hs-blog-listing .container .information .sec01 .blog-listing-two .s-library_list-block,
.hs-blog-listing .container .information .sec01 .blog-listing-two .s-list_block:nth-child(2n){
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
@media screen and (max-width: 767px) {

  .hs-blog-listing .container .information .sec01 .blog-listing-two .s-library_list-block,
  .hs-blog-listing .container .information .sec01 .blog-listing-two .s-list_block:nth-child(2n){
    width: 100%;
  }
}
.hs-blog-listing .container .information .sec01 .s-library_list-block a {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: relative;
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #666;
  background: #fff;
  border: 1px solid #eee;
  -webkit-tap-highlight-color: rgba(0,0,0,.3);
  transition: opacity .3s ease-out;
}

.container .information .sec01 .s-library_list-block a figure {
  height: 220px;
  background: #fff;
  margin: -10px -10px .5em;
  text-align: center;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.container .information .sec01 .s-library_list-block a figure .s-list_block-figure-inner {
  display: flex;
  width: 100%;
  text-align: center;
}
.container .information .sec01 .s-library_list-block a .s-list_block-title {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #444;
  text-align: left;
}
.container .information .sec01 .s-library_list-block a .s-list_block-dtl {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  margin-top: 13px;
  margin-bottom: 0;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.container .information .sec01 .container {
  background: #fff;
}
.widget-type-cta span,
.widget-type-cta .cta_button {
  display: block;
  width: 100%;
}
.container .information .sec01 .blog-sidebar{
  width: 30%;
  padding: 20px;
  margin: 0 0 40px;
  background-color: #fff;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 767px) {
  .container .information .sec01 .blog-sidebar{
    width: 100%;
  }
}
.container .information .sec01 .headLine01,
.container .headLine01{
  margin: 18px 0 82px;
}
.container .information .topTxt {
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  font-size: 2.08vw;
/*   margin-bottom: 10.5%; */
}
.container .information table {
  margin-bottom: 9.27%;
  width: 100%;
  border-collapse: separate;
}
.container .information table th,
.container .information table td {
  padding: 2.2% 3.32% 2.1%;
  color: #000;
  font-size: 0.93vw;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.container .information table tr:first-child th {
  border-top: 1px solid #1B55FF;
}
.container .information table tr:first-child td {
  border-top: 1px solid #ccc;
}
.container .information table th {
  width: 17.95%;
  text-align: center;
  color: #1B55FF;
  border-color: #1B55FF;
}
.container .information table th a {
  font-family: Lexend Mega,sans-serif !important;
}
.container .information table dl {
  overflow: hidden;
  line-height: 1.9;
}
.container .information table dt {
  float: left;
  color: #8E8D8D;
  font-family: Lexend Mega,sans-serif !important;
}
.container .information table dd {
  padding: 0 0 0 8.1em;
}
.container .information table dd a {
  text-decoration: none;
  color: #000;
}
.container .information table dd a:hover {
  opacity: 0.7;
}
.container .information .bgBox {
  padding: 6.4% 0 7.2%;
  margin: 0 0 82px;
  box-sizing: border-box;
  text-align: center;
  background: url("//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/information/bg01.jpg") no-repeat top center;
    background-size: 100% 100%;
    }
.container .information .bgBox p {
  margin-bottom: 5%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 1.45vw;
}
.container .information .bgBox p span {
  padding: 0 1.5vw;
  display: inline-block;
  background: url("//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/information/line01.png") no-repeat left center, url("//20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/raw_assets/public/op/img/information/line02.png") no-repeat right center;
    background-size: auto 1.66vw,auto 1.66vw;
    }
.container .information .imgUl {
  width: calc(100% + 6%);
  margin: 0 -3% 4.8%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.container .information .imgUl li {
  width: 23.6%;
  margin-right: 1.86%;
}
.container .information .imgUl li:nth-child(4n) {
  margin-right: 0;
}
.container .information .linkUl {
  width: 71.2%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  justify-content: center;
}
.container .information .linkUl li {
  width: 29.53%;
  margin: 0 20px;
}
.container .information .linkUl a {
  padding: 4.9% 0;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.83vw;
  font-family: Lexend Mega,sans-serif !important;
  border: 1px solid #fff;
  line-height:2.06024096386;
}
.container .information .linkUl a:hover {
  opacity: 0.7;
}
/*  index   */
.main.index {
  position: relative;
}
@media (min-width:1011px){.menuBox{display:none!important}}

@media all and (-ms-high-contrast:none){
  #gNavi {
    padding-top: 18px;
  }
  .container header h1 {
    padding-top: 10px;
    box-sizing: border-box;
  }
} 

.container header h1{
  height: 54px;
}
.s-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.s-list_block a {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
}
.s-library_list-block figure {
  position: relative;
  height: auto;
  z-index: 1;
  overflow: hidden;
  display: block;
}
.s-library_list-block .s-list_block-figure-inner {
  height: 100%;
  left: 0;
  position: static;
  width: auto;
}
.s-library_list-block .s-list_block-figure-inner img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.s-library_block-title {
  display: block;
  position: relative;
  width: auto;
  min-height: 0;
  color: #00001a;
  flex-wrap: wrap;
  align-items: center;
}
.s-library_block-dtl {
  color: #28283c;
}
@media (min-width: 1011px){
  .container .information::after {
    content: "";
    display: block;
    clear: both;
  }
  .blog-listing-two {
    display: flex;
    width: 100%;
  }
  .blog-listing-two > .blog-sidebar {
    float: none;
  }
  .s-list_block:nth-child(2n) {
    margin: 0 0 100px 0;
  }
}
.blog-sidebar form,
.blog-sidebar .block,
.blog-sidebar .blog-social-icon,
.blog-sidebar .new-social-icon,
.mailMagazine {
  margin-top: 20px;
}
.blog-sidebar label,
.blog-sidebar h3 {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #3e3e3e;
  position: relative;
  display: block;
  letter-spacing: 0;
}
.blog-sidebar label::after,
.blog-sidebar h3::after {
  content: "";
  height: 8px;
  background-color: #2B54E6;
  background-size: 3px 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
.blog-sidebar label::before,
.blog-sidebar h3::before {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  color: #3e3e3e;
  display: inline-block;
}
.popular h3::before {
  content: "POPULAR ARTICLE";
}
.mailMagazine h3::before {
  content: "MAIL MAGAZINE";
}
.latest h3::before {
  content: "LATEST ARTICLE";
}
.search label::before {
  content: "SEARCH IN BLOG";
}
.tag h3::before {
  content: "ARTICLES BY TAG";
}
.mailMagazine input,
.blog-sidebar input {
  border: 1px solid #c6c6cb;
  background-color: #fff;
  padding: 0 20px;
  height: 42px;
  border-radius: 4px;
  line-height: normal;
}
.blog-sidebar .mailMagazine label {
  margin-bottom: 0;
}
.blog-sidebar .mailMagazine label::after {
  display: none;
}
.mailMagazine .hs-input {
  display: inline-block;
  width: 100% !important;
  max-width: 500px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.mailMagazine .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}
.mailMagazine .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
.mailMagazine input.hs-input.error {
  border-color: #c87872;
}
.mailMagazine .hs-error-msgs label {
  color: #f2545b;
}
.mailMagazine .hs-button {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}
.mailMagazine input[type="submit"].hs-button {
  height: 40px;
}
input[type="submit"].hs-button:hover{background:#ff8b20}
.blog-sidebar ul {
  list-style: none;
}
.blog-sidebar ul li.hs-postlisting-item,
.blog-sidebar .tag ul li {
  position: relative;
  clear: both;
  border-top: #ccc dotted 1px;
  list-style-type: none;
}
.blog-sidebar ul li.hs-postlisting-item:first-child,
.blog-sidebar .tag ul li:first-child {
  border-top: 0;
}
.blog-sidebar ul li.hs-postlisting-item a,
.blog-sidebar .tag ul li a{
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 30px 20px 20px;
  color: #28283c;
  width: calc(100% - 60px);
  transition: .4s color;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
}
.blog-sidebar .popular ul li a{
  padding: 20px 30px;
}
.blog-sidebar ul li.hs-postlisting-item a:before,
.blog-sidebar .tag ul li a:before{
  content:none
}
.blog-sidebar ul li.hs-postlisting-item a:hover,
.blog-sidebar .tag ul li a:hover{
  text-decoration:none
}
.blog-sidebar ul li.hs-postlisting-item a:after,
.blog-sidebar .tag ul li a:after{
  font-family:fontawesome;
  content:"\f054";
  position:absolute;
  top:50%;
  margin-top: -5px;
  right:.6em;
  font-size:1em;
  color:#1b55ff;
}
.blog-sidebar ul li.hs-postlisting-item a:hover:after,
.blog-sidebar .tag ul li a:hover:after{
  right:.5em;
  transform:translate(1px,0)
}
.blog-sidebar .popular ul li:before{
  color:#1b55ff;
  position:absolute;
  left:0;
  top:50%;
  margin-top: -15px;
  line-height:1;
  font-weight:400;
  font-style:italic;
  font-size:28px;
  display: block;}
.blog-sidebar .popular ul li:nth-child(1):before{content:"1"}
.blog-sidebar .popular ul li:nth-child(2):before{content:"2"}
.blog-sidebar .popular ul li:nth-child(3):before{content:"3"}
.blog-sidebar .popular ul li:nth-child(4):before{content:"4"}
.blog-sidebar .popular ul li:nth-child(5):before{content:"5"}

.blog-sidebar .popular ul li:nth-child(4):before,
.blog-sidebar .popular ul li:nth-child(5):before {
  color: #666;}

.blog-sidebar .latest ul li {
  display: flex;
  align-items: center;
}
.blog-sidebar .latest ul li img {
  padding-right: 5px;
  padding-left: 5px;
  width: 33.33333%;
  margin-right: 5px;
  position: absolute;
  z-index: 1;
}
.blog-sidebar .latest ul li img + a {
  padding-left: calc(33.33333% + 15px);
  z-index: 2;
}
.blog-sidebar .tag ul li a {
  padding: 10px 30px 10px 20px;
}


/* form Element
-------------------------------------------------- */
.hs-form * {
  box-sizing: border-box;
}
label {
  font-size: 13px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hs-input {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs_lastname .hs-input {
  width: 90%;
}

.side fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}
.hs-button, .hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=phone], .hs-form-field input[type=number], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-form-field label,
.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 13px;
} 
.hs-form-field label:not(.hs-error-msg) {
  color: #33475b;
}
.side .field {
  margin-bottom: 0;
}
.side .hs-form-field label {
  font-size: .75vw;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .side .hs-form-field label {
    font-size: 3.5vw;
  }
}

.inputs-list:first-child.hs-error-msgs {
  padding-top: 0;
}
.side .hs-form-field label.hs-error-msg,
.inputs-list label.hs-main-font-element {
  color: #ff4b4b;
  line-height: 1;
}
.side .hs-form-field input[type=text],
.side .hs-form-field input[type=email],
.side .hs-form-field input[type=tel],
.side .hs-form-field input[type=submit].hs-button {
  font-size: .75vw;
  width: 100%;
  height: 2.5vw;
  padding: .6vw;
  box-sizing: border-box;
  border-radius: 4px;
}
.side .actions {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 1010px) {
  .side fieldset.form-columns-1 .input {
    line-height: 1;
  }
  .side .hs_lastname .input input[type="text"], .side .hs_firstname .input input[type="text"],
  .side fieldset.form-columns-1 .input input[type="text"],
  .side fieldset.form-columns-1 .input input[type="email"],
  .side fieldset.form-columns-1 .input input[type="tel"]{
    font-size: 3.5vw;
    height: 11vw;
    padding: 3.5vw;
  }
}

.hs-input:not([type=file]) {
  background-color: #f5f8fa;
}
.hs-custom-style .hs-input, .hs-custom-style fieldset {
  max-width: 100%;
}
.field {
  margin-bottom: 18px;
}
fieldset.form-columns-2 .input {
  margin-right: 8px;
}
.hs-input:not([type=file]) {
  background-color: #f5f8fa;
}
.hs-custom-style .hs-input, .hs-custom-style fieldset {
  max-width: 100%;
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
.hs-error-msgs label {
  color: #f2545b;
}
ul.no-list {
  list-style: none;
}
ul[role="checkbox"], ul.inputs-list {
  list-style: none;
}
.post-body ul.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.post-body ul.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-bottom: 0;
}
input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
  border-color: #c87872;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
fieldset.form-columns-1 input[type=radio] {
  width: auto;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
  cursor: pointer; 
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-custom-style .hs-input, .hs-custom-style fieldset {
  max-width: 100%;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.legal-consent-container label {
  font-family: arial, helvetica, sans-serif;
  color: #33475b;
  font-size: 13px;
}
.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}
.hs-button {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  white-space: pre-wrap;
  line-height: 24px;
  font-size: 15px;
}

input[type="submit"].hs-button{
  width: 50%;
  height: auto;
}

.side input[type="submit"].hs-button{
  margin-top: 0;
}
body * textarea{
  height: 7rem !important;
}

/* heading Element
-------------------------------------------------- */
@media screen and (max-width: 1010px) {
  .container .information h1.topTxt {
    font-size: 22px;
  }
}
.post-body  h2 {
  padding: 3px 0px;
  font-size: 28px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 35px;
  letter-spacing: 1px;
  border-bottom: 1px solid #1b55ff;
  clear: both;
}

.post-body h3 {
  padding: 3px 0px;
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 35px;
  letter-spacing: 1px;
  border-bottom: 1px solid #1b55ff;
  clear: both;
}

.post-body h4 {
  padding: 3px 0px;
  margin: 15px 0px 6px;
  font-size: 120%;
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
  border-bottom: solid 1px #1b55ff;
  clear: both;
}

.post-body h5 {
  padding: 1px 0px 0px 4px;
  margin: 15px 0px 6px;
  font-size: 100%;
  line-height: 1.25;
  color: #333333;
  font-weight: bold;
  border-left: solid 2px #1b55ff;
  clear: both;
}

/* paragraph Element
-------------------------------------------------- */

.post-body p {
  padding: 0px;
/*   text-align: justify; */
  text-justify: distribute;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 25px;
}
.container .information .post-body table th,
.container .information .post-body table td {
  line-height: 1.7;
  font-size: 15px;
}
.container .information .post-body table td p:last-child {
  margin-bottom: 0;
}

/* ul */
.post-body ul,
.post-body ol {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  padding-left: 40px;
}

.post-body ul li,
.post-body ol li {
  margin-bottom: 25px;
}

ul[role="checkbox"],
ul.inputs-list {
  list-style: none;
}

/* ol */
.post-body ol {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 15px;
  list-style: decimal;
}

.post-body ol li {
  padding:0px;
  margin: 0px 0px 9px;
}

.hs-form-required {
  color: red;
}
/* 
input[type="text"],
input[type="email"],
input[type="tel"],
select{
border: 1px solid #c6c6cb;
background-color: #fff;
padding: 5px 10px;
border-radius: 4px;
}
input[type="submit"] {
width: 200px;
max-width: 100%;
padding: 11px 0 10px;
margin: 0 auto;
color: #ffffff;
background-color: #1b55ff;
cursor: default;
pointer-events: none;
border: none;
text-align: center;
border-radius: 20px;
font-weight: bold;
display: block;
}
*/
input[type="submit"].hs-button {
  width: 100%;
  height: 3.5vw;
  line-height:1;
}
@media screen and (max-width: 767px) {
  input[type="submit"].hs-button {
    font-size: 3.5vw;
    height: auto;
    line-height:1.5;
    vertical-align: middle;
  }
}

.post__featured-img {
  position: relative;
  width: 100%;
}
.post__featured-img:before {
  content:"";
  display: block;
  padding-top: 0px !important;
}
.post__featured-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.main.information .widget-type-cell {
  position: relative;
}
@font-face{
  font-family:'FontAwesome';
  src:url('https://20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/font/fontawesome-webfont.eot?v=4.7.0');
  src:url('https://20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/font/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('https://20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://20245856.fs1.hubspotusercontent-na1.net/hubfs/20245856/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.hs_cos_wrapper_type_social_sharing {
  display: flex;
  flex-direction: row-reverse;
}

.main.information .blog-social-icon {
  position: fixed;
  width: 40px;
  line-height: 0;
  z-index: 999;
}
.hs_cos_wrapper_type_social_sharing {
  width: 40px;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1280px) {
  .main.information .blog-social-icon {
    left: 50%;
    top: auto;
    margin-left: -620px;
  }
}
.main.information .blog-social-icon a {
  background-color: #1974d2;
  list-style: none;
  width: 40px !important;
  height: 40px;
  padding: 5px 8px;
  margin-bottom: 1px;
  transition: .3s;
  border: 2px solid #1974d2;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
}
.main.information .blog-social-icon a:first-child {
  background-color: #315096;
  border: 2px solid #315096 !important;
}
.main.information .blog-social-icon a:last-child {
  background-color: #55acee;
  border: 2px solid #55acee !important;
}

.main.information .blog-social-icon a:before{
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  display: block;
  margin: 0 auto;
}
.main.information .blog-social-icon a:first-child:before {
  content: "\f09a";
}
.main.information .blog-social-icon a:last-child:before {
  content: "\f099";
}

.main.information .blog-social-icon a:first-child:hover,
.main.information .blog-social-icon a:last-child:hover  {
  background-color: #fff;
}
.main.information .blog-social-icon a:first-child:hover:before {
  color: #315096;
}
.main.information .blog-social-icon a:last-child:hover:before {
  color: #55acee;
}

.main.information .blog-social-icon img {
  display: none;
}
@media screen and (max-width: 767px) {
  .main.information .blog-social-icon {
    width: calc(11px + 7%);
    left: 0;
    top: 67px;
  }
  .hs_cos_wrapper_type_social_sharing {
    width: 100%;
  }
  .main.information .blog-social-icon a {
    width: 100% !important;
    height: auto;
  }
}

.details-list {
  list-style: none;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  margin-top: 13px;
  margin-bottom: 0;
}
a.typesquare_option {
  text-decoration: none;
  width: 71.42%;
  margin: 88px 0 83px auto;
  display:block;
  border-bottom: 2px solid #1B55FF;
}
.a-button_inner{
  display:block;
  position:relative;
  overflow:hidden;
  padding:20px 34px 24px 0;
  z-index:1
}
.a-button_inner::before,
.a-button_inner::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.a-button_inner::before{
  width: 12px;
  height: 2px;
  background: #1B55FF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.a-button_inner::after{
  right: 1px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1B55FF;
  border-right: 2px solid #1B55FF;
}
@media screen and (max-width: 1010px) {
  a.typesquare_option {
    display: none;
  }
  .formrun input[type="submit"],
  .section-half-text p,
  .function-in p,
  .casestudy-name,
  .casestudy-copy,
  #gNavi {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .span12.widget-span.widget-type-cell {
    float: none;
  }
}

@media screen and (min-width: 1010px) {
  .profile {
    display: flex;
  }
  .profile-img {
    display: flex;
    flex: 3;
    align-items: center;
    flex: 4;
    padding: 3px
  }
  .profile-img img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile-detail {
    flex: 6;
    padding: 3px;
  }
} 

/* カスタマイズ追加分 */
.hs-richtext p {
  font-size: 14px
}


/* カスタマイズ追加分 */
@media screen and (max-width: 1010px) {
  .post-body h2 {
    padding: 3px 5px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    border-bottom: 1px solid #1b55ff;
    clear: both;
  }
/*   .hs-richtext p {
    font-size: 14px
  } */
}

.information {
  padding: 5px
}

@media screen and (min-width: 1010px) {
/*   fieldset.form-columns-1 .hs-input:not([type="checkbox"]) {
    width: 100% !important;
  } */
  .blog-post .row-fluid [class*="span"].form_boder {
    width: 30vw !important;
  }
}

.post__featured-img:before {
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}

/* SNSアイコン変更 */
.main.information .new-social-icon {
  position: fixed;
  width: 40px;
  line-height: 0;
  z-index: 999;
}
.main.information .new-social-icon a {
  background-color: #1974d2;
  list-style: none;
  width: 40px !important;
  height: 40px;
  padding: 5px 8px;
  margin-bottom: 1px;
  transition: .3s;
  border: 2px solid #1974d2;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
}
.main.information .new-social-icon a:first-child {
  background-color: #315096;
  border: 2px solid #315096 !important;
}
.main.information .new-social-icon a:last-child {
  background-color: #000000;
  border: 2px solid #000000 !important;
}

.main.information .new-social-icon a:before{
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  display: block;
  margin: 0 auto;
}
.main.information .new-social-icon a:first-child:before {
  content: "\f09a";
}
.main.information .new-social-icon a:last-child:before {
  content: "𝕏";
}

.main.information .new-social-icon a:first-child:hover,
.main.information .new-social-icon a:last-child:hover  {
  background-color: #fff;
}
.main.information .new-social-icon a:first-child:hover:before {
  color: #315096;
}
.main.information .new-social-icon a:last-child:hover:before {
  color: #000000;
}

.main.information .new-social-icon img {
  display: none;
}

@media (min-width: 1280px) {
  .main.information .new-social-icon {
    left: 50%;
    top: auto;
    margin-left: -45%;
  }
}
@media screen and (max-width: 767px) {
  .main.information .new-social-icon {
    width: calc(11px + 7%);
    left: 0;
    top: 67px;
  }
  .main.information .new-social-icon a {
    width: 100% !important;
    height: auto;
  }
}