/*========================================================================= CSS Top =========================================================================*/
.cm-header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
}

.cm-header-left {
  width: 80%;
  max-width: 100% !important;
}

@media screen and (min-width: 961px) {
  .cm-header-left .cm-header-nav a {
    padding: 5px 12px;
  }
}
@media screen and (max-width: 1366px) {
  .cm-header-left .cm-header-top {
    padding: 20px;
  }
  .cm-header-left .cm-header-logo .logo {
    width: 130px;
  }
  .cm-header-left .cm-header-logo .pink-txt {
    font-size: 10px;
    margin-left: 10px;
  }
  .cm-header-left .cm-header-nav a {
    font-size: 14px;
    padding: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .cm-header-right time {
    padding-left: 0;
  }
  .cm-header-left .cm-header-nav a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1110px) {
  .cm-header-left .cm-header-logo .logo {
    width: 115px;
  }
  .cm-header-left .cm-header-logo .pink-txt {
    font-size: 8px;
  }
  .cm-header-left .cm-header-nav a {
    font-size: 11.5px;
    padding: 5px;
  }
}
@media screen and (max-width: 960px) {
  .cm-header-left .cm-header-logo .logo {
    width: 170px;
  }
  .cm-header-left .cm-header-nav a {
    padding: 13px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .cm-header-left {
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  .cm-header-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .cm-header-left .cm-header-top {
    padding: 20px 10px;
  }
  .cm-header-left .cm-header-logo .logo {
    width: 130px;
  }
  .cm-header-left .cm-header-logo .logo small {
    font-size: 2vw;
  }
}
.cm-header-right {
  width: 20%;
  background: #fff8f8;
  border-top: 7px solid #BD1A21;
  padding: 20px 32px;
}
.cm-header-right .cm-tel .cm-tel-number {
  font-size: 1.6vw;
}
.cm-header-right time {
  font-size: 0.74vw;
}

@media screen and (max-width: 1366px) {
  .cm-header-right {
    padding: 20px 12px;
    width: 25%;
  }
  .cm-header-right .cm-tel .cm-tel-number {
    font-size: 2.4vw;
    background-size: 20px;
    padding-left: 25px;
  }
  .cm-header-right time {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .cm-header-right {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 960px) {
  .cm-header-right {
    width: 100%;
    margin: 0 3%;
    padding: 10px 3% 20px;
  }
  .cm-header-right form {
    margin: 15px 0 25px;
  }
  .cm-header-right form dl {
    margin-bottom: 15px;
  }
  .cm-header-right .submit-btn {
    text-align: center;
    margin-top: 30px;
  }
  .cm-header-right .submit-btn input {
    margin: auto;
  }
  .cm-header-right .cm-tel {
    text-align: center;
  }
  .cm-header-right .cm-tel .cm-tel-number {
    font-size: 35px;
  }
  .cm-header-right time {
    font-size: 13px;
    padding-left: 30px;
  }
}
#cm-footer.red-bg.-top {
  margin: 80px 0 0;
  padding: 40px 0 180px;
}

@media screen and (max-width: 767px) {
  #cm-footer.red-bg.-top {
    margin: 40px 0 0;
    padding: 40px 0 150px;
  }
}
@media screen and (max-width: 640px) {
  #cm-footer nav li a {
    padding: 5px 10px;
    width: 100%;
    text-align: left;
  }
  #cm-footer nav li a:after {
    content: none;
  }
}
.introduction .cm-title01 {
  font-weight: bold;
}
.introduction .flex-photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.introduction .flex-photo .ct-txt {
  width: 43%;
}
.introduction .flex-photo .ct-txt p, .introduction .flex-photo .ct-txt .c-listdot {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.introduction .flex-photo .ct-txt .logo-bg img {
  width: 120px;
  padding-top: 13px;
  margin-right: 10px;
}
.introduction .flex-photo .ct-txt .yellow-line {
  display: inline;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, transparent calc(100% - 10px), #f1db9f calc(100% - 10px) calc(100% - 0px), transparent calc(100% - 0px));
}
.introduction .flex-photo .photo {
  width: 53.5%;
}

@media screen and (max-width: 767px) {
  .introduction .cm-title01 {
    font-size: 27px;
  }
}
@media screen and (max-width: 415px) {
  .introduction .cm-title01 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .introduction .flex-photo .ct-txt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .introduction .flex-photo .ct-txt .logo-bg img {
    padding-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .flex-photo {
    flex-direction: column-reverse;
  }
  .introduction .flex-photo .ct-txt {
    width: 100%;
  }
  .introduction .flex-photo .ct-txt p {
    font-size: 17px;
  }
  .introduction .flex-photo .ct-txt .logo-bg img {
    padding-top: 2px;
  }
  .introduction .flex-photo .ct-txt .yellow-line {
    background-size: 7px;
  }
  .introduction .flex-photo .photo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .introduction .flex-photo .photo img {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  .introduction .flex-photo .ct-txt p {
    font-size: 15px;
  }
  .introduction .flex-photo .ct-txt .logo-bg img {
    padding-top: 0;
  }
}
.introduction-sec01 {
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .introduction-sec01 {
    padding: 40px 0 30px;
  }
}
.introduction-sec02 {
  background: rgba(189, 26, 33, 0.9);
  padding: 110px 0;
}
.introduction-sec02 .title {
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 50px;
}
.introduction-sec02 .title span {
  display: inline-block;
  background: url(../images/ico-ttl01.webp) center left no-repeat, url(../images/ico-ttl02.webp) center right no-repeat;
  padding: 0 95px 0 85px;
}
.introduction-sec02 .intro-txt01 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .introduction-sec02 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .introduction-sec02 .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-sec02 .title {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .introduction-sec02 .title span {
    background-size: 40px, 50px;
    padding: 0 67px 0 57px;
  }
}
@media screen and (max-width: 415px) {
  .introduction-sec02 .title {
    font-size: 20px;
  }
  .introduction-sec02 .title span {
    background-size: 30px, 40px;
    padding: 0 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-sec02 .intro-txt01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 415px) {
  .introduction-sec02 .intro-txt01 {
    font-size: 14px;
  }
}
.introduction-white-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 5% 20px;
}
.introduction-white-list li {
  width: 46%;
  margin: 0 2% 2%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  height: 95px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .introduction-white-list {
    margin: 0 -2% 4%;
  }
  .introduction-white-list li {
    font-weight: normal;
    font-size: 16px;
    width: 47%;
    margin: 0 1% 2%;
    height: 70px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 640px) {
  .introduction-white-list li {
    font-size: 14px;
  }
}
.service {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .service {
    padding: 30px 0;
  }
}
.purpose {
  padding: 0 0 110px;
}
.purpose h3 {
  text-align: center;
  margin: -20px 0 40px;
  font-size: 24px;
}
.purpose .purpose_box ul {
  display: flex;
  flex-wrap: wrap;
}
.purpose .purpose_box ul li {
  width: 15%;
  text-align: center;
  margin: 0 8px 20px;
  line-height: 1.4;
  font-weight: bold;
}
.purpose .purpose_box ul li .c-purpose__img {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.purpose .purpose_box ul li .c-purpose__txt {
  width: 100%;
}
.purpose .purpose_box ul li br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .purpose h3 {
    margin: 0px 0 40px;
    font-size: 20px;
  }
  .purpose .purpose_box ul li {
    width: 27%;
    text-align: center;
    margin: 0 3% 10px;
  }
  .purpose .purpose_box ul li br.sp {
    display: block;
  }
}
.strength {
  padding: 110px 0 110px;
  background: #fff2f2;
}
.strength .strength-sec02 {
  padding: 60px 125px 0;
}
.strength .strength-sec02 .title-arr {
  font-weight: bold;
  text-align: center;
  background: url(../images/arr.webp) top center no-repeat;
  font-size: 32px;
  padding-top: 70px;
  margin-bottom: 30px;
}
.strength .circle-pink-list {
  background: #fff;
  padding: 30px 40px;
  border-radius: 5px;
}
.strength .circle-pink-list li {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 50px;
  margin: 19px 0;
}
.strength .circle-pink-list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 4px solid #BD1A21;
  border-radius: 100%;
}
.strength .comparison_box {
  margin: 40px 0 0;
  padding: 40px;
  background: #fff;
}
.strength .comparison_box table th {
  padding: 10px;
  border: solid 1px #E2E2E2;
  background: #fff2f2;
  min-width: 100px;
}
.strength .comparison_box table th.attention_cnt {
  background: #BD1A21;
  color: #fff;
  position: relative;
  border: solid 2px #BD1A21;
}
.strength .comparison_box table th.attention_cnt:before {
  content: "";
  background: #BD1A21;
  position: absolute;
  width: calc(100% + 4px);
  height: 20px;
  top: -14px;
  left: -2px;
  border-radius: 8px;
}
.strength .comparison_box table td {
  vertical-align: middle;
  padding: 10px;
  border: solid 1px #E2E2E2;
}
.strength .comparison_box table td.attention_cnt {
  border-left: solid 2px #BD1A21;
  border-right: solid 2px #BD1A21;
}
.strength .comparison_box table td.attention_cnt._last {
  border-bottom: solid 2px #BD1A21;
}
.strength .comparison_box table td ul li {
  list-style: disc;
  margin: 0 0 0 20px;
}
.strength .comparison_box table td br.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .strength .strength-sec02 {
    padding: 60px 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .strength {
    padding: 30px 0 10px;
  }
  .strength .strength-sec02 {
    padding: 25px 0;
  }
  .strength .strength-sec02 .title-arr {
    font-size: 21px;
    padding-top: 65px;
  }
  .strength .circle-pink-list {
    padding: 10px 3%;
  }
  .strength .circle-pink-list li {
    font-size: 14px;
    padding-left: 30px;
    margin: 10px 0;
  }
  .strength .circle-pink-list li:before {
    top: 3px;
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
}
@media screen and (max-width: 415px) {
  .strength .strength-sec02 .title-arr {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .strength .comparison_box {
    white-space: nowrap;
    overflow: scroll;
    padding: 40px 20px;
  }
  .strength .comparison_box table th.attention_cnt:before {
    width: 100.8%;
  }
  .strength .comparison_box table td br.sp {
    display: block;
  }
}
.flow {
  padding: 110px 0;
}
.flow .step-list {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 30px 0;
  }
  .flow .step-list {
    margin-top: 60px;
  }
}
.case {
  background: #fff2f2;
  padding: 110px 0 110px;
}
.case .faq-list .question {
  padding-left: 0;
}
.case .faq-list .question:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .case {
    padding: 30px 0;
  }
}
.faq {
  background: #fff2f2;
  padding: 110px 0 110px;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 30px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .cm-header-left .cm-header-mv .mv-slider .mv-slider-item {
    height: 100%;
  }
}
/*PAGE soudan02*/
.page-soudan02 .form-top .submit-btn a:not(.cm-tel-number) {
  background: #FF1777;
  box-shadow: 0 3px 0 #bb0550;
  border: 1px solid #bb0550;
}
.page-soudan02 .form-top .cm-tel {
  border: 1px solid #FF1777;
  box-shadow: 2px 2px 0px 0px #FF1777;
}
.page-soudan02 #main .form-top form .right .cm-tel {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: 0 0 0 #FF7A59;
}
.page-soudan02 .cm-header-left .cm-header-mv {
  background: url(../lp/soudan02/images/bg-mv.webp) center right no-repeat #e8e8e8;
  background-size: cover;
  padding: 58px 0 28px 30px;
  display: flex;
  align-items: center;
}
.page-soudan02 .cm-header-left .cm-header-mv .mv-txt-box {
  position: relative;
}
.page-soudan02 .cm-header-left .cm-header-mv .mv-txt {
  margin: 0;
}
.page-soudan02 .cm-header-left .cm-header-mv .mv-emblem {
  margin-top: 30px;
}
.page-soudan02 .cm-header-left .cm-header-mv .mv-comment {
  position: absolute;
  top: -5px;
  left: 520px;
}

@media screen and (min-width: 768px) {
  .page-soudan02 .form-top .submit-btn a:not(.cm-tel-number):hover {
    background: #BD1A21;
    box-shadow: 0 0 0 #bb0550;
    border: none;
  }
}
@media screen and (min-width: 961px) {
  .page-soudan02 .cm-header-right {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .page-soudan02 .cm-header-left .cm-header-mv .mv-txt .img {
    width: 33.89vw;
  }
  .page-soudan02 .cm-header-left .cm-header-mv .mv-emblem .img {
    width: 47.07vw;
  }
  .page-soudan02 .cm-header-left .cm-header-mv .mv-comment {
    left: 35vw;
    min-width: 120px;
  }
  .page-soudan02 .cm-header-left .cm-header-mv .mv-comment .img {
    width: 13.32vw;
  }
}
@media screen and (max-width: 1240px) {
  .page-soudan02 .cm-header-left .cm-header-mv .mv-txt-box {
    width: 40vw;
  }
  .page-soudan02 .cm-header-left .cm-header-mv .mv-comment {
    top: -100px;
    left: 31vw;
  }
}
@media screen and (max-width: 960px) {
  .page-soudan02 .cm-header-left .cm-header-mv {
    padding: 10px;
    background-position: right 40% center;
  }
  .page-soudan02 .cm-header-left .cm-header-mv .mv-txt-box {
    width: 100%;
  }
  .page-soudan02 .cm-header-left .cm-header-mv .mv-txt .img {
    width: 55vw;
  }
  .page-soudan02 .cm-header-left .cm-header-mv .mv-emblem .img {
    width: 100%;
  }
  .page-soudan02 .cm-header-left .cm-header-mv .mv-comment {
    top: -40px;
    left: 58vw;
  }
  .page-soudan02 .cm-header-left .cm-header-mv .mv-comment .img {
    width: 18.32vw;
  }
}
@media screen and (max-width: 480px) {
  .page-soudan02 .cm-header-left .cm-header-mv .mv-txt .img {
    width: 66.89vw;
  }
}
/*PAGE soudan03*/
.page-soudan03 .cm-header-top {
  background: #fff;
}
.page-soudan03 .cm-header-left .cm-header-mv {
  background: url(../lp/soudan03/images/bg-mv.webp) top right no-repeat;
  background-size: cover;
  padding: 0 50px;
  display: flex;
  align-items: center;
}
.page-soudan03 .cm-header-mv ul {
  display: flex;
  /*flex-wrap: wrap;*/
  width: 100%;
  margin-top: 95px;
}
.page-soudan03 .cm-header-mv li {
  color: #fff;
  text-align: center;
  min-width: 154px;
  padding: 18px 20px;
  /*font-weight: bold;*/
  font-size: 15px;
  border: 1px solid #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
}
.page-soudan03 .cm-header-mv li + li {
  margin-left: 20px;
}
.page-soudan03 .introduction-title {
  background: #BD1A21;
  font-size: 28px;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
.page-soudan03 .introduction-title span {
  color: #FFF000;
}
.page-soudan03 .introduction-title strong {
  font-size: 44px;
}
.page-soudan03 .introduction-inner {
  padding: 80px 0 40px;
}
.page-soudan03 .introduction-inner .cm-title01 {
  font-size: 36px;
}
.page-soudan03 .introduction-inner .logo-bg {
  background-position: top 13px left;
}
.page-soudan03 .introduction-inner p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.page-soudan03 .service {
  padding: 50px 0;
}
.page-soudan03 .service-title {
  background: #BD1A21;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.page-soudan03 .service-title .cm-title01 {
  margin-bottom: 0;
}
.page-soudan03 .service-title .logo-bg {
  background: url(../common_img/logo-w.webp) top 13px left no-repeat;
  padding-left: 230px;
}

@media screen and (min-width: 1366px) {
  .page-soudan03 #cm-header {
    position: relative;
    z-index: 1;
    height: calc(100vh - 190px);
  }
}
@media screen and (min-width: 961px) {
  /* .page-soudan03 .cm-header-left .cm-header-mv{
      height: calc(100% - 95px);
  } */
  .page-soudan03 .cm-header-inner {
    height: 100%;
    overflow: hidden;
  }
  .page-soudan03 #introduction-anc {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 1366px) {
  .page-soudan03 .cm-header-left .cm-header-mv {
    padding: 0 3.66vw;
  }
  .page-soudan03 .cm-header-mv li {
    min-width: unset;
    padding: 1.32vw 1.46vw;
    /*font-weight: bold;*/
    font-size: 1vw;
  }
  .page-soudan03 .cm-header-mv li + li {
    margin-left: 1.46vw;
  }
}
@media screen and (max-width: 960px) {
  .page-soudan03 .cm-header-left .cm-header-mv {
    padding: 30px 10px 40px;
  }
  .page-soudan03 .cm-header-inner .cm-header-left {
    background-size: contain;
    background-position: bottom -35px right 0, center center;
    margin-bottom: 20px;
  }
  .page-soudan03 .cm-header-left .mv-txt {
    /* width: 60%;*/
  }
  .page-soudan03 .cm-header-mv ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .page-soudan03 .cm-header-mv li {
    font-size: 13px;
    /*padding: 5px 10px;
    font-size: 13px;
    margin: 2px;*/
    margin-right: 1.46vw;
    margin-bottom: 1.46vw;
  }
  .page-soudan03 .cm-header-mv li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-soudan03 .cm-header-left .mv-txt {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1550px) {
  .page-soudan03 #cm-header {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .page-soudan03 .cm-header-inner {
    display: block;
  }
  .page-soudan03 .cm-header-right {
    margin: auto;
    width: 96%;
  }
  .page-soudan03 .introduction-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page-soudan03 .introduction-title strong {
    font-size: 30px;
  }
  .page-soudan03 .introduction-inner {
    padding: 40px 0 10px;
  }
  .page-soudan03 .introduction-inner .cm-title01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-soudan03 .introduction-inner .logo-bg {
    background-position: top 6px left;
    background-size: 111px;
    padding-left: 116px;
  }
  .page-soudan03 .introduction-inner p {
    font-size: 18px;
    line-height: 1.6;
  }
  .page-soudan03 .service {
    padding: 30px 0;
  }
  .page-soudan03 .service-title {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .page-soudan03 .service-title .cm-title01 {
    margin-bottom: 0;
  }
  .page-soudan03 .service-title .logo-bg {
    background-size: 125px;
    padding-left: 140px;
    background-position: top 8px left;
  }
}
/*PAGE soudan04*/
.page-soudan04 .cm-header-left .cm-header-mv {
  background: url(../lp/soudan04/images/bg-mv.webp) center right no-repeat;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
.page-soudan04 .cm-header-left .mv-txt-box {
  width: 62%;
}

@media screen and (min-width: 961px) {
  .page-soudan04 .cm-header-left .cm-header-mv {
    height: calc(100% - 96px);
  }
  .page-soudan04 .cm-header-right {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .page-soudan04 .cm-header-left .cm-header-mv {
    height: calc(100% - 90px);
  }
}
@media screen and (max-width: 1400px) {
  .page-soudan04 .cm-header-left .cm-header-mv {
    background-position: center right -120px;
  }
}
@media screen and (max-width: 960px) {
  .cm-header-left .cm-header-mv {
    margin-bottom: 20px;
  }
  .page-soudan04 .cm-header-left .cm-header-mv {
    padding: 40px 3%;
    padding-right: 10%;
    background-position: center right -50px;
    background-size: cover;
  }
}
.yellow-line {
  display: inline;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, transparent calc(100% - 8px), #f1db9f calc(100% - 8px) calc(100% - 0px), transparent calc(100% - 0px));
}
@media screen and (min-width: 768px) {
  .yellow-line {
    background: linear-gradient(to bottom, transparent calc(100% - 15px), #f1db9f calc(100% - 15px) calc(100% - 0px), transparent calc(100% - 0px));
  }
}

.soudan01 .cm-header-left .cm-header-mv {
  background-image: url(../lp/soudan01/images/mv-bg03.webp), url(../lp/soudan01/images/mv-bg02.webp), url(../lp/soudan01/images/mv-bg01.webp);
  background-repeat: no-repeat;
  background-position: bottom right, left center, left center;
  background-size: contain, 100% 100%, cover;
  position: relative;
}
.soudan01 .cm-header-left .cm-header-mv .mv-txt-box {
  padding: 20px 60px 28px 0;
  margin-left: 40px;
}
.soudan01 .cm-header-left .cm-header-mv .mv-txt {
  margin: 0;
  max-width: calc(100% - 280px);
}
.soudan01 .cm-header-left .cm-header-mv .mv-emblem {
  margin-top: 30px;
  max-width: 80%;
}
.soudan01 .cm-header-left .cm-header-mv .mv-comment {
  position: absolute;
  right: 40px;
  bottom: 60px;
  width: 25%;
  max-width: 280px;
}
.soudan01 .form-top .submit-btn a:not(.cm-tel-number) {
  background: #FF1777;
  box-shadow: 0 3px 0 #bb0550;
  border: 1px solid #bb0550;
}
.soudan01 .form-top .cm-tel {
  border: 1px solid #FF1777;
  box-shadow: 2px 2px 0px 0px #FF1777;
}
.soudan01 #main .form-top form .right .cm-tel {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: 0 0 0 #FF7A59;
}

@media screen and (max-width: 960px) {
  .soudan01 #cm-header {
    background: none;
  }
  .cm-header-left .cm-header-logo .logo .logo_w {
    display: none;
  }
  .cm-header-left .cm-header-logo .logo .logo_b {
    display: block;
  }
  .soudan01 .cm-header-left .cm-header-mv {
    background-image: url(../lp/soudan01/images/mv-bg03.webp), url(../lp/soudan01/images/mv-bg02_sp.webp), url(../lp/soudan01/images/mv-bg01.webp);
    background-repeat: no-repeat;
    background-position: bottom right, left center, left center;
    background-size: contain, 100% 100%, cover;
    position: relative;
  }
  .soudan01 #form-fixed .cm-tel time {
    border-radius: 2px;
    font-size: 13px;
    width: 218px;
  }
  .soudan01 #form-fixed .submit-btn {
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .soudan01 .cm-header-left .cm-header-mv {
    background-image: url(../lp/soudan01/images/mv-bg03.webp), url(../lp/soudan01/images/mv-bg02_sp.webp), url(../lp/soudan01/images/mv-bg01.webp);
    background-repeat: no-repeat;
    background-position: bottom right, left center, left center;
    background-size: contain, 100% 100%, cover;
    position: relative;
  }
  .soudan01 .cm-header-left .cm-header-mv .container {
    padding: 0;
  }
  .soudan01 .cm-header-left .cm-header-mv .free-txt {
    margin-left: 0;
    font-size: 28px;
  }
  .soudan01 .cm-header-left .cm-header-mv .mv-txt-box {
    margin-left: 20px;
    padding: 0 40px 40px 0;
  }
  .soudan01 .cm-header-left .cm-header-mv .mv-txt {
    margin: 0;
    width: 90%;
    max-width: unset;
  }
  .soudan01 #main .form-top .inner {
    display: block;
  }
  .soudan01 #form-fixed .cm-tel {
    width: 100%;
  }
  .soudan01 #form-fixed .cm-tel time {
    margin: 5px auto 0;
  }
  .soudan01 #form-fixed .submit-btn {
    width: 100%;
    text-align: center;
    margin-top: 14px;
  }
  .soudan01 .cm-header-left .cm-header-mv .mv-emblem {
    max-width: 80%;
  }
  .soudan01 .cm-header-left .cm-header-mv .mv-comment {
    right: 10px;
    bottom: 20px;
    width: 30%;
  }
}
@media screen and (max-width: 1366px) {
  .soudan01 .cm-header-left .cm-header-mv {
    height: calc(100% - 97px);
  }
}
@media screen and (min-width: 768px) {
  .soudan01 .form-top .submit-btn a:not(.cm-tel-number):hover {
    background: #BD1A21;
    box-shadow: 0 0 0 #bb0550;
    border: none;
  }
}
.cost {
  padding: 110px 0;
}

.cost-table {
  margin: 0 0 30px;
}
.cost-table table {
  width: 100%;
}
.cost-table table th {
  padding: 10px;
  border: solid 1px #E2E2E2;
  background: #fff2f2;
}
.cost-table table td {
  vertical-align: middle;
  padding: 10px;
  border: solid 1px #E2E2E2;
}
.cost-table table td ul li {
  list-style: disc;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .cost {
    padding: 30px 0;
  }
  .cost-table {
    white-space: nowrap;
    overflow: scroll;
    padding: 0 0 20px;
  }
}
.merit {
  padding: 110px 0 0;
}

.merit-box {
  margin: 0 auto 30px;
  padding: 30px 30px 10px;
  width: 800px;
  border: 4px solid #BD1A21;
  border-radius: 7px;
}
.merit-box .merit-cnt {
  margin: 0 0 30px;
}
.merit-box .merit-cnt .merit-head {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .merit {
    padding: 30px 0 10px;
  }
  .merit-box {
    padding: 10px 10px 0px;
    width: 98%;
  }
  .merit-box .merit-cnt .merit-head {
    font-size: 18px;
  }
}
.column {
  padding: 110px 0;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2%;
}
.article-list .item {
  width: 32%;
  background: #fff2f2;
  border: 2px solid #BD1A21;
  border-radius: 10px;
  height: auto;
}
.article-list .item a {
  padding: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
}
.article-list .item a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 15px solid #BD1A21;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(135deg);
}
.article-list .item .photo {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}
.article-list .item .ct-txt {
  width: 100%;
  margin-bottom: 0;
}
.article-list .item .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .column {
    padding: 30px 0 0;
  }
  .article-list {
    display: block;
  }
  .article-list .item {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
  }
}
.cm-header-cv {
  display: none;
}

