@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #232323;
  text-decoration: none;
}
a:visited {
  color: #232323;
}
a:active {
  color: #232323;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
header .header_inner {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}
header .header_inner .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .logo a img {
  width: 100px;
  padding-right: 15px;
  border-right: 1px solid #474747;
}
header .header_inner .logo a span {
  font-size: 13px;
  padding-left: 17px;
  color: #222;
}
header .header_inner .menu_btn {
  width: 37px;
  height: 25px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  z-index: 1;
}
header .header_inner .menu_btn span {
  position: absolute;
  width: 37px;
  height: 2px;
  background: #232323;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_inner .menu_btn span:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
header .header_inner .menu_btn span:nth-of-type(2) {
  top: 11px;
}
header .header_inner .menu_btn span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
header .header_inner .menu_btn.open {
  width: 34px;
  height: 34px;
  top: 10px;
}
header .header_inner .menu_btn.open span {
  position: absolute;
  width: 37px;
  height: 2px;
  background: #232323;
  left: 0;
}
header .header_inner .menu_btn.open span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 46px;
}
header .header_inner .menu_btn.open span:nth-of-type(2) {
  opacity: 0;
}
header .header_inner .menu_btn.open span:nth-of-type(3) {
  width: 46px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .header_inner nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: none;
  padding: 90px 30px 40px;
  overflow: scroll;
}
header .header_inner nav ul li {
  line-height: 1;
}
header .header_inner nav ul li:not(:last-of-type) {
  margin-bottom: 14px;
}
header .header_inner nav ul li a {
  color: #222;
  display: inline-block;
}
header .header_inner nav ul li a span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
header .header_inner nav .btn_wrap {
  margin-top: 30px;
}
header .header_inner nav .btn_wrap a {
  font-size: 18px;
  display: block;
  position: relative;
  line-height: 64px;
  text-align: center;
  color: #fff;
  background: #e60012;
  font-weight: 900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header_inner nav .btn_wrap a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  background: url(/images/common/icon_arrow.svg) no-repeat 0/contain;
  margin-left: 6px;
  top: 4px;
}
header .header_inner nav dl {
  margin-top: 19px;
}
header .header_inner nav dl dt {
  font-weight: 500;
  line-height: 1;
}
header .header_inner nav dl dd a {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 32px;
}
@media (max-width: 370px) {
  header .header_inner nav dl dd a {
    font-size: 31px;
  }
}
header .header_inner nav dl dd a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 27px;
  height: 27px;
  background: url(/images/common/icon_tel_bk.svg) no-repeat 0/contain;
  margin-right: 5px;
  top: 2px;
}

/* footer
==================================*/
footer {
  background: #232323;
  margin-bottom: 60px;
}
footer .footer_inner {
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
footer .footer_inner .left_wrap .logo {
  width: 140px;
  margin-bottom: 15px;
}
footer .footer_inner .left_wrap p {
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
}
footer .footer_inner .left_wrap p a {
  color: #fff;
}
footer .footer_inner .left_wrap p:nth-of-type(2) {
  margin-top: 6px;
  line-height: 1;
}
footer .footer_inner .left_wrap p:nth-of-type(2) .small {
  font-size: 11px;
}
footer .footer_inner .right_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
footer .footer_inner .right_wrap nav {
  width: 120px;
}
footer .footer_inner .right_wrap nav ul li {
  line-height: 1;
  padding-left: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_inner .right_wrap nav ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
footer .footer_inner .right_wrap nav ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer_inner .right_wrap nav ul li a {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
}
footer .footer_inner .right_wrap nav ul li a span {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-bottom: 1px;
}
footer .footer_inner .right_wrap .other_link li {
  line-height: 1;
}
footer .footer_inner .right_wrap .other_link li:not(:last-of-type) {
  margin-bottom: 20px;
}
footer .footer_inner .right_wrap .other_link li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
footer .footer_inner .right_wrap .other_link li a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 9px;
  background: url(/images/common/icon_outlink.svg) no-repeat 0/contain;
  margin-left: 3px;
  bottom: 1px;
}
footer .fixed_link {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
}
footer .fixed_link a {
  display: block;
  position: relative;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #e60012;
  font-weight: 900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .fixed_link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/images/common/icon_arrow.svg) no-repeat 0/contain;
  margin-left: 2px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
footer .fixed_link.upper a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 899px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 900px) {
  .row .col.col3 {
    width: 25%;
  }
  .row .col.col4 {
    width: 33.33%;
  }
  .row .col.col6 {
    width: 50%;
  }
}

.en {
  font-family: "Poppins";
  font-weight: 700;
}

