@charset "UTF-8";
/* --------------------------------------------
variables
-------------------------------------------- */
/* --------------------------------------------
font
-------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.nav .nav_btn.document a {
  background: #f03748;
  border: 3px solid #f03748 !important;
}

.nav .nav_btn.contact a {
  background: #fff;
  color: #f03748;
  border: 3px solid #f03748 !important;
}

.btn {
  background: #0054a7;
}
.btn span {
  border: 3px solid #0054a7;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.2);
}

.page_button_2 a {
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.page_button_2 .btn.contact span {
  color: #0054a7 !important;
  padding: 5% 0 4%;
}
.page_button_2 .arrow::after {
  display: none;
}

.cw3 {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .cw3 {
    flex-direction: column;
  }
}

main {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1210px) {
  .inner {
    width: 92%;
    margin: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 4%;
    padding: 40px 0 40px 0;
  }
}

@media screen and (min-width: 769px) {
  .inner960 {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1210px) {
  .inner960 {
    width: 92%;
    margin: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .inner960 {
    width: 92%;
    margin: 0 4%;
    padding: 40px 0 40px 0;
  }
}

.column-main {
  flex: 1 1 auto;
}
@media screen and (min-width: 960px) {
  .column-main {
    width: calc(100% - 420px);
  }
}
.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%;
  }
}

@media screen and (min-width: 769px) {
  .form {
    position: sticky;
    top: 96px;
  }
}
@media screen and (min-width: 769px) {
  .form-inner {
    height: calc(100vh - 120px);
    overflow-y: scroll;
  }
}
.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;
}

@media screen and (min-width: 769px) {
  .cwa_form_fv_none {
    position: relative;
    width: 800px;
    margin: 0 auto 60px;
    border-radius: 13px;
  }
}
.cwa_form_fv_none {
  background: #f6f6f6;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
}
@media screen and (min-width: 769px) {
  .cwa_form_fv_none .cwa_form_header {
    border-radius: 13px 13px 0px 0px;
  }
}
.cwa_form_fv_none .cwa_form_header {
  padding: 10px 0px 3px 0px;
  background: #13202f;
}
.cwa_form_fv_none .cwa_form_header .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;
  color: #fff;
}
.cwa_form_fv_none .cwa_form_header .form-heading::before, .cwa_form_fv_none .cwa_form_header .form-heading::after {
  position: absolute;
  bottom: 0;
  width: 2px;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 769px) {
  .cwa_form_fv_none .cwa_form_header .form-heading::before, .cwa_form_fv_none .cwa_form_header .form-heading::after {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_form_fv_none .cwa_form_header .form-heading::before, .cwa_form_fv_none .cwa_form_header .form-heading::after {
    height: 48px;
  }
}
.cwa_form_fv_none .cwa_form_header .form-heading::before {
  left: -16px;
  rotate: -30deg;
}
.cwa_form_fv_none .cwa_form_header .form-heading::after {
  right: -16px;
  rotate: 30deg;
}
@media screen and (min-width: 769px) {
  .cwa_form_fv_none .cwa_form_body {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_form_fv_none .cwa_form_body {
    padding: 5px 20px 30px 20px;
  }
}

@media screen and (min-width: 769px) {
  .cate_job_list {
    padding: 20px !important;
    gap: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .cate_job_list {
    padding: 10px;
    gap: 0 5px;
  }
}
.cate_job_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .cate_job_list li {
    padding: 15px 10px 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .cate_job_list li {
    padding: 0 10px;
    padding: 12px 0px 4px !important;
  }
}
.cate_job_list li {
  margin: 0 !important;
  text-align: center;
  line-height: 2;
  font-size: clamp(1.1rem, 2vw, 1.1vw);
}
.cate_job_list li span {
  display: block;
}
.cate_job_list li img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .cate_job_list li img {
    width: 60%;
    max-width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cate_job_list li img {
    width: 55%;
    max-width: 50px;
  }
}

@media (min-width: 981px) {
  .top_fv {
    margin-top: 80px;
    margin-bottom: 0px;
  }
}
@media (max-width: 980px) {
  .top_fv {
    margin-top: 60px;
  }
}
.top_fv .assist {
  background-color: #f2fbfe;
  background-image: url(../img/lp/lp-cw-2/bg_fv_pc_meta.png) !important;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .top_fv .assist {
    height: 548px;
    background-size: 1000px;
    background-position: calc(54% - 100px) bottom;
  }
}
@media (min-width: 1199px) and (max-width: 1500px) {
  .top_fv .assist {
    background-size: 115%;
  }
}
@media (min-width: 1501px) {
  .top_fv .assist {
    background-size: contain;
  }
}
.top_fv .assist .assist_inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_fv .assist .assist_inner {
    width: 100%;
    max-width: 1200px;
    padding-top: 22px;
    margin: auto;
  }
}
@media screen and (max-width: 1210px) {
  .top_fv .assist .assist_inner {
    width: 98%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .assist .assist_inner {
    width: 98%;
    margin: 0px auto;
    text-align: center;
  }
}
.top_fv .assist .assist_inner h2 {
  font-family: "Chatwork Sans EB", sans-serif;
  font-feature-settings: "palt";
  font-size: clamp(3.2rem, 6vw, 58px);
}
@media screen and (min-width: 769px) {
  .top_fv .assist .assist_inner h2 {
    padding: 40px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .assist .assist_inner h2 {
    padding: 31px 0 10px 0;
  }
}
@media screen and (min-width: 1920px) {
  .top_fv .assist .assist_inner h2 {
    font-size: 7rem;
  }
}
.top_fv .assist .assist_inner h2 span {
  color: #037bc2;
}
.top_fv .assist .assist_inner .catchs {
  font-size: clamp(1.8rem, 4vw, 28px);
  font-family: "Chatwork Sans EB", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top_fv .assist .assist_inner .catchs {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .top_fv .assist .assist_inner .catchs {
    font-size: 3.3rem;
  }
}
.top_fv .assist .assist_inner .catchs span {
  color: #037bc2;
}
@media screen and (min-width: 769px) {
  .top_fv .assist .assist_inner .assist_messege {
    height: 310px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .top_fv .assist .assist_inner .assist_messege {
    height: 240px;
  }
}
@media (min-width: 1150px) and (max-width: 1300px) {
  .top_fv .assist .assist_inner .assist_messege {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .top_fv .assist .assist_inner .assist_messege {
    height: 190px;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .assist .assist_inner .assist_messege {
    max-width: 400px;
    margin: 0 auto;
    height: 280px;
  }
}
.top_fv .assist .assist_inner .assist_messege {
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_man {
    bottom: 0;
    width: 100%;
    height: auto;
    max-width: 500px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_man {
    max-width: 420px;
  }
}
@media (min-width: 1150px) and (max-width: 1500px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_man {
    max-width: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_man {
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_man {
    width: 180px;
    bottom: 30px;
  }
}
.top_fv .assist .assist_inner .assist_messege .assist_messege_man {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_woman {
    bottom: 0;
    width: 100%;
    height: auto;
    max-width: 500px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_woman {
    max-width: 420px;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_woman {
    max-width: 340px;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_woman {
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .assist .assist_inner .assist_messege .assist_messege_woman {
    width: 180px;
    bottom: 30px;
  }
}
.top_fv .assist .assist_inner .assist_messege .assist_messege_woman {
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.top_fv .assist .assist_inner .assist_messege .page_button_1 {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1500px) {
  .top_fv .assist .assist_inner .assist_messege .page_button_1 .btn {
    width: 320px !important;
  }
}
@media (min-width: 768px) and (max-width: 1500px) {
  .top_fv .assist .assist_inner .assist_messege .page_button_1 .btn span {
    font-size: clamp(1.8rem, 2.5vw, 1.4vw) !important;
  }
}
.top_fv .job {
  background: #037bc2;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .top_fv .job {
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .job {
    top: -50px;
  }
}
@media screen and (min-width: 769px) {
  .top_fv .job {
    border-top: 20px solid #0087d7;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .job {
    border-top: 20px solid #0087d7;
  }
}
.top_fv .job h2 {
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: clamp(2rem, 3vw, 3.7rem);
  text-shadow: 4px 4px 0px rgba(233, 71, 9, 0.98);
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top_fv .job h2 {
    padding: 25px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .job h2 {
    padding: 15px 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .top_fv .job ul li {
    border: 5px solid #0087d7;
  }
}
@media screen and (max-width: 768px) {
  .top_fv .job ul li {
    border: 3px solid #0087d7;
  }
}

@media (min-width: 981px) {
  .top_fv2 {
    margin-top: 80px;
    margin-bottom: 0px;
  }
}
@media (max-width: 980px) {
  .top_fv2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) {
  .top_fv2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px;
  }
}
@media screen and (max-width: 768px) {
  .top_fv2 {
    padding: 25px;
  }
}
.top_fv2 {
  background: #e6f2f6;
}
@media screen and (min-width: 769px) {
  .top_fv2 .top_fv2_l {
    width: 49%;
  }
}
.top_fv2 .top_fv2_l img {
  display: block;
  width: 100%;
  max-width: 650px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .top_fv2 .top_fv2_l .ttl {
    margin: 30px 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top_fv2 .top_fv2_l .ttl {
    text-align: center;
    margin: 20px 0px 10px;
  }
}
.top_fv2 .top_fv2_l .ttl {
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: clamp(2.5rem, 3.5vw, 5rem);
}
@media screen and (max-width: 768px) {
  .top_fv2 .top_fv2_l .sub_ttl {
    text-align: center;
    margin-bottom: 15px;
  }
}
.top_fv2 .top_fv2_l .sub_ttl {
  font-size: clamp(1.4rem, 2vw, 2.6rem);
  line-height: 1.4;
  letter-spacing: 1px;
}
.top_fv2 .top_fv2_l .sub_ttl span {
  color: #f03748;
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (min-width: 769px) {
  .top_fv2 .top_fv2_r {
    width: 49%;
  }
}
.top_fv2 .top_fv2_r img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------
part
-------------------------------------------- */
@media screen and (min-width: 769px) {
  .page_button_1 .btn {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .page_button_1 .btn {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .page_button_1 {
    bottom: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page_button_1 {
    top: 25px;
  }
}
.page_button_1 a {
  background-color: #0054a7;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .page_button_1 a span {
    padding: 5% 4% 4.5% 4%;
  }
}
.page_button_1 a span {
  border: 3px solid #f03748;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem) !important;
  background-color: #f03748 !important;
}
@media screen and (max-width: 768px) {
  .page_button_1 a span::after {
    background: none !important;
  }
}

@media screen and (min-width: 769px) {
  .page_button_2 {
    justify-content: center;
  }
}
/* --------------------------------------------
attention
-------------------------------------------- */
@media screen and (min-width: 769px) {
  .attention ul {
    gap: 20px 4%;
  }
}
@media screen and (max-width: 768px) {
  .attention ul {
    gap: 10px 2%;
  }
}
.attention ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .attention ul li {
    width: 30%;
    padding: 30px 0;
    border-radius: 0 100vh 0 100vh;
  }
}
@media screen and (max-width: 768px) {
  .attention ul li {
    width: 48%;
    padding: 15px 0;
  }
}
.attention ul li {
  font-size: clamp(1.2rem, 1.4vw, 1.9rem);
  background: #e8ebf0;
  text-align: center;
}
.attention ul li span {
  color: #037bc2;
}
@media screen and (min-width: 769px) {
  .attention .attention_arrow {
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .attention .attention_arrow {
    margin: 20px auto;
  }
}
.attention .attention_arrow {
  width: 160px;
}
.attention .attention_arrow .attention_arrow1 {
  background: #037bc2;
  height: 25px;
}
.attention .attention_arrow .attention_arrow2 {
  position: relative;
  top: -1px;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 30px solid #037bc2;
  border-bottom: 0;
}
@media screen and (min-width: 769px) {
  .attention .attention_catch {
    width: 655px;
    height: 110px;
    border-radius: 0 100vh 0 100vh;
  }
}
@media screen and (max-width: 768px) {
  .attention .attention_catch {
    width: 100%;
    padding: 20px 0;
  }
}
.attention .attention_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  /*background: $c_orange;*/
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.4;
  font-family: "Chatwork Sans B", sans-serif;
}

.ttl2 {
  color: #121212;
}
.ttl2 .sub_ttl span {
  color: #037bc2;
}

/* --------------------------------------------
top_whats
-------------------------------------------- */
.top_whats {
  background: #037bc2;
  background-repeat: no-repeat;
  background-image: url(../img/lp/lp-cw-2/bg_top_what_1.png), url(../img/lp/lp-cw-2/bg_top_what_2.png);
  background-position: bottom 0px left 0px, top 0px right 0px;
}
@media screen and (min-width: 769px) {
  .top_whats {
    background-size: 380px auto, 395px auto;
  }
}
@media screen and (max-width: 768px) {
  .top_whats {
    background-size: 120px auto, 130px auto;
  }
}
.top_whats ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top_whats ul {
    width: 790px;
    gap: 0 5%;
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .top_whats ul {
    gap: 45px 2%;
    padding-top: 0px;
  }
}
@media screen and (min-width: 769px) {
  .top_whats ul li {
    width: 30%;
    padding: 100px 0 120px;
    border-radius: 100vh 0 100vh 0;
  }
}
@media screen and (max-width: 768px) {
  .top_whats ul li {
    width: 31%;
    padding: 20px 0 20px;
  }
}
.top_whats ul li {
  position: relative;
  text-align: center;
  background: #fff;
  width: 30%;
  padding-bottom: 20px;
}
.top_whats ul li .photo {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_whats ul li .photo {
    top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .top_whats ul li .photo {
    top: 0px;
    margin-bottom: 0px;
  }
}
.top_whats ul li .photo img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .top_whats ul li .photo img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .top_whats ul li .photo img {
    width: 90px;
  }
}
@media screen and (min-width: 769px) {
  .top_whats ul li h3 {
    padding: 25px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .top_whats ul li h3 {
    padding: 15px 0 10px;
  }
}
.top_whats ul li h3 {
  text-align: center;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  letter-spacing: 2px;
}
.top_whats ul li p {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: 1px;
}

/* --------------------------------------------
a02_copy
-------------------------------------------- */
#a02_copy {
  background: #f2fbfe;
}

.a02_copy .a02_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .a02_copy .a02_box_wrap {
    gap: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .a02_copy .a02_box_wrap {
    gap: 0 5%;
  }
}
@media screen and (min-width: 769px) {
  .a02_copy .a02_box {
    width: 23%;
    min-height: 385px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .a02_copy .a02_box {
    width: 46%;
    min-height: 270px;
    margin-bottom: 25px;
  }
}
.a02_copy .a02_box .a02_ttl span {
  display: block;
  background: #037bc2;
  border-radius: 0px 100vh 0px 0px;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .a02_copy .a02_box .a02_ttl span {
    padding: 4%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .a02_copy .a02_box .a02_ttl span {
    padding: 4%;
    font-size: 1.5rem;
  }
}
.a02_copy .a02_box img {
  max-width: 100%;
  height: auto;
}

.a02_copy .a02_box .a02_list {
  padding: 10px 0px 5px 10px;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .a02_copy .a02_box .a02_list {
    min-height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .a02_copy .a02_box .a02_list {
    min-height: 130px;
  }
}
.a02_copy .a02_box .a02_list li {
  position: relative;
  padding-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .a02_copy .a02_box .a02_list li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .a02_copy .a02_box .a02_list li {
    font-size: 1.2rem;
  }
}
.a02_copy .a02_box .a02_list li::before {
  content: "○";
}

@media screen and (min-width: 769px) {
  .a02_copy .a02_copy_hosoku {
    text-align: right;
  }
}
.a02_copy .a02_copy_hosoku {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  margin-bottom: 10px;
}

/* --------------------------------------------
service
-------------------------------------------- */
.service {
  background: #f2fbfe;
}
.service .tt span {
  color: #037bc2;
}
@media screen and (min-width: 769px) {
  .service .tt sup {
    top: -31px;
  }
}
@media screen and (max-width: 768px) {
  .service .tt sup {
    top: -20px;
  }
}
.service .tt sup {
  font-family: "Chatwork Sans R", sans-serif;
  font-size: clamp(1.1rem, 1.3vw, 1.2rem);
}
.service .tt i {
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.3rem, 2vw, 2.7rem);
  font-style: normal;
}
.service_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  max-width: 1200px;
  margin-inline: auto;
}
.service_box {
  border-radius: 0px 30px 0px 0px;
  background: #fff;
  width: calc(25% - 16px);
  min-height: 274px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1210px) {
  .service_box {
    min-height: 184px;
    width: calc(50% - 16px);
    gap: 8px;
  }
}
.service_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 24px 0 16px;
}
@media screen and (max-width: 768px) {
  .service_ttl {
    padding: 4px 16px 0 6px;
    gap: 8px;
  }
}
.service_ttl img {
  width: 75px;
  height: 75px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .service_ttl img {
    width: 40px;
    height: 40px;
  }
}
.service_ttl span {
  color: #037bc2;
  display: block;
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: 2rem;
  padding-bottom: 4px;
  border-bottom: 2px solid #037bc2;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service_ttl span {
    font-size: 1.5rem;
  }
}
.service_list {
  padding: 0 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .service_list {
    padding: 0 14px 14px;
    gap: 4px;
  }
}
.service_list li {
  position: relative;
  display: flex;
  gap: 8px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service_list li {
    align-items: flex-start;
    font-size: 1.2rem;
  }
}
.service_list li::before {
  content: "";
  background: url(../img/lp/cwa-123/icn_service_check_blue.svg) no-repeat center/100% 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .service_list li::before {
    width: 12px;
    height: 12px;
  }
}
.service_cta_ilst {
  position: absolute;
  top: -150px;
  left: 50%;
  width: 412px;
  height: 162px;
  display: inline-block;
  margin: 0 0 0 -206px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service_cta_ilst {
    top: -112px;
    width: 281px;
    height: 123px;
    margin: 0 0 0 -140px;
  }
}
.service_cta_ilst img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.service .page_button_1 {
  position: relative;
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  .service .page_button_1 {
    margin-top: 123px;
    margin-bottom: 40px;
  }
}
.service {
  /* --------------------------------------------
    service_options
    -------------------------------------------- */
}
.service_options {
  background: #fff;
}
.service_options .tt span {
  color: #037bc2;
}
@media screen and (max-width: 768px) {
  .service_options .tt span {
    display: block;
  }
}
.service_options_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1210px) {
  .service_options_wrap {
    flex-direction: column;
  }
}
.service_options_figure {
  width: 324px;
  height: 339px;
  display: inline-block;
  flex: auto 0 0;
}
.service_options_figure img {
  width: 100%;
  height: auto;
}
.service_options_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service_options_list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 432px;
  height: 75px;
  border-radius: 0px 30px 0px 0px;
  background: #f2fbfe;
  padding: 16px 24px 16px 16px;
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (max-width: 768px) {
  .service_options_list li {
    width: 100%;
    min-width: 328px;
    height: 68px;
  }
}
.service_options_list li h3 {
  font-size: 2rem;
  border-left: 4px solid #037bc2;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .service_options_list li h3 {
    font-size: 1.5rem;
  }
}
.service_options_list li p {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .service_options_list li p {
    font-size: 1.2rem;
  }
}
.service_options_list li:nth-child(1) h3 {
  border-left: 4px solid #037bc2;
}
.service_options_list li:nth-child(2) h3 {
  border-left: 4px solid #007bc1;
}
.service_options_list li:nth-child(3) h3 {
  border-left: 4px solid #22b295;
}

