@charset "UTF-8";
:root {
  --c-white: #FFF;
  --c-gray-l: #f9f9f9;
  --c-gray-m: #ddd;
  --c-gray: #727171;
  --c-main: #1445a1;
  --c-main-ml: #93b2ea;
  --c-main-l: #e6f4ff;
  --c-accent: #f39a00;
  --c-sub: #2f5cce;
  --c-font: #3e3a39;
  --f-sans: "Noto Sans JP", sans-serif;
  --c-gradient: linear-gradient(90deg, #669dfa 0%, #76c7ff 100%);
  --c-gradient2: linear-gradient(90deg, #87b2fc 0%, #95d0ff 100%);
  --c-gradient3: linear-gradient(90deg, #e0ebfece 0%, #e4f4fece 100%);
}

/*---社内追加CSS---*/
h3.subTitle {
  font-size: 1.3em;
}

.blc_content table {
  width: 100%;
  margin: 0 auto;
}
.blc_content .table01 th,
.blc_content .table01 td,
.blc_content .table02 th,
.blc_content .table02 td {
  display: block;
}
.blc_content .table01 tbody,
.blc_content .table02 tbody {
  display: flex;
  justify-content: space-between;
}
.blc_content .table01 td.price {
  margin: 5px auto 8px auto;
}
.blc_content .table01 td.price .big {
  font-size: 3.5rem;
  font-weight: bold;
  color: #4568dc;
  padding-left: 15px;
}
.blc_content .table01 td.price .big01 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #4568dc;
  padding-left: 15px;
}
.blc_content .table01 td.price .small {
  font-size: 2rem;
}
.blc_content .table01 td.under {
  margin-top: 5px;
  font-size: 1.5rem;
  margin-bottom: 22px;
}
.blc_content .table01 .medium {
  font-size: 2rem;
  font-weight: bold;
}
.blc_content .table01 th {
  color: #669dfa;
  font-size: 2rem;
}
.blc_content .table01 td {
  padding: 0px 15px;
}
.blc_content .table01 tr {
  flex: 1;
}
.blc_content .table01 tr.tr-left {
  margin-left: 5%;
}
.blc_content .table01 tr.tr-left .price {
  margin-bottom: 10%;
  margin: 0% auto 8% auto;
}
.blc_content .table01 tr.tr-right {
  margin-left: 5%;
}
.blc_content .table02 th {
  color: #669dfa;
  font-size: 15px;
}
.blc_content .table02 tr {
  margin: 15px;
}
.blc_content .table02 td.price .big {
  font-size: 29px;
  font-weight: bold;
  color: #4568dc;
  padding-left: 5%;
}
.blc_content .table02 td.price .small {
  font-size: 2rem;
}
.blc_content .table02 td.under {
  margin-top: 15px;
  font-size: 1.5rem;
}
@media (max-width: 897px) {
  .blc_content .table01 tbody,
  .blc_content .table02 tbody {
    display: block;
  }
  .blc_content .table01 tr.tr-left,
  .blc_content .table01 tr.tr-right {
    display: block;
    padding: 5% 0%;
  }
  .blc_content .table02 th {
    font-size: 2rem;
  }
  .blc_content .table02 td.price .big {
    font-size: 3.5rem;
  }
  .blc_content .table01 td {
    padding: 0px;
  }
  .blc_content table {
    width: 80%;
    margin: 0 auto;
  }
  .blc_content .table02 tr {
    display: block;
    margin: 0px;
    padding: 5% 0px;
  }
  .blc_content .table01 tr.tr-right,
  .blc_content .table01 tr.tr-left {
    margin-left: 0%;
  }
}
@media (max-width: 280px) {
  .blc_content table {
    width: 100%;
  }
  .blc_content .table01 td.price .big {
    font-size: 3rem;
  }
}

.sec03.l-section.sec_service.u_bg_dot.sec_service_second {
  background: rgba(228, 244, 254, 0.8078431373) !important;
}

.l_section.sec_faq {
  position: relative;
  background: linear-gradient(to right, #4568dc, #426fdd, #3a82e2, #3494e6);
  z-index: 0;
}
.l_section.sec_faq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: url("../img/index/writinglp_bg_img03.png") !important;
  background-size: 50px 50px;
  background-position: top 15px left 5px;
  z-index: -1;
}

/*------------------------------------------------------------
errorMsg
------------------------------------------------------------*/
.errorMsg {
  margin-bottom: 15px;
  color: red;
  font-size: 1.4rem;
}
.errorMsg li {
  margin-bottom: 5px;
}
.errorMsg li:last-child {
  margin-bottom: 0;
}

/*---/社内追加CSS---*/
/* layout */
.l_section {
  padding: 5rem 0;
}
@media (min-width: 897px) {
  .l_section.long {
    padding: 100px 0;
  }
  .l_section.lp {
    padding: 120px 0;
  }
}

.l_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}
.l_inner.narrow {
  max-width: 840px;
}
.l_inner.alt {
  max-width: 1210px;
}
.l_inner.full {
  max-width: unset;
  padding: 0;
}
.l_inner > *:first-child {
  margin-top: 0;
}
.l_inner > *:last-child {
  margin-bottom: 0;
}

.l_content > *:first-child {
  margin-top: 0;
}
.l_content > *:last-child {
  margin-bottom: 0;
}

.l_grid_tri {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin: 40px 0;
}
@media (min-width: 897px) {
  .l_grid_tri {
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.l_grid_tri > li {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.c_youtube {
  aspect-ratio: 16/9;
  position: relative;
}
.c_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
}

/* text */
.t_sec_title {
  font-size: 24px;
  margin: 16px 0 1em;
  color: var(--c-main);
  line-height: 1.4;
  text-align: center;
}
.t_sec_title .small {
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 897px) {
  .t_sec_title {
    font-size: 40px;
  }
}
.t_sec_title.white {
  color: white;
}

.t_lead {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin: 20px 0;
}

.t_subtitle {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 16px;
}
@media (min-width: 897px) {
  .t_subtitle {
    font-size: 24px;
  }
}

.t_center {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin: 2rem auto;
}

.t_bg {
  text-align: center;
  color: white;
  background-color: #6292ec;
  padding: 12px;
  font-size: 24px;
  margin-bottom: 20px;
}

/* component */
.c_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  min-width: 235px;
  min-height: 56px;
  padding: 10px;
  font-weight: 900;
  font-size: 1.7rem;
  color: #fff;
  background-color: var(--c-main);
  border: 1px solid var(--c-main);
  transition: all 0.3s;
  margin: 5px;
}
.c_btn:hover {
  opacity: 0.8;
  background-color: #fff;
  color: var(--c-main);
}
.c_btn:first-child {
  margin-left: 0;
}
.c_btn:last-child {
  margin-right: 0;
}
.c_btn.white {
  background-color: #fff;
  color: var(--c-main);
}
.c_btn.white:hover {
  background-color: var(--c-main);
  color: #fff;
}

.c_list_posts {
  word-break: break-all;
  font-feature-settings: "palt";
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 2rem;
  margin: 3rem auto;
  font-size: 1.4rem;
  line-height: 1.63;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 897px) {
  .c_list_posts {
    grid-template-columns: repeat(3, 1fr);
  }
  .c_list_posts a:hover {
    opacity: 0.7;
  }
}
.c_list_posts > li > a {
  display: block;
  background-color: #fff;
  position: relative;
}
.c_list_posts .tag {
  color: #15a5e5;
}
.c_list_posts .tag a {
  display: inline;
  color: inherit;
}
.c_list_posts .textBox {
  padding: 20px 0;
}
.c_list_posts .time {
  margin-bottom: 6px;
  color: #9ca0a3;
  font-size: 1.3rem;
}
.c_list_posts .image img {
  width: 100%;
}
.c_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.c_modal.is_open {
  display: grid;
  place-content: center;
}
.c_modal_inner {
  position: relative;
  background-color: #fff;
  padding: 20px 10px;
  max-width: 600px;
  width: auto;
}
.c_modal_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: none;
  outline: none;
  border: none;
  font-size: 50px;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  line-height: 0.8;
  display: inline-block;
}
.c_modal_btn::before {
  content: "×";
}
.c_modal_content a:hover {
  opacity: 0.8;
}

.c_hr_center {
  display: block;
  margin: 40px auto 0;
  width: 48px;
  height: 4px;
  background-color: var(--c-main);
  border: none;
}
@media (max-width: 896px) {
  .c_hr_center {
    width: 30px;
    height: 3px;
  }
}

.c_form_mv {
  margin: 2rem auto;
  max-width: 600px;
}
@media (min-width: 897px) {
  .c_form_mv {
    display: flex;
    width: 100%;
    gap: 10px;
  }
  .c_form_mv .blc_left {
    flex: 1 0 300px;
  }
  .c_form_mv .blc_left > *:last-child {
    margin-bottom: 0;
  }
  .c_form_mv .blc_right {
    flex: 1 1 300px;
  }
  .c_form_mv .blc_right [type=submit] {
    height: 100%;
  }
}
.c_form_mv .blc_left {
  margin-bottom: 1rem;
}
.c_form_mv .blc_right {
  margin-bottom: 1rem;
}
.c_form_mv [type=text],
.c_form_mv [type=tel],
.c_form_mv [type=url],
.c_form_mv [type=email],
.c_form_mv [type=password],
.c_form_mv textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid var(--c-gray);
  box-shadow: 0 0 3px inset var(--c-gray);
  margin: 0 0 5px;
}
.c_form_mv [type=submit] {
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  font-size: 2.2rem;
  background-color: var(--c-accent);
  white-space: normal;
  cursor: pointer;
  transition: 0.3s;
}
.c_form_mv [type=submit]:hover {
  opacity: 0.7;
}

.c_form_suggest {
  margin: 2rem auto;
  max-width: 1000px;
  padding: 10px 20px;
  border-radius: 10px;
}
@media (max-width: 896px) {
  .c_form_suggest [type=email] {
    margin: 7px 0px !important;
  }
}
@media (min-width: 897px) {
  .c_form_suggest {
    display: flex;
    width: 100%;
    gap: 5px;
  }
  .c_form_suggest .blc_left {
    flex: 1 1 800px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2px;
  }
  .c_form_suggest .blc_right {
    flex: 1 0 200px;
  }
}
.c_form_suggest .blc_left {
  margin: 1rem 0;
}
.c_form_suggest .blc_right {
  margin: 1rem 0;
}
.c_form_suggest [type=text],
.c_form_suggest [type=tel],
.c_form_suggest [type=url],
.c_form_suggest [type=email],
.c_form_suggest [type=password],
.c_form_suggest textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  min-height: 60px;
  border: 1px solid var(--c-gray);
  box-shadow: 0 0 3px inset var(--c-gray);
  margin: 0;
}
.c_form_suggest [type=submit] {
  min-height: 60px;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  font-size: 2.2rem;
  background-color: var(--c-accent);
  white-space: normal;
  cursor: pointer;
  transition: 0.3s;
}
.c_form_suggest [type=submit]:hover {
  opacity: 0.7;
}

