@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@media (min-width: 768px) {
  .sp_only {
    display: none !important; } }
@media (max-width: 767px) {
  .pc_only {
    display: none !important; } }
@media (max-width: 767px) {
  html {
    font-size: 3.9vw; } }

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  color: #323232;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05rem; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom; }

ul {
  list-style-type: none; }

dd, dl, dt, li, p, ul {
  margin: 0;
  padding: 0; }

/*** header ***/
.mainheader {
  min-width: 1310px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background: #FFF;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid rgba(222, 222, 222, 0); }
  .mainheader.head_fix {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    animation: head_anim 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -moz-animation: head_anim 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: head_anim 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -ms-animation: head_anim 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    border-bottom: 1px solid #dedede; }
  .mainheader .inner {
    width: 100%;
    min-width: 1020px;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    word-wrap: break-word;
    white-space: normal; }
  .mainheader .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto; }
    .mainheader .header-inner h1 {
      margin-left: 2rem; }
  .mainheader .header-logo {
    font-size: 2em;
    margin-left: 2rem; }
  .mainheader h1 a, .mainheader .header-logo a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .mainheader h1 a:hover, .mainheader .header-logo a:hover {
      opacity: 0.7; }
  .mainheader h1 img, .mainheader .header-logo img {
    width: 136px; }

.mainheader .main_nav {
  display: flex;
  align-items: center;
  height: 3.5rem; }
  .mainheader .main_nav ul {
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    word-wrap: break-word;
    white-space: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mainheader .main_nav ul li {
      margin-right: 26px; }
      .mainheader .main_nav ul li.menu_search {
        margin-right: 15px; }
      .mainheader .main_nav ul li:last-child {
        margin-right: 0; }
      .mainheader .main_nav ul li .nav_en {
        display: none; }
    .mainheader .main_nav ul a {
      display: block;
      font-size: 15px;
      position: relative; }
      .mainheader .main_nav ul a:hover::after {
        width: 100%; }
      .mainheader .main_nav ul a::after {
        content: "";
        width: 0%;
        height: 1px;
        background: #000;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .mainheader .main_nav ul .menu_download a::after {
      background: #FFF; }

.mainheader .menu_contact a {
  position: relative;
  padding-left: 35px; }
  .mainheader .menu_contact a::before {
    content: "";
    display: block;
    width: 25px;
    height: 18px;
    background: url(../img/icon_mail.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 2px;
    left: 0; }

.menu_search {
  background: #e5e5e5;
  padding: 7px; }

.menu_search .cse .gsc-control-cse, .menu_search .gsc-control-cse {
  padding: 7px;
  background: #e5e5e5;
  border: none; }

.menu_search .gsc-input-box {
  width: 120px; }

.menu_search .search_text {
  font-size: 10px;
  color: #000;
  font-weight: 500;
  width: 100%;
  display: block;
  padding-left: 13px; }

.menu_search td.gsc-search-button {
  width: 50px; }

.menu_search .cse .gsc-search-button-v2, .menu_search .gsc-search-button-v2 {
  width: 100%;
  padding: 1px 0px; }

.menu_search .gsc-search-button-v2, .menu_search .gsc-search-button-v2:hover, .menu_search .gsc-search-button-v2:focus {
  background: #FFF;
  position: relative;
  border-color: #909090;
  border-radius: 2px; }

.menu_search .gsc-search-button-v2 svg {
  fill: #0096ff;
  position: absolute;
  top: 3px;
  left: 5px; }

.menu_search .gsc-search-box-tools .gsc-search-box .gsc-input {
  height: 20px;
  margin: 0 !important; }

.menu_search .gsib_a {
  padding: 0; }

.menu_search .form.gsc-search-box {
  margin-bottom: 0; }

.menu_search .gsc-control-searchbox-only form {
  margin-bottom: 0; }

.menu_search .gsc-control-searchbox-only table {
  margin-bottom: 0; }

.menu_search .gsst_a {
  height: 20px;
  padding-top: 2px; }

.menu_search .gsst_a::after {
  display: none; }

.mainheader .main_nav ul .menu_download {
  height: 3.5rem;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004A6D; }
  .mainheader .main_nav ul .menu_download a {
    color: #fff; }

@keyframes head_anim {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes head_anim {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/*** END header ***/
/*** footer ***/
.mainfooter {
  /* min-width: 1310px; */ }

.mainfooter .footer_top {
  background: #d6d6d6;
  padding: 21px 0; }

.mainfooter .footer_top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-wrap: break-word;
  white-space: normal; }

.mainfooter .footer_top figure {
  margin-right: 30px; }

.mainfooter .footer_top figure img {
  width: 200px; }

.mainfooter .footer_top .footer_top_text {
  font-size: 18px;
  margin-right: 30px;
  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; }

.mainfooter .footer_top .btn_footer_top {
  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; }

.mainfooter .footer_top a {
  display: block;
  width: 125px;
  padding: 2px 0;
  text-align: center;
  background: #0096ff;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.mainfooter .footer_top a:hover {
  background: #004c6f; }

.mainfooter .footer_under {
  background: #004c6f;
  padding: 10px 0; }

.mainfooter .footer_under .inner {
  width: 1190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-wrap: break-word;
  white-space: normal; }

.mainfooter .footer_under figure {
  	/*
    width: 210px;
  	*/
  width: 11rem;
  border-right: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mainfooter .footer_under figure img {
  /* width: 135px; */
  width: 80%; }

.mainfooter .footer_contents {
  width: calc(100% - 13rem);
  padding: 20px 0 20px 40px;
  white-space: nowrap;
  /*
  width: 939px;
  padding: 30px 0 30px 70px;
  white-space: nowrap;
  */ }

.mainfooter .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  word-wrap: break-word;
  white-space: normal;
  padding-bottom: 0; }

.mainfooter .sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  word-wrap: break-word;
  white-space: normal; }

.mainfooter .sitemap ul li {
  margin-right: 30px; }

.mainfooter .sitemap ul li:last-child {
  margin-right: 0; }

.mainfooter .sitemap ul a {
  display: block;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative; }

.mainfooter .sitemap ul a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.mainfooter .sitemap ul a:hover::before {
  width: 100%; }

.mainfooter .sitemap .sitemap_1 {
  margin-right: 40px; }

.mainfooter .sitemap .sitemap_1 a {
  font-size: 15px;
  letter-spacing: 3px; }

.mainfooter .sitemap .sitemap_1 .menu_contact a {
  padding-left: 35px;
  position: relative; }

.mainfooter .sitemap .sitemap_1 .menu_contact a::after {
  content: "";
  display: block;
  width: 25px;
  height: 18px;
  background: url(../img/icon_mail_white.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2px;
  left: 0; }

.mainfooter .sitemap .sitemap_2 li {
  margin-right: 10px; }

.mainfooter .sitemap .sitemap_2 a {
  font-size: 12px;
  letter-spacing: 0; }

.mainfooter .footer_info {
  margin-top: 15px;
  font-size: 10px;
  color: #FFF; }

.mainfooter .footer_info p {
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0; }

.mainfooter .footer_info p:last-child {
  margin-top: 10px; }

@media (max-width: 767px) {
  /*** common ***/
  .wrapper {
    min-width: 100%; }

  .inner {
    width: 100%;
    padding: 0 5%; }

  .inner_long {
    width: 100%;
    padding: 0 5%; }

  .page_head {
    height: auto !important;
    margin-top: 45px; }
    .page_head figure img {
      position: absolute;
      left: 50%;
      top: 0;
      min-width: auto;
      width: auto;
      height: 250px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: unset; }
    .page_head h2 {
      height: 12rem !important;
      font-size: 22px !important; }
      .page_head h2 span {
        font-size: 20px; }
    .page_head .bread {
      display: none; }
    .page_head_index h2 {
      height: 250px !important; }
    .page_head_cancellation h2 {
      font-size: 15px !important; }

  .first_block {
    padding-top: 40px; }

  /*** END common ***/
  /*** header ***/
  .mainheader {
    height: 45px;
    padding: 0;
    min-width: 100%; }
    .mainheader h1, .mainheader .header-logo {
      margin-left: 1rem;
      font-size: 10px;
      padding-top: 5px; }
    .mainheader .hamburger {
      display: block;
      position: absolute;
      top: 0;
      right: 5%;
      padding: 12px 2% 0 0;
      z-index: 101;
      width: 35px; }
    .mainheader .hamburger-inner {
      background-color: #000; }
      .mainheader .hamburger-inner::after {
        background-color: #000; }
      .mainheader .hamburger-inner::before {
        background-color: #000; }
    .mainheader .inner {
      min-width: 100%;
      padding: 0 2%; }
    .mainheader .main_nav {
      display: none;
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.8);
      margin-top: 45px;
      position: fixed; }
      .mainheader .main_nav .main_nav_inner {
        position: relative; }
      .mainheader .main_nav .header_copy {
        color: #FFF;
        display: block;
        position: fixed;
        text-align: center;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        font-size: 12px; }
      .mainheader .main_nav ul {
        padding-top: 30px; }
        .mainheader .main_nav ul li {
          width: 100%;
          margin-right: 0 !important;
          text-align: center;
          padding: 25px 0; }
          .mainheader .main_nav ul li a {
            display: inline-block;
            line-height: 1;
            font-size: 20px; }
            .mainheader .main_nav ul li a::after {
              display: none; }
          .mainheader .main_nav ul li .nav_en {
            display: block;
            font-weight: bold;
            font-size: 26px; }
          .mainheader .main_nav ul li .bulding {
            border: 1px solid #FFF;
            padding: 15px 30px;
            font-size: 18px; }

  .menu_search {
    display: none; }

  /*** END header ***/
  /*** footer ***/
  .mainfooter {
    min-width: 100%; }

  .mainfooter .footer_top {
    padding: 20px 0; }

  .mainfooter .footer_top .footer_top_text {
    text-align: center;
    margin: 10px 0;
    font-size: 14px; }

  .mainfooter .footer_top .btn_footer_top {
    width: 100%; }

  .mainfooter .footer_top a {
    width: 80%;
    padding: 10px;
    font-size: 14px; }

  .mainfooter .footer_under .inner {
    width: 100%;
    padding: 0 5%; }

  .mainfooter .footer_under figure {
    width: 100%;
    border: none;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px; }

  .mainfooter .footer_under figure img {
    margin: auto; }

  .mainfooter .footer_contents {
    width: 100%;
    padding: 20px 0; }

  .mainfooter .footer_contents .sitemap .sitemap_1 {
    margin: 0 0 20px 0; }

  .mainfooter .footer_contents .sitemap .sitemap_1 li {
    width: 50%;
    margin: 0; }

  .mainfooter .footer_contents .sitemap .sitemap_1 .menu_contact a {
    padding-left: 0; }

  .mainfooter .footer_contents .sitemap .sitemap_1 .menu_contact a::after {
    left: -35px;
    display: none; }

  .mainfooter .footer_contents .sitemap .sitemap_2 {
    margin-bottom: 20px; }

  .mainfooter .footer_contents .sitemap .sitemap_2 li {
    margin: 0;
    width: 50%; }

  /*** END footer ***/ }
@keyframes updown {
  0% {
    top: 8px; }
  50% {
    top: 3px; }
  100% {
    top: 3px; } }
.mainheader {
  min-width: unset;
  background-color: rgba(255, 255, 255, 0); }
  @media (max-width: 767px) {
    .mainheader {
      position: absolute !important;
      height: 65px;
      animation: none !important; } }
  @media (max-width: 767px) {
    .mainheader.head_fix {
      position: relative; } }

.lp_inner {
  max-width: 1030px;
  
  padding: 0 20px;
  margin: auto; }
.lp_footer_inner {
  display: flex;
  justify-content: center;
  word-wrap: break-word;
  white-space: normal; }
  @media (max-width: 767px) {
    .lp_footer_inner {
      flex-wrap: wrap; } }
.lp_footer_under_inner {
  display: flex;
  justify-content: center;
  word-wrap: break-word;
  white-space: normal; }
  @media (max-width: 767px) {
    .lp_footer_under_inner {
      flex-wrap: wrap; } }

.nav_wrp {
  height: 100%;
  width: 100%; }
.nav_lgo {
  position: absolute;
  top: 0;
  left: 1rem; }
  @media (max-width: 768px) {
    .nav_lgo {
      left: 0;
      max-width: 40%; } }
  .nav_lgo_w {
    position: absolute;
    max-height: 55px;
    max-width: 150px;
    width: 100%;
    opacity: 1;
    transition: .3s ease opacity; }
  .nav_lgo_n {
    max-height: 55px;
    max-width: 150px;
    width: 100%;
    opacity: 0;
    transition: .3s ease opacity; }
.nav_mnu {
  height: 55px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  margin: auto 0 auto auto;
  padding: 0 0.5rem 0 10rem; }
.nav_tel {
  position: relative; }
  @media (max-width: 767px) {
    .nav_tel {
      position: absolute;
      right: 1em;
      top: 0.7em;
      max-width: 45%; } }
  .nav_tel_w {
    position: absolute;
    right: 0;
    opacity: 1;
    transition: .3s ease opacity; }
    @media (min-width: 769px) {
      .nav_tel_w {
        margin-right: 0.3em;
        max-height: 30px; } }
    @media (max-width: 768px) {
      .nav_tel_w {
        max-height: 38px; } }
  .nav_tel_n {
    opacity: 0;
    transition: .3s ease opacity; }
    @media (min-width: 769px) {
      .nav_tel_n {
        margin-right: 0.3em;
        max-height: 30px; } }
    @media (max-width: 768px) {
      .nav_tel_n {
        max-height: 38px; } }
.nav_cta_1 {
  width: 14rem;
  margin: 0 0.25em; }
  @media (max-width: 767px) {
    .nav_cta_1 {
      width: 50%; } }
.nav_cta_2 {
  width: 12rem;
  margin: 0 0.25em; }
  @media (max-width: 767px) {
    .nav_cta_2 {
      width: 50%; } }
.nav_bt_1 {
  background-color: #D7000F;
  border: none;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0.3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .nav_bt_1 {
      height: 3rem;
      width: 100%;
      padding: 1rem;
      line-height: 0; } }
.nav_bt_2 {
  background-color: #FFF;
  border: 2.5px solid #0075A9;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  padding: 0.2rem 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .nav_bt_2 {
      height: 3rem;
      width: 100%;
      padding: 0.6rem;
      line-height: 0; } }

.sp_nav_mnu {
  position: fixed;
  height: 55px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  margin: auto 0 auto auto;
  padding: 0 0.5rem;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2); }

.head_fix .nav_lgo_w {
  opacity: 0; }
.head_fix .nav_lgo_n {
  opacity: 1; }
.head_fix .nav_mnu button {
  color: #000; }
.head_fix .nav_tel_w {
  opacity: 0; }
.head_fix .nav_tel_n {
  opacity: 1; }

.fstvw_sec {
  background-image: url("../lp_ad_kojihi-consulting-3/fv_bg.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 769px) {
    .fstvw_sec {
      min-height: 570px;
      max-height: 600px;
      height: calc(100vh - 15rem); } }
  @media (max-width: 768px) {
    .fstvw_sec {
      height: calc(100vh - 5rem);
      min-height: 620px; } }
  @media (max-width: 768px) {
    .fstvw_sec .lp_inner {
      padding-top: 60px;
      max-width: 380px; } }
.fstvw_sec2 {
  position: relative;
  z-index: 1; }
  @media (min-width: 769px) {
    .fstvw_sec2 {
      background-image: url("../lp_ad_kojihi-consulting-3/lp2_fv_bg.webp");
      background-size: cover;
      background-position: center;
      min-height: 500px;
      max-height: 550px;
      height: calc(100vh - 20rem); } }
  @media (max-width: 768px) {
    .fstvw_sec2 {
      background-image: url("../lp_ad_kojihi-consulting-3/lp2_fv_bg_sp.webp");
      background-repeat: no-repeat;
      height: calc(100vh - 5rem);
      min-height: 620px; } }
  @media (min-width: 600px) and (max-width: 768px) {
    .fstvw_sec2 {
      background-size: cover;
      background-position: center bottom; } }
  @media (max-width: 599px) {
    .fstvw_sec2 {
      background-size: contain;
      background-position: top; } }
  @media (max-width: 768px) {
    .fstvw_sec2 .lp_inner {
      padding-top: 60px;
      max-width: 380px; } }
@media (min-width: 769px) {
  .fstvw_img2 {
    max-width: ;
    margin: -5rem 0 2rem; } }
@media (max-width: 768px) {
  .fstvw_img2 {
    margin: -2rem 0 0.5rem; } }
.fstvw_imgwrap {
  margin: auto; }
  @media (min-width: 769px) {
    .fstvw_imgwrap {
      width: 700px;
      padding: 6rem 0 2rem; } }
  @media (max-width: 768px) {
    .fstvw_imgwrap {
      padding: 27vh 0 2rem; } }
.fstvw_imgwrap2 {
  margin: auto;
  background-color: #FFF;
  border-radius: 1rem; }
  @media (min-width: 769px) {
    .fstvw_imgwrap2 {
      width: 830px;
      padding: 2rem 2rem 1rem;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 768px) {
    .fstvw_imgwrap2 {
      padding: 0 1rem 1rem; } }
.fstvw_imgwrap3 {
  margin: auto;
  border-radius: 1rem; }
  @media (min-width: 769px) {
    .fstvw_imgwrap3 {
      width: ;
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 768px) {
    .fstvw_imgwrap3 {
      padding: 0 1rem 1rem; } }
.fstvw_cta {
  text-align: center; }
  .fstvw_cta_btn_bt {
    background-color: #C61724;
    background-image: url("../lp_ad_kojihi-consulting-3/c1_bt_img.webp");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    border: none;
    border-radius: 1rem;
    padding: 1rem 2rem 1rem 13rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative; }
    @media (min-width: 769px) {
      .fstvw_cta_btn_bt {
        width: 32rem;
        background-position: left;
        padding: 1rem 2rem 1rem 13rem; } }
    @media (max-width: 768px) {
      .fstvw_cta_btn_bt {
        background-position: -0.5em;
        padding: 1rem 1.5rem 1rem 9.5rem; } }
    .fstvw_cta_btn_bt::before {
      content: "";
      position: absolute;
      top: -0.5rem;
      left: 1.5rem;
      height: 2rem;
      width: 3rem;
      background-image: url("../lp_ad_kojihi-consulting-3/c1_bt_pin.webp");
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 769px) {
        .fstvw_cta_btn_bt::before {
          top: -0.5rem;
          left: 1.5rem; } }
      @media (max-width: 768px) {
        .fstvw_cta_btn_bt::before {
          top: -0.75rem;
          left: 0.75rem; } }
  .fstvw_cta_btn_bt2 {
    background-color: #C61724;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative; }
    @media (min-width: 769px) {
      .fstvw_cta_btn_bt2 {
        width: 24rem;
        padding: 1rem 5rem 1rem; } }
    @media (max-width: 768px) {
      .fstvw_cta_btn_bt2 {
        padding: 1rem 3.5rem 1rem; } }
    .fstvw_cta_btn_bt2::before {
      content: "";
      position: absolute;
      top: -0.5rem;
      left: 1.5rem;
      height: 2rem;
      width: 3rem;
      background-image: url("../lp_ad_kojihi-consulting-3/c1_bt_pin.webp");
      background-size: contain;
      background-repeat: no-repeat; }
      @media (min-width: 769px) {
        .fstvw_cta_btn_bt2::before {
          top: -0.5rem;
          left: 1.5rem; } }
      @media (max-width: 768px) {
        .fstvw_cta_btn_bt2::before {
          top: -0.75rem;
          left: 0.75rem; } }
.fstvw_wp_imgwrap {
  position: relative; }
  @media (min-width: 769px) {
    .fstvw_wp_imgwrap {
      margin-left: 3rem; }
      .fstvw_wp_imgwrap::before {
        content: "";
        position: absolute;
        bottom: 1.5rem;
        left: -2.5rem;
        height: 4rem;
        width: 6rem;
        background-image: url("../lp_ad_kojihi-consulting-3/lp2_fv_arrow.webp");
        background-size: contain;
        background-repeat: no-repeat; } }
  @media (max-width: 768px) {
    .fstvw_wp_imgwrap {
      width: 75%;
      margin: 0 auto 0.5rem; } }
.fstvw_wp_imgwrap2 {
  position: relative; }
  @media (min-width: 769px) {
    .fstvw_wp_imgwrap2 {
      margin-left: 1rem; }
      .fstvw_wp_imgwrap2::before {
        content: "";
        position: absolute;
        bottom: 3.5rem;
        left: -0.7rem;
        height: 4rem;
        width: 6rem;
        background-image: url("../lp_ad_kojihi-consulting-3/lp2_fv_arrow.webp");
        background-size: contain;
        background-repeat: no-repeat; } }
  @media (max-width: 768px) {
    .fstvw_wp_imgwrap2 {
      width: 80%;
      margin: 0 auto 0.5rem; } }

.reason_sec {
  padding: 2rem 0 4rem;
  background-image: url("../lp_ad_kojihi-consulting-3/lp2_reason_back.webp");
  background-size: 40%;
  background-position: top left;
  background-repeat: no-repeat; }
.reason_ttl {
  background-image: url("../lp_ad_kojihi-consulting-3/lp2_reason_ttl.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem 0;
  margin: 2rem auto;
  width: fit-content;
  font-weight: 900;
  text-align: center;
  color: #004A6D;
  position: relative; }
  @media (min-width: 769px) {
    .reason_ttl {
      font-size: 2rem; } }
  @media (max-width: 768px) {
    .reason_ttl {
      font-size: 1.6rem; } }
  .reason_ttl::before {
    content: "";
    position: absolute;
    height: 5rem;
    width: 6rem;
    background-image: url("../lp_ad_kojihi-consulting-3/lp2_reason.webp");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 769px) {
      .reason_ttl::before {
        top: -0.5rem;
        right: -3rem; } }
    @media (max-width: 768px) {
      .reason_ttl::before {
        top: -1.5rem;
        right: -2rem; } }
.reason_p {
  line-height: 1.85;
  margin: 0 0 2rem; }
  @media (min-width: 769px) {
    .reason_p {
      text-align: center; } }
  @media (max-width: 768px) {
    .reason_p {
      text-align: justify; } }
.reason_main {
  background-color: rgba(4, 46, 67, 0.1);
  border-radius: 1rem; }
  @media (min-width: 769px) {
    .reason_main {
      padding: 1px 5rem 2rem; } }
  @media (max-width: 768px) {
    .reason_main {
      padding: 1px 1rem 2rem; } }
  .reason_main_p {
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    margin: 0 0 1rem; }
    .reason_main_p strong {
      font-size: 2em; }

.case_sec {
  padding: 1rem 0 3rem;
  background-image: url("../lp_ad_kojihi-consulting-3/lp2_case_bg.png"); }
.case_ttl {
  padding: 2rem 0;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 769px) {
    .case_ttl {
      width: 500px; } }
  @media (max-width: 768px) {
    .case_ttl {
      width: 80%; } }
.case_list {
  background-color: #FFF;
  display: flex;
  justify-content: space-evenly;
  padding: 2rem; }
  @media (min-width: 769px) {
    .case_list {
      height: 20rem; } }
  @media (max-width: 768px) {
    .case_list {
      flex-direction: column; } }
  .case_list_1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  .case_list_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
  .case_list .case-p {
    padding-left: 2.5rem;
    position: relative;
    font-weight: 700;
    line-height: 1.2; }
    @media (min-width: 769px) {
      .case_list .case-p {
        font-size: 1.2rem; } }
    @media (max-width: 768px) {
      .case_list .case-p {
        font-size: 1.1rem;
        margin-bottom: 1.4rem; } }
    .case_list .case-p::before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: '';
      width: 1.7rem;
      height: 1.7rem;
      border: 3px solid #B8CDD3; }
.case_bt {
  display: block;
  background-color: #C61724;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  margin: 0 auto 1rem;
  padding: 1rem 5rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative; }
  @media (max-width: 768px) {
    .case_bt {
      line-height: 1.2; } }
  .case_bt::before {
    content: "";
    position: absolute;
    top: -2.5rem;
    right: 2rem;
    height: 5rem;
    width: 2rem;
    background-image: url("../lp_ad_kojihi-consulting-3/lp2_case_bt_pop.webp");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .case_bt::before {
        transform: rotate(20deg);
        right: 0; } }
  .case_bt_ttl {
    padding: 1rem 0 0;
    margin: 0 auto 0.5rem;
    text-align: center; }
    @media (min-width: 769px) {
      .case_bt_ttl {
        width: 380px; } }
    @media (max-width: 768px) {
      .case_bt_ttl {
        width: 95%; } }

.problem_sec {
  padding: 0 0 2rem; }
.problem_ttl {
  text-align: center;
  font-weight: 900;
  position: relative;
  width: fit-content;
  padding: 0 3rem;
  line-height: 1.4; }
  @media (min-width: 769px) {
    .problem_ttl {
      margin: 3rem auto 2rem; } }
  @media (max-width: 768px) {
    .problem_ttl {
      margin: 3rem auto 10rem; } }
  .problem_ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3rem;
    width: 2rem;
    background-image: url("../lp_ad_kojihi-consulting-3/pop_pt.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .problem_ttl::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotateY(180deg);
    height: 3rem;
    width: 2rem;
    background-image: url("../lp_ad_kojihi-consulting-3/pop_pt.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .problem_ttl span {
    color: #D7000F;
    font-size: 1.2em;
    margin: 0 0.1em; }
  @media (min-width: 769px) {
    .problem_ttl {
      font-size: 1.8rem; } }
  @media (max-width: 768px) {
    .problem_ttl {
      font-size: 1.8rem; } }
.problem_list {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 769px) {
    .problem_list {
      border-radius: 1rem;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
      margin: 0 0 2rem;
      padding: 1rem;
      background-color: #FFF; } }
  .problem_list::before {
    content: "";
    position: absolute;
    height: 7rem;
    width: 6rem;
    background-image: url("../lp_ad_kojihi-consulting-3/p1_ps.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 769px) {
      .problem_list::before {
        left: 3rem;
        top: -6rem; } }
    @media (max-width: 768px) {
      .problem_list::before {
        margin: auto;
        left: 0;
        right: 0;
        top: -8rem; } }
  .problem_list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 4rem;
    margin: 1%;
    border-radius: 1rem;
    background-color: #EDEDED;
    color: #044667;
    font-weight: 700;
    font-size: 1.1rem; }
    @media (min-width: 769px) {
      .problem_list li {
        width: 48%; } }
    @media (max-width: 768px) {
      .problem_list li {
        width: 100%;
        line-height: 1.3; } }
    .problem_list li::before {
      content: "";
      position: absolute;
      top: 0.75rem;
      left: 1rem;
      height: 0.8rem;
      width: 1.2rem;
      border-left: 5px solid #009895;
      border-bottom: 5px solid #009895;
      transform: rotate(-45deg); }

.problem2_sec {
  padding: 3rem 0 0; }
.problem2_ttl {
  text-align: center;
  font-weight: 900;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4; }
  @media (min-width: 769px) {
    .problem2_ttl {
      padding-left: 11rem;
      padding-bottom: 2rem; } }
  @media (max-width: 768px) {
    .problem2_ttl {
      padding-bottom: 11rem; } }
  .problem2_ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10rem;
    width: 13rem;
    background-image: url("../lp_ad_kojihi-consulting-3/lp2_problem_pe.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 769px) {
      .problem2_ttl::before {
        padding-left: 11rem;
        padding-bottom: 2rem; } }
    @media (max-width: 768px) {
      .problem2_ttl::before {
        right: 0;
        margin: auto; } }
  .problem2_ttl span {
    color: #D7000F;
    font-size: 1.2em;
    margin: 0 0.1em; }
  @media (min-width: 769px) {
    .problem2_ttl {
      font-size: 1.7rem; } }
  @media (max-width: 768px) {
    .problem2_ttl {
      font-size: 1.8rem; } }
.problem2_list {
  display: flex;
  border-radius: 1rem;
  margin: 0 0 2rem;
  padding: 1rem;
  background-color: #DBEBF4; }
  @media (max-width: 768px) {
    .problem2_list {
      flex-direction: column; } }
  .problem2_list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 6rem;
    margin: 1%;
    border-radius: 1rem;
    background-color: #FFF;
    color: #044667;
    font-weight: 700;
    font-size: 1.1rem; }
    @media (min-width: 769px) {
      .problem2_list li {
        width: 33%; } }
    @media (max-width: 768px) {
      .problem2_list li {
        line-height: 1.3; } }
    .problem2_list li::before {
      content: "";
      position: absolute;
      top: 0.75rem;
      left: 1rem;
      height: 0.8rem;
      width: 1.2rem;
      border-left: 5px solid #009895;
      border-bottom: 5px solid #009895;
      transform: rotate(-45deg); }
  .problem2_list_3 {
    line-height: 1.2; }

.feature_sec {
  padding: 0 0 4rem; }
.feature_ttl {
  color: #004A6C;
  text-align: center;
  font-weight: 900; }
  @media (min-width: 769px) {
    .feature_ttl {
      font-size: 1.8rem;
      margin: 0 auto 2rem; } }
  @media (max-width: 768px) {
    .feature_ttl {
      font-size: 1.4rem;
      margin: 0 auto 0.5rem; } }
.feature_list {
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .feature_list {
      flex-direction: column; } }
  .feature_list_div {
    padding: 0.5rem 1rem 1rem; }
    @media (min-width: 769px) {
      .feature_list_div {
        width: 33%;
        border-right: 1px solid rgba(0, 0, 0, 0.1); } }
    @media (max-width: 768px) {
      .feature_list_div {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
    .feature_list_div:last-child {
      border: none; }
  .feature_list_dt {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 900;
    margin: 0 0 1rem; }
    .feature_list_dt span {
      color: #B7AA00;
      font-style: italic;
      font-family: serif; }
  .feature_list_dd {
    text-align: center; }

.entry_sec {
  background-color: #FFFDDF;
  padding: 4rem 0; }
  @media (max-width: 767px) {
    .entry_sec {
      padding: 2rem 0; } }
.entry_sec2 {
  padding: 4rem 0; }
  @media (max-width: 767px) {
    .entry_sec2 {
      padding: 6rem 0; } }
.entry_ttl {
  font-weight: 700;
  color: #004A6D;
  text-align: center;
  position: relative; }
  @media (min-width: 769px) {
    .entry_ttl {
      margin-bottom: 3rem;
      font-size: 2.5rem;
      line-height: 1.5; } }
  @media (max-width: 768px) {
    .entry_ttl {
      margin-bottom: 2rem;
      font-size: 1.1rem;
      line-height: 1; } }
  .entry_ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 769px) {
      .entry_ttl::before {
        left: 8%;
        height: 5rem;
        width: 5rem; } }
    @media (max-width: 767px) {
      .entry_ttl::before {
        left: 0;
        height: 6rem;
        width: 6rem; } }
  .entry_ttl strong {
    background: linear-gradient(transparent 60%, #FFDB00 60%); }
    @media (min-width: 769px) {
      .entry_ttl strong {
        font-size: 1.2em;
        padding: 0.1em; } }
    @media (max-width: 768px) {
      .entry_ttl strong {
        font-size: 2em;
        padding: 0 0.1em;
        line-height: 1.4; } }
  @media (min-width: 769px) {
    .entry_ttl span {
      font-size: 80%; } }
  @media (max-width: 768px) {
    .entry_ttl span {
      font-size: 100%;
      display: block;
      line-height: 1.4; } }
.entry_wrap {
  display: flex; }
  @media (min-width: 769px) {
    .entry_wrap {
      justify-content: space-between; } }
  @media (max-width: 768px) {
    .entry_wrap {
      flex-direction: column; } }
@media (min-width: 769px) {
  .entry_dtl {
    width: 56%; } }
.entry_listttl {
  border-bottom: 1px solid;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.2rem;
  margin: 0 0 1rem; }
.entry_list {
  color: #044667;
  font-size: 1.1rem;
  line-height: 1.85;
  margin: 0 0 2rem; }
  .entry_list li::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1em;
    background-image: url("../lp_ad_kojihi-consulting-3/list_style.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
.entry_img {
  margin-bottom: 2rem; }
.entry_form {
  background-color: #FFF;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem 0;
  position: relative; }
  @media (min-width: 769px) {
    .entry_form {
      width: 40%; } }
  .entry_form::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -2rem;
    margin: auto;
    height: 5rem;
    width: 11rem;
    background-image: url("../lp_ad_kojihi-consulting-3/ifm_pop.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
.entry_ifm {
  border: none;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: block; }
  @media (min-width: 769px) {
    .entry_ifm {
      height: 1400px; } }
  @media (max-width: 768px) {
    .entry_ifm {
      height: 1500px; } }

.cta_sec {
  background-color: #EBEBEB; }
  @media (min-width: 769px) {
    .cta_sec {
      padding: 2rem 0 0; } }
  @media (max-width: 768px) {
    .cta_sec {
      padding: 2rem 0 1rem; } }
.cta_ttl {
  text-align: center;
  font-weight: 900;
  font-size: 2.3rem; }
  @media (min-width: 769px) {
    .cta_ttl {
      margin: 0 auto 2rem; } }
  @media (max-width: 768px) {
    .cta_ttl {
      font-feature-settings: "palt";
      margin: 0; } }
.cta_p {
  text-align: center;
  font-weight: 700;
  margin: 0 0 1rem;
  background-color: #FFF;
  padding: 0.3rem 1rem 1.5rem;
  border-radius: 1rem; }
  @media (min-width: 769px) {
    .cta_p {
      line-height: 1;
      font-size: 1.5rem; } }
  @media (max-width: 768px) {
    .cta_p {
      line-height: 1.85;
      font-size: 1.35rem; } }
  .cta_p small {
    display: inline-block;
    line-height: 1.3; }
    @media (min-width: 769px) {
      .cta_p small {
        margin: 1em 0 1.35em; } }
    @media (max-width: 768px) {
      .cta_p small {
        margin: 1em 0 1.75em; } }
  .cta_p strong {
    color: #C01924; }
    @media (min-width: 769px) {
      .cta_p strong {
        font-size: 1.1em; } }
    @media (max-width: 768px) {
      .cta_p strong {
        font-size: 1.5em;
        line-height: 1; } }
.cta_wrap {
  display: flex;
  justify-content: space-around; }
  @media (max-width: 768px) {
    .cta_wrap {
      flex-direction: column;
      align-items: center; } }
.cta_dtl {
  text-align: center;
  font-weight: 500;
  margin: 1rem 0 0; }
  @media (min-width: 769px) {
    .cta_dtl {
      width: 55%; } }
@media (min-width: 769px) {
  .cta_tel {
    margin: 0.7rem 0 1.4rem; } }
@media (max-width: 768px) {
  .cta_tel {
    width: 90%;
    display: block;
    margin: 1rem auto; } }
.cta_btn {
  display: block;
  margin: 0.7rem 0 1.4rem;
  padding: 0.5rem;
  border-radius: 1rem;
  color: #FFF !important;
  background-color: #C01924;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative; }
  .cta_btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2rem;
    width: 1rem;
    background-image: url("../lp_ad_kojihi-consulting-3/arrow.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
@media (min-width: 769px) {
  .cta_img {
    width: 42%;
    margin: -2rem 0 0; } }
@media (max-width: 768px) {
  .cta_img {
    width: 85%; } }

.biz_sec {
  padding: 2rem 0 3rem;
  position: relative; }
  .biz_sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 5rem;
    border-radius: 1.5px;
    background-color: #044667; }
.biz_p {
  text-align: center;
  color: #044667;
  font-size: 1.5rem;
  font-weight: 700; }

.about_sec {
  padding: 3rem 0 2rem; }
.about_ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin: 0 0 2rem; }
.about_tbl {
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-collapse: collapse;
  margin: 0 auto 3rem; }
  @media (max-width: 767px) {
    .about_tbl tr {
      display: block; } }
  .about_tbl th {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 1rem; }
    @media (max-width: 767px) {
      .about_tbl th {
        display: block; } }
  .about_tbl td {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 1rem; }
    @media (max-width: 767px) {
      .about_tbl td {
        display: block; } }

/*240830追記*/
li.entry_list_li {
    text-indent: -1.55em;
    padding-left: 2em;
}
/*# sourceMappingURL=ad_lp-kojihi-consulting-4.css.map */