@media screen and (max-width: 767px) {
  .cm-header-cv {
    text-align: center;
    font-size: 15px;
    margin: 0 0 0 3px;
    display: block;
  }
  .cm-header-cv a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 3px;
    background: #fff2f2;
    border: solid 1px #d4d4d4;
  }
  .cm-header-cv a span {
    font-size: 11px;
  }
}
@media screen and (max-width: 960px) {
  .cm-header-left .cm-header-nav {
    top: 80px;
  }
}
.product {
  padding: 110px 0;
}
.product .product-cnt {
  display: flex;
  justify-content: space-around;
  max-width: 1150px;
  margin: auto;
}
.product .product-cnt .list {
  width: 31%;
  position: relative;
  border: 2px solid #BD1A21;
  padding: 25px;
  border-radius: 10px;
}
.product .product-cnt .list .ttl {
  color: #BD1A21;
  border-bottom: 1px solid #BD1A21;
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 22px;
}
.product .product-cnt .list .tbl-box table {
  width: 100%;
}
.product .product-cnt .list .tbl-box table th {
  border: 1px solid #BCBCBC;
  padding: 8px;
  vertical-align: middle;
  font-weight: normal;
  width: 110px;
}
.product .product-cnt .list .tbl-box table td {
  border: 1px solid #BCBCBC;
  padding: 8px;
  vertical-align: middle;
  font-weight: normal;
}
.product .product-cnt .list .img {
  max-height: 265px;
  overflow: hidden;
  margin: 20px 0;
}
.product .product-cnt .list .btn a {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  background: #fff2f2;
  border: solid 1px #BCBCBC;
  font-size: 16px;
  color: #000;
  padding: 5px;
  border-radius: 10px;
  width: 80%;
  text-decoration: none;
}
.product .product-cnt .list .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.product .product-cnt .list .btn a:hover {
  background: #BD1A21;
  color: #fff;
}
.product .product-cnt .list .btn a:hover:after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .product {
    padding: 30px 0;
  }
  .product .product-cnt {
    display: block;
    width: 100%;
  }
  .product .product-cnt .list {
    width: 92%;
    margin: 0 auto 20px;
  }
}
.point {
  background: #fff2f2;
  padding: 110px 0 110px;
}
.point .container {
  background: #fff;
  padding: 40px 40px 60px;
}
.point h3 {
  margin: 30px 0 10px;
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .point .container {
    background: #fff;
    width: 90%;
    padding: 20px 20px 40px;
  }
}
.slide {
  background: #fff2f2;
  padding: 110px 0 110px;
}
.slide .container {
  background: #fff;
  padding: 60px 0;
}

