@charset "UTF-8";
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #333333 !important;
}
.c-blue {
  color: #508ed9 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #e60012 !important;
}
.c-green {
  color: #81bd16 !important;
}
.c-green2 {
  color: #00B0AE !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #f5f5f5 !important;
}
.c-gray2 {
  color: #e9e9e9 !important;
}
.c-pink {
  color: #f88072 !important;
}
.c-cream {
  color: #fffde5 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #333333 !important;
}
.bg-blue {
  background-color: #508ed9 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #e60012 !important;
}
.bg-green {
  background-color: #81bd16 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-gray2 {
  background-color: #e9e9e9 !important;
}
.bg-pink {
  background-color: #f88072 !important;
}
.bg-cream {
  background-color: #fffde5 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #333333 !important;
}
.bc-blue {
  border-color: #508ed9 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #e60012 !important;
}
.bc-green {
  border-color: #81bd16 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #f5f5f5 !important;
}
.bc-gray2 {
  border-color: #e9e9e9 !important;
}
.bc-pink {
  border-color: #f88072 !important;
}
.bc-cream {
  border-color: #fffde5 !important;
}

.cls-1 {
  fill: #231815;
}

.cls-2 {
  fill: #d95378;
}

.cls-3 {
  font-size: 46px;
  font-weight: 600;
  fill: #333333;
  stroke-width: 2px;
}

.cls-4 {
  fill: #cbdb41;
}

.cls-5 {
  fill: #1caa81;
}

.cls-6 {
  fill: #eb994b;
}

.cls-7 {
  fill: #646eb3;
}

.cls-8 {
  fill: #5dc3db;
}

.cls-9 {
  fill: #eedb2d;
}

.cls-10 {
  fill: #a961a4;
}

.svgmap {
  max-width: 80rem;
  margin: auto;
  position: relative;
}
.svgmap a {
  transition: .3s;
}
.svgmap a:hover {
  opacity: .7;
}
.svgmap .cm-lead-text {
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 15rem;
  margin-bottom: 0;
  border: 6px solid #ff9020;
  border-radius: .6rem;
  padding: 3rem;
  background-color: #ffffff;
}
.svgmap .cm-lead-text-bottom {
  text-align: center;
  font-size: 2rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 860px) {
  .svgmap {
    margin: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .svgmap svg {
    display: none;
  }
  .svgmap .cm-lead-text {
    position: static;
    font-size: 2rem;
    padding: 1.5rem;
    border-width: .6rem;
    margin-bottom: 6rem;
  }
  .svgmap .cm-lead-text-bottom {
    font-size: 1.6rem;
    margin: 6rem 0 0;
  }
  .svgmap .sp-link-pref {
    font-size: 2rem;
    font-weight: 500;
    color: #ff9020;
    border-bottom: 1px solid #ff9020;
    padding: 0 0 .6rem;
    margin-bottom: 1rem;
  }
  .svgmap .sp-link-list {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .svgmap .sp-link-list:last-of-type {
    margin-bottom: 0;
  }
  .svgmap .sp-link-list a {
    font-size: 2rem;
    color: #333333;
  }
}
@media screen and (max-width: 480px) {
  .svgmap .cm-lead-text {
    font-size: 1.6rem;
  }
  .svgmap .sp-link-list {
    margin-bottom: 5rem;
  }
}

.popupItem {
  background-color: #ffffff;
  padding: 3rem;
  max-width: 90rem;
  width: 100%;
  max-height: 80vh;
  overflow: scroll;
  margin: auto;
}
.popupItem h3 {
  font-size: 2rem;
  color: #ff9020;
  border-bottom: 1px solid #ff9020;
  padding: 0 0 1rem 0;
  margin-bottom: 1.5rem;
}
.popupItem > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.popupItem > ul > li::before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f138";
  transform: scale(0.6);
}
.popupItem > ul ul {
  width: 100%;
}
.popupItem .popup-modal-dismiss {
  display: block;
  margin: auto;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  max-width: 30rem;
  margin: 1rem auto 0;
  transition: .3s;
}
.popupItem .popup-modal-dismiss:hover {
  opacity: .7;
}

.cm-example {
  padding: 8rem 0;
  position: relative;
  z-index: 3;
}
.cm-example::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  background-image: url(../../images/new-sell/tokusan/mv.jpg);
  background-size: cover;
  background-position: center;
}
.cm-example .cm-ribbon-ttl {
  margin-bottom: 5rem;
}