/* --------------------------------------------
top_comparison
-------------------------------------------- */
.top_comparison {
  background: #f2fbfe;
  background-repeat: no-repeat;
  background-position: top 0px left 0px, bottom 0px right 0px;
}
@media screen and (min-width: 769px) {
  .top_comparison {
    background-size: 330px auto, 380px auto;
  }
}
@media screen and (max-width: 768px) {
  .top_comparison {
    background-size: 120px auto, 130px auto;
  }
}
.top_comparison .top_comparison_inner {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .top_comparison .top_comparison_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px 1px;
  }
}
@media screen and (max-width: 768px) {
  .top_comparison .top_comparison_inner {
    width: 96%;
    margin: 0 3%;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 3px 1px;
  }
}
.top_comparison .top_comparison_inner table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #808080;
}
.top_comparison .top_comparison_inner table .cell1 {
  width: 20%;
  background: #f7f7f7;
  vertical-align: middle;
  border-left: 1px solid #808080;
  font-size: clamp(1.2rem, 1.28vw, 1.6rem);
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (min-width: 769px) {
  .top_comparison .top_comparison_inner table .cell1 {
    padding: 16px 2em 16px;
  }
}
@media screen and (max-width: 768px) {
  .top_comparison .top_comparison_inner table .cell1 {
    padding: 10px 5px 7px;
  }
}
.top_comparison .top_comparison_inner table .cell2 {
  width: 40%;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #808080;
  background-color: #f7f7f7;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-family: "Chatwork Sans L", sans-serif;
  line-height: 1.5;
}
.top_comparison .top_comparison_inner table .cell2 em {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-family: "Chatwork Sans B", sans-serif;
}
.top_comparison .top_comparison_inner table .cell2 span {
  display: block;
  line-height: 1.5;
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (min-width: 769px) {
  .top_comparison .top_comparison_inner table .cell2 span {
    font-size: 110%;
  }
}
@media screen and (min-width: 769px) {
  .top_comparison .top_comparison_inner table .cell2 {
    padding: 16px 5px 16px;
  }
}
@media screen and (max-width: 768px) {
  .top_comparison .top_comparison_inner table .cell2 {
    padding: 10px 5px 7px;
  }
}
.top_comparison .top_comparison_inner table th.cell2 {
  background-color: #808080;
  color: #fff;
}
.top_comparison .top_comparison_inner table .cell3 {
  width: 40%;
  text-align: center;
  vertical-align: middle;
  border-inline: 4px solid #037bc2;
  background: #f2fbfe;
  color: #13202f;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-family: "Chatwork Sans B", sans-serif;
  line-height: 1.5;
}
.top_comparison .top_comparison_inner table .cell3 img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_comparison .top_comparison_inner table .cell3 img {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .top_comparison .top_comparison_inner table .cell3 img {
    max-width: 150px;
    vertical-align: -2px;
  }
}
.top_comparison .top_comparison_inner table .cell3 strong {
  display: block;
  line-height: 1.5;
  font-size: clamp(1.4rem, 2.6vw, 2.6rem);
  font-family: "Chatwork Sans EB", sans-serif;
  color: #fff;
}
.top_comparison .top_comparison_inner table .cell3 span {
  display: block;
  line-height: 1.5;
  font-size: clamp(1.4rem, 2vw, 2.6rem);
  font-family: "Chatwork Sans EB", sans-serif;
  color: #037bc2;
}
@media screen and (min-width: 769px) {
  .top_comparison .top_comparison_inner table .cell3 {
    padding: 16px 5px 16px;
  }
}
@media screen and (max-width: 768px) {
  .top_comparison .top_comparison_inner table .cell3 {
    padding: 10px 5px 7px;
  }
}
.top_comparison .top_comparison_inner table th.cell3 {
  position: relative;
  padding-block: 20px 40px;
  background-image: linear-gradient(to bottom, #037bc2 80%, #f2fbfe 80%);
}
.top_comparison .top_comparison_inner table th.cell3::before {
  position: absolute;
  top: -15px;
  left: -4px;
  width: calc(100% + 8px);
  height: 16px;
  border-radius: 16px 16px 0 0;
  background-color: #037bc2;
  content: "";
}
.top_comparison .top_comparison_inner table th.cell3::after {
  position: absolute;
  top: 79%;
  left: 0;
  width: 100%;
  height: 16px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #037bc2;
  content: "";
}
.top_comparison .top_comparison_inner table tr:not(:first-child) .cell1, .top_comparison .top_comparison_inner table tr:not(:first-child) .cell2 {
  position: relative;
}
.top_comparison .top_comparison_inner table tr:not(:first-child) .cell1::before, .top_comparison .top_comparison_inner table tr:not(:first-child) .cell2::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 80%;
  height: 1px;
  background-color: #e6e6e6;
  content: "";
}
.top_comparison .top_comparison_inner table tr:nth-child(2) .cell1 {
  border-top: 1px solid #808080;
}
.top_comparison .top_comparison_inner table tr:not(:nth-child(1)):not(:nth-child(2)) .cell3 {
  position: relative;
}
.top_comparison .top_comparison_inner table tr:not(:nth-child(1)):not(:nth-child(2)) .cell3::before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 80%;
  height: 1px;
  background-color: #0099dc;
  content: "";
}
.top_comparison .top_comparison_inner table tr:last-child .cell1, .top_comparison .top_comparison_inner table tr:last-child .cell2 {
  border-bottom: 1px solid #808080;
}
.top_comparison .top_comparison_inner table tr:last-child .cell3 {
  position: relative;
}
.top_comparison .top_comparison_inner table tr:last-child .cell3::after {
  position: absolute;
  bottom: -16px;
  left: -4px;
  width: calc(100% + 8px);
  height: 16px;
  border-inline: 4px solid #037bc2;
  border-bottom: 4px solid #037bc2;
  border-radius: 0 0 16px 16px;
  background-color: #f2fbfe;
  content: "";
}
@media screen and (min-width: 769px) {
  .top_comparison .top_comparison_inner h3 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_comparison .top_comparison_inner h3 {
    padding-top: 30px;
  }
}
.top_comparison .top_comparison_inner h3 {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  font-family: "Chatwork Sans B", sans-serif;
  line-height: 1.3;
  text-align: center;
}
.top_comparison .top_comparison_inner h3 span {
  color: #037bc2;
}

/* --------------------------------------------
top_plan
-------------------------------------------- */
.top_plan {
  background: #037bc2;
  background-repeat: no-repeat;
  background-image: url(../img/lp/lp-cw-2/bg_top_price_1.png), url(../img/lp/lp-cw-2/bg_top_price_2.png);
  background-position: top 0px left 0px, bottom 0px right 0px;
}
@media screen and (min-width: 769px) {
  .top_plan {
    background-size: 345px auto, 335px auto;
  }
}
@media screen and (max-width: 768px) {
  .top_plan {
    background-size: 130px auto, 125px auto;
  }
}
.top_plan .tt {
  color: #fff;
}
.top_plan .page_button_1 span {
  background: #fff;
  color: #f03748;
  padding: 4.5% 2% 4% 2%;
}
@media screen and (min-width: 769px) {
  .top_plan .page_button_1 span::after {
    background: url(../img/icn_bot_arrow_red.svg) no-repeat center/100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_plan .page_button_1 span::after {
    background: none !important;
  }
}
.top_plan .plan_wrap {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .top_plan .plan_wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top_plan .plan_wrap {
    padding: 0px;
  }
}
.top_plan .plan_wrap .pc_plan {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.top_plan .plan_wrap .pc_plan i {
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: 150%;
  font-style: normal;
}
.top_plan .plan_wrap .pc_plan tr:nth-child(even) {
  background: #f7f7f7;
}
.top_plan .plan_wrap .pc_plan th {
  width: 16.66%;
  padding: 25px 5px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}
.top_plan .plan_wrap .pc_plan th:nth-child(2) {
  background: #bfbfbf;
}
.top_plan .plan_wrap .pc_plan th:nth-child(3) {
  background: #2bb0e9;
}
.top_plan .plan_wrap .pc_plan th:nth-child(4) {
  background: #22b396;
}
.top_plan .plan_wrap .pc_plan th:nth-child(5) {
  background: #f8ac00;
}
.top_plan .plan_wrap .pc_plan th:nth-child(6) {
  background: #c3081b;
}
.top_plan .plan_wrap .pc_plan td {
  padding: 25px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.top_plan .plan_wrap .pc_plan td .btn {
  margin-top: 10px;
}
.top_plan .plan_wrap .pc_plan td .btn span {
  font-size: 14px;
  padding: 10px 0;
}
.top_plan .plan_wrap .pc_plan td .btn span::after {
  width: 6px;
  right: 10px;
}
.top_plan .plan_wrap .sp_plan {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.top_plan .plan_wrap .sp_plan i {
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: 130%;
  font-style: normal;
}
.top_plan .plan_wrap .sp_plan tr:nth-child(odd) {
  background: #f7f7f7;
}
.top_plan .plan_wrap .sp_plan th {
  width: 25%;
  padding: 10px 0px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  color: #fff;
}
.top_plan .plan_wrap .sp_plan th.m0 {
  background: #fff;
}
.top_plan .plan_wrap .sp_plan th.m1 {
  background: #bfbfbf;
}
.top_plan .plan_wrap .sp_plan th.m3 {
  background: #2bb0e9;
}
.top_plan .plan_wrap .sp_plan th.m6 {
  background: #22b396;
}
.top_plan .plan_wrap .sp_plan th.m12 {
  background: #f8ac00;
}
.top_plan .plan_wrap .sp_plan th.m_custom {
  background: #c3081b;
}
.top_plan .plan_wrap .sp_plan td {
  width: 25%;
  padding: 10px 3px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}
.top_plan .plan_wrap .sp_plan td .btn {
  width: 80%;
  margin: 10px auto 0;
}
.top_plan .plan_wrap .sp_plan td .btn span {
  font-size: 14px;
  padding: 5px 0;
}
.top_plan .plan_text {
  margin-top: 5px;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}

/* --------------------------------------------
top_flow
-------------------------------------------- */
.top_flow {
  position: relative;
  background: #f2fbfe;
}
.top_flow::before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 83%;
  background-color: #f2fbfe;
  position: absolute;
  top: 143px;
  right: 0;
  border-bottom-left-radius: 100vh;
}
@media screen and (min-width: 769px) {
  .top_flow .top_flow_list {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.top_flow .top_flow_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f0f0f0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .top_flow .top_flow_list li {
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.38) 2px 2px 3px -2px;
  }
}
@media screen and (max-width: 768px) {
  .top_flow .top_flow_list li {
    padding: 10px;
    margin-bottom: 15px;
  }
}
.top_flow .top_flow_list li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 49%;
  border: 15px solid transparent;
  border-top: 26px solid #f03748;
}
.top_flow .top_flow_list li:last-child::after {
  display: none;
}
.top_flow .top_flow_list li .icn {
  width: 25%;
  text-align: center;
}
.top_flow .top_flow_list li .icn img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .top_flow .top_flow_list li .icn img {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .top_flow .top_flow_list li .icn img {
    width: 50px;
  }
}
.top_flow .top_flow_list li .text {
  flex: 1;
}
.top_flow .top_flow_list li .text h3 {
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-family: "Chatwork Sans B", sans-serif;
}
.top_flow .top_flow_list li .text h3 span {
  margin-right: 10px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: #f03748;
}
.top_flow .top_flow_list li .text p {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .top_flow::before {
    top: 120px;
    height: calc(100% - 180px);
  }
  .top_flow .top_flow_list {
    max-width: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
  }
  .top_flow .top_flow_list li {
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 12px;
  }
  .top_flow .top_flow_list li::after {
    top: 50%;
    left: auto;
    right: -28px;
    bottom: auto;
    translate: 0 -50%;
    border: 12px solid transparent;
    border-left: 22px solid #f03748;
    border-top: 12px solid transparent;
  }
  .top_flow .top_flow_list li .icn {
    width: auto;
    margin-bottom: 8px;
  }
  .top_flow .top_flow_list li .text {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
  }
  .top_flow .top_flow_list li .text h3 span {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.top_flow {
  /* 狭め PC (タブレット〜小型ノート) で 5 列が窮屈にならないよう保険調整 */
}
@media (min-width: 768px) and (max-width: 1100px) {
  .top_flow .top_flow_list {
    gap: 14px;
  }
  .top_flow .top_flow_list li {
    padding: 16px 8px;
  }
  .top_flow .top_flow_list li::after {
    right: -18px;
    border-left-width: 16px;
  }
}

/* --------------------------------------------
.case_footer
-------------------------------------------- */
.case_footer {
  margin-top: 0;
}

/* --------------------------------------------
.case_wrap
-------------------------------------------- */
@media screen and (min-width: 769px) {
  .cases_wrap {
    border-radius: 0 30px 0 30px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .cases_wrap {
    border-radius: 0 15px 0 15px;
    padding: 20px;
  }
}
.cases_wrap {
  background: #f2fbfe;
}
@media screen and (min-width: 769px) {
  .cases_wrap.cases_wrap2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cases_wrap.cases_wrap2 {
    margin-top: 30px;
  }
}
.cases_wrap.cases_wrap2 {
  background: #ece1cd;
}
.cases_wrap .cases_txt {
  margin-top: 15px;
  line-height: 1.4;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .cases_wrap .cases_wrap_l {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .cases_wrap .cases_wrap_l .cases_status {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cases_wrap .cases_wrap_l .cases_status {
    margin-bottom: 20px;
  }
}
.cases_wrap .cases_wrap_l .cases_status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cases_wrap .cases_wrap_l .cases_status .cases_status_photo {
  width: 43%;
}
.cases_wrap .cases_wrap_l .cases_status .cases_status_photo img {
  width: 100%;
  height: auto;
}
.cases_wrap .cases_wrap_l .cases_status .cases_status_txt {
  width: 52%;
}
.cases_wrap .cases_wrap_l .cases_status .cases_status_txt h3 {
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.cases_wrap .cases_wrap_l .cases_status .cases_status_txt p {
  margin-top: 8px;
  font-size: clamp(1.3rem, 2vw, 1.3rem);
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .cases_wrap .cases_wrap_l h4 {
    padding: 15px 15px 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  .cases_wrap .cases_wrap_l h4 {
    padding: 10px 10px 6px 10px;
  }
}
.cases_wrap .cases_wrap_l h4 {
  background: #037bc2;
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "Chatwork Sans B", sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .cases_wrap .cases_wrap_l .cases_arrow {
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .cases_wrap .cases_wrap_l .cases_arrow {
    margin: 20px auto;
  }
}
.cases_wrap .cases_wrap_l .cases_arrow {
  width: 100%;
  max-width: 280px;
  text-align: center;
}
.cases_wrap .cases_wrap_l .cases_arrow .cases_arrow_up {
  position: relative;
  padding: 18px 15px 35px 15px;
  background: #007bc1;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (min-width: 769px) {
  .cases_wrap .cases_wrap_r {
    width: 57%;
  }
}
@media screen and (max-width: 768px) {
  .cases_wrap .cases_wrap_r {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .cases_wrap .cases_wrap_r h4 {
    padding: 15px 15px 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  .cases_wrap .cases_wrap_r h4 {
    padding: 10px 10px 6px 10px;
  }
}
.cases_wrap .cases_wrap_r h4 {
  background: #007bc1;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "Chatwork Sans B", sans-serif;
  letter-spacing: 1px;
}
.cases_wrap .cases_wrap_r .cases_task_photo {
  background: #fff;
  padding: 10px;
}
.cases_wrap .cases_wrap_r .cases_task_photo img {
  width: 100%;
  height: auto;
}

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: 8px;
  font-size: 10px;
  line-height: 1.5;
}
.marketo_comment a {
  color: #f03748;
}

/* --------------------------------------------
bnr_cwa_fv_down
FV下のバナー
-------------------------------------------- */
@media screen and (min-width: 769px) {
  .bnr_cwa_fv_down {
    margin-bottom: 35px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .bnr_cwa_fv_down {
    margin-bottom: 35px;
    margin-top: 51px;
  }
}
.bnr_cwa_fv_down {
  text-align: center;
}
.bnr_cwa_fv_down a {
  transition: 0.3s;
}
.bnr_cwa_fv_down a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .bnr_cwa_fv_down img {
    width: 100%;
    max-width: 636px;
  }
}
@media screen and (max-width: 768px) {
  .bnr_cwa_fv_down img {
    width: 96%;
    margin: 0 auto;
  }
}
.bnr_cwa_fv_down img {
  height: auto;
}

/* --------------------------------------------
FVにボタン２つ設置 2025/10/1
-------------------------------------------- */
.fv_button_pc {
  max-width: 732px;
  justify-content: space-between;
  gap: 0 3%;
  padding: 40px 0px;
}
@media screen and (min-width: 1501px) {
  .fv_button_pc {
    display: flex;
    width: 100%;
    bottom: 41px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .fv_button_pc {
    display: flex;
    width: 60%;
    bottom: 22px;
  }
}
@media (min-width: 1150px) and (max-width: 1300px) {
  .fv_button_pc {
    display: flex;
    width: 60%;
    bottom: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .fv_button_pc {
    display: flex;
    width: 70%;
    bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .fv_button_pc {
    display: none;
  }
}
.fv_button_pc a {
  display: block;
  width: 48%;
  border-radius: 100vh;
  text-align: center;
  background: #f03748;
  border: 3px solid #f03748;
  color: #fff;
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (min-width: 1501px) {
  .fv_button_pc a {
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    padding: 12px 0 10px 0;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .fv_button_pc a {
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    padding: 12px 0 10px 0;
  }
}
@media (min-width: 1150px) and (max-width: 1300px) {
  .fv_button_pc a {
    font-size: clamp(1.8rem, 2vw, 1.7rem);
    padding: 12px 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .fv_button_pc a {
    font-size: clamp(1.8rem, 2vw, 1.4rem);
    padding: 12px 0 10px 0;
  }
}
.fv_button_pc a.contact {
  background: #fff;
  color: #f03748;
}

.fv_button_sp {
  width: 94%;
  margin: 0 auto;
}
.fv_button_sp a {
  display: block;
  width: 100%;
  border-radius: 100vh;
  text-align: center;
  background: #f03748;
  border: 3px solid #f03748;
  color: #fff;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  padding: 12px 0 10px 0;
  margin-bottom: 15px;
}
.fv_button_sp a.contact {
  background: #fff;
  color: #f03748;
  margin-bottom: 0px;
}

.fv_button-cw-2-3_pc {
  max-width: 852px;
  justify-content: space-between;
  gap: 0 3%;
  padding: 40px 0px;
}
@media screen and (min-width: 1501px) {
  .fv_button-cw-2-3_pc {
    display: flex;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .fv_button-cw-2-3_pc {
    display: flex;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 1150px) and (max-width: 1300px) {
  .fv_button-cw-2-3_pc {
    display: flex;
    width: 60%;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .fv_button-cw-2-3_pc {
    display: flex;
    width: 70%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .fv_button-cw-2-3_pc {
    display: none;
  }
}
.fv_button-cw-2-3_pc a {
  display: block;
  width: 48%;
  border-radius: 100vh;
  text-align: center;
  background: #f03748;
  border: 3px solid #f03748;
  color: #fff;
  font-family: "Chatwork Sans B", sans-serif;
}
@media screen and (min-width: 1501px) {
  .fv_button-cw-2-3_pc a {
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    padding: 12px 0 10px 60px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .fv_button-cw-2-3_pc a {
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    padding: 12px 0 10px 45px;
  }
}
@media (min-width: 1150px) and (max-width: 1300px) {
  .fv_button-cw-2-3_pc a {
    font-size: clamp(1.8rem, 2vw, 1.7rem);
    padding: 12px 0 10px 61px;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .fv_button-cw-2-3_pc a {
    font-size: clamp(1.8rem, 2vw, 1.4rem);
    padding: 12px 0 10px 50px;
  }
}
.fv_button-cw-2-3_pc a.contact {
  background: #fff;
  color: #f03748;
}
.fv_button-cw-2-3_pc .fv_dl_img {
  position: absolute;
  width: 83px;
  top: 31px;
  left: -1%;
}
.fv_button-cw-2-3_pc .fv_inp_form {
  position: absolute;
  width: 57px;
  left: 56%;
  top: 22px;
}

.fv_button-cw-2-3_sp {
  width: 94%;
  margin: 0 auto;
  position: relative;
  margin-top: 32px;
}
.fv_button-cw-2-3_sp a {
  display: block;
  width: 100%;
  border-radius: 100vh;
  text-align: center;
  background: #f03748;
  border: 3px solid #f03748;
  color: #fff;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  padding: 12px 0 10px 44px;
  margin-bottom: 25px;
}
.fv_button-cw-2-3_sp a.contact {
  background: #fff;
  color: #f03748;
  margin-bottom: 0px;
}
.fv_button-cw-2-3_sp .fv_dl_img {
  position: absolute;
  width: 78px;
  top: -7px;
}
.fv_button-cw-2-3_sp .fv_inp_form {
  position: absolute;
  width: 51px;
  left: 6%;
  top: 58px;
}

/* --------------------------------------------
東証上場付き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) {
    display: none;
  }
  .h_nav ul.nav li {
    height: 80px;
  }
}

/* --------------------------------------------
マルケト
-------------------------------------------- */
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: 8px;
  font-size: 10px;
  line-height: 1.5;
}
.marketo_comment a {
  color: #f03748;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField {
  width: 100% !important;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 3px 1px;
}

.mktoForm select.mktoField {
  width: 96% !important;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 3px 1px;
}

@media screen and (max-width: 768px) {
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    float: left !important;
    width: 20% !important;
  }
}

button.mktoButton {
  color: #fff !important;
  background-color: #e03546 !important;
  border: solid 3px #e03546 !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  padding-top: 0px !important;
}

.mktoForm .mktoFieldWrap {
  margin-bottom: 10px !important;
}

.mktoForm .mktoRadioList > input,
.mktoForm .mktoCheckboxList > input {
  top: -14px;
}

.mktoForm .mktoFormCol {
  margin-bottom: 3px !important;
}

/* --------------------------------------------
cwa_case
-------------------------------------------- */
#cwa_case {
  background: #f2fbfe;
}
@media screen and (min-width: 769px) {
  #cwa_case .cwa_case_list {
    display: flex;
    justify-content: space-between;
    gap: 0 33px;
  }
}
@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 {
  border-radius: 17px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4px 0px;
}
#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: #037bc2;
}
#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 {
    padding-left: 0;
    padding-right: 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: #037bc2;
  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: #f2fbfe;
  border: 1px solid #f2fbfe;
  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: #037bc2;
  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;
}

@media screen and (min-width: 769px) {
  .top_company_logo_down_text_cwa-9 {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .top_company_logo_down_text_cwa-9 {
    width: 94%;
  }
}
.top_company_logo_down_text_cwa-9 {
  margin: 0 auto;
}
.top_company_logo_down_text_cwa-9 p {
  padding: 22px 0 0;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  line-height: 1.3;
}

@media (min-width: 768px) {
  .fv_result_img {
    max-width: 430px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .fv_result_img {
    max-width: 330px;
    margin-top: 8px;
  }
}

/* --------------------------------------------
cwa_features
-------------------------------------------- */
#cwa_features {
  position: relative;
  z-index: 1;
  background: url(../img/lp/cwa-123/bg_cwa_features.png);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #cwa_features::after {
    width: 645px;
    height: 3000px;
    transform: translate(-60%, 0%) rotate(-25deg);
  }
}
@media screen and (max-width: 768px) {
  #cwa_features::after {
    width: 240px;
    height: 3000px;
    transform: translate(-60%, 0%) rotate(-5deg);
  }
}
#cwa_features::after {
  top: 0px;
  left: 50%;
  content: "";
  position: absolute;
  z-index: 2;
  background: url(../img/lp/cwa-123/bg_cwa_features_line.png);
  transform-origin: top left;
}

.cwa_features_inner {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .cwa_features_inner {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 80px 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1210px) {
  .cwa_features_inner {
    width: 96%;
    margin: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .cwa_features_inner {
    width: 92%;
    margin: 0 4%;
    padding: 10px 0 40px 0;
  }
}
.cwa_features_inner.cwa_features_inner_cwa-8:first-child {
  padding-bottom: 0px;
}
.cwa_features_inner.cwa_features_inner_cwa-8:last-child {
  padding-top: 0px;
}
@media screen and (min-width: 769px) {
  .cwa_features_inner .cwa_features_box {
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0px 30px;
  }
  .cwa_features_inner .cwa_features_box:last-child {
    margin-bottom: 0px;
  }
  .cwa_features_inner .cwa_features_box:nth-child(odd) {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .cwa_features_inner .cwa_features_box {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .cwa_features_inner .cwa_features_box:last-child {
    margin-bottom: 0px;
  }
}
.cwa_features_inner .cwa_features_box:nth-of-type(2) .cwa_features_txt .features_label {
  background: #22b295;
}
.cwa_features_inner .cwa_features_box:nth-of-type(3) .cwa_features_txt .features_label {
  background: #2cb1e7;
}
.cwa_features_inner .cwa_features_box {
  display: flex;
}
.cwa_features_inner .cwa_features_box .cwa_features_img {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cwa_features_inner .cwa_features_box .cwa_features_img {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .cwa_features_inner .cwa_features_box .cwa_features_img {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .cwa_features_inner .cwa_features_box .cwa_features_img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cwa_features_inner .cwa_features_box .cwa_features_img img {
    width: 70%;
  }
}
.cwa_features_inner .cwa_features_box .cwa_features_img img {
  height: auto;
}
@media screen and (min-width: 769px) {
  .cwa_features_inner .cwa_features_box .cwa_features_txt {
    width: 64%;
  }
}
.cwa_features_inner .cwa_features_box .cwa_features_txt .features_label {
  margin: 0px 0px 20px 15px;
  padding: 5px 10px 3px 10px;
  border-radius: 8px;
  background: #f7ac00;
  display: inline-block;
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  color: #fff;
}
.cwa_features_inner .cwa_features_box .cwa_features_txt .features_label span {
  margin-left: 3px;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
}
.cwa_features_inner .cwa_features_box .cwa_features_txt h3 {
  padding: 0px 0px 10px 25px;
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 1.3;
}
.cwa_features_inner .cwa_features_box .cwa_features_txt h3 strong {
  display: block;
  color: #f03748;
}
.cwa_features_inner .cwa_features_box .cwa_features_txt h3 strong em {
  font-size: clamp(2.6rem, 5vw, 5.2rem);
}
.cwa_features_inner .cwa_features_box .cwa_features_txt p {
  border-radius: 18px;
  border: 2px solid #daf0fc;
  background-color: #fff;
  padding: 18px;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.64rem);
  line-height: 1.5;
}

/* プロ人材 */
@media screen and (min-width: 769px) {
  .cwa_resources {
    padding: 50px 0px 80px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources {
    margin-top: 40px;
    padding: 5px 0 40px 0;
  }
}
.cwa_resources {
  background: #fff;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .cwa_resources::after {
    width: 645px;
    height: 3000px;
    transform: translate(-87%, -4%) rotate(-20deg);
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources::after {
    width: 312px;
    height: 3000px;
    transform: translate(-52%, 0%) rotate(-1deg);
  }
}
.cwa_resources::after {
  top: 0px;
  left: 50%;
  content: "";
  position: absolute;
  z-index: 2;
  background: #f2fcfe;
  transform-origin: top left;
}
.cwa_resources .tt {
  position: relative;
  z-index: 3;
}
.cwa_resources.cwa_resources_8 {
  background: none;
}
.cwa_resources.cwa_resources_8::after {
  display: none;
}

@media screen and (min-width: 769px) {
  .cwa_resources_slide {
    width: 90%;
    max-width: 1180px;
  }
}
.cwa_resources_slide {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .cwa_resources_slide {
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .cwa_resources_slide .cwa_resources_slide_in {
    min-height: 390px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources_slide .cwa_resources_slide_in {
    min-height: 397px;
    margin-bottom: 27px;
  }
}
.cwa_resources_slide .cwa_resources_slide_in {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .cwa_resources_slide .cwa_resources_slide_in {
    width: 367px;
  }
}
@media screen and (min-width: 769px) {
  .cwa_resources_slide .cwa_resources_slide_in .cwa_resources_slide_image {
    height: 175px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources_slide .cwa_resources_slide_in .cwa_resources_slide_image {
    height: 175px;
  }
}
.cwa_resources_slide .cwa_resources_slide_in .cwa_resources_slide_image {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  gap: 10px 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0 0;
}
.cwa_resources_slide .cwa_resources_slide_in .cwa_resources_slide_image span {
  display: inline-block;
  margin-right: 18px;
  font-family: "Chatwork Sans B", sans-serif;
  font-size: clamp(1.3rem, 1.5vw, 1.4rem);
  background: #fff;
  border-radius: 100vh;
  padding: 8px 12px 6px 12px;
}
.cwa_resources_slide .cwa_resources_slide_in .cwa_resources_slide_image div span {
  margin-right: 8px;
}
.cwa_resources_slide .cwa_resources_slide_in .cwa_resources_slide_image div span:last-child {
  margin-right: 18px;
}
.cwa_resources_slide .cwa_resources_slide_in h3 {
  padding: 20px 22px;
  font-family: "Chatwork Sans EB", sans-serif;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  color: #027bc2;
  line-height: 1.2;
}
.cwa_resources_slide .cwa_resources_slide_in p {
  padding: 0px 22px 20px 22px;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
  line-height: 1.6;
}
.cwa_resources_slide.slick-slider .slick-list {
  margin: 0 -20px;
}
.cwa_resources_slide.slick-slider .slick-slide {
  margin: 0 20px;
}
@media screen and (min-width: 769px) {
  .cwa_resources_slide.slick-slider .slick-next {
    top: 50%;
    right: -4.5%;
    width: 61px;
    height: 61px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources_slide.slick-slider .slick-next {
    top: 50%;
    right: 4.5%;
    width: 40px;
    height: 40px;
  }
}
.cwa_resources_slide.slick-slider .slick-next {
  position: absolute;
  z-index: 1;
}
.cwa_resources_slide.slick-slider .slick-next:before, .cwa_resources_slide.slick-slider .slick-next:after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .cwa_resources_slide.slick-slider .slick-next:before {
    width: 61px;
    height: 61px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources_slide.slick-slider .slick-next:before {
    width: 40px;
    height: 40px;
  }
}
.cwa_resources_slide.slick-slider .slick-next:before {
  border-radius: 100vh;
  background: #4ab1e7;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 769px) {
  .cwa_resources_slide.slick-slider .slick-next:after {
    width: 20px;
    height: 20px;
    right: 23px;
    top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources_slide.slick-slider .slick-next:after {
    width: 15px;
    height: 16px;
    right: 15px;
    top: 15px;
  }
}
.cwa_resources_slide.slick-slider .slick-next:after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-135deg);
}
@media screen and (min-width: 769px) {
  .cwa_resources_slide.slick-slider .slick-prev {
    top: 50%;
    left: -4.5%;
    width: 61px;
    height: 61px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources_slide.slick-slider .slick-prev {
    top: 50%;
    left: 4.5%;
    width: 40px;
    height: 40px;
  }
}
.cwa_resources_slide.slick-slider .slick-prev {
  position: absolute;
  z-index: 1;
}
.cwa_resources_slide.slick-slider .slick-prev:before, .cwa_resources_slide.slick-slider .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .cwa_resources_slide.slick-slider .slick-prev:before {
    width: 61px;
    height: 61px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources_slide.slick-slider .slick-prev:before {
    width: 40px;
    height: 40px;
  }
}
.cwa_resources_slide.slick-slider .slick-prev:before {
  border-radius: 100vh;
  background: #4ab1e7;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 769px) {
  .cwa_resources_slide.slick-slider .slick-prev:after {
    width: 20px;
    height: 20px;
    left: 23px;
    top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cwa_resources_slide.slick-slider .slick-prev:after {
    width: 15px;
    height: 16px;
    left: 15px;
    top: 15px;
  }
}
.cwa_resources_slide.slick-slider .slick-prev:after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

.kome4 {
  max-width: 1165px;
  margin: auto;
  font-size: 12px;
}

.mid_cta {
  display: flex;
}

@media (min-width: 768px) {
  .mid_cta {
    margin-top: 46px;
  }
}
.mid_cta .mid_cta_inner {
  text-align: center;
  margin: auto;
  width: 90%;
  gap: 34px;
}

@media (min-width: 768px) {
  .mid_cta .mid_cta_inner {
    display: flex;
    max-width: 800px;
  }
}
@media (min-width: 768px) {
  .mid_cta .mid_cta_inner a {
    width: 500px;
  }
}
.mid_cta .mid_cta_inner .dl_btn .arrow::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 9px;
  height: 14px;
  display: block;
  content: "";
  background: url(../img/icn_bot_arrow.svg) no-repeat center/100% 100%;
  right: 16px;
}

.mid_cta .mid_cta_inner .dl_btn span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 100px;
  border: 3px solid #fff;
  letter-spacing: 1px;
  color: #fff;
  padding: 15px 64px;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  background: #f03748;
  padding: 4% 2% 3.5% 2%;
}

.mid_cta .inquiry_btn .arrow::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 9px;
  height: 14px;
  display: block;
  content: "";
  background: url(../img/icn_bot_arrow_red.svg) no-repeat center/100% 100%;
  right: 16px;
}

.mid_cta .inquiry_btn span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 100px;
  border: 3px solid #f03748;
  letter-spacing: 1px;
  color: #f03748;
  padding: 15px 64px;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  background: #fff;
  padding: 4% 2% 3.5% 2%;
}

@media (max-width: 767px) {
  .mid_cta .inquiry_btn span {
    margin-top: 10px;
  }
}
.mid_cta.mid_cta_cwa-4_illust .mid_cta_inner {
  position: relative;
}

@media screen and (min-width: 769px) {
  .mid_cta.mid_cta_cwa-4_illust {
    margin: 120px auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .mid_cta.mid_cta_cwa-4_illust {
    margin: 30px auto 0px;
  }
}
.mid_cta.mid_cta_cwa-4_illust img {
  height: auto;
}

@media screen and (min-width: 769px) {
  .mid_cta.mid_cta_cwa-4_illust img {
    position: absolute;
    top: -140px;
    right: -140px;
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .mid_cta.mid_cta_cwa-4_illust img {
    position: absolute;
    top: -140px;
    right: 0px;
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .mid_cta.mid_cta_cwa-4_illust img {
    width: 300px;
    display: block;
    margin: 20px auto 0;
  }
}
.inquiry_btn:hover .arrow::after {
  animation: btnArrow 0.3s ease-in-out;
}

.dl_btn:hover .arrow::after {
  animation: btnArrow 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .cwa-2-2_title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .cwa-2-2_title {
    font-size: 32px;
  }
}

.kome_cw-2 {
  font-size: 12px;
}
@media (min-width: 1920px) {
  .kome_cw-2 {
    position: absolute;
    top: 150px;
    left: 437px;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  .kome_cw-2 {
    position: absolute;
    top: 130px;
    left: 351px;
  }
}
@media (max-width: 767px) {
  .kome_cw-2 {
    position: absolute;
    font-size: 10px;
    top: 64px;
    left: 66%;
  }
}

.kome_cw-2-3 {
  font-size: 12px;
}
@media (min-width: 1920px) {
  .kome_cw-2-3 {
    position: absolute;
    top: 150px;
    left: 437px;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  .kome_cw-2-3 {
    position: absolute;
    top: 130px;
    left: 351px;
  }
}
@media (max-width: 767px) {
  .kome_cw-2-3 {
    position: absolute;
    font-size: 10px;
    top: 71px;
    left: 69%;
  }
}

.kome_hontai {
  max-width: 971px;
  margin: auto;
  z-index: 999;
  position: relative;
}
.kome_hontai p {
  font-size: 12px;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .kome_hontai p {
    font-size: 12px;
    padding: 20px 14px;
  }
}

@media (min-width: 768px) {
  .man-sp {
    display: none;
  }
}
.man-sp {
  position: relative;
}
.man-sp img {
  position: absolute;
  right: 264px;
  width: 90px;
  top: 22px;
}

@media (max-width: 767px) {
  .sp_strong {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .cwa-2_title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .cwa-2_title {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .fv_region .fv_region_list {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .fv_region .fv_region_list .fv_region_txt {
    font-size: 30px;
    background: #13202f;
    color: #fff;
    padding: 7px 15px 5px 16px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .fv_region .fv_region_list {
    margin-bottom: 6px;
  }
  .fv_region .fv_region_list .fv_region_txt {
    font-size: 18px;
    background: #13202f;
    color: #fff;
    padding: 7px 15px 5px 16px;
    border-radius: 6px;
  }
}

@media screen and (min-width: 769px) {
  .thirty_seconds {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    font-family: "Chatwork Sans B";
    top: 19px;
    left: 131px;
  }
}
@media screen and (max-width: 768px) {
  .thirty_seconds {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    font-family: "Chatwork Sans B";
    top: -20px;
    left: 118px;
  }
}

/* --------------------------------------------
比較表セクション（cw_compare_2）
-------------------------------------------- */
.hikaku_table {
  background: #fff;
}

.cw_compare_2 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .cw_compare_2 .cw_compare_2_pc {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .cw_compare_2 .cw_compare_2_pc {
    display: none;
  }
}
.cw_compare_2 .cw_compare_2_pc img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .cw_compare_2 .cw_compare_2_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cw_compare_2 .cw_compare_2_sp {
    display: block;
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
  }
}
.cw_compare_2 .cw_compare_2_sp .cw_compare_2_sp_item {
  width: 100%;
}
.cw_compare_2 .cw_compare_2_sp .cw_compare_2_sp_item + .cw_compare_2_sp_item {
  margin-top: 16px;
}
.cw_compare_2 .cw_compare_2_sp .cw_compare_2_sp_item img {
  display: block;
  width: 100%;
  height: auto;
}

.t_service_content {
  justify-content: center;
  gap: 40px;
}
.t_service_list {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .t_service_list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .t_service_list {
    gap: 12px;
  }
}
.t_service_list img {
  width: auto;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t_service_note {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #13202f;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .t_service_note {
    text-align: left;
  }
}/*# sourceMappingURL=lp-cw-2-2.css.map */