@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*
@function rem($size) {
  @return $size / 10 + rem;
}
*/
/*
@function rems($size) {
  @return ($size / 375) * 100vw;
}
*/
/*//////////////////////////////////////////
//  フリーページ共通
//////////////////////////////////////////*/
.page-wrapper {
  display: flex;
  flex-direction: row-reverse;
  max-width: 67.5rem;
  margin: 0 auto;
  gap: 1.875rem;
  padding: 10.8125rem 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding: 5.46875rem 0 0;
  }
}
.page-wrapper.article-wrapper {
  flex-direction: row;
  padding-top: 11.5rem;
}
@media screen and (max-width: 768px) {
  .page-wrapper.article-wrapper {
    padding: 5.46875rem 0 0;
  }
}

.free-page-main,
.product-page-main,
.article-page-main {
  max-width: 50rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .free-page-main,
  .product-page-main,
  .article-page-main {
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .page-inner {
    padding: 0 0.75rem;
  }
}

/*//////////////////////////////////////////
//  アフターサポート
//////////////////////////////////////////*/
#Journal .journal-cont ul {
  margin: 0;
}
#Journal .journal-cont ul li {
  list-style: none;
}
#Journal .journal-cont .page-afterfollow .page-mv {
  background-image: url("../images/afterfollow/back-mv.jpg");
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .page-mv {
    background-image: url(../images/afterfollow/back-mv_sp.jpg);
  }
}
#Journal .journal-cont .page-afterfollow .page-mv .mv-list {
  margin: 0;
}
#Journal .journal-cont .page-afterfollow .replacement {
  padding-bottom: 4.125rem;
}
#Journal .journal-cont .page-afterfollow .replacement .replace-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.9375rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .replacement .replace-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
#Journal .journal-cont .page-afterfollow .replacement .replace-list li {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0.25rem 0.4375rem 0.4375rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .replacement .replace-list li {
    border-radius: 0.3125rem;
  }
}
#Journal .journal-cont .page-afterfollow .replacement .replace-list li h3 {
  min-height: 3.375rem;
  background: #013193;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem 0.625rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.168;
  font-weight: 700;
  font-feature-settings: "palt";
  padding: 0 0.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .replacement .replace-list li h3 {
    min-height: 2.5rem;
    font-size: 0.703125rem;
    line-height: 1.1684444444;
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}
#Journal .journal-cont .page-afterfollow .replacement .replace-list li p {
  padding: 0.875rem 0.71875rem;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .replacement .replace-list li p {
    padding: 0.6875rem 0.5625rem;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
#Journal .journal-cont .page-afterfollow .trouble {
  padding-bottom: 2.8125rem;
}
#Journal .journal-cont .page-afterfollow .trouble .trouble-list {
  max-width: 42.5rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem 1.25rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .trouble .trouble-list {
    gap: 0.53125rem 0.59375rem;
  }
}
#Journal .journal-cont .page-afterfollow .trouble .trouble-list li {
  background: #fbf9ed;
  border: 1px solid #bebebe;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0 0.625rem;
  min-height: 3.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .trouble .trouble-list li {
    min-height: 2.8125rem;
    padding: 0.5rem 0.46875rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
    gap: 0.40625rem;
  }
}
#Journal .journal-cont .page-afterfollow .trouble .trouble-list li:before {
  content: "";
  display: inline-block;
  width: 1.4375rem;
  height: 1.1875rem;
  background-image: url("../images/afterfollow/icon-check.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .trouble .trouble-list li:before {
    width: 1.0625rem;
    height: 0.875rem;
  }
}
#Journal .journal-cont .page-afterfollow .trouble .trouble-list li p {
  flex: 1;
}
#Journal .journal-cont .page-afterfollow .support {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .support {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-afterfollow .support .support-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5625rem 1rem;
  margin-top: 2rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .support .support-list {
    gap: 0.625rem;
    padding: 0;
  }
}
#Journal .journal-cont .page-afterfollow .support .support-list li {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0.125rem 0.4375rem 0.4375rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .support .support-list li {
    border-radius: 0.5rem;
  }
}
#Journal .journal-cont .page-afterfollow .support .support-list li h3 {
  min-height: 3.375rem;
  background: #013193;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 700;
  font-feature-settings: "palt";
  padding: 0 0.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .support .support-list li h3 {
    min-height: 2.5rem;
    font-size: 0.84375rem;
    line-height: 1.2222222222;
    padding: 0 0.3125rem;
  }
}
#Journal .journal-cont .page-afterfollow .support .support-list li figure {
  width: 100%;
  height: auto;
  display: block;
}
#Journal .journal-cont .page-afterfollow .support .support-list li figure img {
  width: 100%;
  height: auto;
  display: block;
}
#Journal .journal-cont .page-afterfollow .support .support-list li p {
  padding: 0.5rem 1rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  font-feature-settings: "palt";
  font-weight: 500;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .support .support-list li p {
    padding: 0.5rem 0.5625rem 1.125rem;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
#Journal .journal-cont .page-afterfollow .supplies {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .supplies {
    padding-top: 6.25rem;
  }
}
#Journal .journal-cont .page-afterfollow .supplies .supplies-list {
  margin-top: 1.5rem;
  display: grid;
  gap: 3.625rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 4.25rem;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-afterfollow .supplies .supplies-list {
    padding: 0;
    gap: 4.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .supplies .supplies-list {
    gap: 2rem;
  }
}
#Journal .journal-cont .page-afterfollow .supplies .supplies-list li {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .supplies .supplies-list li {
    gap: 0.5rem;
  }
}
#Journal .journal-cont .page-afterfollow .supplies .supplies-list figure {
  max-width: 11.375rem;
  width: 100%;
  margin: 0 auto;
}
#Journal .journal-cont .page-afterfollow .supplies .supplies-list h3 {
  color: #383838;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .supplies .supplies-list h3 {
    font-size: 0.75rem;
  }
}
#Journal .journal-cont .page-afterfollow .supplies .supplies-list p {
  color: #383838;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .supplies .supplies-list p {
    font-size: 0.625rem;
    font-feature-settings: "palt";
  }
}
#Journal .journal-cont .page-afterfollow .supplies .supplies-list .btn-more {
  width: 100%;
  min-width: initial;
  min-height: initial;
  height: 2.875rem;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .supplies .supplies-list .btn-more {
    height: 1.5625rem;
    padding: 0.09375rem;
  }
}
#Journal .journal-cont .page-afterfollow .supplies .supplies-list .btn-more .btn-txt:after {
  width: 0.25rem;
  height: 0.25rem;
  right: 0.3125rem;
}
#Journal .journal-cont .page-afterfollow .supplies .supplies-list .btn-more .btn-txt em {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .supplies .supplies-list .btn-more .btn-txt em {
    font-size: 0.5625rem;
    font-feature-settings: "palt";
  }
}
#Journal .journal-cont .page-afterfollow .faq {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .faq {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-afterfollow .faq .faq-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .faq .faq-list {
    margin-top: 1rem;
  }
}
#Journal .journal-cont .page-afterfollow .faq .faq-list .faq-item {
  border-bottom: 1px solid #cccccc;
  padding: 2rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .faq .faq-list .faq-item {
    padding: 0.9375rem 0 0.75rem;
  }
}
#Journal .journal-cont .page-afterfollow .faq .faq-list .faq-item:first-child {
  padding-top: 0;
}
#Journal .journal-cont .page-afterfollow .faq .faq-list .faq-item dt {
  font-size: 1.25rem;
  font-weight: 600;
  color: #013193;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .faq .faq-list .faq-item dt {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    font-feature-settings: "palt";
  }
}
#Journal .journal-cont .page-afterfollow .faq .faq-list .faq-item dd p {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #383838;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-afterfollow .faq .faq-list .faq-item dd p {
    font-size: 0.625rem;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
}

