@charset "UTF-8";
/* --------------------------------------------
variables
-------------------------------------------- */
@media screen and (max-width: 1309px) {
  .menu-container {
    flex-direction: inherit;
  }
}
.h_logo {
  position: relative;
}
@media screen and (min-width: 769px) {
  .h_logo {
    max-width: 285px;
  }
}
@media screen and (max-width: 768px) {
  .h_logo {
    width: 215px;
    top: 2px;
    left: 0px;
    z-index: 100;
  }
}
@media screen and (min-width: 769px) {
  .h_logo img {
    width: 100%;
    margin-left: 15px;
    height: 63px;
  }
}
@media screen and (max-width: 768px) {
  .h_logo img {
    width: 100%;
    margin-left: 10px;
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .h_logo {
    max-width: 215px;
    top: 0;
    left: 0;
  }
  .h_logo img {
    position: absolute;
    width: 100%;
    height: 40px;
  }
}
.main_lp .bg_gray {
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .main_lp .inner {
    padding: 80px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .inner {
    padding: 40px 0 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .main_lp .lp_service_list {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .lp_service_list {
    padding-top: 15px;
  }
}
.main_lp .lp_service_list .inner {
  padding: 0;
}
.main_lp .lp_service_list .tt {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .fv {
    height: 574px;
    background-image: url(../../img/lp/accounting/fv_pc.png);
    background-size: auto 574px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    margin-top: -5px;
    padding-bottom: 0px;
    background-image: url(../../img/lp/accounting/fv_sp.png);
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: left top 0px;
  }
}
.fv .inner {
  padding: 0;
}
@media screen and (min-width: 1220px) {
  .fv .inner {
    display: flex;
  }
}
@media screen and (max-width: 1219px) {
  .fv .inner {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .text {
    width: 52%;
    padding-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .text {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .text .catch {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .text .catch {
    margin-top: 30px;
    text-align: center;
  }
}
.fv .inner .text .catch .sub_catch {
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 3.4rem);
}
@media screen and (min-width: 769px) {
  .fv .inner .text .catch .sub_catch {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .text .catch .sub_catch {
    margin-bottom: 10px;
  }
}
.fv .inner .text .catch .sub_catch span {
  color: #f8ac00;
}
.fv .inner .text .catch .main_catch {
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  line-height: 1.2;
}
.fv .inner .text .catch .main_catch span {
  font-size: clamp(3.2rem, 6vw, 6.6rem);
  color: #f03748;
}
@media screen and (min-width: 769px) {
  .fv .inner .text .fv_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
    margin: 30px 0px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .text .fv_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
    margin: 4% auto 0px;
    width: 320px;
  }
}
.fv .inner .text .fv_list li {
  position: relative;
  background-image: url(../../img/lp/icn_fv_check.png);
  background-repeat: no-repeat;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.3rem, 1.7vw, 2.2rem);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv .inner .text .fv_list li {
    letter-spacing: 1px;
    background-size: 19px 19px;
    padding: 0px 0px 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .text .fv_list li {
    background-size: 12px 12px;
    padding: 0px 0px 10px 15px;
  }
}
.fv .inner .text .text_info {
  position: relative;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.4;
  font-family: "Chatwork Sans L", sans-serif;
}
@media screen and (min-width: 769px) {
  .fv .inner .text .text_info {
    margin: 15px 15px 20px 15px;
    color: #808080;
  }
  .fv .inner .text .text_info span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .text .text_info {
    width: 92%;
    margin: 0px auto;
    padding: 1% 4%;
    color: #444;
  }
}
.fv .inner .text .text_info::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .fv .inner .text .text_info::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .text .fv_sp_image {
    text-align: center;
  }
  .fv .inner .text .fv_sp_image img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    height: auto;
  }
}
@media screen and (min-width: 1220px) {
  .fv .inner .text h1 {
    margin: 55px 0px 0px 40px;
  }
  .fv .inner .text h1 img {
    width: 505px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  .fv .inner .text h1 {
    text-align: center;
  }
  .fv .inner .text h1 img {
    width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .text h1 {
    text-align: center;
  }
  .fv .inner .text h1 img {
    width: 75%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .text .fv_btn {
    margin: 0px 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 0;
  }
}
.fv .inner .text .fv_btn .btn {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv .inner .text .fv_btn .btn span {
  font-size: 2.2rem;
  padding-top: 2px;
  font-family: "Chatwork Sans B", sans-serif;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .fv .inner .text .fv_btn .btn span {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .text .fv_btn .btn span {
    font-size: 1.6rem;
  }
}
.fv .inner .text .fv_btn .btn.btn_inquiry {
  background: #FFF;
}
.fv .inner .text .fv_btn .btn.btn_inquiry span {
  color: #f03748;
  font-family: "Chatwork Sans B", sans-serif;
}
.fv .inner .text .fv_btn .btn.btn_inquiry span::after {
  background: url(../../img/icn_bot_arrow_red.svg) no-repeat center/100% 100%;
}

.fv_lp_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv_lp_sp {
    display: flex;
    padding: 3% 0%;
    align-items: center;
    justify-content: space-between;
  }
  .fv_lp_sp .btn {
    width: 48%;
    margin: 0 auto;
    height: 50px;
  }
  .fv_lp_sp .btn span {
    font-size: clamp(1.6rem, 2vw, 1.6rem);
  }
  .fv_lp_sp .btn.btn_inquiry {
    background: #FFF;
  }
  .fv_lp_sp .btn.btn_inquiry span {
    color: #f03748;
    font-family: "Chatwork Sans B", sans-serif;
  }
  .fv_lp_sp .btn.btn_inquiry span::after {
    background: url(../../img/icn_bot_arrow_red.svg) no-repeat center/100% 100%;
  }
}

.main_lp .marker {
  background: linear-gradient(to bottom, transparent 0, transparent 55%, #fff100 55%);
  font-family: "Chatwork Sans B", sans-serif;
}
.main_lp .a01 .a01_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .main_lp .a01 .a01_list {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    gap: 40px 3%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a01 .a01_list {
    gap: 30px 3%;
  }
}
.main_lp .a01 .a01_list li {
  position: relative;
  background-color: #FFF;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  text-align: center;
  line-height: 1.4;
  border-radius: 15px;
}
@media screen and (min-width: 769px) {
  .main_lp .a01 .a01_list li {
    width: 30%;
    padding: 3%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a01 .a01_list li {
    width: 47%;
    padding: 4%;
    min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main_lp .a01 .a01_list li div {
  display: inline-block;
}
.main_lp .a01 .a01_list li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}
.main_lp .a01 .a01_list li span {
  color: #f03748;
  font-family: "Chatwork Sans EB", sans-serif;
}
.main_lp .a01_arrow {
  background-color: #FFF;
  position: relative;
  padding-top: 100px;
}
.main_lp .a01_arrow::before {
  position: absolute;
  top: 24px;
  left: 50%;
  translate: -50% 0;
  width: 160px;
  height: 24px;
  background-color: #f03748;
  content: "";
}
.main_lp .a01_arrow::after {
  position: absolute;
  top: 47.8px;
  left: 50%;
  translate: -50% 0;
  width: 160px;
  height: 24px;
  background-color: #f03748;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
}
.main_lp .a01_arrow p {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: clamp(1.8rem, 2vw, 2.8rem);
  margin-inline: auto;
  border-radius: 16px;
  background-color: #f03748;
  color: #fff;
  font-family: "Chatwork Sans EB", sans-serif;
}
@media screen and (min-width: 769px) {
  .main_lp .a01_arrow p {
    width: min(100%, 1080px);
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a01_arrow p {
    width: 90%;
    padding: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .main_lp .a01_arrow p::after {
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 200px;
    height: 178px;
    background-image: url(../../img/lp/labor/pht_second_a04_02.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
  }
}
.main_lp .a03 {
  text-align: center;
  padding: 2%;
  border-radius: 20px;
  background-color: #FFF;
}
.main_lp .a03 img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .main_lp .three_reason {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 3%;
  }
}
.main_lp .three_reason-picture {
  width: 100%;
  aspect-ratio: 16/9;
  padding: 6%;
  background-color: #fff;
}
.main_lp .three_reason-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_lp .three_reason li {
  position: relative;
  background: #fdedee;
}
@media screen and (min-width: 769px) {
  .main_lp .three_reason li {
    width: 31%;
    border-bottom: 8px solid #f03748;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .three_reason li {
    border-bottom: 4px solid #f03748;
    margin-bottom: 50px;
  }
  .main_lp .three_reason li:last-child {
    margin-bottom: 0px;
  }
}
.main_lp .three_reason li .image_cycle {
  position: absolute;
  border: 2px solid #f03748;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 100vh;
}
@media screen and (min-width: 769px) {
  .main_lp .three_reason li .image_cycle {
    top: -40px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .three_reason li .image_cycle {
    top: -30px;
    width: 60px;
    height: 60px;
  }
}
.main_lp .three_reason li .image_cycle img {
  max-width: 85%;
  height: auto;
}
.main_lp .three_reason li .point {
  position: relative;
  color: #FFF;
  z-index: 1;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (min-width: 769px) {
  .main_lp .three_reason li .point {
    width: 165px;
    padding: 3.5% 0;
    margin: 5% auto 4% auto;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .three_reason li .point {
    width: 165px;
    padding: 3% 0;
    margin: 5% auto 3% auto;
    font-size: 1.5rem;
  }
}
.main_lp .three_reason li .point::before {
  transform: skewX(-25deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f03748;
}
.main_lp .three_reason li h3 {
  line-height: 1.4;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}
@media screen and (min-width: 769px) {
  .main_lp .three_reason li h3 {
    text-align: center;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .three_reason li h3 {
    padding: 3% 6% 4% 6%;
    text-align: center;
  }
}
.main_lp .three_reason li .txt {
  line-height: 1.6;
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .main_lp .three_reason li .txt {
    padding: 0% 6% 7% 6%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .three_reason li .txt {
    padding: 0% 6% 7% 6%;
  }
}
@media screen and (min-width: 769px) {
  .main_lp #service {
    background-repeat: no-repeat;
    background-color: #fff7f7;
    background-image: url(../../img/lp/icn_cb_red_2.svg), url(../../img/lp/icn_cb_red_2.svg);
    background-size: 430px auto, 430px auto;
    background-position: top -270px right -215px, bottom -215px left -215px;
  }
}
@media screen and (max-width: 768px) {
  .main_lp #service {
    background-repeat: no-repeat;
    background-color: #fff7f7;
    background-image: url(../../img/lp/icn_cb_red_2.svg), url(../../img/lp/icn_cb_red_2.svg);
    background-size: 100px auto, 100px auto;
    background-position: top -50px right -50px, bottom -50px left -50px;
  }
}
.main_lp #service .sub_text {
  margin-top: 20px;
  line-height: 1.3;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
@media screen and (min-width: 769px) {
  .main_lp .second_a02 .a02_box_wrap {
    display: flex;
    gap: 25px 2%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .second_a02 .a02_box_wrap {
    display: flex;
    gap: 20px 2%;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.main_lp .second_a02 .a02_box_wrap .a02_box {
  border: 2px solid #f03748;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box {
    border-radius: 20px;
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box {
    border-radius: 15px;
    width: 49%;
    padding-bottom: 5px;
  }
  .main_lp .second_a02 .a02_box_wrap .a02_box:last-child {
    margin-bottom: 0px;
  }
}
.main_lp .second_a02 .a02_box_wrap .a02_box p {
  background: #f03748;
  text-align: center;
  color: #FFF;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box p {
    border-radius: 17px 17px 0 0;
    padding: 15px 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box p {
    border-radius: 12px 12px 0 0;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box ul {
    padding: 4% 4% 5% 4%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box ul {
    padding: 1% 3% 3% 3%;
  }
}
.main_lp .second_a02 .a02_box_wrap .a02_box ul li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box ul li {
    margin: 10px 0 0 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box ul li {
    margin: 10px 0 0 5px;
    font-size: 1.1rem;
  }
}
.main_lp .second_a02 .a02_box_wrap .a02_box ul li::before {
  content: "・";
  position: absolute;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box ul li::before {
    top: -4px;
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .second_a02 .a02_box_wrap .a02_box ul li::before {
    top: -5px;
    left: -14px;
  }
}
@media screen and (min-width: 769px) {
  .main_lp .a04_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 780px;
    margin: 60px auto 0 auto;
    gap: 0 6%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a04_2 {
    margin: 30px auto 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .main_lp .a04_2 .a04_2_in {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a04_2 .a04_2_in {
    width: 80%;
    text-align: center;
    margin: 0 auto 20px;
  }
}
.main_lp .a04_2 .a04_2_in img {
  width: 100%;
  height: auto;
}
.main_lp .a04_2 ul {
  border-top: 2px dotted #CCC;
}
@media screen and (min-width: 769px) {
  .main_lp .a04_2 ul {
    padding-top: 15px;
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a04_2 ul {
    padding-top: 10px;
  }
}
.main_lp .a04_2 ul li {
  background-image: url(../../img/lp/accounting/icn_fv_check.png);
  background-repeat: no-repeat;
  line-height: 1.4;
  border-bottom: 2px dotted #CCC;
}
@media screen and (min-width: 769px) {
  .main_lp .a04_2 ul li {
    margin-bottom: 20px;
    padding: 0px 0px 20px 27px;
    background-size: 19px 19px;
    background-position: left 0px top 4px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a04_2 ul li {
    margin-bottom: 10px;
    padding: 0px 0px 10px 20px;
    background-size: 14px 14px;
    background-position: left 0px top 2px;
    font-size: 1.4rem;
  }
}
.main_lp .a04_2 ul li:last-child {
  margin-bottom: 0;
}
.main_lp #a05 {
  background-image: url(../../img/bg_top_flow.png);
  background-repeat: repeat;
}
@media screen and (min-width: 769px) {
  .main_lp .a05 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 2%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a05 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 4%;
    margin-top: 50px;
  }
}
.main_lp .a05 li {
  position: relative;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .main_lp .a05 li {
    border-radius: 20px;
    padding: 30px 20px 10px 20px;
    width: 18.4%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a05 li {
    border-radius: 10px;
    width: 47%;
    padding: 20px 10px 10px 10px;
  }
}
.main_lp .a05 li img {
  display: block;
  height: auto;
}
@media screen and (min-width: 769px) {
  .main_lp .a05 li img {
    margin: 20px auto;
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a05 li img {
    margin: 10px auto;
    max-width: 70px;
  }
}
.main_lp .a05 li .flow {
  position: absolute;
  color: #FFF;
  z-index: 1;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (min-width: 769px) {
  .main_lp .a05 li .flow {
    width: 135px;
    padding: 4% 3.5%;
    margin: 7% auto 5% auto;
    font-size: 1.8rem;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a05 li .flow {
    width: 95px;
    padding: 3% 0;
    margin: 5% auto 3% auto;
    font-size: 1.5rem;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.main_lp .a05 li .flow::before {
  transform: skewX(-25deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f03748;
}
.main_lp .a05 li h3 {
  border-top: 2px solid #f03748;
  border-bottom: 2px solid #f03748;
  font-family: "Chatwork Sans B", sans-serif;
  text-align: center;
  color: #f03748;
}
@media screen and (min-width: 769px) {
  .main_lp .a05 li h3 {
    margin-bottom: 20px;
    padding: 4.5% 0 3.5%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a05 li h3 {
    margin-bottom: 10px;
    padding: 4.5% 0 3.5%;
    font-size: 1.4rem;
  }
}
.main_lp .a05 li p {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .main_lp .a05 li p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a05 li p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .main_lp .a06 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 2%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a06 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 3%;
  }
}
.main_lp .a06 li {
  position: relative;
  background: #F0F0F0;
  border: 2px solid #2bb0e9;
}
@media screen and (min-width: 769px) {
  .main_lp .a06 li {
    border-radius: 20px;
    width: 18.4%;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a06 li {
    border-radius: 10px;
    width: 47%;
    margin-bottom: 35px;
    min-height: 220px;
  }
}
.main_lp .a06 li h3 {
  font-family: "Chatwork Sans B", sans-serif;
  text-align: center;
  color: #FFF;
  background-color: #2bb0e9;
}
@media screen and (min-width: 769px) {
  .main_lp .a06 li h3 {
    border-radius: 17px 17px 0 0;
    padding: 7.5% 0 6.5%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a06 li h3 {
    border-radius: 8px 8px 0 0;
    padding: 4.5% 0 3.5%;
    font-size: 1.4rem;
  }
}
.main_lp .a06 li .plan_p {
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .main_lp .a06 li .plan_p {
    margin: 0 10%;
    padding: 8% 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a06 li .plan_p {
    padding: 6% 0;
    font-size: 1.4rem;
  }
}
.main_lp .a06 li .plan_p span {
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (min-width: 769px) {
  .main_lp .a06 li .plan_p span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a06 li .plan_p span {
    font-size: 2.2rem;
  }
}
.main_lp .a06 li .plan_border {
  border-top: 2px solid #c7cad1;
  border-bottom: 2px solid #c7cad1;
}
.main_lp .a06 li .plan_custom {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .main_lp .a06 li .plan_custom {
    margin: 70px 10% 20px 10%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a06 li .plan_custom {
    margin: 30px 10% 20px 10%;
    font-size: 1.4rem;
  }
}
.main_lp .a06 li .btn {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .main_lp .a06 li .btn span {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main_lp .a06 li .btn span {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .main_lp #a06 .top_contents_button .btn {
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .main_lp #a06 .top_contents_button .btn {
    width: 80%;
  }
}
.lp_logo_list {
  display: flex;
  gap: 25px 2%;
  flex-wrap: wrap;
  justify-content: center;
}
.lp_logo_list li {
  position: relative;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .lp_logo_list li {
    width: 18%;
    height: 134px;
  }
}
@media screen and (max-width: 768px) {
  .lp_logo_list li {
    width: 49%;
    height: 90px;
  }
}
.lp_logo_list li img {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  height: auto;
}
.lp_logo_list li span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .lp_logo_list li span {
    font-size: 1.2rem;
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .lp_logo_list li span {
    font-size: 1.1rem;
    bottom: 5px;
  }
}

.btn {
  position: relative;
}
.btn.lp_type_blue {
  background: #007bc1;
}
.btn.lp_type_blue span {
  border: 3px solid #007bc1;
}

.btn_inquiry.lp_type_blue span {
  border: 3px solid #007bc1;
  color: #007bc1 !important;
}
.btn_inquiry.lp_type_blue span::after {
  background: url(../../img/icn_bot_arrow_blue.svg) no-repeat center/100% 100% !important;
}

.contact.lp_type_blue span {
  border: 3px solid #007bc1;
  color: #007bc1 !important;
}
.contact.lp_type_blue span::after {
  background: url(../../img/icn_bot_arrow_blue.svg) no-repeat center/100% 100% !important;
}

.edit_time::before {
  content: "＼30秒で入力完了／";
  position: absolute;
  color: #000;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  top: -22px;
  margin: auto;
}

.a01_lp .a01_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .a01_lp .a01_list {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    gap: 40px 5%;
  }
}
@media screen and (max-width: 768px) {
  .a01_lp .a01_list {
    gap: 30px 3%;
  }
}
.a01_lp .a01_list li {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .a01_lp .a01_list li {
    width: 29%;
  }
}
@media screen and (max-width: 768px) {
  .a01_lp .a01_list li {
    width: 47%;
  }
}
.a01_lp .a01_list li img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .a01_lp .a01_list li img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .a01_lp .a01_list li img {
    width: 80%;
  }
}
.a01_lp .a01_list li div {
  position: relative;
  margin-bottom: 15px;
  background-color: #FFF;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  text-align: center;
  line-height: 1.5;
  border-radius: 15px;
}
@media screen and (min-width: 769px) {
  .a01_lp .a01_list li div {
    padding: 3%;
  }
}
@media screen and (max-width: 768px) {
  .a01_lp .a01_list li div {
    padding: 4%;
  }
}
.a01_lp .a01_list li div::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}
.a01_lp .a01_list li div span {
  color: #f03748;
  font-family: "Chatwork Sans EB", sans-serif;
}

@media screen and (max-width: 768px) {
  .fv_lp {
    height: auto;
    margin-top: -5px;
    padding-bottom: 0px;
    background: none;
  }
}
.fv_lp .inner {
  padding: 0;
}
@media screen and (min-width: 1220px) {
  .fv_lp .inner {
    display: flex;
    align-items: end;
  }
}
@media screen and (max-width: 1219px) {
  .fv_lp .inner {
    width: 98%;
    margin: 0 1%;
  }
}
.fv_lp .inner .text {
  /*.edit_time {
      margin-left: 4vw;
      font-size: clamp(1.4rem, 2vw, 1.8rem);
  }*/
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .text {
    width: 52%;
    padding-left: 2%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .text .catch {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .catch {
    margin-top: 22px;
    text-align: center;
  }
}
.fv_lp .inner .text .catch .sub_catch {
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 3.4rem);
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .text .catch .sub_catch {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .catch .sub_catch {
    margin-bottom: 10px;
  }
}
.fv_lp .inner .text .catch .sub_catch span {
  color: #f8ac00;
}
.fv_lp .inner .text .catch .main_catch {
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: clamp(2.4rem, 3vw, 4.2rem);
  line-height: 1.2;
}
.fv_lp .inner .text .catch .main_catch img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .text .catch .main_catch img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .catch .main_catch img {
    width: 90%;
  }
}
.fv_lp .inner .text .catch .main_catch span {
  font-size: clamp(3.2rem, 6vw, 6.6rem);
  color: #f03748;
}
.fv_lp .inner .text .catch .main_catch i {
  font-size: clamp(1.2rem, 1.8vw, 1.3rem);
  font-style: normal;
}
.fv_lp .inner .text .catch .main_catch a {
  text-decoration: underline;
}
.fv_lp .inner .text .catch .ill {
  text-align: center;
}
.fv_lp .inner .text .catch .ill img {
  width: 100%;
  max-width: 568px;
  height: auto;
}
.fv_lp .inner .text .fv_lp_list {
  border-radius: 15px;
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .text .fv_lp_list {
    margin: 30px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .fv_lp_list {
    width: 90%;
    margin: 20px auto 10px;
  }
}
.fv_lp .inner .text .fv_lp_list p {
  margin-bottom: 10px;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .fv_lp_list p {
    text-align: center;
  }
}
.fv_lp .inner .text .fv_lp_list p span {
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: clamp(1.9rem, 4vw, 4.4rem);
}
.fv_lp .inner .text .fv_lp_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.fv_lp .inner .text .fv_lp_list ul li {
  width: 48%;
  border-radius: 10px;
  background: #22b396;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  letter-spacing: 1px;
  text-align: center;
  font-family: "Chatwork Sans B", sans-serif;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .text .fv_lp_list ul li {
    padding: 10px 10px 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .fv_lp_list ul li {
    padding: 10px 10px 8px 10px;
  }
}
.fv_lp .inner .text .text_info {
  position: relative;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.4;
  font-family: "Chatwork Sans L", sans-serif;
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .text .text_info {
    margin: 15px 15px 20px 15px;
    color: #808080;
  }
  .fv_lp .inner .text .text_info span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .text_info {
    width: 92%;
    margin: 0px auto;
    padding: 1% 4%;
    color: #444;
  }
}
.fv_lp .inner .text .text_info::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .text_info::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .fv_sp_image {
    text-align: center;
    margin-bottom: 25px;
  }
  .fv_lp .inner .text .fv_sp_image img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    height: auto;
  }
}
@media screen and (min-width: 1220px) {
  .fv_lp .inner .text h1 {
    margin: 55px 0px 0px 40px;
  }
  .fv_lp .inner .text h1 img {
    width: 505px;
    height: auto;
  }
}
@media screen and (max-width: 1219px) {
  .fv_lp .inner .text h1 {
    text-align: center;
  }
  .fv_lp .inner .text h1 img {
    width: 75%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text h1 {
    text-align: center;
  }
  .fv_lp .inner .text h1 img {
    width: 75%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .text .fv_btn {
    margin: 0px 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 0;
  }
}
.fv_lp .inner .text .fv_btn .btn {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv_lp .inner .text .fv_btn .btn span {
  font-size: clamp(1.5rem, 2vw, 2rem);
  padding-top: 2px;
  font-family: "Chatwork Sans B", sans-serif;
  padding: 15px 0;
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .text .fv_btn .btn span {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .text .fv_btn .btn span {
    font-size: 1.6rem;
  }
}
.fv_lp .inner .text .fv_btn .btn.btn_inquiry {
  background: #FFF;
}
.fv_lp .inner .text .fv_btn .btn.btn_inquiry span {
  color: #f03748;
  font-family: "Chatwork Sans B", sans-serif;
}
.fv_lp .inner .text .fv_btn .btn.btn_inquiry span::after {
  background: url(../../img/icn_bot_arrow_red.svg) no-repeat center/100% 100%;
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .image {
    width: 45%;
    text-align: right;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .image {
    text-align: center;
    margin: 0 auto;
  }
}
.fv_lp .inner .image img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .fv_lp .inner .image img {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp .inner .image img {
    width: 80%;
  }
}
.fv_lp .fv_lp_sp {
  display: block;
}
.fv_lp .fv_lp_sp a {
  width: 80%;
}
.fv_lp .fv_lp_sp a.btn_inquiry {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .fv_lp.fv_lp2 .inner {
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .fv_lp.fv_lp2 .inner .text .catch {
    margin-top: 0;
  }
}
.fv_lp.fv_lp2 .inner .fv_lp_list {
  background: #F1F1F1;
  border-radius: 15px;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .fv_lp.fv_lp2 .inner .fv_lp_list {
    margin: 13px auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp.fv_lp2 .inner .fv_lp_list {
    width: 90%;
    margin: 10px auto 0px;
  }
}
.fv_lp.fv_lp2 .inner .fv_lp_list p {
  margin-bottom: 10px;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  text-align: center;
  letter-spacing: 1px;
}
.fv_lp.fv_lp2 .inner .fv_lp_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.fv_lp.fv_lp2 .inner .fv_lp_list ul li {
  width: 48%;
  border-radius: 10px;
  background: #fed7da;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  letter-spacing: 1px;
  text-align: center;
  font-family: "Chatwork Sans B", sans-serif;
  color: #000;
}
@media screen and (min-width: 769px) {
  .fv_lp.fv_lp2 .inner .fv_lp_list ul li {
    padding: 10px 10px 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp.fv_lp2 .inner .fv_lp_list ul li {
    padding: 10px 10px 8px 10px;
  }
}
@media screen and (min-width: 769px) {
  .fv_lp.fv_lp2 .fv_lp_sp {
    display: none;
  }
}
.fv_lp.fv_lp2 .fv_lp_sp a {
  width: 80%;
}
.fv_lp.fv_lp2 .fv_lp_sp a.btn_inquiry {
  margin-top: 20px;
}

.fv_lp_page_button_2 {
  background: #FFF7F7;
  background: #FFF7F7;
}
@media screen and (min-width: 769px) {
  .fv_lp_page_button_2 {
    padding: 40px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp_page_button_2 {
    padding: 25px 0 25px;
  }
}
.fv_lp_page_button_2 .page_button_2 {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .fv_lp_form .inner {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .fv_lp_form .inner {
    width: 100%;
    margin: 0;
  }
}
.fv_lp_form .text {
  width: auto !important;
  flex: 1;
}
.fv_lp_form .fv_lp_form_in {
  width: min(100%, 420px) !important;
}
@media screen and (max-width: 768px) {
  .fv_lp_form .fv_lp_form_in {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.column-sub {
  position: relative;
  z-index: 2;
  background-color: #f7f7f7;
}
@media screen and (min-width: 960px) {
  .column-sub {
    flex: 0 0 auto;
    width: min(100%, 420px);
    padding: 16px 22px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 959px) {
  .column-sub {
    padding: 40px 4%;
  }
}

.form-heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.8rem, 1.92vw, 2.4rem);
  line-height: 1.4;
  text-align: center;
}
.form-heading::before, .form-heading::after {
  position: absolute;
  bottom: 0;
  width: 2px;
  background-color: #191919;
  content: "";
}
@media screen and (min-width: 769px) {
  .form-heading::before, .form-heading::after {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .form-heading::before, .form-heading::after {
    height: 48px;
  }
}
.form-heading::before {
  left: -16px;
  rotate: -30deg;
}
.form-heading::after {
  right: -16px;
  rotate: 30deg;
}
.form-title {
  margin-top: 10px;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: 1.6rem;
}
.form-point {
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .form-point {
    margin-top: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .form-point {
    margin-top: 24px;
    padding: 16px;
  }
}
.form-point li {
  display: flex;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.4rem, 1.28vw, 1.6rem);
  line-height: 1.6;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.form-point li::before {
  width: 16px;
  height: 16px;
  background-image: url(../../img//icn_checkbox.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
}
.form .mktoForm select.mktoField {
  box-sizing: border-box;
}
.form .mktoHtmlText.mktoHasWidth {
  padding: 0.5em 0 0 !important;
}

div.mktoRequiredField label.mktoLabel.mktoHasWidth:after {
  content: "＃";
  width: 20px;
  height: 16px;
  font-size: 10px;
  line-height: 1;
  text-shadow: none;
  color: #F03648;
  background: none;
  border-radius: 3px;
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketo_comment {
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}
.marketo_comment:first-child {
  margin-top: 15px;
}
.marketo_comment a {
  color: #f03748;
}

/* --------------------------------------------
東証上場付きheader
-------------------------------------------- */
.h_logo_jpx {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.h_logo_jpx .logo_cwa {
  width: auto;
  height: 67px;
  margin-left: 15px;
}
@media screen and (max-width: 980px) {
  .h_logo_jpx .logo_cwa {
    margin-left: 10px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .h_logo_jpx .logo_cwa {
    height: 35px;
  }
}
.h_logo_jpx .logo_jpx {
  width: auto;
  height: 63px;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 1424px) {
  .h_logo_jpx .logo_jpx {
    margin-left: 15px;
  }
}
@media screen and (max-width: 980px) {
  .h_logo_jpx .logo_jpx {
    height: 45px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .h_logo_jpx .logo_jpx {
    height: 35px;
    margin-left: 10px;
  }
}
.h_logo_jpx p {
  margin-left: 15px;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .h_logo_jpx p {
    line-height: 1.2;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1425px) {
  .h_logo_jpx {
    width: 45%;
    max-width: 635px;
  }
}

.h_nav {
  display: flex;
  margin-left: auto;
  flex: 0 0 0;
  align-items: center;
  gap: 0 20px;
}
@media screen and (min-width: 1425px) {
  .h_nav {
    width: 55%;
  }
}
@media (min-width: 768px) and (max-width: 1424px) {
  .h_nav {
    width: 59%;
  }
}
@media (min-width: 768px) and (max-width: 1424px) {
  .h_nav .nav .nav_btn a {
    width: 120px;
  }
}
@media (min-width: 981px) and (max-width: 1260px) {
  .h_nav ul.nav li:nth-child(1),
  .h_nav ul.nav li:nth-child(2),
  .h_nav ul.nav li:nth-child(3),
  .h_nav ul.nav li:nth-child(4) {
    display: none;
  }
  .h_nav ul.nav li {
    height: 80px;
  }
}

/* --------------------------------------------
cwa_case
-------------------------------------------- */
#cwa_case {
  background: #fff7f7;
}
@media screen and (min-width: 769px) {
  #cwa_case .cwa_case_list {
    display: flex;
    justify-content: space-between;
    gap: 0 33px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
}
#cwa_case .cwa_case_list .cwa_case_list_box {
  border-radius: 17px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4px 0px;
}
@media screen and (min-width: 769px) {
  #cwa_case .cwa_case_list .cwa_case_list_box {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  #cwa_case .cwa_case_list .cwa_case_list_box {
    margin-bottom: 25px;
  }
}
#cwa_case .cwa_case_list .cwa_case_list_box img {
  width: 100%;
  height: auto;
  border-radius: 17px 17px 0 0;
}
#cwa_case .cwa_case_list .cwa_case_list_box .cwa_case_list_box_text {
  padding: 20px 25px;
}
#cwa_case .cwa_case_list .cwa_case_list_box .cwa_case_list_box_text .company_name {
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
}
#cwa_case .cwa_case_list .cwa_case_list_box .cwa_case_list_box_text h3 {
  padding: 20px 0px 10px;
  line-height: 1.3;
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  color: #f03748;
}
#cwa_case .cwa_case_list .cwa_case_list_box .cwa_case_list_box_text ul {
  display: flex;
  justify-content: space-between;
  gap: 0px 6px;
  padding-bottom: 25px;
}
#cwa_case .cwa_case_list .cwa_case_list_box .cwa_case_list_box_text ul li {
  border-radius: 6px;
  background-color: #13202f;
  color: #fff;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.3rem);
  padding: 5px 8px 3px 8px;
  text-align: center;
}
#cwa_case .cwa_case_list .cwa_case_list_box .cwa_case_list_box_text .case_text {
  font-size: clamp(1.4rem, 2vw, 1.5rem);
  line-height: 1.6;
}

/* 導入事例・お客様の声 */
.cwa-7_case {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .cwa-7_case .inner {
    width: auto;
    margin: 0 auto;
    padding: 80px 32px;
  }
}
@media screen and (max-width: 768px) {
  .cwa-7_case .inner {
    width: 92%;
    margin: 0 4%;
    padding: 40px 0 40px 0;
  }
}
.cwa-7_case .company_name {
  font-size: clamp(1.6rem, 2vw, 2.3rem) !important;
}
.cwa-7_case h3 {
  border-bottom: 1px solid #ced0d3;
  padding: 20px 0px 20px !important;
  margin-bottom: 20px;
}
.cwa-7_case .cwa_case_result {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
}
.cwa-7_case .cwa_case_result .cwa_case_result_l {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
  padding: 10px 8px;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.4rem, 1.8vw, 1.4rem);
  writing-mode: vertical-rl;
  background: #f03748;
  color: #FFF;
}
.cwa-7_case .cwa_case_result .cwa_case_result_r {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px 0px;
  padding: 20px 15px;
  background: #FFF;
  border: 1px solid #ced0d3;
  border-left: none;
  border-radius: 0 5px 5px 0;
  flex: 1;
}
.cwa-7_case .cwa_case_result .cwa_case_result_r .cwa_case_result_r_txt {
  padding-left: 13px;
  position: relative;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.4rem, 1.8vw, 1.5rem);
}
.cwa-7_case .cwa_case_result .cwa_case_result_r .cwa_case_result_r_txt::before, .cwa-7_case .cwa_case_result .cwa_case_result_r .cwa_case_result_r_txt::after {
  content: "";
  display: block;
  position: absolute;
}
.cwa-7_case .cwa_case_result .cwa_case_result_r .cwa_case_result_r_txt::before {
  width: 12px;
  height: 12px;
  border-radius: 100vh;
  background: #f03748;
  left: -3px;
  top: 1px;
}
.cwa-7_case .cwa_case_result .cwa_case_result_r .cwa_case_result_r_txt::after {
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 7px;
  height: 5px;
  transform: rotate(-45deg);
  left: 0px;
  top: 4px;
}/*# sourceMappingURL=accounting.css.map */