@charset "utf-8";

/* --------------------
common
-------------------- */
html {
  font-size: 100%;
  width: 100%;
}

body {
  color: #333;
}

h2 {
  background: none;
  margin: 0;
  padding: 0;
}

.maxheadline {
  text-align: center;
  padding: 20px 0;
}

.maxheadline .text {
  font-size: 2.5rem;
  color: #333;
  display: block;
}

.maxheadline .en {
  font-size: 1rem;
  color: #FC5500;
  display: block;
}

.headline {
  text-align: center;
  padding: 20px 0;
  display: block;
  margin-bottom: 1.5rem;
}

.headline .text {
  font-size: 2rem;
  color: #333;
  display: block;
  position: relative;
}

.headline .text::after {
  content: "";
  width: 2rem;
  height: 3px;
  display: block;
  background-color: #FC5500;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 1rem);
}

.subheadline {
  position: relative;
  display: block;
  text-align: center;
  margin: 1rem 5rem 0 5rem;
}

.subheadline::before {
  height: 1px;
  width: 100%;
  content: "";
  background-color: #FC5500;
  position: absolute;
  bottom: 50%;
  left: 0;
}

.subheadline .text {
  position: relative;
  text-align: center;
  display: inline;
  background-color: #fff;
  padding: 0 1rem;
  z-index: 10;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.center {
  text-align: center;
}

.left,
.lead.left {
  text-align: left;
  float: none;
}

.center,
.lead.center {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.pc,
.pc.tab,
.pc.sp {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.image img {
  width: 100%;
}



/* --------------------
.layout-main
-------------------- */
.layout-main {
  background-color: #ECE5DE;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  letter-spacing: 0.01em;
  overflow: hidden;
}

/* --------------------
.hero
-------------------- */
.hero {
  background: url(../images/bg.png);
  background-size: cover;
  background-position: center;
}

.hero .area .hero-headline .text {
  color: #FC5500;
}


/* --------------------
.problem
-------------------- */
.problem .area .headline .strong {
  color: #FC5521;
}

/* .balloon */
.problem .area .balloon .text {
  color: #333;
}

.problem .area .balloon .strong {
  color: #FC5521;
}


/* --------------------
.solution
-------------------- */
.solution .area .inner .lead .strong {
  font-weight: bold;
  color: #FC5521;
}

/* --------------------
.contact
-------------------- */
.contact {
  background: url(../images/bg.png);
  background-size: cover;
  background-position: center;
}

.contact .bg-black .btn-area .btn .click-area {
  background-color: #FC5521;
  border: 1px solid #FC5521;
}

.contact .bg-black .btn-area .btn .click-area:hover {
  background-color: #fff;
}

.contact .bg-black .btn-area .btn .click-area .text {
  color: #fff;
}

.contact .bg-black .btn-area .btn .click-area:hover .text {
  color: #FC5521;
}


/* --------------------
.price
-------------------- */
.price {
  margin: 40px 0;
  position: relative;
}

.price .bg-white {
  margin: 0 8rem;
  background-color: #fff;
  padding: 2rem 0;
  border-radius: 8px;
  position: relative;
  z-index: 10;
}

.price .bg-white .area {
  padding: 0 10px;
}

/* common  */
.price .inner {
  padding: 0;
}

.price .title {
  font-weight: bold;
  font-size: 1.5rem;
}

.price .score-summary {
  border: #333 2px solid;
  background-color: #333;
  padding: 24px;
  width: 40%;
  min-height: 15vw;
}

.price .score-summary.network-monthly-cost {
  height: 20rem;
}

.price .score-summary .inner {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.price .score-summary .inner .label {
  padding: 0.5rem 1rem;
  border: 1px solid #FC5521;
  font-size: 1vw;
  text-align: center;
  color: #FC5521;
}

.price .score-summary .inner .title {
  margin: 1rem 0 0 0;
  display: block;
  font-size: 1rem;
}

.price .score-summary .inner .text {
  font-size: 1rem;
}

.price .score-area .score {
  font-size: 2.5rem;
  font-weight: bold;
  color: #FC5500;
}

.price .label-square {
  position: absolute;
  left: -24px;
  top: -8px;
  background-color: #FC5500;
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.price .label-square .text {
  font-size: 1.5rem;
  color: #fff;
}

/* .summary  */
.price .summary {
  width: 60%;
  border: 2px solid #333;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  padding: 40px 24px;
  z-index: 10;
}

.price .summary::after {
  content: "";
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  top: calc(50% - 20px);
  left: -8px;
  z-index: -1;
}

.price .summary .image .text {
  font-size: 1rem;
  text-align: center;
  display: block;
}

.price .summary .lead {
  font-size: 1vw;
  text-align: center;
}

.price .summary .lead .strong {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FC5500;
}

.price .summary .catch-copy {
  font-size: 1.5rem;
  text-align: center;
}

.price .summary .catch-copy .strong {
  font-size: 2.5rem;
  font-weight: bold;
  color: #FC5500;
  padding: 0 0.25rem;
}

@media screen and (min-width: 1600px) {
  .price {
    margin: 2.5vw 0;
  }

  .price .bg-white {
    margin: 0 8vw;
    padding: 2vw 0;
    border-radius: 0.5vw;
  }

  .price .bg-white .area {
    padding: 0 1vw;
  }

  .price .title {
    font-size: 1.5vw;
  }

  .price .score-summary {
    padding: 1.5vw;
    width: 40%;
    min-height: 15vw;
  }

  .price .score-summary.network-monthly-cost {
    height: 20vw;
  }

  .price .score-summary .inner .label {
    padding: 0.5vw 1vw;
    font-size: 1vw;
  }

  .price .score-summary .inner .title {
    margin: 1vw 0 0 0;
    font-size: 1vw;
  }

  .price .score-summary .inner .text {
    font-size: 1vw;
  }

  .price .score-area .score {
    font-size: 2.5vw;
  }

  .price .label-square {
    left: -1.5vw;
    top: -0.5vw;
    padding: 0.5vw 1vw;
  }

  .price .label-square .text {
    font-size: 1.5vw;
  }

  /* .summary  */
  .price .summary {
    width: 60%;
    padding: 2.5vw 1.5vw;
  }

  .price .summary::after {
    width: 2.5vw;
    height: 2.5vw;
    top: calc(50% - 1.25vw);
    left: -0.5vw;
  }

  .price .summary .image .text {
    font-size: 1vw;
  }

  .price .summary .lead {
    font-size: 1vw;
  }

  .price .summary .lead .strong {
    font-size: 1.5vw;
  }

  .price .summary .catch-copy {
    font-size: 1.5vw;
  }

  .price .summary .catch-copy .strong {
    font-size: 2.5vw;
    padding: 0 0.25vw;
  }
}


@media screen and (max-width: 1200px) {
  .price .bg-white {
    margin: 0 1rem;
  }

  .price .score-summary {
    min-height: 15rem;
  }

  .price .score-summary .inner .label {
    font-size: 1rem;
  }

  .price .label-square .text {
    font-size: 1.25rem;
  }

  .price .title {
    font-size: 1.25rem;
  }

  .price .summary .lead {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .price {
    margin-top: 0;
  }

  .price .label-square {
    left: -0.5rem;
    padding: 0.5rem;
  }

  .price .label-square .text {
    font-size: 1rem;
  }
}

/* .cost  */
.price .cost {
  margin: 1rem 2vw;
  display: flex;
  position: relative;
}

.price .cost.first-child {
  margin-top: 0;
}

.price .cost .summary {
  padding: 2.5rem 4.5rem 2.5rem 1.5rem;
  flex-direction: row;
  gap: 40px;
  min-height: 15vw;
  align-items: center;
}

.price .cost .summary .list-item {
  font-size: 1vw;
}

.price .cost .summary .label-circle {
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  background-color: #BBEAFA;
  display: block;
  position: absolute;
  top: -32px;
  right: -64px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.price .cost .summary .label-circle .strong {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}

.price .cost .summary .label-circle .note {
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  color: #333;
}

@media screen and (min-width: 1600px) {
  .price .cost {
    margin: 1vw 10vw;
  }

  .price .cost .summary {
    padding: 2vw;
  }
}

@media screen and (max-width: 960px) {
  .price .cost {
    margin: 2rem 2.5rem 2rem 0;
  }

  .price .cost .summary .list-item {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .price .cost {
    flex-direction: column;
    margin: 0;
  }  

  .price .cost .summary {
    width: auto;
    flex-direction: column;
    padding: 1rem 2rem ;
  }

  .price .cost .summary .label-circle {
    top: auto;
    bottom: 1rem;
    left: calc(50% - 5rem);
  }
}

/* plus */
.price .plus {
  background-color: #FC5500;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.price .plus .cross {
  width: 2rem;
  height: 0.5rem;
  display: block;
  position: relative;
  background-color: #fff;
}

.price .plus .cross::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.5rem;
  transform: rotate(90deg);
  background-color: #fff;
}

/* .monthly-cost */
.price .monthly-cost {
  margin: 2rem 8rem;
  display: flex;
  position: relative;
}

.price .monthly-cost .score-summary {
  text-align: center;
}

.price .monthly-cost .score-summary .note {
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
}

.price .monthly-cost .summary.list-area {
  padding: 2.5rem 1.5rem 2.5rem 0;
}

.price .monthly-cost .summary .ul-list {
  position: relative;
  left: 1em;
}

.price .monthly-cost .summary .ul-list .list-item {
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
}

.price .monthly-cost .summary .ul-list .list-item::before {
  content: "・";
  position: absolute;
  left: -0.75em;
}

@media screen and (min-width: 1600px) { 
  .price .monthly-cost {
    margin: 2rem 12rem;
  }
}

@media screen and (max-width: 960px) {
  .price .monthly-cost {
    margin: 2rem 2.5rem 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .price .monthly-cost {
    flex-direction: column;
    margin: 0;
  }

  .price .monthly-cost .summary .ul-list .list-item {
    padding-right: 1em;
  }  
}

/* .platform-plus */
.price .plus.platform-plus {
  position: relative;
  top: -1rem;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  .price .mobile-gateway { 
    margin: -4rem 2.5rem 0 0;
  }

  .price .mobile-gateway .summary .label-circle {
    top: -4.5rem;
  }  
}

@media screen and (max-width: 767px) {
  .price .plus.mobile-gateway-plus {
    top: -2.5rem;
  }

  .price .mobile-gateway {
    margin: -5.5rem 0 0 0;
  }

  .price .mobile-gateway .summary.list-area {
    padding: 2.5rem 1.5rem 14rem 0;
  }

  .price .mobile-gateway .summary .label-circle {
    top: auto;
    bottom: 3rem;
    left: calc(50% - 5rem);
  }
}

/* .table-list-area */
.price .note {
  font-size: 1rem;
  color: #333;
}

.price .list-area.table-list-area {
  padding: 2.5rem 4.5rem;
}

.price .list-area.table-list-area .table-area {
  overflow-x: auto;
  margin: 0;
  text-align: center;
  width: 100%;
}

.price .list-area.table-list-area .table-area .table {
  font-size: 1rem;
  font-weight: normal;
  border-collapse: collapse;
  width: 100%;
}

.price .list-area.table-list-area .table-area .table th {
  font-weight: normal;
  background-color: #f5f5f5;
  padding: 1rem;
  border: 1px solid #ccc;
}

.price .list-area.table-list-area .table-area .table td {
  font-weight: normal;
  padding: 1rem;
  border: 1px solid #ccc;
}

@media screen and (min-width: 1600px) {
  .price .list-area.table-list-area .table-area .table {
    font-size: 1vw;
  }

  .price .list-area.table-list-area .table-area .table th,
  .price .list-area.table-list-area .table-area .table td {
    padding: 1vw;
  }

  .price .note {
    font-size: 1vw;
  }
}

@media screen and (max-width: 960px) {
  .price .table-list-area .table-area .table {
    font-size: 0.75rem;
  }

  .price .table-list-area .table-area .table th .label {
    font-size: 0.65rem;
  }

  .price .list-area.table-list-area {
    padding: 2.5rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .price .plus.table-list-area-plus {
    top: -2.5rem;
  }

  .price .table-list-area {
    margin-top: -5.5rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .price .score-summary.network-monthly-cost {
    height: auto;
    min-height: auto;
  }

  .price .list-area.table-list-area {
    min-height: auto;
    height: auto;
    margin-top: 0;
  }
}

/* .use-case */
.price .use-case {
  margin: 0 0 5rem 0;
  padding-top: 2rem;
}

.price .use-case .list-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
  margin: 0 6rem;
}

.price .use-case .list-item .image {
  margin: 0 2rem;
}

.price .use-case .list-item .image img {
  width: auto;
}

.price .use-case .list-item .title .text {
  font-size: 1.15rem;
  text-align: center;
  display: block;
}

.price .use-case .table-2column {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  width: auto;
  margin: 0;
  padding: 1rem 0 0 0;
  gap: 1rem;
}

.price .table-2column .table-area {
  width: 100%;
  margin-bottom: 1rem;
}

.price .table-2column .table-area .note {
  padding-top: 1rem;
}

.price .table-2column .table {
  font-size: 1rem;
  width: 100%;
  height: 100%;
}

.price .table-2column .table th,
.price .table-2column .table td {
  padding: 1rem;
  border: 1px solid #ccc;
}

.price .table-2column .table th {
  background-color: #f5f5f5;
}

.price .table-2column .table .thead {
  background-color: #EFC1B0;
  padding: 1rem;
}

.price .table-2column .table .tfoot {
  background-color: #CB411F;
  padding: 1rem;
  color: #fff;
}

.price .table-2column .table .hlong-th {
  height: 100%;
}

.price .table-2column .table .price {
  text-align: center;
}

.price .table-2column .table-area .bg-white {
  padding: 0;
  border-radius: 0;
  margin: 0;
  width: 100%;
}

.price .table-2column .table-area .table-area-inner {
  height: 100%;
}

@media screen and (min-width: 1600px) {
  .price .subheadline {
    margin: 1rem 12rem 0 12rem;
  }

  .price .use-case {
    padding: 0 10vw;
  }

  .price .use-case .list-item {
    margin: 0 12rem;
  }

  .price .use-case .list-item .image {
    margin: 0 6rem;
  }

  .price .table-2column .table th,
  .price .table-2column .table td {
    font-size: 1vw;
  }
}

@media screen and (max-width: 960px) {
  .price .bg-white {
    margin: 0 0.5rem;
  }

  .price .use-case .list-item {
    margin: 0 0.5rem;
    gap: 1rem;
  }

  .price .use-case .table-2column {
    flex-direction: column;
  }

  .price .use-case .list-item .label-list .label { 
    font-size: 0.5rem;
    min-width: 8rem;
  }

  .price .use-case .list-item .label-list .score-area { 
    font-size: 0.75rem;
  }

  .price .use-case .list-item .label-list .score-area .score {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .price .use-case {
    margin-bottom: 2rem;
  }

  .price .bg-white {
    margin: 0 0.5rem;
  }

  .price .score-summary {
    width: auto;
  }

  .price .score-summary .inner {
    padding: 2rem 0;
  }

  .price .summary::after {
    top: -0.5rem;
    left: calc(50% - 20px);
  }

  .price .plus {
    margin: 1rem auto;
  }

  .price .summary {
    width: auto;
  }

  .price .use-case .inner {
    width: auto;
    margin: 0 1rem;
    text-align: center;
  }

  .price .use-case .inner img {
    width: 85%;
  }

  .price .use-case .headline .text {
    font-size: 1.5rem;
  }

  .price .use-case .lead.center {
    font-size: 1rem;
  }

  .price .use-case .list-item {
    flex-direction: column;
    margin: 0 auto;
  }

  .price .use-case .list-item .title {
    margin-top: -2rem;
  }

  .price .use-case .list-item .title .text {
    font-size: 1.5rem;
  }

  .price .use-case .list-item .label-list .score-area {
    font-size: 1.25rem;
  }

  .price .table-2column .table-area .table-area-inner {
    overflow-x: scroll;
  }

  .price .table-2column .table-area .table-area-inner .table {
    width: 200%;
  }
}

/* --------------------
.faq
-------------------- */
.faq .menu__item__link .question-icon {
  color: #FC5500;
  border: 1px solid #FC5500;
}

.faq .menu__item__link .text {
  color: #FC5500;
  width: calc(100% - 10vw);
  left: 2.5em;
}

.faq .menu__item__link .icon,
.faq .menu__item__link.on .icon {
  border-bottom-color: #FC5500;
}

.faq .menu__item__link .icon::before {
  border-bottom-color: #FC5500;
}

.faq .menu__item__link:hover .question-icon {
  color: #D45A32;
  border-color: #D45A32;
}

.faq .menu__item__link:hover .text {
  color: #D45A32;
}

.faq .menu__item__link:hover .icon,
.faq .menu__item__link.on:hover .icon {
  border-color: #D45A32;
}

.faq .menu__item__link:hover .icon::before {
  border-color: #D45A32;
}

.faq .btn .click-area {
  border-color: #FC5500; 
}

.faq .btn .click-area .text {
  color: #FC5500;  
}

.faq .btn .click-area:hover {
  background-color: #FC5500;
}

@media screen and (max-width: 960px) {
  .faq .menu__item__link .text {
    width: calc(100% - 15vw);
  }
}

@media screen and (max-width: 767px) {
  .faq .menu__item__link {
    margin-right: 0;
    padding-right: 0;
  }

  .faq .menu__item__link .text {
    width: calc(100% - 25vw);
  }
}

/* --------------------
.campaign
-------------------- */
.campaign .bg-black .area .section .balloon-area {
  background-color: #FC5521;
}

.campaign .bg-black .area .section .balloon-area .balloon-inner::after {
  background-color: #FC5521;
}

.campaign .bg-black .area .maxheadline .ruby {
  color: #FC5500;
}

.campaign .bg-black .area .btn.entry-btn .click-area {
  background-color: #FC5500;
}

.campaign .bg-black .area .btn.entry-btn .click-area:hover .text {
  color: #FC5500;
}

.campaign .bg-black .area .flow-area .flow-list .item .btn .click-area {
  background-color: #FC5500;
}

.campaign .bg-black .area .flow-area .flow-list .item .btn .click-area:hover .text {
  color: #FC5500;
}

.campaign .bg-black .area .flow-area .flow-list .item .inner .number .text {
  color: #FC5500;
}