/*//////////////////////////////////////////
//  選ばれる理由
//////////////////////////////////////////*/
#Journal .journal-cont .page-reason .page-mv {
  background-image: url("../images/reason/back-mv.jpg");
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .page-mv {
    background-image: url(../images/reason/back-mv_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .page-mv .txt-area {
    width: 12.96875rem;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .page-mv .mv-bottom {
    margin-top: 0.75rem;
  }
}
#Journal .journal-cont .page-reason .reason {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason {
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-reason .reason .reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3125rem 1.9375rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
#Journal .journal-cont .page-reason .reason .reason-list li {
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li {
    border-radius: 0.25rem;
    box-shadow: 0.09375rem 0.09375rem 0.1875rem rgba(0, 0, 0, 0.5);
  }
}
#Journal .journal-cont .page-reason .reason .reason-list li picture {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li picture {
    grid-area: thumb;
    width: 100%;
    height: auto;
  }
}
#Journal .journal-cont .page-reason .reason .reason-list li picture img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li picture img {
    border-radius: 0.25rem 0 0 0.25rem;
  }
}
#Journal .journal-cont .page-reason .reason .reason-list li picture:before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.625rem;
  bottom: -1.5625rem;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-reason .reason .reason-list li picture:before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    left: 0.8333333333vw;
    bottom: -2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li picture:before {
    width: 2.293125rem;
    height: 2.293125rem;
    left: -0.34375rem;
    bottom: -1.1465625rem;
  }
}
#Journal .journal-cont .page-reason .reason .reason-list li:nth-child(1) picture:before {
  background-image: url("../images/common/icon-reason1.svg");
}
#Journal .journal-cont .page-reason .reason .reason-list li:nth-child(2) picture:before {
  background-image: url("../images/common/icon-reason2.svg");
}
#Journal .journal-cont .page-reason .reason .reason-list li:nth-child(3) picture:before {
  background-image: url("../images/common/icon-reason3.svg");
}
#Journal .journal-cont .page-reason .reason .reason-list li:nth-child(4) picture:before {
  background-image: url("../images/common/icon-reason4.svg");
}
#Journal .journal-cont .page-reason .reason .reason-list li:nth-child(5) picture:before {
  background-image: url("../images/common/icon-reason5.svg");
}
#Journal .journal-cont .page-reason .reason .reason-list li:nth-child(6) picture:before {
  background-image: url("../images/common/icon-reason6.svg");
}
#Journal .journal-cont .page-reason .reason .reason-list li h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #d4111f;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-reason .reason .reason-list li h3 {
    font-size: 1.6666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li h3 {
    font-size: 0.84375rem;
    min-height: 2.3125rem;
  }
}
#Journal .journal-cont .page-reason .reason .reason-list li h3 span {
  font-size: 2.5rem;
  font-family: "LINE Seed JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-reason .reason .reason-list li h3 span {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li h3 span {
    font-size: 1.75rem;
  }
}
#Journal .journal-cont .page-reason .reason .reason-list li h3 em {
  font-style: normal;
}
#Journal .journal-cont .page-reason .reason .reason-list li .txt-area {
  padding: 2.5rem 0.8125rem 1rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li .txt-area {
    padding: 1.875rem 0.40625rem 0.5rem;
  }
}
#Journal .journal-cont .page-reason .reason .reason-list li .txt-area p {
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
  color: #383838;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-reason .reason .reason-list li .txt-area p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li .txt-area p {
    font-size: 0.625rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li .txt-area .btn-more {
    width: 100%;
    padding: 0.09375rem;
    max-width: 10rem;
    height: 2.25rem;
  }
  #Journal .journal-cont .page-reason .reason .reason-list li .txt-area .btn-more .btn-txt em {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li .txt-area .btn-more .btn-txt em {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li .txt-area .btn-more .btn-txt em span {
    font-size: 0.34375rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li .txt-area .btn-more .btn-txt em span {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .reason .reason-list li .txt-area .btn-more .btn-txt:after {
    right: 0.5rem;
    width: 0.15625rem;
    height: 0.15625rem;
  }
}
#Journal .journal-cont .page-reason .consultation .txt {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .consultation .txt {
    margin-bottom: 1rem;
  }
}
#Journal .journal-cont .page-reason .consultation .consultation-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1875rem 1.3125rem;
  width: 100%;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-reason .consultation .consultation-list {
    gap: 1.5833333333vw 1.75vw;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .consultation .consultation-list {
    gap: 0.90625rem 1.03125rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
#Journal .journal-cont .page-reason .consultation .consultation-list li {
  background: #faf8f2;
  border: 1px solid #e1dec8;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.75rem;
  padding: 0.625rem;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-reason .consultation .consultation-list li {
    font-size: 1.3333333333vw;
    min-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .consultation .consultation-list li {
    font-size: 0.84375rem;
    min-height: 2.8125rem;
    padding: 0;
    border-radius: 0.3125rem;
    line-height: 1.2;
  }
}
#Journal .journal-cont .page-reason .business {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .business {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-reason .business .case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  padding: 0 4rem;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-reason .business .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .business .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    padding: 0;
  }
}
#Journal .journal-cont .page-reason .business .case-list li {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .business .case-list li {
    padding-bottom: 0.5rem;
    border-radius: 0.25rem;
  }
}
#Journal .journal-cont .page-reason .business .case-list li:nth-child(1) figure:before {
  background-image: url(../images/top/icon-case1.svg);
}
#Journal .journal-cont .page-reason .business .case-list li:nth-child(2) figure:before {
  background-image: url(../images/top/icon-case2.svg);
}
#Journal .journal-cont .page-reason .business .case-list li:nth-child(3) figure:before {
  background-image: url(../images/top/icon-case3.svg);
}
#Journal .journal-cont .page-reason .business .case-list li:nth-child(4) figure:before {
  background-image: url(../images/top/icon-case4.svg);
}
#Journal .journal-cont .page-reason .business .case-list li h3 {
  border-radius: 0.5rem 0.5rem 0 0;
  background: #013193;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  min-height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .business .case-list li h3 {
    font-size: 0.84375rem;
    font-weight: 700;
    min-height: 2.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
  }
}
#Journal .journal-cont .page-reason .business .case-list li figure {
  position: relative;
}
#Journal .journal-cont .page-reason .business .case-list li figure:before {
  content: "";
  display: inline-block;
  width: 3.8125rem;
  position: absolute;
  bottom: -1.1553030303rem;
  left: 0.5rem;
  height: 3.8125rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .business .case-list li figure:before {
    width: 2.293125rem;
    height: 2.293125rem;
    bottom: -1.1465625rem;
    left: 0.25rem;
  }
}
#Journal .journal-cont .page-reason .business .case-list li figure img {
  width: 100%;
}
#Journal .journal-cont .page-reason .business .case-list li p {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  text-align: center;
  font-weight: 500;
  padding: 1.5rem 0.5625rem;
  font-feature-settings: "palt";
  color: #383838;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .business .case-list li p {
    font-size: 0.625rem;
    padding: 1.3125rem 0.375rem;
  }
}
#Journal .journal-cont .page-reason .business .btn-more {
  margin: 2.6875rem auto 0;
}
#Journal .journal-cont .page-reason .works {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .works {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-reason .works .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.9375rem;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-reason .works .case-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .works .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    padding: 0;
  }
}
#Journal .journal-cont .page-reason .works .case-list li {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .works .case-list li {
    padding-bottom: 1rem;
    border-radius: 0.25rem;
  }
}
#Journal .journal-cont .page-reason .works .case-list li:nth-child(1) figure:before {
  background-image: url(../images/top/icon-case1.svg);
}
#Journal .journal-cont .page-reason .works .case-list li:nth-child(2) figure:before {
  background-image: url(../images/top/icon-case2.svg);
}
#Journal .journal-cont .page-reason .works .case-list li:nth-child(3) figure:before {
  background-image: url(../images/top/icon-case3.svg);
}
#Journal .journal-cont .page-reason .works .case-list li:nth-child(4) figure:before {
  background-image: url(../images/top/icon-case4.svg);
}
#Journal .journal-cont .page-reason .works .case-list li h3 {
  border-radius: 0.5rem 0.5rem 0 0;
  background: #013193;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  min-height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .works .case-list li h3 {
    font-size: 0.71875rem;
    font-weight: 700;
    min-height: 2.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
  }
}
#Journal .journal-cont .page-reason .works .case-list li figure {
  position: relative;
}
#Journal .journal-cont .page-reason .works .case-list li figure:before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  position: absolute;
  bottom: -1.25rem;
  left: 0.5rem;
  height: 3.8125rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .works .case-list li figure:before {
    width: 2.293125rem;
    height: 2.293125rem;
    bottom: -1.1465625rem;
    left: 0.25rem;
  }
}
#Journal .journal-cont .page-reason .works .case-list li figure img {
  width: 100%;
}
#Journal .journal-cont .page-reason .works .case-list li p {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  text-align: center;
  font-weight: 500;
  padding: 1.125rem 0.5625rem 0;
  font-feature-settings: "palt";
  color: #383838;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .works .case-list li p {
    font-size: 0.625rem;
    padding: 1.3125rem 0.375rem 0;
  }
}
#Journal .journal-cont .page-reason .works .btn-more {
  margin: 2.6875rem auto 0;
}
#Journal .journal-cont .page-reason .review {
  padding: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .review {
    padding: 0 0 3.125rem;
  }
}
#Journal .journal-cont .page-reason .review .review-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.9375rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .review .review-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65625rem;
  }
}
#Journal .journal-cont .page-reason .review .review-list .review-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #013193;
  padding: 1.3125rem 0.5rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .review .review-list .review-item {
    padding: 0.625rem 0.625rem;
  }
}
#Journal .journal-cont .page-reason .review .review-list .review-item .stars {
  display: flex;
}
#Journal .journal-cont .page-reason .review .review-list .review-item .stars svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .review .review-list .review-item .stars svg {
    width: 1rem;
    height: 1rem;
  }
}
#Journal .journal-cont .page-reason .review .review-list .review-item .review-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.75rem;
  line-height: 1.3333333333;
  color: #013193;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .review .review-list .review-item .review-title {
    font-size: 0.84375rem;
    line-height: 1.6666666667;
    margin-top: 0.375rem;
  }
}
#Journal .journal-cont .page-reason .review .review-list .review-item .review-txt {
  font-weight: 500;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  margin-top: 1rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .review .review-list .review-item .review-txt {
    font-size: 0.65625rem;
    margin-top: 0.375rem;
  }
}
#Journal .journal-cont .page-reason .review .btn-more {
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .review .btn-more {
    margin-top: 1.625rem;
  }
}
#Journal .journal-cont .page-reason .flow {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .flow {
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-reason .flow .flow-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .flow .flow-list {
    gap: 1.9375rem;
  }
}
#Journal .journal-cont .page-reason .flow .flow-list li {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid #013193;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .flow .flow-list li {
    padding: 1.09375rem 0.84375rem;
    border-radius: 0.25rem;
    gap: 0.75rem;
    align-items: flex-start;
  }
}
#Journal .journal-cont .page-reason .flow .flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 0.75rem;
  background-color: #3664c2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .flow .flow-list li:not(:last-child)::after {
    bottom: -1.3125rem;
    width: 1.1875rem;
    height: 0.71875rem;
  }
}
#Journal .journal-cont .page-reason .flow .flow-list li .flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #013193;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
  font-family: "LINE Seed JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .flow .flow-list li .flow-num {
    width: 2.625rem;
    height: 2.625rem;
    font-size: 0.9375rem;
    padding-top: 0.125rem;
  }
}
#Journal .journal-cont .page-reason .flow .flow-list li .txt-area {
  flex: 1;
}
#Journal .journal-cont .page-reason .flow .flow-list li .txt-area .flow-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #013193;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .flow .flow-list li .txt-area .flow-ttl {
    font-size: 0.9375rem;
    margin-bottom: 0.1875rem;
  }
}
#Journal .journal-cont .page-reason .flow .flow-list li .txt-area .flow-txt {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #383838;
  line-height: 1.5384615385;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .flow .flow-list li .txt-area .flow-txt {
    font-size: 0.625rem;
  }
}
#Journal .journal-cont .page-reason .faq {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .faq {
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-reason .faq .faq-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .faq .faq-list {
    margin-top: 1rem;
  }
}
#Journal .journal-cont .page-reason .faq .faq-list .faq-item {
  border-bottom: 1px solid #cccccc;
  padding: 2rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .faq .faq-list .faq-item {
    padding: 0.9375rem 0 0.75rem;
  }
}
#Journal .journal-cont .page-reason .faq .faq-list .faq-item:first-child {
  padding-top: 0;
}
#Journal .journal-cont .page-reason .faq .faq-list .faq-item dt {
  font-size: 1.25rem;
  font-weight: 600;
  color: #013193;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .faq .faq-list .faq-item dt {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    font-feature-settings: "palt";
  }
}
#Journal .journal-cont .page-reason .faq .faq-list .faq-item dd p {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #383838;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .faq .faq-list .faq-item dd p {
    font-size: 0.625rem;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
}
#Journal .journal-cont .page-reason .faq .btn-more {
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-reason .faq .btn-more {
    margin-top: 1.625rem;
  }
}