.cm-mv {
  background-image: url(../../images/new-sell/tokusan/mv.jpg);
}
.cm-mv-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 64rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 480px) {
  .cm-mv-flex {
    flex-wrap: nowrap;
  }
}
.cm-mv-flex-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .cm-mv-flex-item {
    margin-right: 1rem;
  }
}
.cm-mv-flex-item:first-child, .cm-mv-flex-item:last-child {
  width: 28%;
}
@media screen and (max-width: 480px) {
  .cm-mv-flex-item:first-child, .cm-mv-flex-item:last-child {
    width: 100%;
  }
  .cm-mv-flex-item:first-child .cm-mv-flex-item-text, .cm-mv-flex-item:last-child .cm-mv-flex-item-text {
    margin-top: 2rem;
  }
}
.cm-mv-flex-item:nth-child(2) {
  width: 37%;
}
@media screen and (max-width: 480px) {
  .cm-mv-flex-item:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cm-mv-flex-item:last-child {
    width: 100%;
    margin-right: 0;
  }
}
.cm-mv-flex-item > img {
  max-width: 17rem;
}
@media screen and (max-width: 480px) {
  .cm-mv-flex-item > img {
    width: 100%;
  }
}
.cm-mv-flex-item-text {
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #e60012;
  border: solid 1px #ffffff;
  border-radius: 0.3rem;
  margin-top: 2rem;
  padding: 1rem 1rem;
  border-radius: 0.6rem;
}
@media screen and (max-width: 480px) {
  .cm-mv-flex-item-text {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
  }
}

.cm-problem .cm-ribbon-ttl span.txt {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.cm-strengths {
  padding: 8rem 0;
}
.cm-strengths .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .cm-strengths .cm-ribbon-ttl .catch {
    font-size: 2.8rem;
  }
  .cm-strengths .cm-ribbon-ttl .catch .letter {
    letter-spacing: -.2em;
  }
}
.cm-strengths .cm-lead-text {
  font-size: 2.8rem;
}
.cm-strengths-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 7rem;
}
.cm-strengths-flex-img {
  width: 47%;
  margin-right: 4%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .cm-strengths-flex-img {
    width: 100%;
    margin-bottom: 3rem;
  }
  .cm-strengths-flex-img > img {
    max-width: 60vw;
  }
}
.cm-strengths-flex-content {
  width: 44%;
  background-color: #ffffff;
  border: solid 6px #e60012;
  padding: 3rem;
}
@media screen and (max-width: 1023px) {
  .cm-strengths-flex-content {
    width: 100%;
  }
}
.cm-strengths-flex-content-list {
  counter-reset: cm-strengths-flex-content-list 0;
  list-style: none;
  padding-left: 0;
}
.cm-strengths-flex-content-list-item {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  border: solid 1px;
  border-radius: 0.3rem;
}
.cm-strengths-flex-content-list-item:not(:last-child) {
  margin-bottom: 1rem;
}
.cm-strengths-flex-content-list-item-num {
  color: #ffffff;
  font-size: 4rem;
  padding: 2rem 1rem;
}
.cm-strengths-flex-content-list-item-num::before {
  counter-increment: cm-strengths-flex-content-list 1;
  content: "0" counter(cm-strengths-flex-content-list);
}
.cm-strengths-flex-content-list-item-text {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cm-strengths-flex-content-list-item-text > span {
  font-size: 3rem;
  margin-right: 1.5rem;
}
.cm-strengths-flex-content-list-item-text > p {
  font-size: 1.1em;
  font-weight: 600;
}
.cm-strengths-end {
  position: relative;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1rem;
}
.cm-strengths-end::before {
  content: "";
  position: absolute;
  width: 3em;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: solid 6px #e60012;
}

.cm-merit {
  padding: 8rem 0;
}
.cm-merit .cm-ribbon-ttl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1023px) {
  .cm-merit .cm-ribbon-ttl .txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .cm-merit .cm-ribbon-ttl .catch {
    font-size: 3rem;
  }
}
.cm-merit .flex .item {
  background-color: #ffffff;
  border: 1px solid #e60012;
  border-radius: .5rem;
  overflow: hidden;
}
.cm-merit .flex .item .img img {
  width: 100%;
}
.cm-merit .flex .item .txt {
  position: relative;
  padding: 3.5rem 2rem 3rem;
}
.cm-merit .flex .item .txt h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #e60012;
  border-bottom: 2px dotted #e60012;
  padding: 0 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.cm-merit .flex .item .txt .num {
  line-height: 1;
  font-size: 9rem;
  font-weight: 500;
  color: #e60012;
  position: absolute;
  top: -6rem;
  right: 1rem;
  text-shadow: 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.3rem #ffffff;
}
.cm-merit .flex .item .txt .cont {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: justify;
  padding: 0 1rem;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .cm-merit .flex .item .txt h3 {
    font-size: 1.8rem;
    line-height: 1.35;
  }
  .cm-merit .flex .item .txt .num {
    font-size: 7rem;
    top: -4.5rem;
  }
  .cm-merit .flex .item .txt .cont {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .cm-merit .flex .item .txt {
    padding: 1.5rem 1.5rem 2rem;
  }
  .cm-merit .flex .item .txt h3 {
    font-size: 1.8rem;
    line-height: 1.35;
    border-bottom: 0.2rem dotted #e60012;
    padding: 0 .5rem 1.5rem;
  }
  .cm-merit .flex .item .txt .num {
    font-size: 4rem;
    top: -3.5rem;
    right: 0.5rem;
  }
  .cm-merit .flex .item .txt .cont {
    font-size: 1.4rem;
    padding: 0 .5rem;
  }
}
.cm-merit .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 3rem 0 3rem;
  border-color: #e60012 transparent transparent transparent;
  margin: 3rem auto 2rem;
}
.cm-merit-end {
  text-align: center;
}
.cm-merit-end p:first-child {
  font-size: 2.3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .cm-merit-end p:first-child {
    font-size: 2.1rem;
  }
}
.cm-merit-end p:last-child {
  font-size: 4.2rem;
  font-weight: bold;
}