.sec_ttl {
  text-align: center;
  position: relative;
  padding-top: 37px;
}
.sec_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 137px;
  height: 2px;
  background: #232323;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.sec_ttl .en {
  font-size: 55px;
  font-weight: 800;
  display: block;
  margin-bottom: 15px;
}
.sec_ttl .jp {
  font-size: 20px;
}
@media (max-width: 899px) {
  .sec_ttl {
    padding-top: 19px;
  }
  .sec_ttl::before {
    width: 68px;
  }
  .sec_ttl .en {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .sec_ttl .jp {
    font-size: 15px;
  }
}

.line_ttl {
  text-align: center;
}
.line_ttl span {
  font-size: 25px;
  padding-bottom: 30px;
  position: relative;
  line-height: 1;
  padding-bottom: 20px;
}
.line_ttl span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e5e4e4), to(#ff61b3));
  background-image: -webkit-linear-gradient(left, #e5e4e4, #ff61b3);
  background-image: linear-gradient(90deg, #e5e4e4, #ff61b3);
  left: 0;
  bottom: 0;
}
@media (max-width: 899px) {
  .line_ttl span {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 899px) and (max-width: 375px) {
  .line_ttl span {
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .line_ttl span::before {
    height: 7px;
  }
}

.arrow_btn {
  display: block;
  font-size: 20px;
  font-weight: 900;
  width: 351px;
  text-align: center;
  line-height: 60px;
  border: 3px solid #232323;
  border-radius: 33px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  position: relative;
}
.arrow_btn::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  background-position: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  top: 6px;
}
@media (max-width: 899px) {
  .arrow_btn {
    font-size: 16px;
  }
}

.wh_btn {
  color: #232323;
  border-color: #232323;
}
.wh_btn::after {
  background-image: url(/images/common/icon_arrow_b.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 900px) {
  .wh_btn:hover {
    color: #fff;
    background: #232323;
  }
  .wh_btn:hover::after {
    background-image: url(/images/common/icon_arrow.svg);
  }
}

.bk_btn {
  color: #fff;
  border-color: #232323;
  background: #232323;
}
.bk_btn:visited {
  color: #fff;
}
.bk_btn::after {
  background-image: url(/images/common/icon_arrow.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 900px) {
  .bk_btn:hover {
    color: #232323;
    background: #fff;
  }
  .bk_btn:hover::after {
    background-image: url(/images/common/icon_arrow_b.svg);
  }
}

section {
  position: relative;
}

.anchor {
  position: absolute;
}
@media (min-width: 900px) {
  .anchor {
    top: -120px;
  }
}
@media (max-width: 899px) {
  .anchor {
    top: -55px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*==========================================
  Layout
==========================================*/
/*==================================
  Competitive
==================================*/
#Competitive main .gray_wrap {
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Competitive main .red_wrap {
  color: #ee4119;
  background: #fbe7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#Competitive main .mv_sec {
  position: relative;
  height: 100vh;
}
#Competitive main .mv_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 60px;
  background: #f8f8f8;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#Competitive main .mv_sec .container {
  padding: 55px 0 0 30px;
  height: calc(100% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 336px;
}
#Competitive main .mv_sec .main_wrap {
  background: url(/radiocm/images/top/main_sp.jpg) no-repeat right top/cover;
  height: 100%;
}
@media (max-height: 415px) {
  #Competitive main .mv_sec .main_wrap {
    background: url(/radiocm/images/top/main.jpg) no-repeat top center/cover;
    background-size: 100% 100%;
  }
}
#Competitive main .mv_sec .main_wrap .text_wrap {
  height: 100%;
  position: relative;
}
#Competitive main .mv_sec .main_wrap .text_wrap h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 32px;
  position: absolute;
  bottom: 35px;
}
#Competitive main .mv_sec .main_wrap .text_wrap h2 span {
  font-size: 16px;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap {
  margin: 24px auto 0 -10px;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap .arrow_btn {
  border-color: #fff;
  color: #fff;
  max-width: 278px;
  line-height: 42px;
  border-radius: 23px;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap .arrow_btn::after {
  width: 20px;
  height: 20px;
  top: 3px;
  background-image: url(/radiocm/images/common/icon_arrow.svg);
  margin-left: 10px;
}
#Competitive main .mv_sec .scroll_wrap {
  position: absolute;
  left: -53px;
  bottom: 55px;
  width: 142px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#Competitive main .mv_sec .scroll_wrap .text {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 10px;
  margin-right: 8px;
}
#Competitive main .mv_sec .scroll_wrap .bar {
  display: inline-block;
  width: 62px;
  height: 1px;
  background: #d3d3d3;
  position: relative;
  bottom: 3px;
  -webkit-animation: scroll 1.3s linear infinite;
          animation: scroll 1.3s linear infinite;
  -webkit-transform-origin: left;
          transform-origin: left;
}
#Competitive main .about_sec {
  padding: 5px 0 90px;
  position: relative;
}
#Competitive main .about_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f8f8f8;
  left: 0;
  top: 0;
  z-index: -1;
}
#Competitive main .about_sec .sec_ttl {
  -moz-text-align-last: left;
       text-align-last: left;
}
#Competitive main .about_sec .sec_ttl::before {
  margin-left: 0;
}
#Competitive main .about_sec .area1 .container {
  padding-left: 30px;
}
#Competitive main .about_sec .area1 .row .text_wrap .sec_ttl {
  text-align: left;
}
#Competitive main .about_sec .area1 .row .text_wrap .sec_ttl::before {
  right: auto;
}
#Competitive main .about_sec .area1 .row .text_wrap .sec_ttl .en {
  margin-bottom: 20px;
}
#Competitive main .about_sec .area1 .row .text_wrap .sec_ttl .jp {
  line-height: 1.4;
  font-size: 20px;
}
@media (max-width: 375px) {
  #Competitive main .about_sec .area1 .row .text_wrap .sec_ttl .jp {
    font-size: 18px;
  }
}
#Competitive main .about_sec .area1 .row .text_wrap p {
  margin-top: 20px;
  line-height: 1.7;
}
#Competitive main .about_sec .area1 .row .img_wrap {
  margin-top: 20px;
  margin-right: -15px;
}
#Competitive main .about_sec .area1 .icon {
  position: absolute;
  width: 156px;
  top: -22px;
  right: 15px;
}
@media (max-height: 350px) {
  #Competitive main .about_sec .area1 .icon {
    top: 22px;
  }
}
#Competitive main .about_sec .area2 {
  margin-top: 45px;
}
#Competitive main .about_sec .area2 ul {
  margin-top: 45px;
  border: 2px solid #232323;
  border-radius: 6px;
  padding: 45px 0 45px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: -1;
}
#Competitive main .about_sec .area2 ul::before, #Competitive main .about_sec .area2 ul::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: calc(100% - 10px);
  background: #fff;
  top: 5px;
}
#Competitive main .about_sec .area2 ul::before {
  left: -3px;
}
#Competitive main .about_sec .area2 ul::after {
  right: -3px;
}
#Competitive main .about_sec .area2 ul li {
  padding-left: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  margin: auto;
}
#Competitive main .about_sec .area2 ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
#Competitive main .about_sec .area2 ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 22px;
  background: url(/radiocm/images/top/icon_check.svg) no-repeat 0/contain;
  left: 0;
  top: 0;
}
#Competitive main .about_sec .area2 .icon {
  position: absolute;
  width: 176px;
  right: 18px;
  bottom: -104px;
  z-index: -1;
}
#Competitive main .point_sec {
  position: relative;
  padding: 40px 0 33px;
  background: url(/radiocm/images/top/bg_point_sp.jpg) no-repeat center/cover;
}
#Competitive main .point_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f8f8f8;
  left: 0;
  top: 0;
  z-index: -1;
}
#Competitive main .point_sec .container {
  padding: 0 40px;
}
#Competitive main .point_sec .inner .row {
  margin-top: 33px;
}
#Competitive main .point_sec .inner .row .col:first-of-type {
  margin-bottom: 10px;
}
#Competitive main .point_sec .inner .row .col:nth-of-type(2) {
  margin-bottom: 10px;
}
#Competitive main .point_sec .inner .row .col dl {
  background: #fff;
  padding: 21px 25px 28px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Competitive main .point_sec .inner .row .col dl dt {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  width: 31px;
  padding-bottom: 6px;
  border-bottom: 1px solid #232323;
  margin: auto;
}
#Competitive main .point_sec .inner .row .col dl .ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}
@media (max-width: 385px) {
  #Competitive main .point_sec .inner .row .col dl .ttl {
    font-size: 19px;
  }
}
@media (max-width: 375px) {
  #Competitive main .point_sec .inner .row .col dl .ttl {
    font-size: 18px;
  }
}
#Competitive main .point_sec .inner .row .col dl .ttl strong {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.35em;
  margin-right: 1px;
}
#Competitive main .point_sec .inner .row .col dl .ttl .mark {
  position: relative;
  bottom: 5px;
  font-size: 10px;
}
#Competitive main .point_sec .inner .row .col dl .text {
  color: #454545;
  margin-top: 8px;
  line-height: 1.6;
}
#Competitive main .point_sec .inner .row .col .red_wrap {
  width: 100%;
  max-width: 253px;
  height: 75px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -54px;
  margin: auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .point_sec .inner .row .col .red_wrap p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#Competitive main .point_sec .inner .row .col .red_wrap p .small {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: -4px;
}
#Competitive main .point_sec .inner .row .col .red_wrap p strong {
  font-size: 30px;
  position: relative;
  top: 3px;
}
#Competitive main .service_sec {
  margin: 50px 0;
}
#Competitive main .service_sec .area1 {
  margin-top: 50px;
}
#Competitive main .service_sec .area1 .gray_wrap {
  height: 172px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Competitive main .service_sec .area1 .gray_wrap p {
  font-size: 23px;
  font-weight: 700;
}
#Competitive main .service_sec .area1 .gray_wrap img {
  width: 159px;
  margin-top: 10px;
}
#Competitive main .service_sec .area1 > p {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 25px;
  text-align: center;
}
#Competitive main .service_sec .area2 {
  margin-top: 25px;
}
#Competitive main .service_sec .area2 .row .heading {
  font-size: 17px;
  text-align: center;
  margin: auto;
  font-weight: 500;
}
#Competitive main .service_sec .area2 .row .heading span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
#Competitive main .service_sec .area2 .row .heading span strong {
  font-size: 30px;
  letter-spacing: -0.25em;
}
#Competitive main .service_sec .area2 .row .col .white_wrap {
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dt {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 25px 0 10px 0;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dt .txt2 {
  text-align: left;
  font-weight: 400;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dt .icon1 {
  position: relative;
  width: 50px;
  height: 73px;
  margin: auto;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dt .icon2 {
  position: relative;
  width: 74px;
  height: 78px;
  margin: auto;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dt .icon3 {
  position: relative;
  width: 64px;
  height: 78px;
  margin: auto;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dd {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dd .txt1 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0px;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dd .txt1 .txtbold {
  font-size: 20px;
  font-weight: 700;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dd .txt {
  font-weight: 400;
  text-align: left;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dd > img {
  width: 123px;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dd .row {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
  max-width: 300px;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dd .row li img {
  width: 58px;
}
#Competitive main .service_sec .area2 .row .col .white_wrap dd .row li p {
  margin-top: 10px;
  line-height: 1;
  font-weight: 500;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #cbcbcb;
  border-top: none;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dt .txt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dt .icon {
  width: 52px;
  height: 43px;
  margin: auto;
  padding: 10px 0px;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dd .subtxt1 {
  font-size: 16px;
  margin: 10px 15px 10px 15px;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dd .subtxt2 {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0px 20px 0px;
  line-height: 1;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dd .subtxt2 .strong {
  font-size: 30px;
  letter-spacing: -0.35em;
  margin-right: 7px;
}
#Competitive main .service_sec .area2 .btn_wrap {
  margin-top: 19px;
}
#Competitive main .service_sec .area2 .btn_wrap .arrow_btn {
  line-height: 54px;
  border-radius: 30px;
  width: calc(100% - 20px);
}
#Competitive main .service_sec .area2 .btn_wrap .arrow_btn::after {
  width: 19px;
  height: 19px;
  top: 3px;
  margin-left: 10px;
}
#Competitive main .contact_sec {
  padding: 30px 0 20px;
  background: url(/radiocm/images/top/bg_contact.jpg) no-repeat center/cover;
}
#Competitive main .contact_sec .container {
  padding: 0 30px;
}
#Competitive main .contact_sec .row .sec_ttl {
  padding-top: 15px;
}
#Competitive main .contact_sec .row .sec_ttl::before {
  background: #fff;
  width: 68px;
}
#Competitive main .contact_sec .row .sec_ttl .en {
  font-size: 30px;
  color: #fff;
  margin-bottom: 2px;
}
#Competitive main .contact_sec .row .sec_ttl .jp {
  font-size: 14px;
  color: #fff;
}
#Competitive main .contact_sec .row .text_wrap {
  width: 100%;
  margin-top: 25px;
}
#Competitive main .contact_sec .row .text_wrap .lead {
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  position: relative;
}
#Competitive main .contact_sec .row .text_wrap .lead::before, #Competitive main .contact_sec .row .text_wrap .lead::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #fff;
  top: 2px;
  position: relative;
}
#Competitive main .contact_sec .row .text_wrap .lead::before {
  margin-right: 5px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
#Competitive main .contact_sec .row .text_wrap .lead::after {
  margin-left: 3px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
#Competitive main .contact_sec .row .text_wrap .btn_wrap {
  margin-top: 10px;
  line-height: 1;
  text-align: center;
}
#Competitive main .contact_sec .row .text_wrap .btn_wrap a {
  font-weight: 700;
  display: inline-block;
  width: 302px;
  line-height: 38px;
  text-align: center;
  border-radius: 21px;
  position: relative;
  border-width: 2px;
}
#Competitive main .contact_sec .row .text_wrap .btn_wrap a::after {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#Competitive main .contact_sec .row .text_wrap .tel_wrap {
  margin-top: 4px;
  line-height: 1;
  text-align: center;
}
#Competitive main .contact_sec .row .text_wrap .tel_wrap a {
  font-size: 23px;
  font-weight: 300;
  color: #fff;
}
#Competitive main .contact_sec .row .text_wrap .tel_wrap a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  background: url(/radiocm/images/common/icon_tel.svg) no-repeat 0/contain;
  margin-right: 5px;
  top: 2px;
}
#Competitive main .contact_sec .row img {
  width: 123px;
  position: absolute;
  right: 45px;
  top: -11px;
}
#Competitive main .price_sec {
  padding: 50px 0 35px;
  position: relative;
}
#Competitive main .price_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f8f8f8;
  left: 0;
  top: 0;
  z-index: -1;
}
#Competitive main .price_sec .area1 {
  margin-top: 25px;
}
#Competitive main .price_sec .area1 .gray_wrap {
  padding: 10px 15px 25px;
  text-align: center;
}
#Competitive main .price_sec .area1 .gray_wrap > dt {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl {
  margin-top: 5px;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dt {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dt strong {
  font-size: 35px;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dt span {
  font-size: 23px;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dd {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dd span {
  color: #aba9a9;
  font-size: 10px;
  margin-right: 3px;
}
#Competitive main .price_sec .area1 .row {
  margin-top: 10px;
}
#Competitive main .price_sec .area1 .row .col:first-of-type {
  margin-bottom: 10px;
}
#Competitive main .price_sec .area1 .row .col:first-of-type .gray_wrap dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 10px;
}
#Competitive main .price_sec .area1 .row .col:nth-of-type(2) .gray_wrap dd {
  padding-top: 16px;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd {
  position: relative;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .text {
  font-size: 23px;
  font-weight: 700;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .text strong {
  font-size: 35px;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .text span {
  font-size: 23px;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .red_wrap {
  font-size: 18px;
  font-weight: 700;
  line-height: 47px;
  width: 100%;
  left: 0;
  right: 0;
  top: -33px;
  margin: auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .red_wrap strong {
  font-size: 28px;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .small {
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
  line-height: 1;
}
#Competitive main .price_sec .area2 .row1 {
  margin: 20px 15px 0;
  padding-top: 13px;
}
#Competitive main .price_sec .area2 .row1 .col {
  padding: 10px 0;
  border-bottom: 1px solid #c2c2c2;
}
#Competitive main .price_sec .area2 .row1 .col dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Competitive main .price_sec .area2 .row1 .col dt p {
  font-size: 18px;
  font-weight: 700;
}
#Competitive main .price_sec .area2 .row1 .col dt .icon {
  width: 100px;
  height: 100px;
  padding-bottom: 13px;
}
#Competitive main .price_sec .area2 .row1 .col dd {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
}
#Competitive main .price_sec .area2 .row1 .col dd strong {
  font-size: 15px;
  margin-top: 10px;
  display: block;
}
#Competitive main .price_sec .area2 .row1 .col dd .marker {
  background: -webkit-linear-gradient(transparent 70%, #fdc9e4 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fdc9e4));
  background: linear-gradient(transparent 70%, #fdc9e4 70%);
}
#Competitive main .price_sec .area2 .row2 .col:first-of-type {
  margin-bottom: 10px;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap {
  text-align: center;
  padding: 25px 15px 20px;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap > dl {
  margin-top: 20px;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap > dl > dt {
  font-size: 18px;
  font-weight: 700;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap table {
  width: 100%;
  background: #fff;
  text-align: center;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap table tr th, #Competitive main .price_sec .area2 .row2 .col .gray_wrap table tr td {
  font-weight: 500;
  padding: 10px 0;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap table tr th {
  border-bottom: 2px solid #cbcbcb;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap table tr:not(:last-of-type) td {
  border-bottom: 1px solid #cbcbcb;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap img {
  width: 69px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd {
  margin-top: 5px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row p {
  line-height: 1;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .left_text {
  font-weight: 700;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .left_text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border-right: 3px solid #bebebe;
  border-bottom: 3px solid #bebebe;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 15px 0 10px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .right_text {
  font-size: 16px;
  font-weight: 700;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .right_text strong {
  font-size: 25px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .right_text span {
  font-size: 18px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap {
  margin-top: 17px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap .ttl {
  font-weight: 500;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap .ttl .small {
  font-size: 14px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap table {
  margin-top: 10px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap table + p {
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap img {
  width: 54px;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap dd {
  font-size: 18px;
  font-weight: 700;
  margin-top: 17px;
  line-height: 1.3;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap table {
  margin-top: 15px;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap table tr th, #Competitive main .price_sec .area2 .row2 .col .right_wrap table tr td {
  border-right: 1px solid #cbcbcb;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap table tr td ul {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
  margin: auto;
}
#Competitive main .flow_sec {
  padding-top: 20px;
  position: relative;
}
#Competitive main .flow_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f8f8f8;
  left: 0;
  top: 0;
  z-index: -1;
}
#Competitive main .flow_sec .flow_wrap {
  padding: 100px 15px 40px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
#Competitive main .flow_sec .flow_wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 169px;
  height: 118px;
  background: url(/radiocm/images/top/icon_flow02.svg) no-repeat 0/contain;
  right: 10px;
  top: 15px;
}
#Competitive main .flow_sec .flow_wrap .sec_ttl {
  text-align: left;
}
#Competitive main .flow_sec .flow_wrap .sec_ttl::before {
  margin-left: 0;
}
#Competitive main .flow_sec .flow_wrap ol {
  margin: 50px auto 0;
}
#Competitive main .flow_sec .flow_wrap ol li {
  padding-left: 50px;
  position: relative;
}
#Competitive main .flow_sec .flow_wrap ol li:not(:last-of-type) {
  padding-bottom: 30px;
}
#Competitive main .flow_sec .flow_wrap ol li::before, #Competitive main .flow_sec .flow_wrap ol li::after {
  content: "";
  display: inline-block;
  position: absolute;
}
#Competitive main .flow_sec .flow_wrap ol li::before {
  width: 8px;
  height: 100%;
  left: 7px;
  top: 20px;
}
#Competitive main .flow_sec .flow_wrap ol li::after {
  width: 10px;
  height: 10px;
  border: 6px solid #333;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(1)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#3c172a));
  background-image: -webkit-linear-gradient(#333333, #3c172a);
  background-image: linear-gradient(#333333, #3c172a);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(1) img {
  width: 167px;
  right: 0;
  top: 28px;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(2)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c172a), to(#903b67));
  background-image: -webkit-linear-gradient(#3c172a, #903b67);
  background-image: linear-gradient(#3c172a, #903b67);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(2)::after {
  border-color: #3c172a;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(3)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#903b67), to(#b33c79));
  background-image: -webkit-linear-gradient(#903b67, #b33c79);
  background-image: linear-gradient(#903b67, #b33c79);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(3)::after {
  border-color: #903b67;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(3) img {
  width: 284px;
  right: -108px;
  top: -117px;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b33c79), to(#d14f92));
  background-image: -webkit-linear-gradient(#b33c79, #d14f92);
  background-image: linear-gradient(#b33c79, #d14f92);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4)::after {
  border-color: #b33c79;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4) img {
  width: 284px;
  right: -108px;
  top: -117px;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(5)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14f92), to(#f058a6));
  background-image: -webkit-linear-gradient(#d14f92, #f058a6);
  background-image: linear-gradient(#d14f92, #f058a6);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(5)::after {
  border-color: #d14f92;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(5) img {
  width: 284px;
  right: -108px;
  top: 0px;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(6)::before {
  display: none;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(6)::after {
  border-color: #f058a6;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(6) img {
  width: 186px;
  right: -51px;
  top: -35px;
}
#Competitive main .flow_sec .flow_wrap ol li dl dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.2;
  text-indent: -41px;
  margin-left: 41px;
}
#Competitive main .flow_sec .flow_wrap ol li dl dt span {
  display: block;
  font-size: 18px;
  width: 150px;
  line-height: 34px;
  border-radius: 18px;
  text-align: center;
  border: 2px solid #232323;
  margin: 10px 0 8px -39px;
  position: relative;
  text-indent: 0;
}
#Competitive main .flow_sec .flow_wrap ol li dl dt span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 10px;
  background: url(/radiocm/images/top/flow_arrow_sp.svg) no-repeat 0/contain;
  left: -31px;
  top: 10px;
}
#Competitive main .flow_sec .flow_wrap ol li img {
  position: absolute;
}
#Competitive main .flow_sec .btn_wrap {
  margin-top: 25px;
}
#Competitive main .flow_sec .btn_wrap .arrow_btn {
  line-height: 54px;
  border-radius: 30px;
  width: calc(100% - 20px);
}
#Competitive main .flow_sec .btn_wrap .arrow_btn::after {
  width: 19px;
  height: 19px;
  top: 3px;
  margin-left: 10px;
}
#Competitive main .flow_sec .other_wrap {
  padding: 40px 0;
  position: relative;
}
#Competitive main .flow_sec .other_wrap .line_ttl {
  margin-left: auto;
}
#Competitive main .flow_sec .other_wrap picture {
  display: block;
  position: absolute;
  width: 226px;
  left: -15px;
  top: 102px;
  z-index: -1;
}
#Competitive main .flow_sec .other_wrap ul {
  margin: 70px auto 0;
  max-width: 287px;
}
#Competitive main .flow_sec .other_wrap ul li {
  font-size: 17px;
  font-weight: 700;
  line-height: 48px;
  border: 2px solid #232323;
  text-align: center;
  background: #fff;
}
#Competitive main .flow_sec .other_wrap ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
#Competitive main .flow_sec .other_wrap ul li:nth-of-type(2n) {
  background: #e3e3e3;
}
#Competitive main .flow_sec .other_wrap ul li input[type=checkbox] + label {
  padding-right: 10px;
}
#Competitive main .faq_sec {
  padding: 40px 0;
}
#Competitive main .faq_sec ul {
  margin-top: 16px;
}
#Competitive main .faq_sec ul li {
  padding: 18px 0 20px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c2c2c2;
}
#Competitive main .faq_sec ul li::before {
  content: "Q";
  position: absolute;
  font-family: "Poppins";
  font-weight: 800;
  font-size: 27px;
  left: 8px;
  top: 16px;
  line-height: 1;
}
#Competitive main .faq_sec ul li dl dt {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}
#Competitive main .form-sec {
  background: #e2e2e2;
  padding: 45px 0 55px;
}
#Competitive main .form-sec .budget .select-box {
  margin-top: 12px;
}
#Competitive main .form-sec .budget .select-box .small {
  font-size: 12px;
}
@media (max-width: 321px) {
  #Competitive main .form-sec .budget .select-box .small {
    font-size: 10px;
  }
}
#Competitive main .form-sec .budget .check-list li {
  width: 100%;
}
#Competitive main .form-sec .container {
  padding: 0 26px;
}
#Competitive main .form-sec .sec_ttl {
  margin-bottom: 25px;
}
@media (max-width: 367px) {
  #Competitive main .form-sec .interest .checkbox1 ul li {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  #Competitive main .mv_sec .main_wrap {
    background-position: right top 0px;
    background-color: #ff61b3;
    background-size: 110% 110%;
  }
  #Competitive main .mv_sec .main_wrap .text_wrap h2 {
    font-size: 20px;
  }
  #Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap {
    margin-top: 12px;
  }
  #Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap .arrow_btn {
    max-width: 240px;
    line-height: 34px;
  }
  #Competitive main .about_sec .area1 .row .text_wrap .sec_ttl .jp {
    font-size: 16px;
  }
  #Competitive main .about_sec .area1 .icon {
    width: 123px;
    right: 17px;
  }
  #Competitive main .point_sec .inner .row .col dl {
    padding: 21px 20px 28px;
  }
  #Competitive main .point_sec .inner .row .col dl .ttl {
    font-size: 15px;
  }
  #Competitive main .point_sec .inner .row .col dl .text {
    font-size: 14px;
  }
  #Competitive main .service_sec .gray_wrap p {
    font-size: 20px;
  }
  #Competitive main .contact_sec .row .text_wrap .btn_wrap a {
    width: 254px;
  }
  #Competitive main .contact_sec .row img {
    width: 100px;
    right: 22px;
    top: -2px;
  }
  #Competitive main .price_sec .area2 p {
    font-size: 12px;
  }
  #Competitive main .flow_sec .flow_wrap::before {
    width: 135px;
    height: 94px;
    top: 19px;
  }
  #Competitive main .flow_sec .btn_wrap .arrow_btn {
    line-height: 44px;
    border-radius: 26px;
    font-size: 13px;
  }
  #Competitive main .form-sec input[type=checkbox] + label {
    font-size: 15px;
  }
}