.c_list_cross {
  font-size: 16px;
  display: grid;
  gap: 40px;
  margin: 40px 0;
}
@media (min-width: 897px) {
  .c_list_cross {
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.c_list_cross > li {
  border: 1px solid var(--c-main);
  position: relative;
}
.c_list_cross > li::before {
  color: var(--c-main);
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
@media (min-width: 897px) {
  .c_list_cross > li:not(:nth-child(3n+1))::before {
    content: "×";
    font-size: 36px;
    top: 50%;
    left: -30px;
  }
}
@media (max-width: 896px) {
  .c_list_cross > li:not(:first-of-type)::before {
    content: "×";
    top: -20px;
    left: 50%;
  }
}
.c_list_cross .heading {
  margin: 0;
  background-color: var(--c-main);
  color: white;
  padding: 10px;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.c_list_cross .textbox {
  padding: 10px;
  font-size: 20px;
}
.c_list_cross .textbox > *:last-child {
  margin-bottom: 0;
}
.c_list_dot {
  font-size: 16px;
}
.c_list_dot > li {
  padding-left: 18px;
  text-indent: -18px;
  margin-bottom: 10px;
}
.c_list_dot > li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--c-main);
  border-radius: 50%;
  margin-right: 5px;
}
.c_list_dot a {
  text-decoration: underline;
}

.c_list_step {
  counter-reset: cnt;
  position: relative;
  z-index: 0;
}
.c_list_step > li {
  counter-increment: cnt;
  background-color: #f3f5fa;
  padding: 16px;
  position: relative;
}
@media (min-width: 897px) {
  .c_list_step > li {
    padding: 16px 60px;
    display: flex;
    gap: 40px;
    min-height: 225px;
  }
}
.c_list_step > li:not(:last-of-type) {
  margin-bottom: 40px;
}
.c_list_step > li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  height: 100%;
  width: 1px;
  background-color: var(--c-main);
}
@media (min-width: 897px) {
  .c_list_step > li:not(:first-of-type)::before {
    left: 120px;
  }
}
.c_list_step .col_left {
  color: var(--c-main);
  flex: 0 0 120px;
  text-align: center;
}
.c_list_step .col_right {
  flex: 1 1 510px;
}
.c_list_step .step {
  font-size: 18px;
  margin-bottom: 5px;
}
.c_list_step .step strong {
  font-size: 32px;
  margin-left: 3px;
}
.c_list_step .icon {
  display: grid;
  place-items: center;
  width: 117px;
  height: 117px;
  border: 1px solid var(--c-main);
  border-radius: 50%;
  margin: 0 auto;
}
.c_list_step .icon img {
  width: 82px;
}
.c_list_step .title {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 897px) {
  .c_list_step .title {
    font-size: 32px;
  }
}
.c_list_step .heading {
  color: var(--c-main);
  font-size: 18px;
  margin-bottom: 8px;
}
.c_list_step .heading.black {
  color: var(--c-font);
}
@media (min-width: 897px) {
  .c_list_step .heading {
    font-size: 20px;
  }
}
.c_list_step p {
  font-size: 16px;
}
.c_list_step a {
  color: var(--c-main);
  text-decoration: underline;
}

.c_list_feature {
  counter-reset: cnt;
  font-size: 16px;
  display: grid;
  gap: 20px;
  margin: 40px 0;
}
@media (min-width: 897px) {
  .c_list_feature {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c_list_feature > li {
  counter-increment: cnt;
  border: 1px solid var(--c-font);
  margin-top: 103px;
  padding: 10px;
}
.c_list_feature > li > *:last-child {
  margin-bottom: 0;
}
.c_list_feature .circle {
  background-color: var(--c-main);
  padding: 5px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 206px;
  border-radius: 50%;
  margin: -113px auto 20px;
}
.c_list_feature .circle::before {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  content: "0" counter(cnt);
  color: var(--c-main);
  -webkit-text-stroke: 1px #fff;
}
.c_list_feature .circle img {
  margin-top: 10px;
}
.c_list_feature .heading {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
.c_list_feature p {
  margin-bottom: 1em;
}

.c_ul {
  list-style: outside disc;
  margin-left: 1.2em;
  margin-top: 10px;
  font-size: 16px;
}

.c_slider_post {
  max-width: 680px;
  position: relative;
}
.c_slider_post.slick-slider {
  margin: 40px auto 60px;
}
.c_slider_post .slick-arrow {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.c_slider_post .slick-arrow.slick-prev {
  left: 0;
}
.c_slider_post .slick-arrow.slick-next {
  right: 0;
}
.c_slider_post .slick-arrow.slick-prev::before, .c_slider_post .slick-arrow.slick-next::before {
  color: #09156e;
  font-size: 30px;
}
.c_slider_post .slick-dots {
  bottom: 0;
  list-style: none;
  line-height: 0.8;
}
.c_slider_post .slick-dots li {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.c_slider_post .slick-dots li::before {
  content: "";
}
.c_slider_post .slick-dots li button {
  padding: 3px;
  width: 16px;
  height: 16px;
}
.c_slider_post .slick-dots li button::before {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.c_slider_post .slick-dots li.slick-active button::before {
  color: #09156e;
}

.c_list_num {
  margin: 40px auto;
  position: relative;
  z-index: 1;
  counter-reset: count;
}
.c_list_num > li {
  counter-increment: count;
  position: relative;
  margin-top: 70px;
  background-color: #fff;
  border: 1px solid var(--c-main);
  padding: 20px;
}
.c_list_num > li::before {
  content: "0" counter(count);
  font-family: var(--f-sans);
  color: var(--c-main);
  -webkit-text-stroke: 1px #fff;
  font-size: 32px;
  font-weight: bold;
  background-color: var(--c-main);
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
}
@media (min-width: 897px) {
  .c_list_num {
    padding: 0 90px;
  }
  .c_list_num > li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
    padding: 30px;
  }
  .c_list_num > li::before {
    width: calc(50vw - 15%);
    text-align: right;
    font-size: 60px;
    padding: 10px 0;
    padding-right: 16%;
    top: -30px;
    bottom: unset;
    left: unset;
    right: 85%;
  }
  .c_list_num .image {
    flex: 0 0 90px;
  }
  .c_list_num .text {
    flex: auto;
    padding: 0 80px 0 0;
  }
  .c_list_num .acc_label {
    bottom: 0;
    right: 20px;
  }
}
.c_list_num .text {
  position: relative;
  padding: 0 0 40px;
}
.c_list_num .image {
  text-align: center;
}
.c_list_num .acc_label {
  position: absolute;
  background-color: unset;
  outline: none;
  border: none;
  bottom: 0;
  right: 0px;
}
.c_list_num .acc_label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid var(--c-main);
  border-right: 5px solid var(--c-main);
  transform: rotate(45deg);
  transition: all 0.3s;
}
.c_list_num .acc_label:hover {
  opacity: 0.7;
}
.c_list_num .acc_label.is_open::before {
  transform: rotate(-135deg);
}
.c_list_num .title {
  font-size: 24px;
  color: var(--c-main);
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 897px) {
  .c_list_num .title {
    font-size: 32px;
  }
}

.c_list_casepost {
  display: grid;
  gap: 30px;
  margin: 40px 0;
}
@media (min-width: 897px) {
  .c_list_casepost {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c_list_casepost > li {
  max-width: 480px;
  margin: 0 auto;
}
.c_list_casepost > li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c_list_casepost > li > a .text {
  flex: auto;
}
.c_list_casepost a {
  transition: 0.3s;
}
.c_list_casepost a:hover {
  opacity: 0.7;
}
.c_list_casepost .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c_list_casepost .text {
  padding: 50px 30px 75px;
  font-size: 16px;
  background-color: #fff;
}
.c_list_casepost .text > *:last-child {
  margin-bottom: 0;
}
.c_list_casepost .cat {
  margin: 0;
  color: var(--c-gray);
  font-size: 12px;
}
.c_list_casepost .title {
  margin-top: 1em;
  font-size: 16px;
  font-weight: bold;
}
.c_list_casepost p {
  margin-bottom: 1em;
}

.c_list_post {
  display: grid;
  gap: 30px 3%;
  margin: 40px 0;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media (min-width: 897px) {
  .c_list_post {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c_list_post > li {
  max-width: 480px;
  margin: 0 auto;
}
.c_list_post > li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c_list_post > li > a .text {
  flex: auto;
}
.c_list_post a {
  transition: 0.3s;
}
.c_list_post a:hover {
  opacity: 0.7;
}
.c_list_post .cat {
  margin: 0 0 10px;
  background-color: var(--c-gray);
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.c_list_post .cat.blue {
  background-color: #6292ec;
}
.c_list_post .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c_list_post .text {
  padding: 30px 20px 50px;
  font-size: 12px;
  background-color: var(--c-gray-l);
}
.c_list_post .text > *:last-child {
  margin-bottom: 0;
}
.c_list_post .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.c_list_post .link {
  text-align: right;
}
.c_list_post p {
  margin-bottom: 1em;
  font-size: 12px;
}

.c_dl_faq {
  margin: 2rem auto;
  max-width: 980px;
}
.c_dl_faq dt,
.c_dl_faq dd {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 300;
}
.c_dl_faq dt::before,
.c_dl_faq dd::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: "";
  background-color: #a6c8fd;
  color: #fff;
  font-weight: normal;
  width: 50px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 50%;
}
.c_dl_faq dt {
  color: #2075fb;
  font-weight: 600;
  margin: 40px 0 0;
}
.c_dl_faq dt::before {
  content: "Q";
}
.c_dl_faq [data-acc-label] {
  position: relative;
  top: 0;
  transition: 0.3s;
}
.c_dl_faq [data-acc-label]:hover {
  top: -3px;
  opacity: 0.7;
}
.c_dl_faq dd {
  margin: 20px 0 0;
}
.c_dl_faq dd::before {
  content: "A";
  background-color: #c9caca;
}
@media (min-width: 897px) {
  .c_dl_faq dt,
  .c_dl_faq dd {
    gap: 26px;
    font-size: 22px;
  }
  .c_dl_faq dt::before,
  .c_dl_faq dd::before {
    width: 70px;
    font-size: 28px;
  }
}
@media (min-width: 897px) {
  .c_dl_faq dt {
    font-size: 25px;
  }
}

.c_dl_faq__simple {
  margin: 32px auto;
  max-width: 860px;
  font-size: 14px;
  counter-reset: item;
}
@media (min-width: 897px) {
  .c_dl_faq__simple {
    font-size: 16px;
    margin: 64px auto;
  }
}
.c_dl_faq__simple dt,
.c_dl_faq__simple dd {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c_dl_faq__simple dt::before,
.c_dl_faq__simple dd::before {
  flex: 0 0 32px;
  font-size: 16px;
}
@media (min-width: 897px) {
  .c_dl_faq__simple dt::before,
  .c_dl_faq__simple dd::before {
    flex: 0 0 46px;
  }
}
.c_dl_faq__simple dt {
  color: var(--c-main);
  font-weight: 700;
  counter-increment: item;
  font-size: 16px;
}
@media (min-width: 897px) {
  .c_dl_faq__simple dt {
    font-size: 20px;
  }
}
.c_dl_faq__simple dt::before {
  content: "Q" counter(item) ".";
  font-weight: 500;
}
.c_dl_faq__simple .entry {
  border-bottom: 1px solid #9ca0a3;
  padding: 20px 5px;
}
@media (min-width: 897px) {
  .c_dl_faq__simple .entry {
    padding: 32px 20px;
  }
}
.c_dl_faq__simple dd {
  margin: 16px 0 0;
}
.c_dl_faq__simple dd::before {
  content: "";
}
.c_blc_bg {
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 897px) {
  .c_blc_bg {
    padding: 40px 80px;
  }
}

.c_btn_tri {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  min-width: 220px;
  min-height: 46px;
  padding: 10px 26px;
  color: #fff;
  background-color: #09156e;
  border: 1px solid #09156e;
  transition: all 0.3s;
  margin: 5px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 897px) {
  .c_btn_tri {
    min-width: 300px;
  }
}
.c_btn_tri::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
  transition: all 0.3s;
}
.c_btn_tri:hover {
  opacity: 0.8;
  background-color: #fff;
  color: #09156e;
}
.c_btn_tri:hover::after {
  background-color: #09156e;
}
.c_btn_tri:first-child {
  margin-left: 0;
}
.c_btn_tri:last-child {
  margin-right: 0;
}

.c_submit_tri {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  min-width: 220px;
  min-height: 46px;
  color: #fff;
  background-color: #09156e;
  border: 1px solid #09156e;
  transition: all 0.3s;
  margin: 5px;
  position: relative;
  cursor: pointer;
}
.c_submit_tri [type=submit] {
  width: 100%;
  height: 100%;
  padding: 10px 26px;
  color: inherit;
  background-color: inherit;
  outline: none;
  border: none;
  cursor: inherit;
}
@media (min-width: 897px) {
  .c_submit_tri {
    min-width: 300px;
  }
}
.c_submit_tri::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
  transition: all 0.3s;
}
.c_submit_tri:hover {
  opacity: 0.8;
  background-color: #fff;
  color: #09156e;
}
.c_submit_tri:hover::after {
  background-color: #09156e;
}
.c_submit_tri:first-child {
  margin-left: 0;
}
.c_submit_tri:last-child {
  margin-right: 0;
}

.c_list_service {
  margin: 80px auto 0;
}
@media (max-width: 896px) {
  .c_list_service {
    margin: 40px auto 0;
  }
}
.c_list_service > li {
  background-color: #fff;
  box-shadow: rgba(0, 122, 255, 0.3) 12px 12px 25px;
}
@media (max-width: 896px) {
  .c_list_service > li {
    box-shadow: rgba(0, 122, 255, 0.3) 4px 4px 10px;
    padding: 16px;
  }
}
@media (min-width: 897px) {
  .c_list_service > li {
    box-shadow: rgba(0, 122, 255, 0.3) 4px 4px 10px;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding: 80px 60px;
  }
  .c_list_service > li .col_left {
    flex: 0 1 300px;
  }
  .c_list_service > li .col_right {
    flex: 0 1 670px;
  }
}
.c_list_service .img {
  text-align: center;
}
@media (max-width: 896px) {
  .c_list_service .img {
    margin-top: 2rem;
  }
}
@media (min-width: 897px) {
  .c_list_service .heading {
    font-size: 22px;
    margin-bottom: 68px;
  }
}

.c_list_result {
  margin: 80px auto 0;
  max-width: 900px;
}
@media (max-width: 896px) {
  .c_list_result {
    margin: 40px auto 0;
  }
}
.c_list_result .blc_title {
  padding: 20px 10px;
}
@media (min-width: 897px) {
  .c_list_result .blc_title {
    font-size: 25px;
    padding: 40px 10px;
  }
}
.c_list_result .blc_content {
  padding: 20px 10px;
}
@media (min-width: 897px) {
  .c_list_result .blc_content {
    padding: 40px 50px;
  }
}

.c_caseBox {
  margin: 0 auto 51px;
  padding: 36px 70px 48px 70px;
  max-width: 1140px;
  display: flex;
  position: relative;
  left: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.c_caseBox.new::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 60px;
  height: 60px;
  background: url("../img/common/writinglp_icon02.png") no-repeat center/100%;
}
@media all and (max-width: 896px) {
  .c_caseBox {
    margin-bottom: 20px;
    padding: 20px;
    display: block;
    left: 0;
  }
  .c_caseBox:nth-of-type(1)::before {
    width: 50px;
    height: 50px;
    left: -15px;
    top: -20px;
  }
}
.c_caseBox .lBox {
  width: 370px;
  margin-right: 20px;
}
.c_caseBox .lBox h3 {
  margin-bottom: 10px;
  font-size: 3.5rem;
  letter-spacing: 0.025em;
}
.c_caseBox .lBox p {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 1.3rem;
}
.c_caseBox .lBox .link {
  margin-bottom: -6px;
}
.c_caseBox .lBox .link a {
  color: #2f98ec;
  font-size: 1.3rem;
}
.c_caseBox .lBox .link a:hover {
  text-decoration: underline;
}
.c_caseBox .lBox .photo {
  position: relative;
  left: -25px;
}
@media all and (max-width: 896px) {
  .c_caseBox .lBox {
    margin-right: 0;
    width: auto;
    text-align: center;
  }
  .c_caseBox .lBox h3 {
    margin-bottom: 4px;
    font-size: 2.2rem;
  }
  .c_caseBox .lBox p {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .c_caseBox .lBox .link a {
    font-size: 1.2rem;
  }
  .c_caseBox .lBox .photo {
    width: 100%;
    margin-left: 12px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c_caseBox .rBox {
  margin-top: 14px;
  flex: 1;
}
.c_caseBox .rBox dl {
  padding: 23px 29px 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: #f2f2f2;
}
.c_caseBox .rBox dt {
  margin: 0 26px 17px 0;
  padding: 2px 20px 4px;
  width: 105px;
  height: 30px;
  background-color: #727171;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.c_caseBox .rBox dt::after {
  content: "";
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.c_caseBox .rBox dt:first-of-type {
  margin-top: 7px;
}
.c_caseBox .rBox dd {
  color: #3e3a39;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.588;
  width: calc(100% - 144px);
}
.c_caseBox .rBox .point {
  margin: 30px 0 6px;
  display: block;
}
.c_caseBox .rBox .point:first-of-type {
  margin-top: 0;
}
.c_caseBox .rBox .point .inner {
  padding: 0 15px;
  display: inline-block;
  border: 2px solid #2f5cce;
  color: #2f5cce;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.46;
}
.c_caseBox .rBox .col {
  margin-bottom: 8px;
  display: block;
  color: #2f5cce;
  font-size: 2.4rem;
  line-height: 1.125;
  font-weight: 700;
}
.c_caseBox .rBox .col small {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.588;
}
.c_caseBox .rBox .col .arrow {
  display: inline-block;
  margin: 0 14px 0 12px;
}
.c_caseBox .rBox .img {
  padding: 28px 30px 32px 30px;
  background-color: #fafafa;
  text-align: center;
}
@media all and (max-width: 896px) {
  .c_caseBox .rBox dl {
    padding: 20px;
    display: block;
  }
  .c_caseBox .rBox dt {
    margin: 0 auto 8px !important;
    height: 24px;
    font-size: 1.2rem;
  }
  .c_caseBox .rBox dd {
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.4rem;
  }
  .c_caseBox .rBox dd:last-of-type {
    margin-bottom: 0;
  }
  .c_caseBox .rBox .point {
    margin-top: 15px;
  }
  .c_caseBox .rBox .point .inner {
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .c_caseBox .rBox .col {
    font-size: 1.8rem;
  }
  .c_caseBox .rBox .col small {
    font-size: 1.4rem;
  }
  .c_caseBox .rBox .img {
    padding: 15px;
  }
  .c_caseBox .rBox .img img {
    width: 100%;
  }
}

.c_card {
  background-color: #fff;
  border: 1px solid var(--c-sub);
  box-shadow: rgba(0, 122, 255, 0.3) 12px 12px 25px;
}
@media (max-width: 896px) {
  .c_card {
    box-shadow: rgba(0, 122, 255, 0.3) 4px 4px 10px;
  }
}
.c_card .blc_title {
  background-color: var(--c-sub);
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 15px 10px;
  margin: 0;
}
.c_card .blc_title small {
  font-size: 12px;
}
@media (min-width: 897px) {
  .c_card .blc_title {
    font-size: 32px;
  }
  .c_card .blc_title small {
    font-size: 26px;
  }
}
.c_card .heading {
  font-size: 18px;
  font-weight: 500;
  color: var(--c-sub);
  margin-top: 5px;
  line-height: 1.8;
}
@media (min-width: 897px) {
  .c_card .heading {
    font-size: 24px;
  }
}

.c_list_case {
  margin: 100px auto 0;
}
@media (max-width: 896px) {
  .c_list_case {
    margin: 40px auto 0;
  }
}
.c_list_case > li {
  margin-top: 60px;
}
@media (max-width: 896px) {
  .c_list_case > li {
    margin-top: 40px;
  }
}
.c_list_case .blc_title {
  padding: 20px 10px;
}
@media (min-width: 897px) {
  .c_list_case .blc_title {
    font-size: 36px;
    padding: 40px 10px;
  }
}
.c_list_case .blc_title span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 10px;
  min-width: 120px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 200px;
}
@media (min-width: 897px) {
  .c_list_case .blc_title span {
    min-width: 180px;
    font-size: 24px;
    margin: 0 auto 20px;
  }
}
.c_list_case .blc_content {
  padding: 20px 10px;
}
@media (min-width: 897px) {
  .c_list_case .blc_content {
    padding: 40px 50px;
  }
}
.c_list_case .blc_content p {
  max-width: 780px;
  margin: 0 auto 1em;
  font-size: 18px;
}
@media (min-width: 897px) {
  .c_list_case .blc_content p {
    font-size: 24px;
  }
}
.c_list_case .blc_content .img {
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 897px) {
  .c_list_case .blc_content .img {
    margin: 80px 0 20px;
  }
}

.c_list_trouble {
  display: grid;
  margin: 60px auto 0;
}
@media (min-width: 897px) {
  .c_list_trouble {
    margin: 100px auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 896px) {
  .c_list_trouble {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.c_list_trouble > li {
  display: flex;
  flex-direction: column;
}
.c_list_trouble .img {
  margin: auto;
  text-align: center;
  padding: 1rem;
}
.c_list_trouble .blc_title {
  margin-top: auto;
}
.c_list_trouble .blc_title small {
  font-size: 0.78em;
}

.c_list_price {
  margin: 80px auto 0;
}
@media (max-width: 896px) {
  .c_list_price {
    margin: 40px auto 0;
  }
}
.c_list_price .blc_title {
  padding: 20px 10px;
}
.c_list_price .blc_content {
  padding: 30px 10px;
}
@media (min-width: 897px) {
  .c_list_price .blc_content {
    padding: 60px 100px;
  }
}

.c_price {
  color: var(--c-sub);
  border-bottom: 2px solid #f8b62d;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 897px) {
  .c_price {
    margin-bottom: 40px;
    font-size: 40px;
    display: flex;
    justify-content: space-between;
  }
  .c_price .name {
    flex: none;
  }
  .c_price .price {
    flex: auto;
  }
}
.c_price .name small {
  font-size: 14px;
}
@media (min-width: 897px) {
  .c_price .name small {
    font-size: 36px;
  }
}
.c_price .price small {
  font-size: 14px;
}
@media (min-width: 897px) {
  .c_price .price small {
    font-size: 18px;
  }
}
@media (min-width: 897px) {
  .c_price .price {
    display: flex;
    align-items: flex-end;
  }
  .c_price .price::before {
    display: inline-block;
    align-self: center;
    content: "";
    width: 10px;
    height: 1px;
    background-color: var(--c-sub);
    flex: auto;
    margin: 0 10px;
  }
}
@media (max-width: 896px) {
  .c_price .price {
    text-align: right;
    display: block;
  }
  .c_price .price::before {
    content: "ー";
  }
}

.c_different_list {
  margin: 0 -2px;
}
.c_different_list > li {
  margin-bottom: 30px;
  padding: 42px 40px 25px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: rgba(95, 142, 211, 0.3) 12px 12px 25px;
}
.c_different_list h3 {
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}
.c_different_list h3 small {
  margin: 0 auto 30px;
  padding: 1px 0;
  width: 144px;
  height: 34px;
  display: block;
  background-color: #f39800;
  border-radius: 17px;
  box-sizing: border-box;
  font-size: 1.9rem;
  color: #fff;
}
.c_different_list .imgBox {
  display: flex;
}
.c_different_list .textList {
  margin-right: 15px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.454;
}
.c_different_list .textList li {
  font-family: Meiryo, "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
  padding: 0 0 8px 30px;
  background: url("../img/common/writinglp_icon04.png") no-repeat left top 6px/22px 22px;
}
@media all and (min-width: 897px) {
  .c_different_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
  .c_different_list .textList {
    flex: 1 1 340px;
  }
  .c_different_list .photoBox {
    flex: 0 1 143px;
  }
}
@media all and (max-width: 896px) {
  .c_different_list > li {
    min-height: auto;
    padding: 20px;
    width: auto;
  }
  .c_different_list h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .c_different_list h3 small {
    padding: 0;
    margin-bottom: 10px;
    height: 22px;
    font-size: 1.4rem;
  }
  .c_different_list .imgBox {
    flex-direction: column-reverse;
  }
  .c_different_list .photoBox {
    margin: 0 auto 20px;
  }
  .c_different_list .textList {
    margin-right: 0;
    width: auto;
    font-size: 1.6rem;
  }
  .c_different_list .textList li {
    padding-left: 28px;
    background-size: 20px 20px;
  }
}

.c_list_staff {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  font-size: 14px;
}
.c_list_staff .item {
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
.c_list_staff .thumb {
  padding: 10px;
  background-color: #f2f2f2;
  text-align: center;
}
.c_list_staff .thumb img {
  margin: 0 auto;
}
.c_list_staff .text {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  background-color: #fff;
  flex: auto;
}

.c_list_staff2 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  font-size: 14px;
}
@media (min-width: 897px) {
  .c_list_staff2 {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }
}
.c_list_staff2 .headLine01.staff2 {
  margin-top: 10%;
}
.c_list_staff2 .item {
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
.c_list_staff2 .thumb {
  padding: 10px;
  background-color: #f2f2f2;
  text-align: center;
}
.c_list_staff2 .thumb img {
  margin: 0 auto;
}
.c_list_staff2 .text {
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  background-color: #fff;
  flex: auto;
}

/*バナー部分*/
.single-banner {
  width: 100%;
  margin: 20px auto 60px;
  display: block;
  text-align: center;
}
.single-banner a {
  transition: 0.5s;
}
.single-banner a:hover {
  opacity: 0.6;
}

/* project */
/*PC 右下バナー お問い合わせ*/
#div-btn-flooring {
  position: fixed;
  z-index: 999;
  max-width: 340px;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 80px;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
  background-color: #ffcd00;
  transform: scale(0);
  transition: all 0.3s ease-out;
  display: none;
  /*電話アイコン*/
}
@media (min-width: 897px) {
  #div-btn-flooring {
    bottom: 2px;
    right: 100px;
  }
}
@media (max-width: 896px) {
  #div-btn-flooring {
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translateX(-50%);
  }
}
#div-btn-flooring.toTop-show {
  transform: scale(1);
}
@media (max-width: 896px) {
  #div-btn-flooring.toTop-show {
    transform: translateX(-50%) scale(1);
  }
}
#div-btn-flooring.is_open {
  display: block;
}
#div-btn-flooring.div-btn-flooring-close {
  display: none;
}
#div-btn-flooring ul {
  font-size: 30px;
  color: #000;
  list-style: none;
}
#div-btn-flooring .btn_close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: -10px;
  top: -10px;
  z-index: 100;
  display: block;
  background: transparent url(../img/btn-flooring/icon_x.png) no-repeat center/contain;
  border: none;
  cursor: pointer;
}
@media (max-width: 896px) {
  #div-btn-flooring .btn_close {
    right: 0;
  }
}
#div-btn-flooring #img-flooring-x {
  position: absolute;
  height: 32px;
  right: -10px;
  top: -10px;
  z-index: 1000;
}
#div-btn-flooring #img-flooring-tel {
  height: 40px;
  padding-top: 6px;
  padding-right: 10px;
}
#div-btn-flooring #contact-soudan-text {
  font-size: 20px;
  margin-top: 6px;
}

.p_form_sidebar {
  padding: 20px 8px;
  background-color: #387eff;
  color: white;
}
.p_form_sidebar p {
  font-size: 12px;
  margin: 10px 0 0;
}
.p_form_sidebar p a {
  text-decoration: underline;
  color: white;
}
.p_form_sidebar [type=text],
.p_form_sidebar [type=tel],
.p_form_sidebar [type=email] {
  width: 100%;
  padding: 10px 5px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 16px;
}
.p_form_sidebar label {
  font-size: 1.5rem;
}
.p_form_sidebar [type=submit] {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 10px auto 0;
  background-color: #ffc100;
  color: #fff;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
}
.p_form_sidebar [type=submit]:hover, .p_form_sidebar [type=submit]:focus {
  opacity: 0.8;
}

.p_form_fixed {
  padding: 10px 10px;
}
.p_form_fixed p {
  font-size: 12px;
  margin: 10px 0 0;
}
.p_form_fixed p a {
  text-decoration: underline;
}
.p_form_fixed [type=text],
.p_form_fixed [type=tel],
.p_form_fixed [type=email] {
  width: 100%;
  padding: 10px 5px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 16px;
}
.p_form_fixed [type=submit] {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 10px auto 0;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
}

.p_catch {
  color: white;
  padding: 40px 0;
  background: var(--c-main) no-repeat center/cover;
}
.p_catch .breadcrumb__item {
  color: white;
}
.p_catch .breadcrumb {
  margin-bottom: 20px;
}
.p_catch .t_sec_title {
  margin: 2rem 0 1rem;
}
.p_catch .title {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 897px) {
  .p_catch .title {
    font-size: 40px;
  }
}
.p_catch .text {
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 897px) {
  .p_catch .text {
    font-size: 24px;
  }
}

.p_feature_service .list_bread {
  border: 1px solid var(--c-main);
  background-color: #f9f9f9;
  color: var(--c-main);
  padding: 5px;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 14px;
}
@media (min-width: 897px) {
  .p_feature_service .list_bread {
    padding: 16px;
    text-align: center;
    font-size: 20px;
  }
}
.p_feature_service .list_bread > li {
  display: inline-block;
}
.p_feature_service .list_bread > li:not(:first-of-type) {
  margin-left: 0.5em;
}
.p_feature_service .list_bread > li:not(:first-of-type)::before {
  content: "＞";
  margin-right: 0.5em;
}
.p_feature_service .lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 20px;
  max-width: 670px;
}
.p_feature_service .col_wrap {
  max-width: 550px;
  margin: 0 auto 20px;
}
@media (min-width: 897px) {
  .p_feature_service .col_wrap {
    display: flex;
    gap: 20px;
  }
}
.p_feature_service .col_wrap .col_left {
  font-size: 16px;
  margin-bottom: 20px;
}
.p_feature_service .col_wrap .col_left strong {
  font-size: 20px;
  color: var(--c-main);
}
.p_feature_service .col_wrap .col_right {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  font-size: 15px;
  flex: none;
  padding: 10px 16px;
  line-height: 1.6;
}
.p_feature_service .col_wrap .col_right span {
  display: block;
}
.p_feature_service .col_wrap .col_right span::first-letter {
  font-weight: bold;
  color: var(--c-main);
}

.p_sec_lead {
  padding: 60px 0;
  color: white;
  background: var(--c-main) url("../img/feature/bg_foot@2x.jpg") no-repeat center/cover;
  font-size: 16px;
}
@media (min-width: 897px) {
  .p_sec_lead {
    padding: 100px 0;
  }
}
.p_sec_lead p {
  margin-bottom: 1em;
}

.p_download_content {
  margin-top: 40px;
}

/* ウィジェット内目次 */
@media (max-width: 896px) {
  .widget.widget_toc {
    display: none;
  }
}
.widget .toc_widget_list {
  border: 1px dotted #d8d8d8;
  padding: 0px;
  margin-top: 20px;
  border: none;
  font-size: 1.4rem;
  list-style: none;
}
.widget .toc_widget_list ul {
  border: none;
  padding: 0;
  margin: 0;
}
.widget .toc_widget_list li {
  list-style: none;
  border: none;
  padding: 10px 0 0 10px;
  margin: 0;
}
.widget .toc_widget_list li::before {
  content: none;
}
.widget .toc_widget_list .toc_number {
  display: inline-block;
  color: #7f7f7f;
  background: #f2f2f2;
  padding: 3px 6px;
}

#toc_container .toc_title {
  font-weight: bold;
  font-size: 20px;
}
#toc_container .toc_toggle {
  font-size: 16px;
  font-weight: normal;
}
#toc_container .toc_toggle a:hover {
  font-weight: normal;
  border: none;
}
#toc_container .toc_list {
  border: 1px solid var(--c-gray);
  padding: 10px 12px;
  margin-top: 20px;
  font-size: 1.6rem;
}
#toc_container .toc_list ul {
  border: none;
  margin-left: 1em;
  font-size: 0.9em;
}
#toc_container .toc_list li {
  position: relative;
  margin: 8px 0;
  line-height: 1.5;
  list-style: none;
  border: none;
  font-size: inherit;
}
#toc_container .toc_list li a {
  color: inherit;
  transition: 0.2s;
}
#toc_container .toc_list li a:hover {
  color: #63acb7;
  border: none;
  font-weight: normal;
}
#toc_container .toc_list .toc_number {
  display: inline-block;
  color: #7f7f7f;
  background: var(--c-main-l);
  padding: 2px 4px;
  font-weight: bold;
}