.cm-stflow .mw_wp_form table {
  width: 100%;
}
.cm-stflow .mw_wp_form td {
  width: 23rem;
}
.cm-stflow .mw_wp_form td:nth-child(2) {
  width: calc(100% - 23rem);
  padding-left: 3rem;
  padding-bottom: 1.5rem;
}
.cm-stflow .mw_wp_form input, .cm-stflow .mw_wp_form select {
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  width: 100% !important;
  padding: 1.5rem;
}
.cm-stflow .mw_wp_form .flex {
  position: relative;
}
.cm-stflow .mw_wp_form .flex .error {
  position: absolute;
  left: 0;
  top: 100%;
}
.cm-stflow .mw_wp_form .classification select {
  display: none;
}
.cm-stflow .mw_wp_form .mar {
  display: inline-block;
  margin: 0 1rem;
}
.cm-stflow .mw_wp_form .alignCenter {
  align-items: center;
}
.cm-stflow .mw_wp_form .required {
  padding-right: 5.4rem;
  position: relative;
}
.cm-stflow .mw_wp_form .required::after {
  content: "必須";
  text-align: center;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  padding: .3rem 1rem;
  background-color: #e60012;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 1.5rem;
}
.cm-stflow .mw_wp_form .mwform-zip-field {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cm-stflow .mw_wp_form .mwform-tel-field {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cm-stflow .mw_wp_form .zip-link {
  font-size: 1.2rem;
  margin: .6rem 0 0;
  text-decoration: underline;
  color: #508ed9;
}
.cm-stflow .mw_wp_form .zip-link.external::after {
  content: "";
  display: inline-block;
  background: url("../../images/new-common/icon_new-tab_blue.svg") no-repeat center;
  background-size: 100%;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0 0 1rem;
  vertical-align: middle;
}
.cm-stflow .mw_wp_form input[type=checkbox] {
  display: none;
}
.cm-stflow .mw_wp_form input[type=checkbox] + span {
  position: relative;
  padding-left: 2.5rem;
}
.cm-stflow .mw_wp_form input[type=checkbox] + span::before {
  border: .2rem solid #444444;
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}
.cm-stflow .mw_wp_form input[type=checkbox] + span::after {
  border-right: 2px solid #d76860;
  border-bottom: 2px solid #d76860;
  content: '';
  display: block;
  width: .6rem;
  height: 1rem;
  opacity: 0;
  position: absolute;
  left: .8rem;
  top: .2rem;
  transform: rotate(45deg);
}
.cm-stflow .mw_wp_form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.cm-stflow .mw_wp_form input[type=submit] {
  border: 1px solid #ff9020;
  background-color: #ff9020;
  color: #ffffff;
  max-width: 40rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 6rem;
  display: block;
  margin: 3rem auto 0;
  padding: 2rem 0;
  transition: .3s;
}
.cm-stflow .mw_wp_form input[type=submit]:hover {
  background-color: #ffffff;
  color: #ff9020;
}
@media screen and (max-width: 480px) {
  .cm-stflow .mw_wp_form .required::after {
    top: 0;
  }
  .cm-stflow .mw_wp_form td {
    display: block;
    width: 100%;
  }
  .cm-stflow .mw_wp_form td:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
  .cm-stflow .mw_wp_form input, .cm-stflow .mw_wp_form select {
    font-size: 2rem;
  }
  .cm-stflow .mw_wp_form input[type=checkbox] + span {
    font-size: 1.8rem;
  }
  .cm-stflow .mw_wp_form input[type=checkbox]:checked + span::after {
    top: 0.4rem;
  }
}

.selectwrap {
  position: relative;
  z-index: 1;
}
.selectwrap::after {
  position: absolute;
  content: '';
  width: .8rem;
  height: .8rem;
  right: 2rem;
  top: calc(50% - .75rem);
  transform: rotate(45deg);
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}
.selectwrap select {
  width: 100%;
  color: #333333;
}

.cm-stflow .mw_wp_form_confirm {
  background-color: #ffffff;
  padding: 6rem;
}
.cm-stflow .mw_wp_form_confirm form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cm-stflow .mw_wp_form_confirm tr {
  border-bottom: 1px dashed #ccc;
}
.cm-stflow .mw_wp_form_confirm td {
  width: 23rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.cm-stflow .mw_wp_form_confirm td:nth-child(2) {
  width: calc(100% - 23rem);
  padding-left: 3rem;
  padding-bottom: 1.5rem;
}
.cm-stflow .mw_wp_form_confirm .required::after {
  content: none;
}
.cm-stflow .mw_wp_form_confirm .selectwrap::after {
  content: none;
}
.cm-stflow .mw_wp_form_confirm input[name=submitBack], .cm-stflow .mw_wp_form_confirm input[type=submit] {
  border: 1px solid #ff9020;
  background-color: #ff9020;
  color: #ffffff;
  max-width: 40rem;
  width: calc(50% - 1.5rem) !important;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 6rem;
  display: block;
  margin: 3rem auto 0;
  padding: 2rem 0;
  transition: .3s;
}
.cm-stflow .mw_wp_form_confirm input[type=submit] {
  order: 3;
  margin: 3rem 0 0;
}
.cm-stflow .mw_wp_form_confirm input[name=submitBack] {
  margin-right: 3rem;
  order: 2;
  background-color: #ffffff;
  color: #ff9020;
}
.cm-stflow .mw_wp_form_confirm input[name=submitBack]:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #333333;
}
.cm-stflow .mw_wp_form_confirm .zip-link {
  display: none;
}
@media screen and (max-width: 480px) {
  .cm-stflow .mw_wp_form_confirm {
    padding: 3rem;
  }
  .cm-stflow .mw_wp_form_confirm td {
    display: block;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
  .cm-stflow .mw_wp_form_confirm td:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .cm-stflow .mw_wp_form_confirm input[type=submit], .cm-stflow .mw_wp_form_confirm input[name=submitBack] {
    width: calc(50% - .75rem) !important;
  }
  .cm-stflow .mw_wp_form_confirm input[type=submit][type=submit], .cm-stflow .mw_wp_form_confirm input[name=submitBack][type=submit] {
    padding: 1.5rem 0;
  }
  .cm-stflow .mw_wp_form_confirm input[type=submit][name=submitBack], .cm-stflow .mw_wp_form_confirm input[name=submitBack][name=submitBack] {
    padding: 1.5rem 0;
    margin-right: 1.5rem;
  }
}

.tokusanfixbtn {
  position: fixed;
  bottom: 3rem;
  right: 26rem;
  z-index: 9;
}
.tokusanfixbtn.cm-btn a {
  max-width: inherit;
  padding: 0 5rem;
  min-height: 5.4rem;
}
@media screen and (max-width: 768px) {
  .tokusanfixbtn {
    right: 38rem;
  }
  .tokusanfixbtn.cm-btn a {
    padding: 0 7rem;
    min-height: 6.873rem;
  }
}
@media screen and (max-width: 660px) {
  .tokusanfixbtn {
    right: 11rem;
    z-index: 10;
    bottom: 1.5rem;
  }
  .tokusanfixbtn.cm-btn a {
    padding: 0 7rem;
    min-height: 5.947rem;
  }
}
@media screen and (max-width: 480px) {
  .tokusanfixbtn {
    right: 8rem;
  }
  .tokusanfixbtn.cm-btn a {
    padding: 0 3rem;
    min-height: 5.947rem;
  }
  .tokusanfixbtn.cm-btn a::before {
    right: 1.5rem;
  }
}

@media screen and (max-width: 660px) {
  #btn_request a {
    width: 30rem;
  }
}
@media screen and (max-width: 480px) {
  #btn_request a {
    width: 18rem;
    padding: 2rem 1rem;
  }
}