.slider-main {
  max-width: 1150px;
  margin: auto;
}
.slider-main .your-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.slider-main .your-slider a {
  color: #BD1A21;
  text-decoration: none;
  font-weight: bold;
}
.slider-main .your-slider a .slid-ttl {
  margin: 10px 0 0;
  text-align: center;
}
.slider-main .your-slider a:hover {
  opacity: 0.5;
}
.slider-main .slick-list {
  padding: 0 60px;
}
.slider-main .slick-prev {
  left: -50px;
}
.slider-main .slick-next {
  right: -50px;
}
.slider-main .slick-prev:hover, .slider-main .slick-next:hover {
  opacity: 0.5;
}

.slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.slick-center {
  opacity: 1;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.slider-main .slick-next:before, .slider-main .slick-prev:before {
  color: #BD1A21;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .slide .container {
    width: 96%;
  }
  .slider-main {
    max-width: 100%;
    margin: auto;
  }
  .slider-main .slick-slide {
    opacity: 1;
  }
  .slider-main .slick-list {
    padding: 0;
  }
  .slider-main .slick-prev {
    left: 0;
    opacity: 1;
    z-index: 10;
  }
  .slider-main .slick-next {
    right: 10px;
    opacity: 1;
    z-index: 10;
  }
  .slider-main .slick-prev:hover, .slider-main .slick-next:hover {
    opacity: 1;
  }
}
.mg30 {
  margin: 30px 0 0;
}