.p_page_catch {
  color: var(--c-main);
  background-color: #f9f9f9;
  font-size: 1.8rem;
}
.p_page_catch .title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 2rem;
}
.p_page_catch p {
  margin-top: 1rem;
}
@media (min-width: 867px) {
  .p_page_catch p {
    text-align: center;
  }
}

.p_sec_catch {
  position: relative;
  width: 100%;
  background: url("../img/index/writinglp_main_img_bg.jpg") no-repeat center/cover;
  overflow: hidden;
}
.p_sec_catch .blc_text {
  padding: 30px 0;
}
@media (min-width: 897px) {
  .p_sec_catch .blc_text {
    padding: 80px 0 160px;
  }
}
.p_sec_catch .textBox {
  position: relative;
  z-index: 1;
}
.p_sec_catch .textBox h2 {
  color: #ffe200;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.196;
  margin-bottom: 8px;
  font-size: 2.7rem;
}
.p_sec_catch .textBox p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.461;
  font-size: 1.7rem;
}
@media (min-width: 897px) {
  .p_sec_catch .textBox h2 {
    margin-bottom: 23px;
    font-size: 5.6rem;
  }
  .p_sec_catch .textBox p {
    font-size: 2.6rem;
  }
}
@media (min-width: 897px) {
  .p_sec_catch .photoBox {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 51%;
    width: 645px;
  }
}
@media (max-width: 896px) {
  .p_sec_catch .photoBox {
    margin: 20px auto 0;
    width: 300px;
  }
}
.p_sec_catch .blc_contact {
  padding: 29px 0 32px;
}
@media (min-width: 897px) {
  .p_sec_catch .blc_contact {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 896px) {
  .p_sec_catch .blc_contact {
    padding: 20px 0;
    bottom: 0px;
  }
}

.p_archive_link {
  margin-bottom: 5rem;
  text-align: right;
}
.p_archive_link .c_btn {
  min-width: 120px;
  min-height: 40px;
  padding: 5px;
  border-radius: 5px;
}

.p_sec_footcta {
  width: 100%;
  background-color: var(--c-main);
  padding: 20px 0;
}
.p_sec_footcta .l-inner {
  color: #fff;
}
@media (min-width: 897px) {
  .p_sec_footcta .l-inner {
    display: flex;
    justify-content: center;
  }
  .p_sec_footcta .l-inner .item {
    flex: 1 1 300px;
  }
}
.p_sec_footcta .item {
  padding: 30px;
}
@media (max-width: 896px) {
  .p_sec_footcta .item {
    padding: 20px 5px;
  }
}
@media (min-width: 897px) {
  .p_sec_footcta .item:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 896px) {
  .p_sec_footcta .item:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
}
.p_sec_footcta .heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.2em;
}
.p_sec_footcta .form-btn {
  font-size: 1.2em;
  display: inline-block;
  padding: 16px 5px;
  padding: 10px 5px;
  margin: 25px 0 25px;
  border-radius: 5px;
  border: 3px solid #fff;
  color: var(--c-main);
  background-color: #fff;
  text-align: center;
  width: 100%;
  max-width: 320px;
}
.p_sec_footcta .form-btn:hover {
  border: 3px solid #fff;
  color: #fff;
  background-color: var(--c-main);
}
.p_sec_logo a {
  text-align: center;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 5px;
}
.p_sec_logo a:hover img {
  opacity: 0.6;
}
.p_sec_logo img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