#Competitive header nav .under_parts {
  display: none;
}
#Competitive header .btn_wrap .under_parts {
  display: none;
}
#Competitive footer .footer_inner .right_wrap nav .under_parts {
  display: none;
}

#Competitive.nolink header nav .top_parts {
  display: none;
}
#Competitive.nolink header nav .under_parts {
  display: block;
}
#Competitive.nolink header .btn_wrap .top_parts {
  display: none;
}
#Competitive.nolink header .btn_wrap .under_parts {
  display: block;
}
#Competitive.nolink footer .footer_inner .right_wrap nav .top_parts {
  display: none;
}
#Competitive.nolink footer .footer_inner .right_wrap nav .under_parts {
  display: block;
}
#Competitive.nolink main {
  margin-top: 55px;
}
#Competitive.nolink footer .fixed_link {
  display: none;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-moz-placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
main#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}
main#Contact input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #232323;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #979797;
}
main#Contact input[type=checkbox] + label {
  padding-left: 27px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #979797;
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
main#Contact .select-box {
  overflow: hidden;
  width: 100%;
  text-align: left;
  position: relative;
  border-radius: 2px;
}
main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: #fff;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 12px 38px 12px 21px;
}
main#Contact .select-box select::-ms-expand {
  display: none;
}
main#Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 6px;
  height: 6px;
  padding: 0;
  content: "";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
  background: #fff;
  border: 1px solid #979797;
}
main#Contact .overscroll {
  overflow-y: scroll;
  height: 210px;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #979797;
}
main#Contact .overscroll ul > li {
  margin-bottom: 15px;
}
main#Contact .overscroll ul > li strong {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
}
main#Contact .overscroll ul > li p {
  font-size: 12px;
  line-height: 1.42;
}
main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}
main#Contact .overscroll ul > li > ol li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}
main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 15px;
}
main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}
main#Contact .submit_area {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 899px) {
  main#Contact .submit_area {
    margin-top: 30px;
  }
  main#Contact .submit_area p {
    text-align: left;
  }
}
main#Contact .submit_area span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 302px;
  line-height: 54px;
  border-width: 2px;
}
main#Contact .submit_area span::after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
main#Contact .submit_area span input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 900px) {
  main#Contact .submit_area span:hover input[type=submit] {
    color: #232323;
  }
}
@media (max-width: 899px) {
  main#Contact .submit_area span {
    width: 100%;
    line-height: 46px;
    border-radius: 25px;
  }
  main#Contact .submit_area span input[type=submit] {
    height: 46px;
  }
}
main#Contact .submit_area ul.koumoku {
  max-width: 635px;
  margin: 40px auto 0;
}
main#Contact .submit_area ul.koumoku li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 302px;
  line-height: 54px;
  border-width: 2px;
}
main#Contact .submit_area ul.koumoku li::after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
main#Contact .submit_area ul.koumoku li.left::after {
  left: 15px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main#Contact .submit_area ul.koumoku li input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 900px) {
  main#Contact .submit_area ul.koumoku li:hover input[type=submit] {
    color: #232323;
  }
}
@media (max-width: 899px) {
  main#Contact .submit_area ul.koumoku li {
    width: 100%;
    line-height: 46px;
    border-radius: 25px;
  }
  main#Contact .submit_area ul.koumoku li input[type=submit] {
    height: 46px;
  }
}
@media (max-width: 899px) {
  main#Contact .submit_area ul.koumoku {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main#Contact .submit_area ul.koumoku .left {
    margin-top: 15px;
  }
}
main#Contact .btn_back {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 302px;
  line-height: 54px;
  border-width: 2px;
}
main#Contact .btn_back::after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
main#Contact .btn_back input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 900px) {
  main#Contact .btn_back:hover input[type=submit] {
    color: #232323;
  }
}
@media (max-width: 899px) {
  main#Contact .btn_back {
    width: 100%;
    line-height: 46px;
    border-radius: 25px;
  }
}
main#Contact .contact_back {
  margin-top: 50px;
  text-align: center;
}
main#Contact .contact_back a {
  font-weight: 400;
}
@media (max-width: 899px) {
  main#Contact .contact_back a {
    width: 100%;
    line-height: 46px;
    border-radius: 25px;
  }
  main#Contact .contact_back a::after {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
}