/*//////////////////////////////////////////
//  法人・業務用
//////////////////////////////////////////*/
#Journal .journal-cont .page-hojin .page-mv {
  background-image: url("../images/hojin/back-mv.jpg");
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .page-mv {
    background-image: url(../images/hojin/back-mv_sp.jpg);
  }
}
#Journal .journal-cont .page-hojin .page-mv .txt-area {
  max-width: 100%;
}
#Journal .journal-cont .page-hojin .page-mv .txt-area .mv-txt {
  max-width: 26.25rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .page-mv .txt-area .mv-txt {
    max-width: 13.125rem;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .page-mv .mv-bottom {
    margin-top: 0.75rem;
  }
}
#Journal .journal-cont .page-hojin .scene {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .scene {
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-hojin .scene .scene-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .scene .scene-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
}
#Journal .journal-cont .page-hojin .scene .scene-list li {
  border-radius: 0.625rem;
  box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .scene .scene-list li {
    border-radius: 0.3125rem;
    box-shadow: 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.15);
  }
}
#Journal .journal-cont .page-hojin .scene .scene-list h3 {
  min-height: 3.25rem;
  background: #013193;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.168;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .scene .scene-list h3 {
    border-radius: 0.3125rem 0.3125rem 0 0;
    min-height: 1.96875rem;
    font-size: 0.65625rem;
    line-height: 1.2857142857;
  }
}
#Journal .journal-cont .page-hojin .scene .scene-list figure {
  border-radius: 0 0 0.625rem 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .scene .scene-list figure {
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}
#Journal .journal-cont .page-hojin .scene .scene-list figure img {
  width: 100%;
  height: auto;
  display: block;
}
#Journal .journal-cont .page-hojin .consultation .txt {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .consultation .txt {
    font-feature-settings: "palt";
  }
}
#Journal .journal-cont .page-hojin .consultation .under-txt {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-hojin .consultation .under-txt {
    font-size: 0.4375rem;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .consultation .under-txt {
    font-size: 0.625rem;
  }
}
#Journal .journal-cont .page-hojin .select,
#Journal .journal-cont .page-hojin .purpose,
#Journal .journal-cont .page-hojin .maker {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .select,
  #Journal .journal-cont .page-hojin .purpose,
  #Journal .journal-cont .page-hojin .maker {
    padding-top: 3.125rem;
  }
}
#Journal .journal-cont .page-hojin .select-list {
  display: grid;
  gap: 0.8125rem;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .select-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.59375rem 0.375rem;
  }
  #Journal .journal-cont .page-hojin .select-list li {
    width: calc((100% - 0.75rem) / 3);
  }
}
#Journal .journal-cont .page-hojin .select-list:has(> li:first-child:nth-last-child(2)) {
  grid-template-columns: repeat(2, 1fr);
  padding: 0 7.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .select-list:has(> li:first-child:nth-last-child(2)) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5625rem;
    padding: 0;
  }
  #Journal .journal-cont .page-hojin .select-list:has(> li:first-child:nth-last-child(2)) li {
    width: auto;
  }
}
#Journal .journal-cont .page-hojin .select-list li a {
  border: 1px solid #013193;
  border-radius: 0.625rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #013193;
  background-color: #fff;
  transition: linear all 0.3s;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .select-list li a {
    height: 2.34375rem;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
  }
}
#Journal .journal-cont .page-hojin .select-list li a:hover {
  background-color: #0046b2;
  color: #fff;
}
#Journal .journal-cont .page-hojin .replacement {
  padding-top: 4rem;
  padding-bottom: 2.75rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .replacement {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-hojin .replacement .sec-head .jp {
  line-height: 1.3;
}
#Journal .journal-cont .page-hojin .replacement .sec-head .txt {
  line-height: 1.5;
}
#Journal .journal-cont .page-hojin .replacement .replacement-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.9375rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .replacement .replacement-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
#Journal .journal-cont .page-hojin .replacement .replacement-list li {
  border-radius: 0.625rem;
  box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .replacement .replacement-list li {
    border-radius: 0.3125rem;
    box-shadow: 0px 0.1875rem 0.375rem rgba(0, 0, 0, 0.15);
  }
}
#Journal .journal-cont .page-hojin .replacement .replacement-list h3 {
  min-height: 3.25rem;
  background: #013193;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.168;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .replacement .replacement-list h3 {
    border-radius: 0.3125rem 0.3125rem 0 0;
    min-height: 1.96875rem;
    font-size: 0.65625rem;
    line-height: 1.2857142857;
  }
}
#Journal .journal-cont .page-hojin .replacement .replacement-list figure {
  border-radius: 0 0 0.625rem 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .replacement .replacement-list figure {
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}
#Journal .journal-cont .page-hojin .replacement .replacement-list figure img {
  width: 100%;
  height: auto;
  display: block;
}
#Journal .journal-cont .page-hojin .caution-area .caution-txt {
  max-width: 38.8125rem;
  width: 100%;
  margin: 0 auto 1.5rem;
  text-align: left;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .caution-area .caution-txt {
    max-width: initial;
    padding: 0 0.375rem 0 1rem;
  }
}
#Journal .journal-cont .page-hojin .caution-area .caution-txt li {
  list-style: disc;
}
#Journal .journal-cont .page-hojin .caution-area .caution-txt li::marker {
  font-size: 0.5rem;
}
#Journal .journal-cont .page-hojin .caution-area .caution-txt .marker {
  color: #d4111f;
  background: linear-gradient(transparent 60%, #ffe600 60%);
  font-weight: 700;
  font-style: normal;
}
#Journal .journal-cont .page-hojin .caution-area .btn-more {
  max-width: 28.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-hojin .caution-area .btn-more {
    max-width: 38.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .caution-area .btn-more {
    max-width: 14.0625rem;
    height: 3.125rem;
  }
  #Journal .journal-cont .page-hojin .caution-area .btn-more .btn-txt em {
    line-height: 1.2;
  }
}
#Journal .journal-cont .page-hojin .works {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .works {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-hojin .works .case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1.9375rem;
  padding: 0 7.5rem;
}
@media screen and (max-width: 1200px) {
  #Journal .journal-cont .page-hojin .works .case-list {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .works .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    padding: 0;
  }
}
#Journal .journal-cont .page-hojin .works .case-list li {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .works .case-list li {
    padding-bottom: 1rem;
    border-radius: 0.25rem;
  }
}
#Journal .journal-cont .page-hojin .works .case-list li:nth-child(1) figure:before {
  background-image: url(../images/top/icon-case1.svg);
}
#Journal .journal-cont .page-hojin .works .case-list li:nth-child(2) figure:before {
  background-image: url(../images/top/icon-case2.svg);
}
#Journal .journal-cont .page-hojin .works .case-list li:nth-child(3) figure:before {
  background-image: url(../images/top/icon-case3.svg);
}
#Journal .journal-cont .page-hojin .works .case-list li:nth-child(4) figure:before {
  background-image: url(../images/top/icon-case4.svg);
}
#Journal .journal-cont .page-hojin .works .case-list li h3 {
  border-radius: 0.5rem 0.5rem 0 0;
  background: #013193;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  min-height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .works .case-list li h3 {
    font-size: 0.71875rem;
    font-weight: 700;
    min-height: 2.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
  }
}
#Journal .journal-cont .page-hojin .works .case-list li figure {
  position: relative;
}
#Journal .journal-cont .page-hojin .works .case-list li figure:before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  position: absolute;
  bottom: -1.25rem;
  left: 0.5rem;
  height: 3.8125rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .works .case-list li figure:before {
    width: 2.293125rem;
    height: 2.293125rem;
    bottom: -1.1465625rem;
    left: 0.25rem;
  }
}
#Journal .journal-cont .page-hojin .works .case-list li figure img {
  width: 100%;
}
#Journal .journal-cont .page-hojin .works .case-list li p {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  text-align: center;
  font-weight: 500;
  padding: 1.125rem 0.5625rem 0;
  font-feature-settings: "palt";
  color: #383838;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .works .case-list li p {
    font-size: 0.625rem;
    padding: 1.3125rem 0.375rem 0;
  }
}
#Journal .journal-cont .page-hojin .works .btn-more {
  margin: 2.6875rem auto 0;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .works .btn-more {
    margin-top: 1.59375rem;
  }
}
#Journal .journal-cont .page-hojin .flow {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .flow {
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-hojin .flow .flow-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .flow .flow-list {
    gap: 1.9375rem;
  }
}
#Journal .journal-cont .page-hojin .flow .flow-list li {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid #013193;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .flow .flow-list li {
    padding: 1.09375rem 0.84375rem;
    border-radius: 0.25rem;
    gap: 0.75rem;
    align-items: flex-start;
  }
}
#Journal .journal-cont .page-hojin .flow .flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 0.75rem;
  background-color: #3664c2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .flow .flow-list li:not(:last-child)::after {
    bottom: -1.3125rem;
    width: 1.1875rem;
    height: 0.71875rem;
  }
}
#Journal .journal-cont .page-hojin .flow .flow-list li .flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #013193;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
  font-family: "LINE Seed JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .flow .flow-list li .flow-num {
    width: 2.625rem;
    height: 2.625rem;
    font-size: 0.9375rem;
    padding-top: 0.125rem;
  }
}
#Journal .journal-cont .page-hojin .flow .flow-list li .txt-area {
  flex: 1;
}
#Journal .journal-cont .page-hojin .flow .flow-list li .txt-area .flow-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #013193;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .flow .flow-list li .txt-area .flow-ttl {
    font-size: 0.9375rem;
    margin-bottom: 0.1875rem;
  }
}
#Journal .journal-cont .page-hojin .flow .flow-list li .txt-area .flow-txt {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #383838;
  line-height: 1.5384615385;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .flow .flow-list li .txt-area .flow-txt {
    font-size: 0.625rem;
  }
}
#Journal .journal-cont .page-hojin .faq {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .faq {
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-hojin .faq .faq-list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .faq .faq-list {
    margin-top: 1rem;
  }
}
#Journal .journal-cont .page-hojin .faq .faq-list .faq-item {
  border-bottom: 1px solid #cccccc;
  padding: 2rem 0 1.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .faq .faq-list .faq-item {
    padding: 0.9375rem 0 0.75rem;
  }
}
#Journal .journal-cont .page-hojin .faq .faq-list .faq-item:first-child {
  padding-top: 0;
}
#Journal .journal-cont .page-hojin .faq .faq-list .faq-item dt {
  font-size: 1.25rem;
  font-weight: 600;
  color: #013193;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .faq .faq-list .faq-item dt {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    font-feature-settings: "palt";
  }
}
#Journal .journal-cont .page-hojin .faq .faq-list .faq-item dd p {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #383838;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .faq .faq-list .faq-item dd p {
    font-size: 0.625rem;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
}
#Journal .journal-cont .page-hojin .faq .btn-more {
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .faq .btn-more {
    margin-top: 1.625rem;
  }
}
#Journal .journal-cont .page-hojin .type2 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .type2 {
    padding-bottom: 3.125rem;
  }
}
#Journal .journal-cont .page-hojin .type2 .box-in-inner .txt {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .type2 .box-in-inner .txt {
    margin-bottom: 6.375rem;
  }
}
#Journal .journal-cont .page-hojin .type2 .box-in-inner:before {
  content: "";
  position: absolute;
  left: 1.4375rem;
  bottom: 0.5rem;
  width: 7.8125rem;
  height: 8.0625rem;
  background: url("../images/hojin/img-list-left.png") no-repeat center bottom/contain;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .type2 .box-in-inner:before {
    content: none;
  }
}
#Journal .journal-cont .page-hojin .type2 .box-in-inner:after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  width: 10rem;
  height: 10rem;
  background: url("../images/hojin/img-list-right.png") no-repeat center bottom/contain;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-hojin .type2 .box-in-inner:after {
    background-image: url(../images/hojin/img-list-center.png);
    width: 10.71875rem;
    height: 10.125rem;
    bottom: 5.9375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/*//////////////////////////////////////////
//  FAQページ
//////////////////////////////////////////*/
#Journal .journal-cont .page-faq .page-mv .txt-area {
  max-width: 100%;
}
#Journal .journal-cont .page-faq .page-mv .page-ttl {
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #013193;
}
#Journal .journal-cont .page-faq .ctg-list {
  width: 100%;
  display: grid;
  gap: 0.8125rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-faq .ctg-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}
#Journal .journal-cont .page-faq .ctg-list li a {
  border: 1px solid #013193;
  border-radius: 0.625rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #013193;
  background-color: #fff;
  transition: linear all 0.3s;
}
@media screen and (max-width: 768px) {
  #Journal .journal-cont .page-faq .ctg-list li a {
    height: 2.34375rem;
    font-size: 0.75rem;
    border-radius: 0.3125rem;
  }
}
#Journal .journal-cont .page-faq .ctg-list li a:hover {
  background-color: #0046b2;
  color: #fff;
}
#Journal .journal-cont .page-faq .faq .page-inner:not(:first-child) {
  margin-top: 5rem;
}/*# sourceMappingURL=page_update.css.map */