@charset "UTF-8";
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: auto !important;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #2a2a2a;
  overflow-x: hidden;
}

a {
  -webkit-transition: .25s;
  transition: .25s;
}

a:focus,
a:hover {
  text-decoration: none;
}

a > img {
  -webkit-transition: .25s;
  transition: .25s;
}

a > img:focus,
a > img:hover {
  opacity: .75;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/*======================================================================
 * layout初期設定
======================================================================*/
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
}
.row-fluid [class*=span]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.978723396%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.957446802%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.936170208%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
@media screen and (max-width: 768px) {
  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.ly_minH {
  min-height: 50vh;
}

.el_lv1Heading02 {
  font-size: 1.875rem;
}

.el_lv1Heading02 {
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 45px;
}

.el_lv2Heading {
  border-left: 4px solid #0845BF;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 10px 30px;
  margin-bottom: 40px;
}

.el_lv3Heading {
  background: url(https://20160672.fs1.hubspotusercontent-na2.net/hubfs/20160672/creativebank/img/blog/icon_heading.svg) no-repeat top 3px left;
  border-bottom: 3px solid #b1d3eb;
  color: #0064c8;
  font-size: 1.5rem;
  padding: 0 0 7px 40px;
}

.el_lv3Heading,
.el_lv4Heading {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 45px;
}

.el_lv4Heading {
  border-left: 8px solid #0064c8;
  font-size: 1.375rem;
  padding-left: 16px;
}

.el_lv5Heading {
  background-color: #f5fafd;
  font-size: 1.25rem;
  padding: 6px 22px 5px;
}

.el_lv5Heading,
.el_lv6Heading {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 45px;
}

.el_btn,
.el_lv6Heading {
  font-size: 1.125rem;
}

.el_btn {
  background-color: #0064c8;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: inline-block;
  max-width: 100%;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  width: 300px;
}

.el_btn:focus,
.el_btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #0064c8;
}

.el_btn.-round {
  background-color: #0d6efd;
  border-radius: 40px;
  box-shadow: none;
  font-weight: 700;
  padding: 15px 10px;
  transition: all .2s ease;
}

.el_btn.-round:hover {
  background-color: #548bf8;
  border-color: #548bf8;
  color: #fff;
  opacity: .75;
}

.el_btn.-round:hover {
  background-color: #548bf8;
  border-color: #548bf8;
  color: #fff;
  opacity: .75;
}

@media only screen and (max-width: 767px) {
  .el_btn.-round {
    width: 256px;
    padding: 12px 10px;
    font-size: 1rem;
  }
}

.el_blogLead {
  line-height: 2;
  margin-top: 0;
}

.el_numberLabel {
  border: 1px solid #000;
  font-size: 20px;
  padding: 2px 10px;
}

.el_note {
  font-size: 24px;
  text-align: center;
}

.el_borderTtl {
  margin-bottom: 12px;
  position: relative;
}

.el_borderTtl:after {
  background-color: #333;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.el_borderTtl span {
  background-color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding-right: 8px;
  position: relative;
  z-index: 2;
}

.bl_sect {
  padding-bottom: 70px;
  padding-top: 70px;
}

.bl_sect > :last-child {
  margin-bottom: 0;
}

.bl_blogSideUnit > * {
  margin-bottom: 80px;
}

.bl_blogSideUnit > :last-child {
  margin-bottom: 0;
}

.bl_crossTable table {
  border: 0 !important;
  font-size: .875rem;
}

.bl_crossTable table tbody tr {
  border-bottom: 1px dashed #0064c8;
}

.bl_crossTable table tbody tr:first-child {
  border-bottom: 2px solid #0064c8;
}

.bl_crossTable table tbody tr:first-child td {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.bl_crossTable table tbody tr:last-child {
  border-bottom: 2px solid #0064c8;
}

.bl_crossTable table td {
  padding: 20px 15px !important;
}

.bl_crossTable table td:first-child {
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0 !important;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .el_numberLabel {
    font-size: 15px;
    padding: 2px 5px;
  }
  .el_note {
    font-size: 21px;
    line-height: 1.57;
  }
  .el_borderTtl span {
    font-size: 17px;
  }
  .bl_footer_logo {
    width: 160px;
  }
  .bl_footer_link {
    margin-top: 20px;
  }
  .bl_sect {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .bl_wysiwyg p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/**/
@media only screen and (max-width: 767px) {
  .header + main {
/*     margin-top: 58px; */
  }
}

.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 767px) {
  main .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 480px) {
  main .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*----- header -----*/
main {
  padding-top: 90px;
}


/*----- header -----*/
.header {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  position: fixed;
  height: 90px;
  width: 100%;
  z-index: 1;
}

.header .navbar {
  padding: 0;
  line-height: 1.3;
}

.header .navbar .navbar-brand {
  display: block;
  padding-left: 80px;
}

.header .navbar .navbar-brand svg {
  height: auto;
}

.header .navbar .navbar-brand:hover {
  opacity: .7;
}

.header .navbar .nav-link {
  color: #2a2a2a;
  position: relative;
  padding: 29px 0;
}

@media only screen and (min-width: 769px) {
  .header .navbar .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
  }
}

.header .navbar .nav-link:after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background-color: #548bf8;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .navbar .nav-link:hover:after {
  width: 100%;
}

.header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.header .button {
  background: #0845bf;
  color: #FFFFFF;
  text-decoration: none;
  padding: 29px 40px;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 769px) {
  .header .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
  }
}

.header .button:hover {
  background: #548bf8;
}

.ly_header {
  padding-bottom: 20px;
  padding-top: 20px;
}

.ly_header .ly_header_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.ly_header .bl_headerUtils_logo {
  display: block;
  width: 210px;
}

@media only screen and (min-width: 769px) {
  .header .navbar .nav-link {
    margin-left: 40px;
  }
  .header .hs_cos_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width:768px) and (max-width: 1250px) {
  .header .navbar .nav-link {
    font-size: clamp(0.75rem, 1.6vw, 1rem);
    margin-left: clamp(10px, 2vw, 30px);
  }

  .header .navbar .navbar-brand {
    max-width: 21%;
    padding-left: 20px;
  }

  .header .navbar .navbar-brand svg {
    width: 160px;
    max-width: 100%;
  }

  .header .button {
    padding-left: clamp(10px,2vw,20px);
    padding-right: clamp(10px,2vw,20px);
    font-size: clamp(0.75rem, 1.6vw, 1rem);
  }
}

@media only screen and (max-width: 1200px) {
  .header .button {
    margin-left: 1rem!important;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .button {
    padding: 20px 40px;
  }
  .header .navbar .nav-link {
    padding: 16px 0;
  }
  .header .navbar .navbar-toggler {
    color: #ffffff;
    background: #0845BF;
    border: none;
    padding: 14px;
    border-radius: 0;
    margin-left: auto;
  }
  .header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .header .navbar-collapse {
    background: #FFFFFF;
    padding: 40px;
    text-align: center;
  }
  .header .menu__item--depth-1 {
    border-top: 0;
    padding-top: 16px;
  }
  .ly_header .ly_header_inner {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .navbar-brand {
    padding-left: 16px;
  }
  .header .navbar .navbar-brand svg {
    height: 30px;
    width: auto;
  }
}

/*----- common -----*/
button {
  white-space: nowrap;
}

.btn {
  text-align: center;
  border-radius: 80px;
  padding: 8px 40px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}

.btn-white {
  background: #FFFFFF;
  color: #0845BF;
}

@media only screen and (max-width: 767px) {
  .mobile-scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .mobile-scroll img {
    width: 800px;
    max-width: inherit;
  }
}

/*----- footer -----*/
footer #page-top {
  display: block;
  padding: .7em;
  text-align: center;
  background: #548BF8;
  color: #FFFFFF;
  -webkit-transition: .3s;
  transition: .3s;
  width: 80px;
  height: 80px;
  fill: white;
  border-radius: 80px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000; /* z-indexを追加して最前面に表示 */
}

footer #page-top:hover {
  opacity: .7;
}

footer #page-top svg {
  width: 32px;
  padding-top: 8px;
}

footer .ly_footer {
  padding-bottom: 80px;
  padding-top: 80px;
}

footer .ly_footer_inner {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

footer .bl_footer_logo {
  display: block;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

footer .bl_footer_link {
  margin-top: 40px;
  text-align: center;
}

footer .bl_footer_link a {
  color: #2a2a2a;
  text-decoration: none;
}

footer .bl_footer_link a:focus,
footer .bl_footer_link a:hover {
  text-decoration: underline;
}

footer .copy {
  font-size: 14px;
  font-weight: normal;
}


@media only screen and (max-width: 767px) {
  footer #page-top {
    padding: 0;
    width: 48px;
    height: 48px;
    bottom: 16px;
    right: 16px;
  }
  footer #page-top svg {
    width: 24px;
  }
  footer .ly_footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  footer .ly_footer_inner {
    max-width: 100%;
  }

}

/* contact */
.footer-contact {
  margin-top: 200px;
  background: #0845BF;
  color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 100px;
}

.footer-contact h3 {
  font-size: 32px;
  font-weight: bold;
}

.footer-contact .btn {
  font-size: 20px;
  padding: 24px 80px;
  margin-top: 40px;
}

.service + .footer-contact {
  margin-top: 0;
}

.top + .footer-contact {
  margin-top: 0;
}


@media only screen and (max-width: 767px) {
  .footer-contact {
    margin-top: 100px;
  }
  .footer-contact h3 {
    font-size: 20px;
  }
  .footer-contact .btn {
    font-size: 18px;
    padding: 24px 40px;
  }
}