.p_sec_suggest {
  padding: 3rem 0;
  background-color: var(--c-main-l);
}

.p_sec_cta {
  background-color: var(--c-main);
  color: white;
}
.p_sec_cta .heading {
  font-size: 24px;
  text-align: center;
}
@media (min-width: 897px) {
  .p_sec_cta .heading {
    font-size: 32px;
  }
}
.p_sec_cta .lead {
  text-align: center;
}
.p_sec_cta .btn {
  display: block;
  padding: 16px;
  background-color: #fff;
  color: var(--c-main);
  max-width: 300px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 40px auto;
  transition: all 0.3s;
}
.p_sec_cta .btn:hover, .p_sec_cta .btn:focus-within {
  opacity: 0.7;
}
.p_sec_cta p {
  font-size: 16px;
  margin-top: 1em;
}
.p_sec_cta small {
  font-size: 0.8em;
}

.p_service {
  padding-bottom: 50px;
}
.p_service_list {
  display: grid;
  margin: 30px 0;
  margin-top: -20px;
  gap: 20px;
  font-size: 1.4rem;
  line-height: 1.63;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 897px) {
  .p_service_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p_service_list > li {
  background-color: #fff;
  border: 2px solid #edeff4;
  padding: 16px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 897px) {
  .p_service_list > li {
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
  }
  .p_service_list > li .text {
    flex: 1 1 auto;
    width: 239px;
  }
}
.p_service_list p {
  margin-top: 1em;
  font-size: 1.45rem;
  line-height: 2;
  font-weight: normal;
}
.p_service_list .title {
  font-family: var(--f-sans);
  font-size: 2rem;
  margin-bottom: 7px;
  line-height: 1.21;
  padding-bottom: 3px;
}
.p_service_list .image {
  padding-top: 70px;
  width: 180px;
  margin: -4vh auto 0px auto;
}
@media (max-width: 997px) {
  .p_service_list .image {
    width: 125px;
  }
}
.p_flow_lead p {
  margin-top: 1em;
}
.p_flow_step .box_bd {
  border: 1px solid var(--c-main);
  max-width: 670px;
  margin: 1rem auto;
  padding: 20px 16px;
}
.p_flow_step .img {
  text-align: center;
}

.p_top_mv {
  position: relative;
  z-index: 1;
  color: white;
  padding: 50px 0;
  background-color: var(--c-main);
}
@media (min-width: 897px) {
  .p_top_mv {
    padding: 140px 0;
  }
}
.p_top_mv .bg video {
  opacity: 0.7;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_top_mv .maincopy {
  font-size: clamp(20px, 5vw, 40px);
  font-weight: bold;
  margin-bottom: 30px;
}
.p_top_mv .copy {
  font-size: 12px !important;
  font-weight: bold;
  max-width: 460px;
  margin-bottom: 50px;
}
.p_top_book .intro {
  max-width: 750px;
  margin: 40px auto;
}
@media (min-width: 897px) {
  .p_top_book .intro {
    display: flex;
    gap: 40px;
  }
}
.p_top_book .intro .image {
  text-align: center;
  flex: 0 0 170px;
  margin-bottom: 20px;
  font-size: 16px;
}
.p_top_book .intro .text {
  flex: auto;
  margin-bottom: 20px;
}
.p_top_book .intro .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.p_top_service {
  display: grid;
  gap: 20px;
  margin: 40px 0;
}
@media (min-width: 897px) {
  .p_top_service {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  }
}
.p_top_service > li {
  background-color: #fff;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  margin: 20px auto 0;
  display: grid;
  place-items: center;
  min-height: 264px;
  font-size: 16px;
}
.p_top_service .bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_top_service .title {
  text-align: center;
  color: var(--c-main);
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: 0;
  font-size: 24px;
}
@media (min-width: 897px) {
  .p_top_service .title {
    font-size: 32px;
  }
}

.p_single_thumb {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
}

.p_lp_market .l_inner {
  max-width: 1210px;
}
@media (min-width: 897px) {
  .p_lp_market .l_section {
    padding: 120px 0;
  }
}
.p_lp_market .h2 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 897px) {
  .p_lp_market .h2 {
    margin-bottom: 50px;
    font-size: 40px;
  }
}
.p_lp_market .title_blc .text {
  margin-bottom: 50px;
  margin-top: 1em;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 897px) {
  .p_lp_market .title_blc .text {
    font-size: 18px;
  }
}
.p_lp_market .sec_mv {
  padding: 5rem 0;
  background: transparent url(../img/lp_market/bg_mv@2x.jpg) no-repeat center/cover;
}
@media (min-width: 897px) {
  .p_lp_market .sec_mv {
    padding: 80px 0;
  }
}
.p_lp_market .sec_mv .l_inner {
  position: relative;
}
.p_lp_market .sec_mv .abs_btns {
  position: absolute;
  top: -4rem;
  right: 0px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 897px) {
  .p_lp_market .sec_mv .abs_btns {
    gap: 20px;
    top: -60px;
  }
}
.p_lp_market .sec_mv .abs_btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  font-weight: bold;
  padding: 5px;
  width: 40px;
  height: 40px;
}
@media (min-width: 897px) {
  .p_lp_market .sec_mv .abs_btns .btn {
    width: 80px;
    height: 80px;
  }
}
.p_lp_market .sec_mv .abs_btns .btn:hover {
  background-color: var(--c-main);
  color: #fff;
}
.p_lp_market .sec_mv .copy {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 897px) {
  .p_lp_market .sec_mv .copy {
    font-size: 26px;
  }
}
.p_lp_market .sec_mv .maincopy {
  font-weight: bold;
  line-height: 1.4;
  font-size: 24px;
  margin-top: 16px;
  color: var(--c-main);
}
.p_lp_market .sec_mv .maincopy strong {
  font-size: 1.36em;
  line-height: 1.2;
}
@media (min-width: 897px) {
  .p_lp_market .sec_mv .maincopy {
    font-size: 42px;
  }
}
.p_lp_market .sec_mv .text {
  font-size: 14px;
  margin-top: 16px;
}
.p_lp_market .sec_nayami {
  position: relative;
  padding-bottom: 40px;
}
.p_lp_market .sec_nayami::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 897px) {
  .p_lp_market .sec_nayami::before {
    height: 80px;
  }
}
.p_lp_market .list_problem {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  counter-reset: count;
  color: var(--c-gray);
  margin-top: 2em;
}
@media (min-width: 897px) {
  .p_lp_market .list_problem {
    gap: 44px;
  }
}
.p_lp_market .list_problem > li {
  counter-increment: count;
}
.p_lp_market .list_problem .img img {
  width: 100%;
}
.p_lp_market .list_problem .heading {
  background-color: var(--c-main);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  margin: 0;
}
.p_lp_market .list_problem .text {
  position: relative;
  padding: 10px;
  padding-right: 50px;
  font-size: 16px;
  min-height: 68px;
}
@media (min-width: 897px) {
  .p_lp_market .list_problem .text {
    padding-right: 77px;
    min-height: 100px;
  }
}
.p_lp_market .list_problem .text::after {
  position: absolute;
  bottom: 6px;
  right: 0;
  color: var(--c-main);
  content: "0" counter(count);
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 897px) {
  .p_lp_market .list_problem .text::after {
    font-size: 64px;
  }
}
.p_lp_market .sec_solve {
  background: transparent url(../img/lp_market/bg_solve@2x.jpg) no-repeat center/cover;
  padding-top: 120px;
}
@media (min-width: 897px) {
  .p_lp_market .sec_solve {
    padding-top: 180px;
  }
}
.p_lp_market .sec_solve .lead {
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  text-align: center;
  margin-bottom: 1.5em;
}
.p_lp_market .sec_solve .lead strong {
  font-size: 1.25em;
  color: var(--c-main);
}
@media (min-width: 897px) {
  .p_lp_market .sec_solve .lead {
    font-size: 32px;
  }
}
.p_lp_market .list_solve {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  counter-reset: count;
  color: var(--c-gray);
  margin-top: 2em;
}
@media (min-width: 897px) {
  .p_lp_market .list_solve {
    gap: 50px 8.4%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p_lp_market .list_solve > li {
  counter-increment: count;
  background: #fff linear-gradient(100deg, var(--c-main-ml), var(--c-main));
  padding: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 897px) {
  .p_lp_market .list_solve > li {
    padding: 40px;
  }
}
.p_lp_market .list_solve > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #fff;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p_lp_market .list_solve .title {
  color: var(--c-gray);
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media (min-width: 897px) {
  .p_lp_market .list_solve .title {
    font-size: 30px;
  }
}
.p_lp_market .list_solve .text {
  position: relative;
  font-size: 16px;
}
@media (min-width: 897px) {
  .p_lp_market .list_solve .text {
    font-size: 18px;
    padding-right: 158px;
    min-height: 100px;
  }
}
.p_lp_market .list_solve .num {
  color: var(--c-main);
  content: "0" counter(count);
  line-height: 1;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 897px) {
  .p_lp_market .list_solve .num {
    position: absolute;
    bottom: 20px;
    right: 20px;
    bottom: 30px;
    right: 40px;
    font-size: 22px;
  }
}
.p_lp_market .list_solve .num strong {
  font-weight: bold;
  font-size: 50px;
  display: block;
  line-height: 1;
}
@media (min-width: 897px) {
  .p_lp_market .list_solve .num strong {
    font-size: 100px;
  }
}
.p_lp_market .list_reason {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  color: var(--c-gray);
  margin-top: 2em;
}
@media (min-width: 897px) {
  .p_lp_market .list_reason {
    gap: 44px;
  }
}
.p_lp_market .list_reason .img img {
  width: 100%;
}
.p_lp_market .list_reason .text {
  position: relative;
  padding: 10px;
  font-size: 16px;
  color: var(--c-gray);
}
@media (min-width: 897px) {
  .p_lp_market .list_reason .text {
    min-height: 100px;
  }
}
.p_lp_market .list_reason .text p {
  margin-top: 1em;
}
.p_lp_market .list_reason .heading {
  color: var(--c-main);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  min-height: 2.8em;
}
@media (min-width: 897px) {
  .p_lp_market .list_reason .heading {
    font-size: 24px;
  }
}
.p_lp_market .list_service {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  color: var(--c-gray);
  margin: 2em 0;
  padding: 10px;
  font-size: 16px;
}
@media (min-width: 897px) {
  .p_lp_market .list_service {
    padding: 20px;
    gap: 70px 11%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p_lp_market .list_service > li {
  background-color: #fff;
  padding: 16px;
  position: relative;
}
@media (min-width: 897px) {
  .p_lp_market .list_service > li {
    padding: 40px 25px;
  }
}
.p_lp_market .list_service > li::before, .p_lp_market .list_service > li::after,
.p_lp_market .list_service .bd::before,
.p_lp_market .list_service .bd::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #c6c6c6;
}
.p_lp_market .list_service > li::before,
.p_lp_market .list_service .bd::before {
  width: 50px;
  height: 1px;
}
.p_lp_market .list_service > li::after,
.p_lp_market .list_service .bd::after {
  height: 50px;
  width: 1px;
}
.p_lp_market .list_service > li::before {
  top: 0;
  left: -10px;
}
.p_lp_market .list_service > li::after {
  top: -10px;
  left: 0;
}
.p_lp_market .list_service .bd::before {
  bottom: 0;
  right: -10px;
}
.p_lp_market .list_service .bd::after {
  bottom: -10px;
  right: 0;
}
.p_lp_market .list_service p {
  margin-top: 1em;
}
.p_lp_market .list_service .heading {
  color: var(--c-main);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.5em;
}
@media (min-width: 897px) {
  .p_lp_market .list_service .heading {
    font-size: 24px;
  }
}
.p_lp_market .sec_form {
  background-color: #fff;
}
.p_lp_market .sec_form .blc_form {
  max-width: 780px;
  margin: 0 auto;
}
.p_lp_market .sec_form .blc_form table {
  margin-top: 50px;
}
.p_lp_market .sec_form .lead {
  text-align: center;
  margin: 2rem 0;
  font-size: 14px;
}
@media (min-width: 897px) {
  .p_lp_market .sec_form .lead {
    font-size: 20px;
    font-weight: bold;
  }
}

.p_lp_seo .sec_service .list_service {
  display: grid;
  margin: 30px auto;
  max-width: 940px;
  gap: 20px;
  font-size: 1.4rem;
  line-height: 1.63;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 897px) {
  .p_lp_seo .sec_service .list_service {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p_lp_seo .sec_service .list_service > li {
  background-color: #fff;
  padding: 16px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 12px 5px 22px rgba(20, 69, 161, 0.2);
}
@media (min-width: 897px) {
  .p_lp_seo .sec_service .list_service > li {
    padding: 30px;
    display: flex;
    gap: 20px;
  }
  .p_lp_seo .sec_service .list_service > li .text {
    flex: 1 1 180px;
  }
  .p_lp_seo .sec_service .list_service > li .image {
    flex: 0 1 180px;
  }
}
.p_lp_seo .sec_service .list_service p {
  margin-top: 1em;
}
.p_lp_seo .sec_service .list_service .title {
  border-bottom: 3px solid var(--c-main);
  font-size: 1.6em;
  font-family: var(--f-sans);
  margin-bottom: 1em;
  font-weight: 500;
}
.p_lp_seo .sec_service .list_service .image {
  text-align: center;
}
@media all and (min-width: 897px) {
  .p_lp_seo .sec_service .list_service a:hover {
    opacity: 0.7;
  }
}
.p_lp_seo .sec_service .dl_btn a {
  font-size: 2.5rem;
  text-align: center;
  display: block;
  background-color: var(--c-accent);
  color: #fff;
  border: 2px solid var(--c-accent);
  padding: 25px 10px;
  border-radius: 5px;
  max-width: 480px;
  margin: 40px auto 0;
  font-weight: 900;
}
.p_lp_seo .sec_service .dl_btn a:hover {
  background-color: #fff;
  color: var(--c-accent);
  border: 2px solid var(--c-accent);
}
@media (max-width: 896px) {
  .p_lp_seo .sec_service .dl_btn {
    margin-top: 26px;
  }
  .p_lp_seo .sec_service .dl_btn a {
    font-size: 1.6rem;
    width: 92%;
    margin: 0 auto;
    max-width: 350px;
  }
}
.p_lp_seo .sec_mv {
  padding: 24px 0 60px;
  color: #fff;
  background: url("../img/index/main_bg.jpg") no-repeat center center/cover;
}
.p_lp_seo .sec_mv .innerBox {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
}
.p_lp_seo .sec_mv .photo {
  max-width: 883px;
  flex-shrink: 0;
  width: 54%;
}
.p_lp_seo .sec_mv .textBox {
  margin: 98px -250px 0 34px;
  flex: 1;
  line-height: 1.55;
}
.p_lp_seo .sec_mv .textBox p {
  font-size: 1.4rem;
  color: #fff;
}
.p_lp_seo .sec_mv .title {
  margin-bottom: 19px;
  color: #ffd700;
  font-family: var(--f-sans);
  font-size: 4.197rem;
  line-height: 1.21;
}
.p_lp_seo .sec_mv .title .small {
  margin-bottom: 12px;
  color: #fff;
  font-size: 2.6rem;
  display: block;
}
.p_lp_seo .sec_mv .title .small02 {
  font-size: 3.886rem;
}
.p_lp_seo .sec_mv .title .big {
  font-size: 5.7rem;
}
.p_lp_seo .sec_mv .comBtn {
  margin-top: 40px;
}
.p_lp_seo .sec_mv .comBtn a {
  font-size: 2.5rem;
  width: 423px;
  height: 68px;
  background-color: var(--c-accent);
  color: white;
  border: none;
}
@media all and (min-width: 897px) and (max-width: 1600px) {
  .p_lp_seo .sec_mv .photo {
    /*width: 57%;*/
    margin-top: 55px;
    width: 45%;
  }
}
@media all and (max-width: 896px) {
  .p_lp_seo .sec_mv {
    padding: 36px 15px 64px;
  }
  .p_lp_seo .sec_mv .innerBox {
    display: block;
  }
  .p_lp_seo .sec_mv .textBox {
    margin: 0;
  }
  .p_lp_seo .sec_mv .photo {
    margin: 20px -10px 0;
    width: auto;
    max-width: inherit;
    text-align: center;
  }
  .p_lp_seo .sec_mv .photo img {
    width: 100%;
    max-width: 700px;
  }
  .p_lp_seo .sec_mv .title {
    margin-bottom: 19px;
    font-size: 3rem;
  }
  .p_lp_seo .sec_mv .title .small {
    font-size: 1.4rem;
  }
  .p_lp_seo .sec_mv .title .small02 {
    font-size: 2.5rem;
  }
  .p_lp_seo .sec_mv .title .big {
    font-size: 3.5rem;
  }
  .p_lp_seo .sec_mv .comBtn a {
    font-size: 1.6rem;
    width: 92%;
    height: 55px;
    margin: 0 auto;
    max-width: 350px;
  }
}
.p_lp_seo .sec_mv .abs_btns {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 897px) {
  .p_lp_seo .sec_mv .abs_btns {
    gap: 20px;
  }
}
.p_lp_seo .sec_mv .abs_btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #3e3a39;
  border-radius: 50%;
  font-weight: bold;
  padding: 5px;
  width: 40px;
  height: 40px;
}
@media (min-width: 897px) {
  .p_lp_seo .sec_mv .abs_btns .btn {
    width: 80px;
    height: 80px;
  }
}
.p_lp_seo .sec_mv .abs_btns .btn:hover {
  background-color: var(--c-main);
  color: #fff;
}
.p_lp_seo .sec_works {
  position: relative;
  overflow: hidden;
  background: var(--c-main) url("../img/common/bg_gradient.jpg") repeat-x center/contain;
}
@media (min-width: 1160px) {
  .p_lp_seo .sec_works {
    background: #fff url("../img/common/bg_line.png") repeat left top/10px auto;
  }
  .p_lp_seo .sec_works::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%) skew(-5deg);
    width: 100%;
    height: 100%;
    background-color: #fff;
    background: var(--c-main) url("../img/common/bg_gradient.jpg") repeat-x center/contain;
  }
}

.p_contact_logo {
  display: grid;
  margin: 3rem 0;
  gap: 10px;
  text-align: center;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
@media (min-width: 897px) {
  .p_contact_logo {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
.p_contact_logo span {
  vertical-align: middle;
}
.p_contact_logo img {
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 30px;
  max-width: 120px;
}

.p_contact_stafflist {
  display: grid;
  margin: 3rem 0;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: flex-start;
}
@media (min-width: 897px) {
  .p_contact_stafflist {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.p_contact_stafflist li {
  display: grid;
  gap: 10px;
}
.p_contact_stafflist .image {
  order: -1;
  text-align: center;
}
.p_contact_stafflist .text {
  display: grid;
  align-items: flex-start;
  border-left: 5px solid var(--c-main);
  padding-left: 5px;
  gap: 5px;
}
.p_contact_stafflist .name {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  word-break: keep-all;
}
.p_contact_stafflist .job {
  order: -1;
  font-size: 12px;
  font-weight: bold;
}

.p_contact_form {
  padding: 20px;
  background-color: var(--c-main-l);
  font-size: 14px;
}
.p_contact_form p {
  margin-top: 20px;
}
.p_contact_form p:first-of-type {
  margin-top: 0px;
}
.p_contact_form [type=text],
.p_contact_form [type=tel],
.p_contact_form [type=url],
.p_contact_form [type=email],
.p_contact_form textarea {
  margin-top: 5px;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid var(--c-gray);
}
.p_contact_form [type=submit] {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 3rem auto 0;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 200px;
  font-size: 2.2rem;
  background-color: var(--c-main);
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: 0.3s;
}
.p_contact_form [type=submit]:hover {
  opacity: 0.7;
}
@media (max-width: 896px) {
  .p_contact_form [type=submit] {
    font-size: 1.6rem;
    width: 92%;
    height: 55px;
    max-width: 350px;
  }
}

@media (min-width: 897px) {
  .p_contact_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    justify-content: center;
  }
}

.c_list_onayami {
  display: grid;
  gap: 40px;
}
@media (min-width: 897px) {
  .c_list_onayami {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c_list_onayami > li {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (min-width: 897px) {
  .c_list_onayami > li {
    padding: 40px 50px;
  }
}
.c_list_onayami > li::before, .c_list_onayami > li::after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c_list_onayami > li::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #6ea6de, #154692);
  border-radius: 8px;
}
.c_list_onayami > li::after {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: var(--c-white);
  border-radius: 4px;
}
.c_list_onayami .title {
  color: var(--c-gray);
  font-size: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 897px) {
  .c_list_onayami .title {
    min-height: 2.8em;
    font-size: 30px;
  }
}
.c_list_onayami .subtitle {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  color: var(--c-main);
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.c_list_onayami .subtitle .num {
  display: block;
  font-weight: bold;
  font-size: 60px;
  margin-top: -8px;
}
@media (min-width: 897px) {
  .c_list_onayami .subtitle {
    right: 35px;
    bottom: 35px;
    font-size: 22px;
  }
  .c_list_onayami .subtitle .num {
    font-size: 100px;
  }
}
.c_list_onayami .blc_content {
  padding-right: 70px;
  min-height: 60px;
  margin-top: -10px;
}
@media (min-width: 897px) {
  .c_list_onayami .blc_content {
    padding-right: 130px;
  }
}

.c_list_image {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  margin: 32px 0;
}
@media (min-width: 897px) {
  .c_list_image {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 32px;
    margin: 64px 0;
  }
}
.c_list_image .blc_img {
  text-align: center;
  margin-bottom: 20px;
}
.c_list_image .blc_img img {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 5px 4px 10px hsla(0, 0%, 0%, 0.13);
}
.c_list_image .title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.c_list_image .url {
  color: var(--c-gray);
  font-size: 14px;
}
.c_list_image .link {
  text-decoration: underline;
  color: var(--c-main);
  font-size: 14px;
}

.c_blc_imgtext {
  font-size: 16px;
  margin: 30px 0 40px;
  display: grid;
  gap: 20px;
}
@media (min-width: 897px) {
  .c_blc_imgtext {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    font-size: 16px;
    margin: 64px 0 96px;
  }
  .c_blc_imgtext.rebirth {
    flex-direction: row-reverse;
  }
}
.c_blc_imgtext .blc_content {
  flex: 1 1 660px;
}
.c_blc_imgtext .blc_img {
  flex: 1 1 460px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.c_blc_imgtext .blc_img p {
  margin-top: 12px;
}
.c_blc_imgtext .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media (min-width: 897px) {
  .c_blc_imgtext .title {
    font-size: 24px;
  }
}

.c_list_point {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  font-size: 16px;
  counter-reset: count;
  gap: 24px;
}
.c_list_point > li {
  background-color: var(--c-white);
  padding: 20px;
  border-radius: 4px;
  counter-increment: item;
}
@media (min-width: 897px) {
  .c_list_point > li {
    padding: 32px;
  }
}
.c_list_point > li::before {
  content: "POINT 0" counter(item);
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
}
.c_list_point .title {
  text-align: center;
  font-weight: bold;
  color: var(--c-main);
  font-size: 18px;
  margin-bottom: 24px;
}
@media (min-width: 897px) {
  .c_list_point .title {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.c_list_check {
  font-size: 14px;
  line-height: 1.7;
}
.c_list_check > li {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.c_list_check > li::before {
  content: "";
  flex: none;
  width: 24px;
  height: 24px;
  background: transparent url("../img/lp_kakuyasu/icon_check.svg") no-repeat center/contain;
}

.c_list_flow {
  display: grid;
  gap: 28px;
  counter-reset: count;
  font-size: 14px;
  max-width: 700px;
  margin: 40px auto;
}
@media (min-width: 897px) {
  .c_list_flow {
    margin: 64px auto;
  }
}
.c_list_flow > li {
  padding: 20px;
  border-radius: 4px;
  counter-increment: item;
  border: 1px solid var(--c-font);
  border-radius: 2px;
  background-color: var(--c-gray-l);
  position: relative;
}
@media (min-width: 897px) {
  .c_list_flow > li {
    padding: 32px 40px;
  }
}
.c_list_flow > li::before {
  content: "STEP 0" counter(item);
  position: absolute;
  top: 0;
  left: 10px;
  transform: translateY(-50%);
  background-color: var(--c-gray-l);
  color: var(--c-main);
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 4px 12px;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 897px) {
  .c_list_flow > li::before {
    left: 28px;
  }
}
.c_list_flow > li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 28px;
  width: 1px;
  background-color: #9ca0a3;
}
.c_list_flow .title {
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 18px;
}
@media (min-width: 897px) {
  .c_list_flow .title {
    font-size: 24px;
  }
}
.c_list_flow .c_ul {
  font-size: inherit;
}

.p_lpseisaku_catch {
  background: transparent url("../img/lp_lpseisaku/bg_mv@2x.jpg") no-repeat center/cover;
}
.p_lpseisaku_catch .subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 897px) {
  .p_lpseisaku_catch .subtitle {
    font-size: 26px;
  }
}
.p_lpseisaku_catch .t_sec_title {
  margin-top: 20px;
  margin-bottom: 24px;
}
.p_lpseisaku_catch .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 897px) {
  .p_lpseisaku_catch .text {
    font-size: 18px;
  }
}
.p_lpseisaku_catch .btn {
  margin-top: 30px;
}
@media (min-width: 897px) {
  .p_lpseisaku_catch .btn {
    margin-top: 48px;
  }
}
.p_lpseisaku_case {
  background: transparent url("../img/lp_lpseisaku/bg_case@2x.jpg") no-repeat center/cover;
}
@media (min-width: 897px) {
  .p_lpseisaku_case {
    padding: 180px 0;
  }
}
.p_lpseisaku_usp .row_head {
  padding: 5rem 0;
}
@media (min-width: 897px) {
  .p_lpseisaku_usp .row_head {
    padding: 120px 0 64px;
  }
}
.p_lpseisaku_usp .row_main {
  background: transparent url("../img/lp_lpseisaku/bg_usp@2x.png") no-repeat center/cover;
}
.p_lpseisaku_usp .item {
  padding: 50px 15px;
  position: relative;
  color: var(--c-white);
  gap: 20px;
  position: relative;
}
@media (max-width: 896px) {
  .p_lpseisaku_usp .item {
    display: grid;
  }
}
@media (min-width: 897px) {
  .p_lpseisaku_usp .item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.p_lpseisaku_usp .item:not(:last-of-type) {
  margin-bottom: 50px;
}
.p_lpseisaku_usp .item.white {
  background-color: var(--c-white);
  flex-direction: row-reverse;
  color: var(--c-font);
}
.p_lpseisaku_usp .item.white::before, .p_lpseisaku_usp .item.white::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: var(--c-white);
  left: 0;
}
.p_lpseisaku_usp .item.white::before {
  bottom: calc(100% - 1px);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.p_lpseisaku_usp .item.white::after {
  top: calc(100% - 1px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.p_lpseisaku_usp .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (min-width: 897px) {
  .p_lpseisaku_usp .title {
    font-size: 24px;
  }
}
.p_lpseisaku_usp .blc_content {
  flex: 0 2 600px;
}
.p_lpseisaku_usp .blc_img {
  flex: 0 1 120px;
  text-align: center;
  text-align: center;
}
@media (max-width: 896px) {
  .p_lpseisaku_usp .blc_img {
    order: -1;
  }
}
@media (min-width: 897px) {
  .p_lpseisaku_usp .blc_img {
    flex: 0 1 180px;
  }
}
.p_lpseisaku_lp {
  margin: 64px 0 100px;
}
.p_lpseisaku_lp .item {
  display: flex;
  align-items: center;
  padding: 0 8%;
  gap: 20px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  z-index: 0;
}
.p_lpseisaku_lp .item:not(:first-of-type)::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px dotted var(--c-main);
  z-index: -1;
}
.p_lpseisaku_lp .caption {
  text-align: center;
  color: var(--c-main);
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 18px;
}
.p_lpseisaku_lp .blc_content {
  flex: 1 2 510px;
  padding: 10px 0;
}
.p_lpseisaku_lp .blc_img {
  flex: 0 1 450px;
}
.p_lpseisaku_lp .blc_img img {
  width: 100%;
}
.p_lpseisaku_lp .subtitle {
  font-size: 16px;
  color: var(--c-main);
}
.p_lpseisaku_lp .title {
  font-size: 24px;
  font-weight: bold;
  color: var(--c-main);
  margin-bottom: 16px;
}
.p_lpseisaku_lpo {
  background: transparent url("../img/lp_lpseisaku/bg_lpo@2x.jpg") no-repeat center/cover;
}
.p_lpseisaku_team .row {
  display: grid;
  gap: 32px;
}
@media (min-width: 897px) {
  .p_lpseisaku_team .row {
    gap: 64px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p_lpseisaku_team .row .blc_img {
    order: -1;
  }
}
.p_lpseisaku_team .blc_content {
  font-size: 14px;
}
@media (min-width: 897px) {
  .p_lpseisaku_team .blc_content {
    font-size: 18px;
  }
}
.p_lpseisaku_team p {
  margin-top: 1.2em;
}
.p_lpseisaku_team .blc_img {
  text-align: center;
}
.p_lpseisaku_team .blc_img img {
  border-radius: 12px;
}
.p_lpseisaku_team .link_arrow {
  border-bottom: 1px solid currentColor;
  line-height: 24px;
}
.p_lpseisaku_team .link_arrow::after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background: transparent url("../img/lp_lpseisaku/icon_arrow_circle_right.svg") no-repeat center/contain;
}

.t_big {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 897px) {
  .t_big {
    font-size: 20px;
    text-align: center;
  }
}

.p_sec_form table {
  width: 100%;
  border-collapse: collapse;
}
.p_sec_form th,
.p_sec_form td {
  text-align: left;
  border: none;
  padding: 10px;
}
.p_sec_form .blc_form {
  max-width: 780px;
  margin: 20px auto;
}
.p_sec_form [type=text],
.p_sec_form [type=tel],
.p_sec_form [type=url],
.p_sec_form [type=email],
.p_sec_form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--c-gray);
}
.p_sec_form .centerTxt {
  padding: 34px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.p_sec_form .centerTxt a {
  color: var(--c-main);
}
.p_sec_form .centerTxt a:hover {
  text-decoration: underline;
}
.p_sec_form .submit {
  margin-top: 32px;
  text-align: center;
}
.p_sec_form [type=submit] {
  width: 300px;
  max-width: 100%;
  padding: 5px 36px;
  height: 46px;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0;
  font-size: 16px;
  background-color: #09156e;
  background: #09156e url("../img/icon/icon_submit.png") no-repeat calc(100% - 10px) calc(100% - 10px)/14px 14px;
  cursor: pointer;
  transition: 0.3s;
}
.p_sec_form [type=submit]:hover {
  opacity: 0.7;
}
@media (max-width: 896px) {
  .p_sec_form table th,
  .p_sec_form table td {
    width: 100%;
    display: block;
  }
  .p_sec_form table th {
    padding: 10px 0 0;
    font-size: 1.4rem;
  }
  .p_sec_form table th .small {
    margin-bottom: 0;
    font-size: 0.9rem;
  }
  .p_sec_form form .submit [type=submit] {
    font-size: 1.6rem;
    width: 92%;
    height: 55px;
    max-width: 350px;
  }
}

form.submitting .wpcf7-spinner {
  display: inline-block;
}

.wpcf7-spinner {
  display: none;
}

/* utility */
/* アコーディオン関係クラス */
[data-acc-content] {
  display: none;
}

[data-acc-label] {
  cursor: pointer;
}

@media (min-width: 897px) {
  .u_pc_none {
    display: none !important;
  }
}

@media (max-width: 896px) {
  .u_sp_none {
    display: none !important;
  }
}

.u_ac {
  text-align: center;
}

.u_al {
  text-align: left;
}

.u_ar {
  text-align: right;
}

.u_tc_main {
  color: var(--c-main);
}

.u_tc_white {
  color: white;
}

.u_tc_black {
  color: var(--c-font);
}

.u_w520 {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.u_boxshadow {
  box-shadow: rgba(0, 122, 255, 0.3) 12px 12px 25px;
}
@media (max-width: 896px) {
  .u_boxshadow {
    box-shadow: rgba(0, 122, 255, 0.3) 4px 4px 10px;
  }
}

.u_bg_main {
  background-color: var(--c-main-ml);
}

.u_bg_main_l {
  background-color: var(--c-main-l);
}

.u_bg_gray {
  background-color: #f9f9f9;
}

.u_bg_dot {
  background: #ebf4ff url("../img/common/bg_dots.jpg") repeat;
  background-size: 60px 60px;
}

.ani_line {
  position: relative;
  display: inline-block;
}
.ani_line::after {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(90deg, currentColor, currentColor) no-repeat 100% 100%/0 1px;
  transition: background-size 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  content: "";
  width: 100%;
  height: 100%;
}
.ani_line:hover::after {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.u_pr {
  position: relative;
}

.u_fontsize0 {
  font-size: 0rem;
}

.u_my0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.u_mx0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.u_mb0 {
  margin-bottom: 0rem;
}

.u_mt0 {
  margin-top: 0rem;
}

.u_ml0 {
  margin-left: 0rem;
}

.u_mr0 {
  margin-right: 0rem;
}

.u_py0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.u_px0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.u_pb0 {
  padding-bottom: 0rem;
}

.u_pt0 {
  padding-top: 0rem;
}

.u_pl0 {
  padding-left: 0rem;
}

.u_pr0 {
  padding-right: 0rem;
}

.u_fontsize1 {
  font-size: 0.5rem;
}

.u_my1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u_mx1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u_mb1 {
  margin-bottom: 1rem;
}

.u_mt1 {
  margin-top: 1rem;
}

.u_ml1 {
  margin-left: 1rem;
}

.u_mr1 {
  margin-right: 1rem;
}

.u_py1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u_px1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u_pb1 {
  padding-bottom: 1rem;
}

.u_pt1 {
  padding-top: 1rem;
}

.u_pl1 {
  padding-left: 1rem;
}

.u_pr1 {
  padding-right: 1rem;
}

.u_fontsize2 {
  font-size: 1rem;
}

.u_my2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u_mx2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u_mb2 {
  margin-bottom: 2rem;
}

.u_mt2 {
  margin-top: 2rem;
}

.u_ml2 {
  margin-left: 2rem;
}

.u_mr2 {
  margin-right: 2rem;
}

.u_py2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.u_px2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.u_pb2 {
  padding-bottom: 2rem;
}

.u_pt2 {
  padding-top: 2rem;
}

.u_pl2 {
  padding-left: 2rem;
}

.u_pr2 {
  padding-right: 2rem;
}

.u_fontsize3 {
  font-size: 1.5rem;
}

.u_my3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u_mx3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u_mb3 {
  margin-bottom: 3rem;
}

.u_mt3 {
  margin-top: 3rem;
}

.u_ml3 {
  margin-left: 3rem;
}

.u_mr3 {
  margin-right: 3rem;
}

.u_py3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.u_px3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.u_pb3 {
  padding-bottom: 3rem;
}

.u_pt3 {
  padding-top: 3rem;
}

.u_pl3 {
  padding-left: 3rem;
}

.u_pr3 {
  padding-right: 3rem;
}

.u_fontsize4 {
  font-size: 2rem;
}

.u_my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u_mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u_mb4 {
  margin-bottom: 4rem;
}

.u_mt4 {
  margin-top: 4rem;
}

.u_ml4 {
  margin-left: 4rem;
}

.u_mr4 {
  margin-right: 4rem;
}

.u_py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.u_px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.u_pb4 {
  padding-bottom: 4rem;
}

.u_pt4 {
  padding-top: 4rem;
}

.u_pl4 {
  padding-left: 4rem;
}

.u_pr4 {
  padding-right: 4rem;
}

.u_fontsize5 {
  font-size: 2.5rem;
}

.u_my5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u_mx5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u_mb5 {
  margin-bottom: 5rem;
}

.u_mt5 {
  margin-top: 5rem;
}

.u_ml5 {
  margin-left: 5rem;
}

.u_mr5 {
  margin-right: 5rem;
}

.u_py5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.u_px5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.u_pb5 {
  padding-bottom: 5rem;
}

.u_pt5 {
  padding-top: 5rem;
}

.u_pl5 {
  padding-left: 5rem;
}

.u_pr5 {
  padding-right: 5rem;
}