/*==================================
  Contact
==================================*/
main#Contact .agree_area {
  margin: 15px 0 0;
  text-align: center;
}
main#Contact .lead {
  color: #545258;
}
main#Contact .form-sec table {
  display: block;
}
main#Contact .form-sec table tbody {
  display: block;
}
main#Contact .form-sec table tr {
  display: block;
  margin-bottom: 20px;
}
main#Contact .form-sec table tr th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}
main#Contact .form-sec table tr th .small {
  font-size: 13px;
  font-weight: 400;
}
main#Contact .form-sec table tr th .caution {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}
main#Contact .form-sec table tr td {
  display: block;
}
main#Contact .form-sec table tr td .text02 {
  margin-top: 8px;
}
main#Contact .check-list {
  padding-left: 0;
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .check-list.type > li {
  display: block;
  margin-bottom: 18px;
  white-space: nowrap;
}
main#Contact .check-list.type > li:last-child {
  margin-bottom: 0;
}
main#Contact .check-list.pedal > li {
  margin-right: 50px;
}
main#Contact .check-list.pedal > li:last-child {
  margin-right: 0;
}
main#Contact .check-list.play {
  margin-bottom: -18px;
}
main#Contact .check-list.play > li {
  padding-bottom: 18px;
  margin-right: 20px;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 30px;
}
main#Contact.sfm2 .form-sec table tr td p {
  overflow-wrap: break-word;
}/*# sourceMappingURL=style_sp.css.map */