/* ttl */
#hs_cos_wrapper_page_ttl,
.el_lv1Heading {
  text-align: center;
  background-image: url(https://25981964.fs1.hubspotusercontent-eu1.net/hubfs/25981964/bg-ttl.png@2x-1.png) !important;
  background-size: cover;
  background-position: center 27%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 50px;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
}

#hs_cos_wrapper_page_ttl h1,
.el_lv1Heading h1 {
  color: #548bf8;
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  letter-spacing: .1em;
}

#hs_cos_wrapper_page_ttl h1 span,
.el_lv1Heading h1 span {
  display: block;
  color: #2a2a2a;
  font-size: 16px;
  padding-top: 20px;
}


.container-fluid .el_lv1Heading {
  margin-left: -80px;
  margin-right: -80px;
}

@media only screen and (max-width: 767px) {
  #hs_cos_wrapper_page_ttl,
  .el_lv1Heading {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  
  .container-fluid .el_lv1Heading {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media only screen and (max-width: 480px) {
  .container-fluid .el_lv1Heading {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.bl_blogTtl {
  text-align: center;
  background-image: url(https://25981964.fs1.hubspotusercontent-eu1.net/hubfs/25981964/bg-ttl.png@2x-1.png) !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 100px;
  margin-left: -80px;
  margin-right: -80px;
  font-family: 'Lato', sans-serif;
}

.bl_blogTtl .bl_blogTtl_ttl {
  color: #548bf8;
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
}

.bl_blogTtl .bl_blogTtl_txt {
  display: block;
  color: #2a2a2a;
  font-size: 16px;
  padding-top: 20px;
  margin: 0;
}

/*----- top -----*/
.top .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.top .sect > .row-fluid-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}

.top .sect1 {
  background-image: url(https://25981964.fs1.hubspotusercontent-eu1.net/hubfs/25981964/bg.png@2x.png) !important;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.04);
  padding-top: 150px;
  padding-bottom: 250px;
}

.top .sect1 > .row-fluid-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.top .sect1 .sect1-row-0-max-width-section-centering > .row-fluid {
  padding-left: 80px;
  padding-right: 80px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.top .sect1 h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
}

.top .sect1 .button {
  -webkit-filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, 0.2));
  background: -webkit-gradient(linear, left top, right top, from(#073A9F), to(#548BF8));
  background: linear-gradient(90deg, #073A9F 0%, #548BF8 100%);
  border-radius: 80px;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: 'kern' off;
          font-feature-settings: 'kern' off;
  color: #FFFFFF;
  padding: 18px 70px;
  text-decoration: none;
}

.top .sect1 .button:hover {
  opacity: .6;
}

.top .sect2 {
  padding: 90px 0;
}

.top .sect2 h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 48px;
}

.top .sect3 {
  background: rgba(84, 139, 248, 0.08);
  padding: 80px 0 100px;
  position: relative;
}

.top .sect3 .row-fluid {
  max-width: 1080px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .sect3 h2, .home .catch h2 {
  line-height: 2;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: .1em;
  margin: 0;
}

.top .sect3 h2 svg, .home .catch h2 svg {
  width: 280px;
  vertical-align: baseline;
  padding-right: 10px;
}

.top .sect3:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 88 45'%3E%3Ctitle%3Eframe%3C/title%3E%3Cg%3E%3Cpath fill='white' d='M44 45L0.698734 -8.15666e-06L87.3013 -5.85622e-07L44 45Z' /%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  width: 88px;
  height: 45px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top .sect4 h2,
.top .sect5 h2 {
  background: none;
  border: none;
  padding: 0;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 50px;
  letter-spacing: 0;
  margin: 0 0 40px;
}

.top .sect4 h2 a,
.top .sect5 h2 a {
  color: #2a2a2a;
  text-decoration: none;
}

.top .sect4 h2 span,
.top .sect5 h2 span {
  font-size: 22px;
  color: #548BF8;
  padding-left: 20px;
}

.top .sect5 article h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.top .bl_card_imgWrapper:before,
.top .bl_card_imgWrapper:before {
  content: "NEW";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #F8C154;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  padding: 0 16px;
  z-index: 1;
}

.top .sect4 > .row-fluid-wrapper,
.top .sect5 > .row-fluid-wrapper {
  max-width: 1000px;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.top .sect4 .hs-button,
.top .sect5 .hs-button {
  width: 316px;
  background: #548BF8;
  color: #FFFFFF;
  border-radius: 80px;
  display: block;
  text-align: center;
  padding: 14px 0;
  margin-top: 10px;
  text-decoration: none;
}

.top .sect4 .bl_horizBtnList,
.top .sect5 .bl_horizBtnList {
  text-align: center;
}

.top .sect4 .bl_horizBtnList li a,
.top .sect5 .bl_horizBtnList li a {
  width: 316px;
  background: #548BF8;
  color: #FFFFFF;
  border-radius: 80px;
  display: block;
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
  border: none;
  margin: auto;
}

.top .sect4 .bl_horizBtnList li a:hover,
.top .sect5 .bl_horizBtnList li a:hover {
  opacity: .7;
}

.top .sect4 {
  padding-top: 60px;
}

.top .sect4 section article h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.top .sect5 {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.top .sect5:after {
  background: rgba(84, 139, 248, 0.08);
  position: absolute;
  top: 170px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  z-index: -1;
}

.top .sect5 section article h3 {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .top {
/*     margin-top: 58px; */
  }
  .top .sect4 h2,
  .top .sect5 h2 {
    font-size: 32px;
  }
  .top .sect4 h2 span,
  .top .sect5 h2 span {
    font-size: 16px;
    padding-left: 10px;
  }
  .top .sect > .row-fluid-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .top .sect1 {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .top .sect1 h1 {
    font-size: 24px;
  }
  .top .sect1 .sect1-row-0-max-width-section-centering > .row-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .top .sect1 .button {
    padding: 18px 40px;
  }
  .top .sect2,
  .top .sect5 {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .top .sect2 h2 {
    font-size: 24px !important;
    margin-bottom: 40px;
  }
  .top .sect3 h2, .home .catch h2 {
    font-size: 24px !important;
    margin-bottom: 40px;
    text-align: center;
  }
  .top .sect4 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .top .sect > .row-fluid-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top .sect1 {
    padding-bottom: 340px;
    background-size: 180%;
    padding-top: 56px;
  }
  .top .sect1 h1 {
    margin-bottom: 20px;
  }
  .top .sect1 .sect1-row-0-max-width-section-centering > .row-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top .sect3 h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
}

/*----- blog -----*/


.bl_blogLabelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -12px 0 0;
}

.bl_blogLabelList > li {
  margin-right: 12px;
  margin-top: 12px;
}

.bl_blogLabelList li a {
  display: inline-block;
  padding: 2px 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: #646464;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.bl_blogLabelList li a:hover {
  background: #548bf8;
  color: #FFFFFF;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .bl_blogLabelUnit > li a {
    font-size: 12px;
    padding: 2px 8px;
  }
  #hs_cos_wrapper_blog_ttl + .ly_cont .bl_blogLabelUnit {
    margin-top: 40px;
    padding-top: 0;
  }
}

/* breadcrumb */
.blog-listing-breadcrumb {
  max-width: 1030px;
  margin: 0 auto;
}

.blog-listing-breadcrumb .hs-breadcrumb-menu-wrapper {
  margin-top: 20px;
}

.hs-breadcrumb-menu-wrapper {
  margin-top: 80px;
  font-weight: normal;
  font-size: 14px;
}

.hs-breadcrumb-menu-wrapper a.hs-breadcrumb-label {
  color: #548BF8;
  text-decoration: none;
}

.hs-breadcrumb-menu-wrapper .hs-breadcrumb-menu-divider:before {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .hs-breadcrumb-menu-wrapper {
    margin-top: 40px;
  }
}

/* blog single */
.bl_detail_head {
  margin-top: 100px;
}

.ly_cont_main .hs-breadcrumb-menu-wrapper {
  margin: 0 0 20px;
}

.ly_cont_main .hs-breadcrumb-menu {
  margin: 0;
}

.bl_blogInner h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .bl_blogInner h1 {
    font-size: 26px;
  }
}

.bl_blogInner .el_date {
  font-size: 14px;
  font-weight: normal;
}

.bl_blogInner .bl_card_labels {
  margin: 7px -10px 10px 0;
}

.bl_post_tags {
  margin: 7px -12px 40px 0;
  font-size: 0;
}

.bl_post_tags li {
  display: inline-block;
  margin: 12px 12px 0 0;
}

.bl_post_tags a {
  display: inline-block;
  padding: 1px 14px;
  background: #0845BF;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

/* ブログ記事装飾 */
.bl_wysiwyg {
  font-weight: 500;
  line-height: 2;
}

.bl_wysiwyg p {
  margin-bottom: 20px;
  margin-top: 40px;
}

.bl_wysiwyg strong {
  font-weight: 700;
}

.bl_wysiwyg h1 {
  border-bottom: 3px solid #0064c8;
  font-size: 1.75rem;
  padding-bottom: 10px;
}

.bl_wysiwyg h1,
.bl_wysiwyg h2 {
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 40px;
}

.bl_wysiwyg h2 {
  font-size: 1.625rem;
}

@media screen and (max-width: 768px) {
  .bl_wysiwyg h2 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.bl_wysiwyg h3 {
  color: #0845BF;
  font-size: 1.5rem;
  padding: 10px 0 10px 20px;
  border-left: 4px #0845BF solid;
}

@media screen and (max-width: 768px) {
  .bl_wysiwyg h3 {
    padding: 8px 0 8px 15px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.bl_wysiwyg h3,
.bl_wysiwyg h4 {
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 30px;
}

.bl_wysiwyg h4 {
  border-left: 4px solid #548BF8;
  padding: 0 0 0 30px;
  font-size: 1.375rem;
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  .bl_wysiwyg h4 {
    padding: 5px 0 5px 15px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.bl_wysiwyg h5 {
  background-color: #f5fafd;
  font-size: 1.25rem;
  padding: 6px 22px 5px;
}

.bl_wysiwyg h5,
.bl_wysiwyg h6 {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 45px;
}

.bl_wysiwyg h6 {
  font-size: 1.125rem;
}

.bl_wysiwyg ul, .bl_wysiwyg ol {
  margin-bottom: 40px;
  margin-top: 30px;
  padding-left: 22px;
}

.bl_wysiwyg li {
  position: relative;
}

.bl_wysiwyg ul:not([style*="list-style-type"]):not([class]),
.bl_wysiwyg ul.checkmark {
  list-style: none;
}

.bl_wysiwyg ul:not([style*="list-style-type"]):not([class]) li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: -22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #548BF8;
}

.bl_wysiwyg ul.checkmark li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.69em;
  left: -22px;
  width: 14px;
  height: 7px;
  border-left: 2px solid #548BF8;
  border-bottom: 2px solid #548BF8;
  transform: rotate(-45deg);
}

.bl_wysiwyg ul ul {
  margin-bottom: 0;
  margin-top: 7px;
}

.bl_wysiwyg h2 + *,
.bl_wysiwyg h3 + *,
.bl_wysiwyg h4 + * {
  margin-top: 0;
}

.bl_wysiwyg .gray,
.bl_wysiwyg .blue,
.bl_wysiwyg .blue-border {
  padding: 2em;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .bl_wysiwyg .gray,
  .bl_wysiwyg .blue,
  .bl_wysiwyg .blue-border {
    padding: 20px;
  }
}


.bl_wysiwyg .gray {
  background-color: rgba(0, 0, 0, 0.04);
}


.bl_wysiwyg .blue {
  background-color: rgba(84, 139, 248, 0.08);
}


.bl_wysiwyg .blue-border {
  border: 1px solid #548BF8;
}

.bl_wysiwyg .gray > *,
.bl_wysiwyg .blue > *,
.bl_wysiwyg .blue-border > * {
  margin: 1em 0;
}

.bl_wysiwyg .gray > *:first-child,
.bl_wysiwyg .blue > *:first-child,
.bl_wysiwyg .blue-border > *:first-child {
  margin-top: 0;
}

.bl_wysiwyg .gray > *:last-child,
.bl_wysiwyg .blue > *:last-child,
.bl_wysiwyg .blue-border > *:last-child {
  margin-bottom: 0;
}


.bl_wysiwyg .marker {
  background: linear-gradient(transparent 60%, rgba(84, 139, 248, 0.2) 60%);
}

.bl_wysiwyg .event {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 768px) {
  .bl_wysiwyg .event {
    padding: 20px;
  }
}

.bl_wysiwyg .event dl {
  display: -webkit-box;
  display: -ms-flexbox; 
  -webkit-box-align: start;    
  -ms-flex-align: start;    
  align-items: flex-start;
  margin: 0 0 1em;
}

.bl_wysiwyg .event dl:last-child {
  margin-bottom: 0;
}

.bl_wysiwyg .event dt {
  position: relative;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  width: 5em;
  margin-right: 1em;
  padding: 0.25em 0.5em 0 0;
  font-weight: bold;
  line-height: 1.6;
}

.bl_wysiwyg .event dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  right: 0;
  width: 0;
  height: 1.25em;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.bl_wysiwyg .event dd {
  -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  margin: 0;
}

.bl_wysiwyg .event p,
.bl_wysiwyg .event ul,
.bl_wysiwyg .flow p {
  margin: 0 0 0.5em;
}

.bl_wysiwyg .event p:last-child,
.bl_wysiwyg .event ul:last-child,
.bl_wysiwyg .flow p:last-child {
  margin-bottom: 0;
}


.bl_wysiwyg .flow {
  padding: 30px 28px;
  border: 1px solid #548BF8;
}

@media screen and (max-width: 768px) {
  .bl_wysiwyg .flow {
    padding: 20px;
  }
}
.bl_wysiwyg .flow .item:not(:last-child)::after {
  content: "";
  display: block;
  margin: 10px auto 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 25px 0;
  border-color: #548af8 transparent transparent transparent;
}
.bl_wysiwyg .flow .title {
  font-weight: bold;
}
.bl_wysiwyg .flow .num {
  display: inline-block;
  min-width: 1.6em;
  padding: 4px 0;
  margin-right: 10px;
  background: #548BF8;
  color: #fff;
  text-align: center;
  line-height: 1;
}

/* 関連記事 */
.relative_posts {
  margin-top: 100px;
}

.relative_posts h2 {
  display: block;
  text-align: left;
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5;
}

.relative_posts h2 span {
  font-size: 16px;
  font-weight: normal;
  color: #548BF8;
  padding-left: 20px;
}

.relative_posts .hs_cos_wrapper_type_related_blog_posts {
  margin-top: 40px;
  display: block;
}

/* card */
.bl_cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_cardUnit.bl_cardUnit__col2 {
  margin-bottom: -50px;
}

.bl_cardUnit__col2 > * {
  margin-bottom: 50px;
  margin-right: 4.4444%;
  width: 47.7777%;
}

.bl_cardUnit__col2 > :nth-child(2n) {
  margin-right: 0;
}

.bl_cardUnit.bl_cardUnit__col3 {
  margin-bottom: -50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .bl_cardUnit__col3::after {
    content: "";
    display: block;
    width: 30%;
  }
  
  /* 2カラム内 */
  .ly_cont_main .bl_cardUnit__col3 > * {
    width: 31.7%;
  }
  
  .ly_cont_main .bl_cardUnit__col3::after  {
    width: 31.7%;
  }
  .bl_cardUnit.bl_cardUnit__col2 {
    margin-bottom: -30px;
  }

  .bl_cardUnit__col2 > * {
    margin-bottom: 30px;
  }
}

.bl_cardUnit__col3 > * {
  margin-bottom: 50px;
  width: 30%;
}

.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -20px;
}

.bl_cardUnit__col4 > * {
  margin-bottom: 20px;
  margin-right: 1.62602%;
  width: 23.78%;
}

.bl_cardUnit__col4 > :nth-child(4n) {
  margin-right: 0;
}

.bl_card {
  background: #fff;
  -webkit-filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
}

.bl_card:hover {
  -webkit-filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.05));
}

.bl_card_imgWrapper {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.bl_card_imgWrapper::after {
  content: "";
  display:block;
  padding-top: 66.66%;
}

.bl_card_imgWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.bl_card_body {
  padding: 20px;
}

.bl_card_body > :last-child {
  margin-bottom: 0;
}

.bl_card_body_heading {
  margin-bottom: 15px;
}

.bl_card_date {
  display: block;
  font-size: 12px;
  color: rgba(42, 42, 42, 0.4);
  font-weight: normal;
}

.bl_card_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
}

.bl_card_labels > li {
  margin-right: 10px;
  margin-top: 5px;
}

.bl_card_labels a {
  color: #FFFFFF;
}

.bl_card_labels .el_label {
  display: block;
  padding: 2px 13px;
  text-decoration: none;
  border: 1px solid #0845BF;
  color: #0845BF;
  font-weight: 500;
  font-size: 10px;
}

.bl_card_ttl {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
}

.bl_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.bl_card_info .bl_card_labels {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}


.bl_card_info .bl_card_date {
  flex: 0 0 auto;
}

a.bl_card {
  color: currentColor;
  display: block;
  text-decoration: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

a.bl_card:focus,
a.bl_card:hover {
  opacity: .75;
}

a.bl_card:focus .bl_card_ttl,
a.bl_card:focus .bl_card_txt,
a.bl_card:hover .bl_card_ttl,
a.bl_card:hover .bl_card_txt {
  color: #548BF8;
  /*text-decoration: underline*/
}

a.bl_card .bl_card_ttl,
a.bl_card .bl_card_txt {
  -webkit-transition: .25s;
  transition: .25s;
}

@media screen and (max-width: 768px) {
  .bl_cardUnit > * {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .bl_cardUnit.bl_cardUnit__col2,
  .bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -20px;
  }
}

/* post layout list */
.blog-listing--list .bl_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-filter: none;
  filter: none;
}

.blog-listing--list .bl_card .bl_card_imgWrapper {
  width: 32.055%;
}

.blog-listing--list .bl_card .bl_card_body {
  width: 60.6%;
  padding: 0;
}

/* main */
.ly_cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.ly_cont__col {
/*   margin-top: 50px; */
  margin-top: 0px;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ly_cont_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0px;
}

.ly_cont_main .ly_cont {
  padding-left: 0;
  padding-right: 0;
}

/*---------- 220807 ----------*/
/**/
.inner {
  margin: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 80px;
  padding-left: 80px;
}

.inner-640 {
  max-width: 640px;
}

.inner-1000 {
  max-width: 1000px;
}

.inner-1200 {
  max-width: 1200px;
}

.ly_cont.inner-1000 {
  max-width: 1030px;
}

@media only screen and (max-width: 767px) {
  .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* side */
.ly_cont_side .el_searchInput .hs-search-field__suggestions {
  display: none;
}

.ly_cont_side h2 {
  font-family: 'Lato', 'Noto Sans JP', sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
}

.ly_cont_side h2 span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #548BF8;
  letter-spacing: .1em;
}

.ly_cont_side h2 + div,
.ly_cont_side h2 + ul {
  margin-top: 20px;
}

.ly_cont_side .bl_cardUnit__col3 > * {
  width: 100%;
}

.ly_cont_side .hs-search-field .hs-search-field__bar form input {
  background: #F6F6F6;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 16px;
  padding: 4px 10px;
  width: 100%;
}

.ly_cont_side .hs-search-field .hs-search-field__bar form button {
  background: #0845BF;
  color: #FFFFFF;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  font-size: 16px;
  padding: 0 16px;
}

.ly_cont_side .hs-search-field .hs-search-field__bar form button:after {
  content: "検索";
}

.ly_cont_side .hs-search-field .hs-search-field__bar form button svg {
  display: none;
}

.ly_cont_side .hs-search-field .hs-search-field__bar form button img {
  display: none;
}

.ly_cont_side .bl_card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-filter: none;
  filter: none;
}

.ly_cont_side .bl_card:not(:last-child) {
  margin-bottom: 24px;
}

.ly_cont_side .bl_card .bl_card_imgWrapper {
  width: 32.055%;
}

.ly_cont_side .bl_card .bl_card_body {
  width: 60.6%;
  padding: 0;
}

.ly_cont_side .bl_card_ttl {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  /* side */
  .ly_cont_side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.2%;
    flex: 0 0 31.2%;
    max-width: 312px;
    margin-left: 5.6%;
  }
}

@media screen and (max-width: 768px) {
  /* main */
  .ly_cont {
    max-width: 100%;
  }
  .ly_cont__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .header + .ly_cont__col {
    margin-top: 70px;
  }
  /* side */
  .ly_cont_side {
    margin-top: 80px;
  }
  .ly_cont_side .bl_card_ttl {
    font-size: 14px;
  }
  .ly_cont_side .blog-listing--list .bl_card .bl_card_imgWrapper {
    width: 23%;
  }
  .ly_cont_side .blog-listing--list .bl_card .bl_card_body {
    width: 71%;
  }
  .ly_cont_side .bl_card .bl_card_imgWrapper {
    width: 35%;
  }
  .ly_cont_side .bl_card .bl_card_body {
    width: 62%;
  }
}

/* フォーム */
.hs-form fieldset {
  max-width: 100% !important;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .hs-form .form-columns-2 .hs-form-field {
    width: 48% !important;
  }
  .hs-form .form-columns-2 .hs-form-field:nth-child(2) {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .hs-form .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}
.hs-form .hs-form-field {
  margin-bottom: 2em;
}
.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.hs-form .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form .form-columns-0 .hs-richtext {
  margin-bottom: 2em;
}
.hs-form .hs-richtext {
  margin-bottom: 0.5em;
}
.hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.hs-form .hs-error-msgs {
  margin-top: 0.5em;
  color: #FF0000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.hs-form .hs-field-desc {
  margin: -0.4em 0 0.5em;
  font-size: 12px;
  font-weight: normal;
}
.hs-form .hs-fieldtype-select .hs-input, .hs-form .hs-fieldtype-date .hs-input, .hs-form .hs-fieldtype-phonenumber .hs-input, .hs-form .hs-fieldtype-number .hs-input, .hs-form .hs-fieldtype-textarea .hs-input, .hs-form .hs-fieldtype-text .hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  padding: 0.5em 1em;
  outline: none;
  background: #f6f6f6;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
}
.hs-form .hs-fieldtype-textarea .hs-input {
  display: block;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 47px;
  margin: 0;
  text-align: left;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before, .hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::before {
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #F6F6F6;
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input + span::after {
  left: 7px;
  top: 9px;
  width: 18px;
  height: 9px;
  border-left: 2px solid #548BF8;
  border-bottom: 2px solid #548BF8;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  opacity: 0;
}
.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-checkbox .multi-container li:not(:last-child) {
  margin-bottom: 15px;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 47px;
  text-align: left;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::before, .hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::before {
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #F6F6F6;
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input + span::after {
  left: 7px;
  top: 9px;
  width: 18px;
  height: 9px;
  border-left: 2px solid #548BF8;
  border-bottom: 2px solid #548BF8;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  opacity: 0;
}
.hs-form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-radio .multi-container li:not(:last-child) {
  margin-bottom: 15px;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input {
  display: none;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span {
  position: relative;
  display: inline-block;
  padding-left: 47px;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before, .hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::before {
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #F6F6F6;
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input + span::after {
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #548BF8;
  opacity: 0;
}
.hs-form .hs-fieldtype-radio .hs-form-radio-display .hs-input:checked + span:after {
  opacity: 1;
}
.hs-form .hs-fieldtype-select .input {
  position: relative;
}
.hs-form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  border-top: 2px solid #548BF8;
  border-right: 2px solid #548BF8;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
  pointer-events: none;
}
.hs-form .hs-fieldtype-select .input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 34px;
}
.hs-form .hs-fieldtype-select .input select::-ms-expand {
  display: none;
}
.hs-form .legal-consent-container {
  margin-bottom: 2em;
  text-align: center;
}
.hs-form .hs-recaptcha .grecaptcha-badge {
  margin: 0 auto;
}
.hs-form .hs-submit {
  width: 90%;
  max-width: 316px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-submit {
    margin-top: 10px;
  }
}
.hs-form .hs-button {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1.6em 2em;
  outline: none;
  border: none;
  border-radius: 80px;
  text-align: center;
  background: #548bf8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hs-form .hs-button:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .hs-form .hs-button {
    padding: 1.2em 2em;
  }
}
.hs-form .submitted-message {
  text-align: center;
}

/* contact */
.contact .hs-form {
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 60px 10% 80px;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .contact .hs-form {
    padding: 40px 20px;
    margin-top: 50px;
  }
}


/* service */
.service .sect2 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  background: rgba(84, 139, 248, 0.08);
}

.service .sect2 h2 {
  color: #073A9F;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.75;
}

.service .sect2 .box section {
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}

.service .sect2 .box section .box__image {
  width: 20%;
  margin-right: 4%;
}

.service .sect2 .box section .box__text {
  width: 76%;
}

.service .sect2 .box section .box__text .box__text_ttl {
  width: 40%;
}

.service .sect2 .box section .box__text .box__text_txt {
  width: 60%;
}

.service .sect2 .box section h3 {
  color: #548bf8;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.service .sect2 .box section p {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .service .sect2 {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .service .sect2 h2 {
    font-size: 24px;
  }
  .service .sect2 .box section {
    padding: 40px 16px;
  }
  .service .sect2 .box section .box__image {
    display: inline-block;
    width: 23%;
  }
  .service .sect2 .box section .box__text {
    vertical-align: top;
    width: 70%;
    display: inline-block;
  }
  .service .sect2 .box section .box__text .box__text_ttl {
    width: 100%;
  }
  .service .sect2 .box section .box__text .box__text_txt {
    width: 100%;
  }
}

/* bl_pager */
.bl_pager {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.bl_pager .bl_pager_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_pager .bl_pager_inner > :last-child {
  margin-right: 0;
}

.bl_pager .bl_pager_inner > li > li {
  /*margin-right: 21px*/
}

.bl_pager_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2A2A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  border-radius: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

.bl_pager_link.is_active,
.bl_pager_link:focus,
.bl_pager_link:hover {
  background-color: #548BF8;
  color: #fff;
}

.bl_pager_link.is_active {
  font-weight: 700;
  pointer-events: none;
}

.bl_pager_link__prev,
.bl_pager_link__next {
  color: #2a2a2a;
  text-decoration: none;
}

.bl_pager_link__prev:hover,
.bl_pager_link__next:hover {
  color: #548BF8;
}

.bl_pager_link__prev {
  margin-right: 45px;
}

.bl_pager_link__prev svg {
  margin-right: 16px;
  vertical-align: calc(-1px);
}

.bl_pager_link__next {
  margin-left: 45px;
}

.bl_pager_link__next svg {
  margin-left: 16px;
  vertical-align: calc(-1px);
}

@media only screen and (max-width: 767px) {
  .bl_pager {
    font-size: 14px;
    margin-top: 80px;
  }
  .bl_pager_link {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .bl_pager_link__prev {
    margin-right: 16px;
  }
  .bl_pager_link__prev svg {
    margin-right: 8px;
  }
  .bl_pager_link__next {
    margin-left: 16px;
  }
  .bl_pager_link__next svg {
    margin-left: 8px;
  }
}

/* bl_vertPosts */
.bl_vertPosts li:not(:last-child) {
    margin-bottom: 24px;
}

.bl_vertPosts_item a {
  display: block;
  background-color: #fff;
  color: #2a2a2a;
  text-decoration: none;
  -webkit-transition: opacity .25s,color .25s;
  transition: opacity .25s,color .25s;
}

.bl_vertPosts_item a:hover {
  color: #548bf8;
  opacity: .75;
}

.bl_vertPosts_item figure {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.bl_vertPosts_item figure::after {
  content: "";
  display: block;
  padding-top: 67%;
}

.bl_vertPosts_item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bl_vertPosts_item .txt {
  padding: 20px 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .bl_vertPosts_item figure {
    width: 23%;
  }
  .bl_vertPosts_item .txt {
    width: 71%;
  }
}

.bl_vertPosts_item {
  /*background-image: linear-gradient(90deg, #515151 2px, transparent 0);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 8px 2px;*/
  padding-top: 16px;
}

.bl_vertPosts_item:first-child {
  padding-top: 0;
}

.bl_vertPosts_ttl {
  display: inline-block;
  font-size: .875rem;
  position: relative;
  text-decoration: none;
}

.bl_vertPosts_ttl:before {
  /*background-image: url(https://20160672.fs1.hubspotusercontent-na2.net/hubfs/20160672/creativebank/img/common/icon_arrow.svg);
    background-size: cover;
    content: " ";
    display: block;
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 19px*/
}

.bl_vertPosts_ttl:focus,
.bl_vertPosts_ttl:hover {
  text-decoration: underline;
}

/* bl_index 目次 */
.bl_index,
.bl_wysiwyg .bl_index {
  border: none;
  background: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  padding: 30px;
}

.bl_index .bl_index_ttl {
  background: none;
  border: 0;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}

.bl_index .bl_index_list {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 0;
  margin: 0 0 -15px;
  font-weight: normal;
}

.bl_index_list > li {
  padding: 15px 0 15px 1.35em;
  text-indent: -1.35em;
}

.bl_index_list > li:not(:last-child) {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}

.bl_index_list a {
  color: #548BF8;
  text-decoration: none;
}

.bl_index_list a:hover {
  opacity: .7;
}

.bl_index_list > li ol {
  display: none;
  list-style-type: decimal;
  padding-left: 1.5em;
  margin: 0;
}

.bl_index_list > li ol li::marker {
  color:#548BF8;
}

.bl_index_list > li.has-children {
  position: relative;
  padding-right: 60px;
}

.bl_index_list .bl_index-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
}

.bl_index_list .bl_index-toggle::before, .bl_index_list .bl_index-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  width: 2px;
  height: 20px;
  margin-left: -1px;
  background-color: #CDCDCD;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.bl_index_list .bl_index-toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bl_index_list .bl_index-toggle.-js-active::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .bl_index_list > li.has-children {
    padding-right: 40px;
  }

  .bl_index_list .bl_index-toggle {
    width: 40px;
  }
}


/**/
.bl_wysiwyg > :first-child {
  margin-top: 0;
}

.bl_wysiwyg .hs_cos_wrapper > :last-child,
.bl_wysiwyg > :last-child {
  margin-bottom: 0;
}

.bl_wysiwyg blockquote,
.bl_wysiwyg pre {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
}



.bl_wysiwyg em {
  font-style: italic;
}



.bl_wysiwyg .hs-embed-wrapper {
  max-height: 100% !important;
  max-width: 100% !important;
}

.bl_wysiwyg .hs-embed-wrapper .hs-embed-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

@media screen and (max-width: 768px) {
  .bl_index,
  .bl_wysiwyg .bl_index {
    padding: 20px;
  }
}

/**/
@media only screen and (max-width: 767px) {
  #hs_cos_wrapper_blog_ttl {
/*     margin-top: 58px; */
    margin-top: 90px;

  }
}

/* 執筆者 */
.post_author {
  margin-top: 60px;
  padding: 30px;
  background: rgba(84, 139, 248, 0.08);
}
@media screen and (max-width: 768px) {
  .post_author {
    padding: 20px;
  }
}
.post_author .heading {
  margin: -10px 0 20px -10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .post_author .heading {
    margin: 0 0 15px 0;
  }
}
.post_author .heading .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 0;
}
.post_author .post_author_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post_author .avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 120px;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .post_author .avatar {
    max-width: 80px;
    margin-right: 15px;
  }
}
.post_author .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.post_author .name {
  margin-bottom: 0;
  color: #548BF8;
  font-size: 18px;
  font-weight: bold;
}
.post_author .bio {
  margin: 0.5em 0 0;
  font-weight: 500;
}

/*----- bl_cardPosts（検索結果） -----*/
.bl_cardPosts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_cardPosts > * {
  margin-bottom: 60px;
  margin-right: 4.4444%;
  width: 47.7777%;
}

.bl_cardPosts > :nth-child(2n) {
  margin-right: 0;
}

.bl_cardPosts_item {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.bl_cardPosts_imgWrapper {
  /*overflow: hidden;
    padding-top: 52.5581%;
    position: relative*/
  margin: 0;
}

.bl_cardPosts_imgWrapper > img {
  /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%*/
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
  width: 100%;
}

.bl_cardPosts_body {
  padding: 20px 24px;
}

.bl_cardPosts_body > :last-child {
  margin-bottom: 0;
}

.bl_cardPosts_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_cardPosts_date {
  display: block;
  font-size: .875rem;
  color: rgba(42, 42, 42, 0.4);
  font-weight: 400;
}

.bl_cardPosts_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3px;
}

.bl_cardPosts_tags li {
  margin-right: 5px;
}

.bl_cardPosts_tags .el_label {
  font-size: .6875rem;
  padding: 2px 13px;
}

.bl_cardPosts_ttl {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}

.bl_cardPosts_link {
  color: currentColor;
  display: block;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.bl_cardPosts_link:focus,
.bl_cardPosts_link:hover {
  opacity: .75;
}

.bl_cardPosts_link:focus .bl_cardPosts_ttl,
.bl_cardPosts_link:hover .bl_cardPosts_ttl {
  color: #0064c8;
  text-decoration: underline;
}

.bl_cardPosts_link .bl_cardPosts_ttl {
  -webkit-transition: .25s;
  transition: .25s;
}

/* search result */
.bl_search_head {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .bl_search_head {
    margin-top: 50px;
  }
}

/* search result pagination */
.hs-search-results__pagination {
  text-align: center;
  margin-top: 40px;
}

.hs-search-results__pagination .hs-search-results__prev-page,
.hs-search-results__pagination .hs-search-results__next-page {
  font-size: 0;
  text-decoration: none;
  color: #2a2a2a;
  padding: 0 40px;
}

.hs-search-results__pagination .hs-search-results__prev-page:hover,
.hs-search-results__pagination .hs-search-results__next-page:hover {
  color: #548bf8;
}

.hs-search-results__pagination .hs-search-results__prev-page:after {
  content: 'PREV';
  font-size: 16px;
}

.hs-search-results__pagination .hs-search-results__prev-page:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23548BF8" viewBox="0 0 8 15"><path d="M0.212185 6.91421L6.07894 0.2417C6.36189 -0.0801099 6.82062 -0.0801098 7.10354 0.2417L7.7878 1.01994C8.07026 1.3412 8.07081 1.86187 7.78901 2.18389L3.1395 7.49689L7.789 12.8099C8.0708 13.1319 8.07026 13.6525 7.7878 13.9738L7.10354 14.7521C6.82059 15.0739 6.36186 15.0739 6.07894 14.7521L0.212215 8.07954C-0.0707322 7.75776 -0.0707324 7.23602 0.212185 6.91421Z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: sub;
}

.hs-search-results__pagination .hs-search-results__next-page:before {
  content: 'NEXT';
  font-size: 16px;
}

.hs-search-results__pagination .hs-search-results__next-page:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23548BF8" viewBox="0 0 8 15"><path d="M7.78782 8.07919L1.92106 14.7517C1.63811 15.0735 1.17938 15.0735 0.896464 14.7517L0.212203 13.9735C-0.0702609 13.6522 -0.0708042 13.1315 0.210996 12.8095L4.8605 7.49652L0.210996 2.18355C-0.0708042 1.86153 -0.0702609 1.34086 0.212203 1.0196L0.896464 0.241357C1.17941 -0.0804525 1.63814 -0.0804525 1.92106 0.241357L7.78779 6.91387C8.07073 7.23565 8.07073 7.75738 7.78782 8.07919Z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: sub;
}

@media screen and (max-width: 768px) {
  .bl_cardPosts > * {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}

/*----- CASE -----*/
/* post */
.case-post a {
  text-decoration: none;
  color: inherit;
  letter-spacing: 0.05em;
}

.case-post .bl_card_ttl {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .case-post .bl_card_ttl {
    font-size: 16px;
  }
}

.case-post .client {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #548BF8;
}

.case-post .bl_card_date {
  font-size: .875rem;
}

/* 2カラム内 */
.ly_cont_main .case-post .bl_card_ttl {
  font-size: 14px;
}

.ly_cont_main .case-post .client {
  font-size: 14px;
}

.ly_cont_main .case-post .bl_card_date {
  font-size: 12px;
}

/* 執筆者 */




/*# sourceMappingURL=main.css.map */

element.style {
    background-color: #ffff99;
}@charset "UTF-8";
/* ------------------------------------------------------------
  * 追加CSS
------------------------------------------------------------ */
.g-main.-renew .ly_cont .hs-breadcrumb-menu-wrapper {
  margin: 0 -15px;
}

.g-main .container-fluid {
  padding: 0;
}
.g-main .container-fluid .el_lv1Heading {
  margin-right: 0;
  margin-left: 0;
}

.gl_contact_magazine {
  padding: 50px 15px;
  background-color: #484848;
}
@media screen and (max-width: 768px) {
  .gl_contact_magazine {
    padding: 30px 0;
  }
}
.gl_contact_magazine .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px !important;
}

.simple-header {
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .simple-header {
    padding: 14px 0;
  }
}
.simple-header .logo {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .simple-header .logo {
    padding-left: 16px;
  }
}
.simple-header .logo a {
  display: block;
  width: 221px;
  height: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .simple-header .logo a {
    height: 20px;
    text-align: left;
  }
}
.simple-header .logo img {
  width: auto !important;
  height: 100% !important;
}

.bl_horizBtnList.-horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .bl_horizBtnList.-horizon li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .bl_horizBtnList.-horizon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl_horizBtnList.-horizon li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px;
  }
  .bl_horizBtnList.-horizon li:last-child {
    margin-bottom: 0;
  }
}

.el_btn.-h-small {
  padding: 15px 10px;
}
.el_btn.-s-large {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .el_btn.-s-large {
    width: 100% !important;
    max-width: 312px;
    padding: 8px 10px !important;
    font-size: 0.875rem !important;
  }
}
.el_btn.-radius {
  border-radius: 40px;
}
.el_btn.-blue {
  background-color: #0D6EFD;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.el_btn.-blue:hover {
  color: #FFF;
  opacity: 0.75;
  background-color: #548BF8;
  border-color: #548BF8;
}
.el_btn.-round-deep-blue, .el_btn.-deep-blue {
  background-color: #0845BF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.el_btn.-round-deep-blue:hover, .el_btn.-deep-blue:hover {
  color: #FFF;
  opacity: 0.75;
  background-color: #548BF8;
  border-color: #548BF8;
}

@media screen and (min-width: 769px) {
  .page-title-lead {
    text-align: center;
  }
}

.about-lead {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .about-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-lead .text {
    width: 56.52%;
    padding-right: 50px;
  }
}
.about-lead .image {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about-lead .image {
    width: 43.48%;
  }
}
@media screen and (max-width: 768px) {
  .about-lead .image {
    margin-top: 32px;
  }
}
.about-lead h2 {
  margin-bottom: 38px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .about-lead h2 {
    margin-bottom: 43px;
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.about-lead :last-child {
  margin-bottom: 0;
}

.about-gray-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 15px;
  background: #F9F9F9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-gray-box {
    display: block;
    padding: 0;
    background: none;
  }
}
.about-gray-box > * {
  width: 100%;
  max-width: 400px;
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .about-gray-box > * {
    margin: 0 auto;
  }
  .about-gray-box > *:nth-child(n+2) {
    margin-top: 20px;
  }
}
.about-gray-box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 26px 10px;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  background: #0845BF;
  border-radius: 40px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .about-gray-box a {
    width: 100%;
    max-width: 312px;
    padding: 13px 20px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.about-gray-box a:hover {
  background-color: #548BF8;
}

@media screen and (max-width: 768px) {
  .m-column-block.about-together .item-inner {
    padding: 30px !important;
  }
}/*診断ツール */
        .outer-container {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 1000px;
            text-align: center;
        }
        .inner-container {
            padding: 10px 40px;
            border-radius: 10px;
            border: 2px solid #007bff; /* 内側の枠線を追加 */
        }
        .inner-container h1 {
            font-size: 24px;
            color: #333;
            margin-bottom: 2px;
            margin-top: 2px;
        }
        .inner-container p {
            margin-top: 2px;
            margin-bottom: 2px;
        }
        button, .result-button {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 5px 20px;
            border-radius: 5px;
            margin: 8px 20px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            text-decoration: none;
            display: inline-block;
            font-size: 25px; /* フォントサイズを25pxに変更 */
        }
        button:hover, .result-button:hover {
            background-color: #0056b3;
        }
        #question-container p {
            font-size: 18px;
            margin-bottom: 10px;
        }
        #result-container {
            font-size: 18px;
            padding: 20px;
            background: #e9ecef;
            border-radius: 5px;
            margin-top: 15px;
        }

/*右下バナー */
#calloutElm {
  position: fixed;
  bottom: 10px;
  right: 130px;
  max-width: 300px;
  z-index: 4;
}

.closebtn {
    position: absolute;
    top: -9px;
    right: -9px;
    color: black;
    font-size: 18px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.closebtn:hover {
  color: lightgrey;
}


@media screen and (max-width: 768px) {
  #calloutElm {
  left: 10px;
  bottom: 10px;
  }
  }
  
/*上部のバナー2個 */
.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding: 0px 8px;/*←画像の左右に5pxの余白を入れる場合*/
  margin: 30px 0px;
	box-sizing:border-box;
  list-style: none;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

/* CTA用のCSS呼び出し */.el_btn.-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 308px;
  padding: 14px 10px;
  font-size: 1.25rem;
  background-color: #0845BF;
  border: none;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.el_btn.-download.-has-icon::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 25px;
  margin-right: 12px;
  background: url("https://20160672.fs1.hubspotusercontent-na2.net/hubfs/20160672/creativebank/img/common/icon-file.svg") 50% 50%/contain no-repeat;
}
.el_btn.-download:hover {
  color: #FFF;
  opacity: 0.8;
}
.el_btn.-download strong {
  font-weight: bold;
}
.el_btn.-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 308px;
  padding: 14px 10px;
  font-size: 1.25rem;
  background-color: #FA9F33;
  border: none;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.el_btn.-contact.-has-icon::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 24px;
  margin-right: 12px;
  background: url("https://20160672.fs1.hubspotusercontent-na2.net/hubfs/20160672/creativebank/img/common/icon-mtg.svg") 50% 50%/contain no-repeat;
}
.el_btn.-contact:hover {
  color: #FFF;
  opacity: 0.8;
}
.el_btn.-contact strong {
  font-weight: bold;
}/* 0205-CTA作成 */
/* CTA全体のデザイン（横幅を広げ、縦長を抑える） */
.cta0205-box {
    border: 2px solid #007BFF; /* 青の枠線 */
    border-radius: 8px;
    padding: 30px 50px; /* 横の余白を増やし、縦の余白を縮小 */
    text-align: center;
    background-color: #F0F8FF; /* 薄い青の背景 */
    max-width: 900px; /* 横幅を広げる */
    margin: 30px auto; /* 上下の余白を調整 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* タイトル */
.cta0205-title {
    color: #0056b3; /* 濃い青で目立たせる */
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

/* テキスト（中央揃え） */
.cta0205-text {
    font-size: 1em;
    color: #333;
    line-height: 1.6; /* 行間を少し縮める */
    text-align: center; /* 中央揃え */
    margin-bottom: 20px; /* 文章とボタンの間隔を縮める */
}

/* 箇条書きリスト（中央揃えは適用しない） */
.cta0205-list {
    list-style: none;
    padding: 0;
    text-align: left; /* 左揃えを維持 */
    margin: 20px auto;
    max-width: 800px; /* リストも横幅を広げて、縦長を抑える */
}

.cta0205-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; /* 箇条書きの間隔を少し縮める */
    font-size: 1em;
    color: #333;
}

/* カスタムの青いチェックマーク */
.cta0205-list li::before {
    content: "✔"; /* チェックマーク */
    position: absolute;
    left: 0;
    top: 0;
    color: #007BFF; /* 青 */
    font-size: 1.2em;
    font-weight: bold;
}

/* ボタンコンテナ */
.cta0205-button-container {
    display: flex;
    justify-content: center;
    margin-top: 30px; /* 文章とボタンの距離を縮める */
}

/* 丸みを帯びたボタン */
.cta0205-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #0D6EFD;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px; /* 丸みを強調 */
    transition: background 0.3s ease-in-out;
    font-size: 1.1em;
    text-align: center;
    min-width: 250px;
}

/* ボタンのホバー時の色変更（薄い青に） */
.cta0205-button:hover {
    background-color: rgba(13, 110, 253, 0.7); /* 青を少し薄く */
    color: white; /* 白の文字色を維持 */
}

/* 箇条書きリスト（左揃えのまま中央配置） */
.cta0205-list {
    list-style: none;
    padding: 0;
    text-align: left; /* 左揃えを維持 */
    margin: 20px auto; /* 上下20pxのマージン + 自動中央寄せ */
    max-width: 700px; /* 横幅を適切なサイズに調整 */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 左揃えを維持 */
}

        /* サービスページのデザイン */
        /* ファーストビュー */
    .hero-wrapper {
        
        color: #fff;
        text-align: center;
        padding-top: 40px; /* 上のスペースはそのまま */
        padding-bottom: 20px; /* 下のスペースを20pxに変更 */
    }
    .hero {
        margin-bottom: 20px;
    }
    .hero .intro-text {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    .hero h2 {
        font-size: 1.8em;
        margin-bottom: 15px;
    }
    .service-scope {
        position: relative;
        padding: 40px 20px;
        border: 4px solid #fff;
        margin: 30px auto 15px;
        width: 80%;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        
        color: #fff;
    }
    .scope-title-wrapper {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        background: transparent;
        padding: 5px 15px;
    }
    .scope-title {
    font-size: 1.6em;
    background: #18A4EF;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    border: 4px solid #fff; /* 白い枠線を追加 */
}
    .scope-items {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 10px;
    }
    .scope-item {
        
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 1.1em;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        color: #000;
        border: 4px solid #fff; /* 白い枠線を追加 */
    }
    .achievement {
        text-align: center;
        padding: 20px;
        font-size: 1.3em;
        line-height: 1.6;
        border-radius: 10px;
        margin: 10px auto;
        width: 80%;
    }
.achievement p {
    margin-bottom: 0px; /* 下の余白を調整 */
}

.cta-wrapper2 {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px; /* ボタン間のスペース */
    flex-wrap: wrap; /* 画面が狭いとき折り返す */
}


    .cta-button2 {
        display: inline-block;
        background: linear-gradient(to right, #E5EB39 0%, #FF8C00 100%);
        color: #000;
        padding: 15px 30px;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 20px;
        text-decoration: none;
        transition: background 0.3s ease-in-out;
        border: 3px solid #fff; /* 白い枠線を追加 */
    }
    .cta-button2:hover {
        background: linear-gradient(to right, #E5EB39 0%, #FF8C00 100%);
        color: #000;
    }

/* スマホ対応のレスポンシブ対応を追加 */

@media (max-width: 768px) {
  .hero-wrapper {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
  }

  .hero .intro-text {
    font-size: 1em;
    padding: 0 10px;
  }

  .hero h2 {
    font-size: 1.4em;
    padding: 0 10px;
  }

  .service-scope {
    width: 95%;
    padding: 30px 10px;
  }

  .scope-items {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .scope-item {
    width: 90%;
    text-align: center;
    font-size: 1em;
  }

  .scope-title-wrapper {
    top: -20px;
  }

  .scope-title {
    font-size: 1.2em;
    padding: 5px 10px;
  }

  .achievement {
    width: 95%;
    padding: 15px 10px;
    font-size: 1.1em;
    line-height: 1.5;
  }

  .cta-wrapper2 {
    flex-direction: column;
    gap: 15px;
  }

  .cta-button2 {
    width: 80%;
    font-size: 1em;
    padding: 12px 20px;
  }
}

/* サービスページのデザイン */
/* 見出し */
.section-title {
    margin-top: 20px; /* 上部に40pxの余白を追加 */
    margin-bottom: 20px; /* 下部にも40pxの余白を追加 */
}

    .image-container {
        margin-top: 20px; /* 画像の上部にも余白を追加 */
    }

/* サービスページのデザイン */
/* 課題 */
.problem-section {
  display: flex;
  justify-content: flex-start; /* ← これ */
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  gap: 2px; /* 追加: テキストと画像の間隔を明示的に指定 */
}


.problem-content {
    flex: 1;
    max-width: 80%;
}

.section-title {
    margin-top: 40px;
}

.problem-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.problem-list {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
}

.problem-list li {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 2px solid #0044cc;
    width: 80%; /* 下線を少し短くする */
}

.problem-list li::before {
    content: "✔";
    color: #0044cc;
    font-weight: bold;
    position: absolute;
    left: 10px;
}

.problem-image {
  flex-shrink: 0;
  max-width: 180px;
  width: 100%;           /* 追加: 親の幅に合わせて可変化 */
  margin-right: 40px;
}

.problem-image img {
  width: 100%;           /* 画像を親要素幅いっぱいに広げる */
  height: auto;          /* 縦横比を保ったままリサイズ */
  max-width: 180px;      /* 追加: 画像の最大幅を制限 */
}


@media (max-width: 768px) {
    .problem-section {
        flex-direction: column;
        text-align: center;
    }
    .problem-content {
        max-width: 100%;
    }
    .problem-image {
        margin-top: 15px;
        margin-right: 0;
    }
    .problem-list li {
        width: 90%; /* スマホでは少し広げる */
    }
}


/* サービスページのデザイン */
/* CTA */
.cta-section {
    background: #0037A5;
    color: #fff;
    text-align: center;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    max-width: 900px;
}
.cta-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.cta-text {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 30px;
    border: 2px solid #ffffff; /* 白い枠線 */
    padding: 15px; /* 余白を追加 */
    display: inline-block; /* テキストの幅に合わせる */
    border-radius: 5px; /* 角を少し丸める */
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-button {
    display: inline-block;
    padding: 15px 35px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.cta-button.primary {
    background: #ffcc00;
    color: #000;
}
.cta-button.primary:hover {
    background: #e6b800;
}
.cta-button.secondary {
    background: #ffffff;
    color: #0044cc;
    border: 2px solid #0044cc;
}
.cta-button.secondary:hover {
    background: #0044cc;
    color: #ffffff;
}
@media (max-width: 768px) {
    .cta-section {
        padding: 50px 15px;
    }
    .cta-title {
        font-size: 1.6em;
    }
    .cta-text {
        font-size: 1.1em;
    }
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .cta-button {
        width: 100%;
        padding: 15px;
    }
}

/* サービスページのデザイン */
/* 特徴 */
/* 特徴 */
.features-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 20px;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.feature h2 {
    font-size: 1.8em;
    text-align: center;
    color: #0044cc;
    margin-bottom: 15px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.feature:nth-child(even) .content-wrapper {
    flex-direction: row-reverse; /* 偶数番目の画像とテキストを逆に */
}

.feature img {
    width: 50%;
    height: auto;
    border-radius: 10px;
}

.feature-content {
    width: 50%;
}

/* スマホ向け調整 */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .feature:nth-child(even) .content-wrapper {
        flex-direction: column;
    }
    .feature img, .feature-content {
        width: 100%;
    }
}






/* サービスページのデザイン */
/* 資料請求 */
.download-cta-section {
    background: #0037A5;
    color: #fff;
    padding: 30px 40px 40px 40px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    max-width: 900px;
    text-align: center;
}

.download-cta-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.download-cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 35px; /* 画像とテキストの間隔を調整 */
    max-width: 900px;
    margin: 0 auto;
}

.download-cta-image {
    flex-shrink: 0;
    width: 47%;
}

.download-cta-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.download-cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
}

.download-cta-text {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 20px;
}

.download-cta-buttons {
    display: flex;
    justify-content: flex-start;
}

.download-cta-button {
    display: inline-block;
    padding: 15px 35px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.download-cta-button.primary {
    background: #ffcc00;
    color: #000;
}

.download-cta-button.primary:hover {
    background: #e6b800;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .download-cta-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .download-cta-image {
        width: 80%;
        margin-bottom: 20px;
    }

    .download-cta-content {
        max-width: 100%;
        text-align: center;
    }

    .download-cta-buttons {
        justify-content: center;
    }
}





/* サービスページのデザイン */
/* 導入手順 */
.process-section {
        max-width: 900px;
        margin: 0 auto;
        padding: 50px 20px;
    }
    .process-title {
        font-size: 2em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }
    .process-description {
        text-align: center;
        font-size: 1.2em;
        margin-bottom: 40px;
    }
    .process-category {
        margin-bottom: 50px;
    }
.category-title {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 20px;
        padding-left: 10px;
        text-align: center; /* 追加：h3を中央揃え */
        color: #0044cc;
    }
    .process-steps {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .step {
        background: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .step-number {
        font-size: 1.5em;
        font-weight: bold;
        color: #0044cc;
        margin-right: 10px;
    }
    .step h4 {
        font-size: 1.3em;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .step p {
        font-size: 1.1em;
        line-height: 1.6;
    }

/* サービスページのデザイン */
/* 費用 */
.pricing-section {
  background-color: #f9fbfd;
  padding: 30px 20px;
}

.pricing-container {
  max-width: 900px;
  margin: 0 auto;
}

.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 12px;
}

.pricing-table thead {
  background: linear-gradient(to right, #4A90E2, #3A45CB);
  color: #fff;
  text-align: center;
}

.pricing-table th,
.pricing-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e0e6ed;
}

.pricing-table tbody tr:nth-child(even) {
  background-color: #f4f8fb;
}

.pricing-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-table td {
  text-align: center;
  font-weight: 500;
}



.pricing-note {
  margin-top: 24px;
  font-size: 0.95rem;
  color: #444;
  text-align: left;
  line-height: 1.6;
}

.pricing-table .note {
  display: block;
  font-size: 0.85rem;
  color: #ff6f61;
  font-weight: 600;
  margin-top: 0.2rem;
}

.pricing-summary {
  margin-top: 15px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}



/* 課題解決セクション */
    .solution-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .solution-image {
        flex-shrink: 0;
        max-width: 180px;
        margin-left: 60px;
        margin-right: 40px;
    }
    .solution-image img {
        width: 220px;
        height: auto;
    }
    .solution-content {
        flex: 1;
        max-width: 80%;
    }
    .solution-title {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .solution-text {
        font-size: 1.2em;
        line-height: 1.6;
    }
    @media (max-width: 768px) {
        .solution-section {
            flex-direction: column;
            text-align: center;
        }
        .solution-image {
            margin-right: 0;
            margin-bottom: 15px;
        }
        .solution-content {
            max-width: 80%;
        }
    }


/* 選ばれる理由 */
.service-reason-section {
    background: #f9f9f9;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.call-to-action {
    font-size: 1.3em;
    font-weight: bold;
    color: #cc0000;
    margin-bottom: 30px;
}

.comparison-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.comparison-table {
    flex: 1;
    width: 60%;
    background: #fff;
    text-align: center;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th, .comparison-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.comparison-table th {
    background: #0044cc;
    color: #fff;
}

.service-reason-image {
    flex: 1;
    width: 40%;
    text-align: right;
}

.service-reason-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-reason-text-container {
    margin-top: 30px;
    text-align: left;
}

.service-reason-text {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 20px;
}

.blue-text {
    color: #0044cc; /* 青色 */
    font-weight: bold;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .comparison-container {
        flex-direction: column;
        text-align: center;
    }

    .comparison-table {
        width: 100%;
    }

    .service-reason-image {
        width: 100%;
        margin-top: 20px;
    }

    .service-reason-text-container {
        text-align: center;
    }
}

/* 無料診断 */
.shindan-cta-section {
    background: #0037A5;
    color: #fff;
    padding: 30px 40px 40px 40px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    max-width: 900px;
    text-align: center;
}

.shindan-cta-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.shindan-cta-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 35px;
    max-width: 900px;
    margin: 0 auto;
}

.shindan-cta-image {
    flex-shrink: 0;
    width: 47%;
}

.shindan-cta-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.shindan-cta-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
}

.shindan-cta-text {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 20px;
}

.shindan-cta-buttons {
    display: flex;
    justify-content: flex-start;
}

.shindan-cta-button {
    display: inline-block;
        background: #cc0000;
        color: #fff;
        padding: 15px 30px;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 20px;
        text-decoration: none;
        transition: background 0.3s ease-in-out;
        border: 3px solid #fff; /* 白い枠線を追加 */
}

.shindan-cta-button.primary {
    background: #a00000;
        color: #fff;
}

.shindan-cta-button.primary:hover {
    background: #e6b800;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .shindan-cta-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .shindan-cta-image {
        width: 80%;
        margin-bottom: 20px;
    }

    .shindan-cta-content {
        max-width: 100%;
        text-align: center;
    }

    .shindan-cta-buttons {
        justify-content: center;
    }
}

/*サービスページ右下バナー */
.banner-section {
    background: orange;
    color: #fff;
    padding: 25px 25px 30px 25px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    max-width: 500px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 500;
}

.banner-title {
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.banner-image {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

.banner-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.banner-buttons {
    display: flex;
    justify-content: center;
}

.banner-button {
    display: inline-block;
    padding: 15px 35px;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.banner-button.primary {
    background: #e71b1b;
    color: #fff;
}

.banner-button.primary:hover {
    background: #7ec0f0;
}

@media (max-width: 768px) {
    .banner-section {
        display: none;
    }
}

#bannerSection #closeButton {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 24px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    z-index: 10;
}

#bannerSection #closeButton:hover {
    color: #fff;
}

/*ホームページサービスページの種類コンテンツ */
.homepage-types {
    padding: 20px 20px;
    background-color: #f9f9f9;
  }
  .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .homepage-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: auto;
  }
  .homepage-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .homepage-item h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
  }
  .homepage-item p {
    font-size: 16px;
    color: #666;
  }

/*無料相談CTA */
/* CTA全体のデザイン */
.muryo-soudan {
  text-align: center;
  padding: 30px 40px 40px 40px;
  background: #0037a5; /* 背景色を濃い青に */
  color: white;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  margin: 50px auto;
  max-width: 900px; /* 横幅を900pxに統一 */
}

/* タイトル */
.muryo-soudan-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

/* 画像とテキストを横並びに */
.muryo-soudan-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 35px;
  max-width: 900px; /* 横幅を900pxに統一 */
  margin: 0 auto;
}

/* 左側の画像 */
.muryo-soudan-image {
  flex-shrink: 0;
  width: 47%;
}

.muryo-soudan-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* 右側のテキスト */
.muryo-soudan-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
}

/* テキスト部分を枠線で囲う */
.muryo-soudan-text {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 15px 20px; /* 内側の余白 */
  border: 2px solid white; /* 枠線の色を白に */
  border-radius: 8px; /* 角を丸める */
  display: inline-block; /* テキストの幅にフィット */
  background: #0037a5; /* 半透明の背景 */
}


/* ボタンのデザイン */
.muryo-soudan-button-wrapper {
  display: flex;
  justify-content: flex-start;
}

.muryo-soudan-button {
  display: inline-block;
  background: #ffcc00; /* ボタンの背景色を黄色に */
  color: black; /* テキストの色を黒に */
  padding: 15px 10px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  border: 2px solid white; /* 白い枠線を追加 */
}

.muryo-soudan-button:hover {
  background: #e6b800; /* ホバー時の色を少し明るい黄色に */
  color: black; /* ホバー時も黒のまま */
  border: 2px solid white; /* ホバー時も白い枠線を維持 */
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .muryo-soudan-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .muryo-soudan-image {
    width: 80%;
    margin-bottom: 20px;
  }

  .muryo-soudan-content {
    max-width: 100%;
    text-align: center;
  }

  .muryo-soudan-button-wrapper {
    justify-content: center;
  }
}

 /* 目次非表示 */

  .js-toggle-target {
    display: none;
    transition: all 0.3s ease;
  }

  .js-toggle-target.open {
    display: block;
  }

  .bl_toggleBtn {
    cursor: pointer;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    background-color: #ADADAD;
    border: none;
    border-radius: 8px;
    font-size: 1em;
  }

/* コラムページのリード文下のCTA */
.custom-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 40px auto;
  max-width: 1000px;
  justify-content: center;
}

.custom-cta-box {
  background-color: #fdf6ef;  /* #2360eb を薄めた背景色 */
/*   border: 1px solid #2360eb; */
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  flex: 1 1 45%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-cta-box p {
  margin-top: 0 !important;
  margin-bottom: 1 !important;
}

.custom-cta-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.custom-cta-content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.custom-cta-icon {
  font-size: 48px;
  flex-shrink: 0;
  margin-right: 20px;
  text-align: left;
}

.custom-cta-icon2 {
  width: 80px;
  height: 80px;
}

.custom-cta-icon2 img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-cta-message {
  text-align: right;
  flex: 1;
  color: #333;
  font-size: 1em;
  line-height: 1.6;
/*   border: 1px solid #f06424; */
  border-radius: 12px;
  padding: 15px 15px 0px 20px;
}

.custom-cta-button-area {
  text-align: center;
}

.custom-cta-button {
  background-color: #f06424;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
  margin-bottom: 6px;
}

.custom-cta-button:hover {
/*   background-color: #e65a00; */
  background-color: #d0490a; /* 少し暗めのオレンジで反応 */
  transform: scale(1.05);
  color: white;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .custom-cta-wrapper {
    flex-direction: column;
  }

  .custom-cta-message {
    text-align: left;
  }

  .custom-cta-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-cta-icon {
    margin-right: 0;
    margin-bottom: 12px;
    text-align: center;
  }
}

/* コラムページの集客課題や上手くいかない理由配下のCTA */
.custom-cta-wrapper2 {
    border-radius: 12px;
    max-width: 800px;
    margin: 2rem auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background-color: #fdf6ef;  /* #2360eb を薄めた背景色 */
/*     border: 1px solid #2360eb;  */
/*     border-radius: 12px; */
    padding: 15px;
  }

.custom-cta-wrapper2 .custom-cta-heading2 {
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-size: 1.8rem;
  color: #333;
  margin-top: 2px;
}


  .custom-cta-content2 {
    text-align: center;
  }

  .custom-cta-heading2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0px;
  color: #333;
  }

  .custom-cta-text2 {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }

.custom-cta-wrapper2 .custom-cta-text2 {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

  .custom-cta-points2 {
    list-style: none;
    padding: 0;
    margin: 1rem 0 2rem;
  }

  .custom-cta-points2 li {
    margin: 0.5rem 0;
    font-weight: bold;
    color: #2c3e50;
  }

  .custom-cta-button2 {
  background-color: #f06424;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
  }

  .custom-cta-button2:hover {
/*     background-color: #0056b3; */
  background-color: #d0490a; /* 少し暗めのオレンジで反応 */
  transform: scale(1.05);
  color: white;
  }


/* 新しいCTA オレンジ*/

.cta-banner-new {
  background-color: #fdf6ef;
  border: 1px solid #eee;
  padding: 30px 30px;
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  position: relative;
/*   z-index: -1; */
}


.cta-banner-new h2 {
  font-size: 1.7rem;
  margin-top: 0px;
  border-bottom: 2px solid #f06424;
  padding-bottom: 10px;
  margin-bottom: -50px
}

.cta-banner-new .highlight {
  color: #f06424;
  font-weight: bold;
}

.cta-banner-new .brand {
  color: #2a4d9e;
  font-weight: bold;
  font-size: 1.1rem;
}

.cta-banner-new .orange {
  color: #f06424;
  font-weight: bold;
  margin: 25px 0;
}

.cta-banner-new .start-line {
  margin-top: 30px;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}


/*  最下部の太いオレンジライン */
.bottom-line {
  font-size: 1.5rem;
  margin-top: -50px;
  border-bottom: 2px solid #f06424;
  padding-bottom: 10px;
}

/* ボタン全体のスタイル */
.cta-button04 {
  display: inline-block;
  padding: 13px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #f06424;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 15px;
}

/* ボタンホバー時のアニメーション */
.cta-button04:hover {
  background-color: #d0490a;
  transform: translateY(-3px);
  color: white;
}

/* 限定のバッジ */
.cta-badge {
  position: absolute;
  top: -20px;
  right: -18px;
  padding: 7px 13px;
  background-color: #099614;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
}

/* 横並び用の新しいラッパー */
.cta-banner-pair {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px auto;
}

/* 横並び新しい個別バナーのスタイル */
.cta-banner-new-pair {
  background-color: #fdf6ef;
  border: 1px solid #eee;
  padding: 30px;
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  width: 100%;
  max-width: 380px;
  flex: 1 1 300px;
  position: relative;
}

/* その他の共通パーツは再利用 */
.cta-banner-new-pair h2 {
  font-size: 1.5rem;
  margin-top: 0;
  border-bottom: 2px solid #f06424;
  padding-bottom: 10px;
}

.cta-banner-new-pair .start-line {
  margin-top: 30px;
  font-weight: bold;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cta-banner-new-pair .bottom-line {
  font-size: 1.5rem;
  margin-top: 0px;
  border-bottom: 2px solid #f06424;
  padding-bottom: 10px;
}

.cta-banner-new-pair .custom-cta-content {
  display: block !important; /* ← 横並び防止 */
}

.cta-banner-new-pair .custom-cta-icon2,
.cta-banner-new-pair .custom-cta-message,
.cta-banner-new-pair .bottom-line,
.cta-banner-new-pair .start-line,
.cta-banner-new-pair .cta-button04 {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* SEO問題点 ランディングページ */
.seo-fail-point {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #f9fafb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* ボックス感を強調 */
.fail-item {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* ホバー時の浮き上がり感 */
.fail-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* タイトル */
.fail-title {
  font-size: 1.3rem;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

/* 本文（fail-content） */
.fail-content p {
  line-height: 1.8;
  color: #555;
  font-size: 1rem;
}

/* 追加：marker-animation（マーカー風） */
.marker-animation {
  background: linear-gradient(90deg, #ffe6e0 0%, #ffb3a7 100%);
  background-size: 200% 0.8em;
  background-position: left bottom;
  background-repeat: no-repeat;
  animation: highlight 3s linear infinite;
}

@keyframes highlight {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}


.scroll-infinity {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.scroll-infinity__wrap {
  display: inline-block;
  animation: scroll-left 150s linear infinite;
}

.scroll-infinity__list {
  display: inline-flex;
}

.scroll-infinity__item--text {
  font-size: 2rem;
  color: #222;
  margin-right: 3rem; /* 適度に隙間を作る */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.section-title {
  font-family: 'Noto Sans JP', sans-serif;  /* 読みやすい日本語フォント */
  font-size: 2.2rem;                        /* 大きすぎず存在感を出す */
  text-align: center;                       /* 中央寄せで見出しらしさUP */
  color: #333;                              /* 文字色（落ち着いたグレー） */
  position: relative;                       /* 下線用 */
  margin: 40px 0 20px;                      /* 上下の余白 */
  font-weight: 700;                         /* 太字で信頼感UP */
  letter-spacing: 0.05em;                   /* 少し広めで読みやすく */
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 1000px;                              /* 下線の長さ */
  height: 3px;                              /* 下線の太さ */
  background-color: #0078d4;               /* コーポレートカラー（例:青） */
  border-radius: 2px;
}

/* CTA全体 */
.l-cta.--main {
  padding-block: 2rem; /* ← 上下余白を狭くしました */
  background-color: #3620E7;
  color: #fff;
}

/* CTA Body横幅調整 */
.l-cta__body {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  padding-inline: 1rem;
}

/* 各CTAアイテム */
.l-cta__item {
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 1rem;
  flex: 1 1 30%;
  box-sizing: border-box;
  text-align: center;
}

.l-cta__h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.l-cta__image img {
  max-width: 100%;
  height: auto;
}

.l-cta__text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 1rem 0;
}

/* CTAボタン */
.l-cta.--main .l-cta__btn .c-btn {
  box-shadow: 0px 3px 6px rgba(4, 0, 33, 0.12);
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  padding-block: 1.5rem 1.4rem;
  background: linear-gradient(to right, #E5EB39 0%, #E9EE6F 100%);
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
}

.c-btn:hover {
  opacity: 0.8;
}

/* 汎用 */
*, *::before, *::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

.c-btn span::after {
  content: '→';  /* ←ここで矢印を追加 */
  display: inline-block;
  margin-left: 0.5rem;  /* 文字と矢印の間隔 */
  font-size: 1.2rem;    /* 矢印の大きさ（調整可） */
  transition: transform 0.3s;
}

/* ホバー時に右にスライド */
.c-btn:hover span::after {
  transform: translateX(5px);
}

.c-primary-title {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.475;
    letter-spacing: 0.04em;
    text-align: center;
}

.p-top-flow {
    padding-block: 3rem;
    background-color: #EDF1FF;
}

*, *::before, *::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

.p-top-flow__box {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
}

.p-top-flow__li-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.4rem;
}


/* 👇 左寄せ対応 */
.p-top-flow__li-item .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.p-top-flow__li-item .title {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.04em;
    color: #000;
    margin: 0;
    text-align: left;
}

.p-top-flow__li-item .text {
    text-align: left;
}

.p-top-flow__li-item .inner .btn {
    /* position: absolute;  ←削除 */
    /* top: 50%;  ←削除 */
    /* transform: translateY(-50%);  ←削除 */
    /* right: 0;  ←削除 */
    margin-top: 1rem; /* 余白をつける（必要なら） */
    text-align: left; /* 左寄せ */
}


.p-top-flow__li-item .inner .btn .c-btn {
    width: 24rem;
}

.c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.6rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    padding-block: 1rem 1rem;
    background: linear-gradient(to right, #E5EB39 0%, #FF8C00 100%);
    transition: all 0.3s;
    position: relative;
}

.p-top-flow__li {
    flex: 1;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.l-inner {
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}

.p-top-flow1__h3.--purple {
    background: linear-gradient(to bottom, #7ED957 0%, #008000 100%);
    min-height: 40rem;
    clip-path: polygon(100% 0, 100% calc(100% - 3rem), 50% 100%, 0 calc(100% - 3rem), 0 0);
    writing-mode: vertical-lr;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding-block: 1.7rem;
    color: #fff;
}

.p-top-flow2__h3.--blue {
    background: linear-gradient(to bottom, #FFA500 0%, #FF4500 100%);
    min-height: 42.5rem;
    margin-top: -7.5rem;
    clip-path: polygon(0 0, 50% calc(100% - 39.5rem), 100% 0, 100% calc(100% - 3rem), 50% 100%, 0 calc(100% - 3rem));
    writing-mode: vertical-lr;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding-block: 1.7rem;
    color: #fff;
}

/* 1. 画像とテキストを横並び（画像→テキスト） */
.p-top-flow__li-item {
    display: flex;
    align-items: flex-start;
    gap: 1.4rem;
    text-align: left;
}

/* 2. 画像サイズ（必要に応じて） */
.p-top-flow__li-item .icon img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

/* 3. テキスト部分の調整 */
.p-top-flow__li-item .inner {
    flex: 1;
}

/* 4. タイトルとテキストを左寄せ */
.p-top-flow__li-item .title {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #000;
    margin: 0;
    text-align: left;
}

.p-top-flow__li-item {
    display: flex;
    align-items: flex-start;
    gap: 1.4rem;
    text-align: left;
    padding-top: 2rem;    /* 上余白を追加 */
    padding-bottom: 2rem; /* 下余白を追加 */
}

/* 5. 同じ開始位置になるように */
.p-top-flow__li-item .inner {
    padding-left: 0.5rem; /* 必要なら調整（例: 1rem, 2rem, 40px） */
}

.marker-animation {
  background: linear-gradient(90deg, #ffec99, #ffec99) no-repeat left bottom;
  background-size: 200% 0.8em;
  background-position: left bottom;
  background-repeat: repeat-x;
  animation: highlight 3s linear infinite;
}

@keyframes highlight {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}

/* 6個の項目、枠 */
<style>
  :root{
    --brand-blue:#0D6EFD;
    --brand-light:#5AB0FF;
    --ink:#0F172A;
    --muted:#475569;
    --card-bg:#fff;
    --card-br:#D1D5DB; /* 薄いグレーの枠線 */
    --hl:#FFEF6D;
    --shadow:0 4px 12px rgba(0,0,0,.05);
    --radius:12px;
    --container:1120px;
  }

  .features{
    font-family:"Noto Sans JP",sans-serif;
    color:var(--ink);
    padding:40px 20px;
    max-width:var(--container);
    margin:auto;
  }

  .features__grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
  }

  .feature-card{
    background:var(--card-bg);
    border:1px solid var(--card-br); /* 外枠 */
    border-radius:var(--radius);
    padding:28px 24px;
    box-shadow:var(--shadow);
    transition:transform .18s ease, box-shadow .18s ease;
  }
  .feature-card:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
  }

  .feature-card__icon{
    width:44px;height:44px;
    margin-bottom:16px;
  }
  .feature-card__icon img{
    width:100%;height:100%;
    object-fit:contain;
    display:block;
  }

  .feature-card__title{
    font-size:18px; font-weight:700; margin:0 0 8px;
  }
  .feature-card__title span{
    background:linear-gradient(transparent 65%, var(--hl) 0);
    padding-bottom:2px;
  }

  .feature-card__desc{
    margin:0;
    color:var(--muted);
    line-height:1.8;
    font-size:14px;
  }

  @media (max-width:1024px){
    .features__grid{ grid-template-columns:repeat(2,1fr); }
  }
  @media (max-width:640px){
    .features__grid{ grid-template-columns:1fr; }
  }
</style>