@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

.l-container--l {
  width: 100%;
  max-width: 1620px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}

.l-container {
  width: 100%;
  max-width: 1320px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}

.l-container--s {
  width: 100%;
  max-width: 1120px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}

.l-header {
  display: none;
}

.l-drawer {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
}
.l-drawer.is-open {
  top: 60px;
  opacity: 1;
  visibility: visible;
}

.l-footer {
  background-color: #4a4a4a;
}

.l-sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  overflow-y: scroll;
}

.l-main {
  width: 100%;
}

.l-wrapper {
  padding-left: 250px;
  position: relative;
}

.l-section {
  padding: 40px 0 60px;
  background-color: #f5f5f5;
}
.l-section.-white {
  background-color: #fff;
}

.l-section__btn {
  margin-top: 100px;
}
.l-section__btn .c-roundBtn {
  margin: 0 auto;
}

.l-section__contact {
  margin-top: 80px;
}

.l-section__wrapper {
  margin-top: 40px;
}

.l-section__content {
  margin-top: 60px;
}

.l-section__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.l-section__title span {
  font-size: 16px;
  font-size: 1rem;
  color: #0892c7;
  display: block;
}

.l-section__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 400;
  text-align: center;
}

.l-entry {
  padding: 70px 0 0;
}

.l-entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-entry__time {
  font-size: 20px;
  font-size: 1.25rem;
  color: #4a4a4a;
  padding-right: 10px;
}

.l-entry__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 16px;
}

.l-entry__image {
  width: 100%;
  margin-top: 50px;
}
.l-entry__image img {
  width: 100%;
  height: auto;
}

.l-entry__content {
  margin-top: 36px;
}
.l-entry__content h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  font-weight: 700;
  padding: 0 0 0.7em 45px;
  margin: 1.4em 0;
  border-bottom: 3px solid #4a4a4a;
  position: relative;
}
.l-entry__content h2::before,
.l-entry__content h2::after {
  position: absolute;
  content: "";
  border-radius: 5px;
}
.l-entry__content h2::before {
  width: 27px;
  height: 27px;
  opacity: 0.5;
  background-color: #0892c7;
  left: 0;
  top: 0;
}
.l-entry__content h2::after {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  background-color: #b0e0f2;
  left: 18px;
  top: 18px;
}
.l-entry__content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  font-weight: 700;
  color: #0892c7;
  padding: 8px 28px;
  margin: 1.4em 0;
  background-color: #fff;
}
.l-entry__content p {
  line-height: 1.75;
  margin: 1.4em 0;
}

.l-entry__btn {
  margin-top: 70px;
}
.l-entry__btn a {
  margin: 0 auto;
}

.l-program {
  padding: 60px 0 0;
}

.l-program__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed #d6d6d6;
}

.l-program__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}

.l-program__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.l-program__body {
  margin-top: 50px;
}

.l-program__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-program__inner {
  width: 50%;
}
.l-program__inner + .l-program__inner {
  margin-left: 5%;
}

.l-program__image {
  width: 100%;
  border: 20px solid #fff;
  border-radius: 5px;
}
.l-program__image img {
  width: 100%;
  height: auto;
}

.l-program__content-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 16px 0;
  border-bottom: 1px dashed #d6d6d6;
}

.l-program__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 20px;
}

.l-program__content {
  padding: 60px 0;
}
.l-program__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 30px;
}

.l-program__btn {
  margin-top: 40px;
}
.l-program__btn a {
  margin: 0 auto;
}

.l-support {
  padding: 70px 0 0;
}

.l-support__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 34px;
  margin-top: 16px;
  border-bottom: 1px dashed #d6d6d6;
}

.l-support__image {
  width: 100%;
  margin-top: 50px;
}
.l-support__image img {
  width: 100%;
  height: auto;
}

.l-support__content {
  margin-top: 36px;
}
.l-support__content h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  font-weight: 700;
  padding: 0 0 0.7em 45px;
  margin: 1.4em 0;
  border-bottom: 1px dashed #4a4a4a;
  position: relative;
}
.l-support__content h2::before,
.l-support__content h2::after {
  position: absolute;
  content: "";
  border-radius: 5px;
}
.l-support__content h2::before {
  width: 27px;
  height: 27px;
  opacity: 0.5;
  background-color: #d96894;
  left: 0;
  top: 0;
}
.l-support__content h2::after {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  background-color: #fe7814;
  left: 18px;
  top: 18px;
}
.l-support__content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5454545455;
  font-weight: 700;
  padding: 8px 16px;
  margin: 1.4em 0;
  border-left: 5px solid #fe7814;
  border-radius: 2px;
  background-color: #fff;
}
.l-support__content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  padding: 4px 12px;
  margin: 1.4em 0;
  border-left: 5px solid #fe7814;
  border-radius: 2px;
}
.l-support__content ul {
  margin: 2.2em 0;
}
.l-support__content ul li {
  padding-left: 20px;
  margin: 1.2em 0;
  position: relative;
}
.l-support__content ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0892c7;
  left: 0;
  top: 10px;
}
.l-support__content p {
  line-height: 1.75;
  margin: 1.4em 0;
}

.l-support__btn {
  margin-top: 70px;
}
.l-support__btn a {
  margin: 0 auto;
}

.c-btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #0892c7;
  display: inline-block;
  padding-right: 35px;
  position: relative;
}
.c-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(images/arrow-next.png);
  background-size: cover;
  background-position: center;
}
.c-btn.-black {
  color: #252525;
}
.c-btn.-black::after {
  background-image: url(../images/common/arrow-next-black.png);
}
.c-btn.-mix {
  color: #252525;
}

.c-roundBtn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-roundBtn__wrapper .c-roundBtn + .c-roundBtn {
  margin-left: 20px;
}

.c-roundBtn {
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 65px;
  max-width: 400px;
  background-color: #fff;
  border: 2px solid #0892c7;
  border-radius: 35px;
  position: relative;
}
.c-roundBtn span {
  position: relative;
}
.c-roundBtn::before {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(images/arrow-next.png);
  background-size: cover;
  background-position: center;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-roundBtn.-prev::before {
  background-image: url(../images/common/arrow-prev.png);
  right: auto;
  left: 30px;
}
.c-roundBtn.-pdf span::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 40/17.5;
  background-image: url(../images/icon/pdf.png);
  background-size: cover;
  background-position: center;
  top: 50%;
  right: -4px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.c-roundBtn.-popular {
  border-color: #6877c1;
}
.c-roundBtn.-popular::before {
  background-image: url(../images/common/arrow-next-popular.png);
}
.c-roundBtn.-prime {
  border-color: #be9c36;
}
.c-roundBtn.-prime::before {
  background-image: url(../images/common/arrow-next-prime.png);
}
.c-roundBtn.-mini {
  border-color: #bf5cab;
}
.c-roundBtn.-mini::before {
  background-image: url(../images/common/arrow-next-mini.png);
}
.c-roundBtn.-economy {
  border-color: #66b485;
}
.c-roundBtn.-economy::before {
  background-image: url(../images/common/arrow-next-economy.png);
}
.c-roundBtn.-personal {
  border-color: #579fa3;
}
.c-roundBtn.-personal::before {
  background-image: url(../images/common/arrow-next-personal.png);
}

.c-squareBtn {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  padding: 22px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.c-squareBtn span {
  display: inline-block;
  position: relative;
}
.c-squareBtn span::before {
  position: absolute;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(calc(-100% - 16px), -50%);
  transform: translate(calc(-100% - 16px), -50%);
}
.c-squareBtn.-large {
  font-size: 26px;
  font-size: 1.625rem;
}
.c-squareBtn.-large span::before {
  scale: 1.2;
}
.c-squareBtn.-main {
  color: #fff;
  font-weight: 700;
  background-color: #d96894;
}
.c-squareBtn.-main-bd {
  font-weight: 700;
  background-color: #fde9f0;
  border: 2px solid #d96894;
}
.c-squareBtn.-primary {
  color: #fff;
  font-weight: 700;
  background-color: #74bebc;
}
.c-squareBtn.-key {
  color: #fff;
  font-weight: 700;
  background-color: #fe7814;
}
.c-squareBtn.-twitter span::before {
  width: 35px;
  background-image: url(../images/icon/twitter.png);
  right: 0;
  -webkit-transform: translate(calc(100% + 16px), -50%);
  transform: translate(calc(100% + 16px), -50%);
}
.c-squareBtn.-next span::before {
  width: 20px;
  background-image: url(../images/common/arrow-next-white.png);
  right: 0;
  -webkit-transform: translate(calc(100% + 16px), -50%);
  transform: translate(calc(100% + 16px), -50%);
}
.c-squareBtn.-new span::before {
  width: 58px;
  background-image: url(../images/icon/new.png);
}
.c-squareBtn.-existing span::before {
  width: 55px;
  aspect-ratio: 65/59;
  background-image: url(../images/icon/tv.png);
}
.c-squareBtn.-channel span::before {
  width: 50px;
  background-image: url(../images/icon/information.png);
}
.c-squareBtn.-option span::before {
  width: 45px;
  background-image: url(../images/icon/option.png);
}
.c-squareBtn.-week span::before {
  width: 45px;
  background-image: url(../images/icon/week.png);
}
.c-squareBtn.-all span::before {
  width: 45px;
  background-image: url(../images/icon/all-channel.png);
}
.c-squareBtn.-simulation span::before {
  width: 50px;
  aspect-ratio: 17/18;
  background-image: url(../images/icon/simulation.png);
}
.c-squareBtn.-internet span::before {
  width: 50px;
  aspect-ratio: 61/56;
  background-image: url(../images/icon/internet.png);
}
.c-squareBtn.-tv span::before {
  width: 50px;
  aspect-ratio: 55/49;
  background-image: url(../images/icon/tv.png);
}
.c-squareBtn.-tel span::before {
  width: 50px;
  aspect-ratio: 55/49;
  background-image: url(../images/icon/tel.png);
}
.c-squareBtn.-qa span::before {
  width: 50px;
  aspect-ratio: 63/55;
  background-image: url(../images/icon/qa.png);
}

.c-squareBtn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-squareBtn__wrapper a + a {
  margin-left: 2%;
}
.c-squareBtn__wrapper + .c-squareBtn__wrapper {
  margin-top: 24px;
}

.c-cat {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 125px;
  padding: 5px 0;
  border-radius: 16px;
}
.c-cat.-cat1 {
  background-color: #0892c7;
}
.c-cat.-cat2 {
  background-color: #d96894;
}
.c-cat.-cat3 {
  background-color: #6877c1;
}
.c-cat.-cat4 {
  background-color: #e28d49;
}
.c-cat.-cat5 {
  background-color: #43b6b2;
}
.c-cat.-join {
  background-color: #e28d49;
}
.c-cat.-consider {
  background-color: #6877c1;
}

.c-program-label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  min-width: 150px;
  padding: 5px;
}
.c-program-label.-cat1 {
  background-color: #0892c7;
}
.c-program-label.-cat2 {
  background-color: #d96894;
}

.c-breadcrumb span,
.c-breadcrumb a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.c-breadcrumb span {
  margin: 0 8px;
}
.c-breadcrumb span + .c-breadcrumb span {
  margin: 0;
}

.c-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5454545455;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 3px solid #4a4a4a;
}

.c-topTitle {
  padding-left: 100px;
  position: relative;
}
.c-topTitle::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-topTitle span {
  font-size: 30px;
  font-size: 1.875rem;
}
.c-topTitle span::after {
  content: attr(data-topTitle);
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.c-topTitle.-information::before {
  width: 78px;
  aspect-ratio: 78/78;
  background-image: url(../images/icon/information.png);
}
.c-topTitle.-information span::after {
  color: #0892c7;
}
.c-topTitle.-special::before {
  width: 74px;
  aspect-ratio: 74/88;
  background-image: url(../images/icon/special.png);
}
.c-topTitle.-special span::after {
  color: #e28d49;
}
.c-topTitle.-service::before {
  width: 93px;
  aspect-ratio: 93/93;
  background-image: url(../images/icon/service.png);
}
.c-topTitle.-service span::after {
  color: #d96894;
}
.c-topTitle.-campaign::before {
  width: 85px;
  aspect-ratio: 85/67;
  background-image: url(../images/icon/campaign.png);
}
.c-topTitle.-campaign span::after {
  color: #6877c1;
}
/*.c-topTitle.-news::before {
  width: 76px;
  aspect-ratio: 76/70;
  background-image: url(../images/icon/news.png);
}*/
.c-topTitle.-news span::after {
  color: #43b6b2;
}
.c-topTitle.-area::before {
  width: 84px;
  aspect-ratio: 84/85;
  background-image: url(../images/icon/area.png);
}
.c-topTitle.-area span::after {
  color: #e28d49;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pagination__item {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d6d6d6;
  overflow: hidden;
}
.c-pagination__item.-current {
  color: #fff;
  background-color: #0892c7;
}
.c-pagination__item span,
.c-pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.5em;
  text-indent: -0.2em;
  width: 100%;
  height: 100%;
}

.c-toTop {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 76px;
  height: 76px;
  z-index: 50;
}
.c-toTop a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #4a4a4a;
  border-radius: 5px;
}
.c-toTop a::before {
  content: "";
  display: block;
  width: 22px;
  height: 13px;
  background-image: url(../images/common/totop.png);
  background-size: cover;
}

.c-toggle {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-toggle span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #0892c7;
  top: 50%;
  left: 10px;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.c-toggle span:nth-child(1) {
  -webkit-transform: translate(0, calc(-50% - 8px));
  transform: translate(0, calc(-50% - 8px));
}
.c-toggle span:nth-child(2) {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-toggle span:nth-child(3) {
  -webkit-transform: translate(0, calc(-50% + 8px));
  transform: translate(0, calc(-50% + 8px));
}
.c-toggle.is-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.c-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.c-toggle.is-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.c-contactText {
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
}
.c-contactText.-border {
  border-top: 5px solid #ec2124;
  border-bottom: 5px solid #ec2124;
}
.c-contactText.-border-sub {
  border-top: 3px solid #0892c7;
  border-bottom: 3px solid #0892c7;
}

.c-contactText__inner {
  padding: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.c-contactText__inner.-border {
  border-top: 1px solid #ec2124;
  border-bottom: 1px solid #ec2124;
}

.c-contactText__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-contactText__head {
  width: 34%;
}
.c-contactText__head img {
  width: 100%;
}
.c-contactText__head span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.c-contactText__tel {
  width: 60%;
}
.c-contactText__tel img {
  width: 100%;
}

.c-contactText__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.c-contactText__more {
  text-align: center;
  margin-top: 16px;
}

.c-info-twitter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-info-twitter {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0892c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px;
}
.c-info-twitter::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 16px;
  background-image: url(../images/icon/twitter.png);
  background-size: cover;
  background-position: center;
}
.c-info-twitter span {
  position: relative;
}
.c-info-twitter span::before,
.c-info-twitter span::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #0892c7;
  left: 0;
}
.c-info-twitter span::before {
  top: -10px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.c-info-twitter span::after {
  bottom: -10px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.c-programList__cover {
  border: 1px solid #d6d6d6;
  max-height: 550px;
  overflow-y: scroll;
}

.c-programList {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.c-programList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-programList__item + .c-programList__item {
  margin-top: 2px;
}

.c-programList__time {
  font-size: 15px;
  font-size: 0.9375rem;
  min-width: 60px;
  padding: 2px 6px;
  background-color: #f5f5f5;
}

.c-programList__name {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 10px;
}
.c-programList__name a {
  color: #0892c7;
  text-decoration: underline;
}

.c-input {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 700px;
  padding: 20px 16px;
  border: 2px solid #0892c7;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}

.c-notice li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
.c-notice li span {
  position: absolute;
  left: 0;
  top: 0;
}

.fr-heading {
  height: 100vh;
  position: relative;
}

.fr-heading__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.fr-heading__cover {
  width: 100%;
  height: 100%;
  background-image: url(../images/front/heading_bg.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.fr-heading__title {
  width: 70%;
  max-width: 850px;
  top: 0;
  left: 0;
  position: absolute;
}
.fr-heading__title img {
  width: 100%;
  height: auto;
}

.fr-heading__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  left: 60px;
  right: 0;
  bottom: 18vh;
}

.fr-heading__banner {
  width: 42%;
  max-width: 580px;
  position: relative;
}

.fr-heading__swiper {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.fr-heading__slide {
  border-radius: 9px;
}
.fr-heading__slide img {
  width: 100%;
  height: auto;
}

.fr-heading__prev,
.fr-heading__next {
  width: 55px;
  height: 55px;
  background-color: rgba(74, 74, 74, 0.9);
  border-radius: 50%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fr-heading__prev::after,
.fr-heading__next::after {
  color: #fff;
  scale: 0.45;
}

.fr-heading__prev {
  left: -25px;
}

.fr-heading__next {
  right: -25px;
}

.fr-heading__notice {
  width: 100%;
  margin-left: 20px;
}

.fr-heading__simulation {
  width: 120px;
  position: absolute;
  right: 30px;
  bottom: 250px;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.fr-heading__simulation img {
  width: 100%;
  height: auto;
}

.fr-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -14vh;
  position: relative;
}

.fr-customer__item {
  width: 100%;
}
.fr-customer__item.-new .fr-customer__title {
  background-color: #ffd2df;
  border-bottom-color: #ffd2df;
}
.fr-customer__item.-new .fr-customer__title::after {
  content: "New customer";
}
.fr-customer__item.-new .fr-customer__title span::before {
  background-image: url(../images/icon/new.png);
}
.fr-customer__item.-new .fr-customer__body {
  background-color: #ffd2df;
}
.fr-customer__item.-existing .fr-customer__title::after {
  content: "Existing customer";
}

.fr-customer__title {
  width: 85%;
  max-width: 575px;
  padding: 34px 0 10px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border: 3px solid #fff;
  border-bottom-color: #f5f5f5;
  border-radius: 22px 22px 0 0;
  text-align: center;
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  position: relative;
}
.fr-customer__title span {
  position: relative;
}
.fr-customer__title span::before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  left: -80px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fr-customer__title img {
  height: 26px;
  vertical-align: top;
}
.fr-customer__title::after {
  position: absolute;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.fr-customer__body {
  padding: 90px 0 100px;
  background-color: #f5f5f5;
  border-top: 2px solid #fff;
}

.fr-customer__inner {
  padding: 0 80px;
}

.fr-customer__wrapper {
  display: grid;
  grid-template-rows: 100px 100px 100px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.fr-customer__link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.fr-customer__link small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.-internet {
  font-size: 24px;
  font-size: 1.5rem;
  grid-column-start: 1;
  grid-column-end: 3;
}
.fr-customer__link::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}
.fr-customer__link.-simulation::before {
  width: 55px;
  aspect-ratio: 68/72;
  background-image: url(../images/icon/simulation.png);
}
.fr-customer__link.-internet::before {
  width: 48px;
  aspect-ratio: 55/49;
  background-image: url(../images/icon/internet.png);
}
.fr-customer__link.-tv::before {
  width: 50px;
  aspect-ratio: 65/59;
  background-image: url(../images/icon/tv.png);
}
.fr-customer__link.-tel::before {
  width: 48px;
  aspect-ratio: 57/51;
  background-image: url(../images/icon/tel.png);
}
.fr-customer__link.-electrical::before {
  width: 50px;
  aspect-ratio: 61/59;
  background-image: url(../images/icon/electrical.png);
}
.fr-customer__link.-procedure::before {
  width: 55px;
  aspect-ratio: 69/73;
  background-image: url(../images/icon/procedure.png);
}
.fr-customer__link.-setting::before {
  width: 42px;
  aspect-ratio: 53/53;
  background-image: url(../images/icon/setting.png);
}
.fr-customer__link.-mail::before {
  width: 40px;
  aspect-ratio: 49/49;
  background-image: url(../images/icon/nirai-mail.png);
}
.fr-customer__link.-qa::before {
  width: 54px;
  aspect-ratio: 63/55;
  background-image: url(../images/icon/qa.png);
}
.fr-customer__link.-link::before {
  width: 45px;
  aspect-ratio: 56/56;
  background-image: url(../images/icon/link.png);
}

.fr-customer__btn {
  text-align: right;
  margin-top: 32px;
}

.fr-message {
  padding: 180px 0 75px;
  margin-top: -80px;
  background-image: url(../images/front/message_bg.png);
  background-size: cover;
  background-position: center top;
  position: relative;
}

.fr-message__icon {
  position: absolute;
  width: calc(100% - 120px);
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fr-message__icon img {
  width: 100%;
  height: auto;
}

.fr-message__title {
  width: 65%;
  max-width: 950px;
  margin: 0 auto;
}
.fr-message__title img {
  width: 100%;
  height: auto;
}

.fr-information {
  padding: 80px 0 40px;
  background-color: #f5f5f5;
}

.fr-information--nirai {
  padding: 40px 15px 60px;
  border: 10px solid #d4fcff;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.fr-information--nirai::after {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 235/211;
  background-image: url(../images/page/recommend_television2.png);
  background-size: cover;
  background-position: center;
  right: 100px;
  top: 20px;
}

.fr-information__title {
  position: relative;
}

.fr-information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
}

.fr-special {
  padding: 40px 0 100px;
  background-color: #f5f5f5;
}

.fr-special__wrapper {
  margin-top: 30px;
}

.fr-special__more {
  position: absolute;
  top: 0;
  right: 60px;
  text-align: right;
}

.fr-service {
  padding: 70px 0 80px;
  background-color: #fff5e2;
}

.fr-service__wrapper {
  display: grid;
  grid-template-rows: 2fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 2%;
  margin-top: 45px;
}

.fr-service__item {
  padding: 40px 0 30px;
  background-color: #fff;
  border-radius: 5px;
}
.fr-service__item:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
}

.fr-service__inner {
  padding: 0 40px;
}

.fr-service__title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
}

.fr-service__container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.fr-service__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 10px 12px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}
.fr-service__block.-internet {
  background-color: rgba(176, 224, 242, 0.5);
}
.fr-service__block.-internet .fr-service__icon {
  max-width: 80px;
}
.fr-service__block.-tv {
  background-color: rgba(104, 119, 193, 0.3);
}
.fr-service__block.-tv .fr-service__icon {
  max-width: 95px;
}
.fr-service__block.-tel {
  background-color: rgba(67, 182, 178, 0.2);
}
.fr-service__block.-tel .fr-service__icon {
  max-width: 80px;
}
.fr-service__block.-electrical {
  background-color: rgba(255, 245, 226, 0.6);
}
.fr-service__block.-electrical .fr-service__icon {
  max-width: 85px;
}
.fr-service__block.-home {
  background-color: rgba(255, 210, 223, 0.3);
  grid-column-start: 1;
  grid-column-end: 3;
}
.fr-service__block.-home .fr-service__icon {
  max-width: 90px;
}

.fr-service__name {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.fr-service__icon {
  width: 100%;
  margin: 24px auto;
}
.fr-service__icon img {
  width: 100%;
}

.fr-service__recommend {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}
.fr-service__recommend::before {
  content: "＼";
}
.fr-service__recommend::after {
  content: "／";
}

.fr-service__box {
  max-width: 550px;
  padding: 20px 16px 40px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d96894;
  background-color: rgba(255, 210, 223, 0.6);
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}

.fr-service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.fr-service__image.-plane {
  width: 90px;
  margin-right: 20px;
}
.fr-service__image.-simulation {
  width: 120px;
  margin-left: 10px;
}
.fr-service__image.-others {
  width: 80px;
  margin-right: 35px;
}
.fr-service__image img {
  width: 100%;
  height: auto;
}

.fr-service__set-plane {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}
.fr-service__set-plane::before {
  content: "";
}

.fr-service__simulation {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.fr-service__simulation span {
  color: #0892c7;
}

.fr-service__text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fr-service__btn {
  text-align: right;
  margin-top: 20px;
}

.fr-campaign {
  padding: 80px 0 64px;
  background-color: #fff;
  position: relative;
}
.fr-campaign::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/front/campaign_bg.png);
  background-size: cover;
  top: 0;
}

.fr-campaign__wrapper {
  width: calc(100% - 50px - 60px);
  margin-left: auto;
  margin-top: 60px;
  position: relative;
}

.fr-campaign__slide {
  width: 300px;
  background-color: #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}

.fr-campaign__image img {
  width: 100%;
  height: auto;
}

.fr-campaign__body {
  padding: 20px 20px;
}

.fr-campaign__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4166666667;
  font-weight: 700;
}

.fr-campaign__text {
  margin-top: 10px;
}

.fr-campaign__cat {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4a4a4a;
  font-weight: 400;
  margin-top: 30px;
}
.fr-campaign__cat span + .fr-campaign__cat span {
  margin-left: 6px;
}
.fr-campaign__cat span::before {
  content: "#";
}

.fr-campaign__prev,
.fr-campaign__next {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: rgba(8, 146, 199, 0.5);
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.fr-campaign__prev::after,
.fr-campaign__next::after {
  color: #fff;
  scale: 0.7;
}

.fr-campaign__prev {
  left: -40px;
}

.fr-campaign__btn {
  position: absolute;
  top: 135px;
  right: 60px;
}

.fr-news {
  padding: 80px 0 90px;
  background-color: #f5f5f5;
}

.fr-news__head {
  width: 85%;
  max-width: 1230px;
  position: relative;
}
.fr-news__head::after {
  position: absolute;
  content: "";
  width: 80px;
  aspect-ratio: 176/446;
  background-image: url(../images/front/news_image.png);
  background-size: cover;
  background-position: center;
  top: -40px;
  right: -4%;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.fr-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  position: relative;
  overflow-x: scroll;
}
.fr-news__tab::before {
  content: "お知らせを絞り込む";
  font-size: 15px;
  font-size: 0.9375rem;
  white-space: nowrap;
  padding-right: 20px;
}

.fr-news__wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
}

.fr-news__btn {
  text-align: right;
}

.newsPage {
  padding: 60px 0 0;
}

.newsPage__wrapper {
  margin-top: 48px;
}

.newsPage__pagination {
  margin-top: 40px;
}

.banners {
  padding: 30px 0 0;
}

.banners__banner {
  width: 100%;
}
.banners__banner img {
  width: 100%;
  height: auto;
}
.banners__banner + .banners__banner {
  margin-top: 20px;
}

.banners__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 10px;
}
.banners__text a {
  color: #0892c7;
  text-decoration: underline;
}

.ntv {
  position: relative;
}

.ntv__wrapper {
  margin-top: 80px;
}

.ntv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ntv__item + .ntv__item {
  margin-top: 30px;
}

.ntv__image {
  width: 44%;
  max-width: 650px;
}
.ntv__image img {
  width: 100%;
  height: auto;
}

.ntv__inner {
  width: 50%;
  margin-left: 4%;
}

.ntv__title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}

.ntv__time {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
  margin-top: 40px;
}
.ntv__time::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../images/icon/watch.png);
  background-size: cover;
  background-position: center;
}

.ntv__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 20px;
}

.ntv__link {
  margin-top: 30px;
}
.ntv__link::before {
  content: "番組詳細";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding: 3px 12px;
  background-color: #9ec830;
  border-radius: 3px;
  margin-right: 8px;
}
.ntv__link a {
  color: #0892c7;
  text-decoration: underline;
}

.campaignPage {
  padding: 80px 0 0;
}

.campaignPage__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.campaignPage__tab::before {
  content: "お知らせを絞り込む";
  font-size: 18px;
  font-size: 1.125rem;
  white-space: nowrap;
  padding-right: 20px;
}

.campaignPage__body {
  margin-top: 80px;
}

.campaignPage__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 4%;
}

.campaignPage__pagination {
  margin-top: 60px;
}

.linkPage {
  padding: 60px 0 0;
}

.linkPage__title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  padding: 20px 16px;
  padding-left: 60px;
  border-radius: 5px;
  background-color: #4a4a4a;
  position: relative;
}
.linkPage__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/link-dark.png);
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.linkPage__title--second {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.linkPage__title--second::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #e28d49;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.linkPage__title--third {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.linkPage__update {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
}

.linkPage__content {
  margin-top: 40px;
}

.linkPage__wrapper {
  margin-top: 20px;
}

.linkPage__tab {
  font-size: 16px;
  font-size: 1rem;
  white-space: nowrap;
  display: block;
  width: 100%;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 24px 10px 24px 50px;
  position: relative;
}
.linkPage__tab::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url(images/arrow-next.png);
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 18px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.linkPage__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.linkPage__block.-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.linkPage__link-label {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.linkPage__link-label::after {
  content: "：";
}

.linkPage__link {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 8px;
  position: relative;
}
.linkPage__link + .linkPage__link {
  padding-left: 8px;
}
.linkPage__link + .linkPage__link::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #252525;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.linkPage__link a {
  font-size: 16px;
  font-size: 1rem;
  color: #0892c7;
  text-decoration: underline;
}

.linkPage__arrow-link {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 25px;
}
.linkPage__arrow-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.linkPage__arrow-link a::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  margin-right: 8px;
  background-image: url(images/arrow-next.png);
  background-size: cover;
  background-position: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.special-sale__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.special-sale__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d6d6d6;
  padding: 30px 20px;
}
.special-sale__item + .special-sale__item {
  margin-left: 2%;
}
.special-sale__item.-deriver .special-sale__title::before {
  width: 45px;
  aspect-ratio: 60/43;
  background-image: url(../images/icon/install.png);
}
.special-sale__item.-pay .special-sale__title::before {
  width: 35px;
  aspect-ratio: 47/44;
  background-image: url(../images/icon/payment.png);
}

.special-sale__image {
  max-width: 200px;
  width: 34%;
}
.special-sale__image img {
  width: 100%;
  height: auto;
}

.special-sale__inner {
  width: 62%;
  margin-left: 4%;
}

.special-sale__title {
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.special-sale__title::before {
  content: "";
  display: block;
  margin-right: 16px;
  background-size: cover;
  background-position: center;
}

.special-sale__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 16px;
}

.new-customer {
  padding: 40px 0 80px;
  background-color: #f5f5f5;
}

.new-customer__head {
  margin-top: 20px;
}

.new-customer__head-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.68;
  font-weight: 700;
  text-align: center;
}

.new-customer__merit {
  margin-top: 60px;
}

.new-customer__title {
  max-width: 800px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.new-customer__title img {
  width: 100%;
  height: auto;
}

.new-customer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.service-area {
  background-color: #fff;
}

.service-area__cover {
  padding: 60px 0 80px;
  position: relative;
  z-index: 1;
}
.service-area__cover::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/page/area_image.png);
  background-size: contain;
  background-position: center right;
  z-index: -1;
}

.service-area__content {
  padding: 0 100px;
}

.service-area__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.0555555556;
  margin-top: 25px;
}

.service-area__btn {
  margin-top: 20px;
}

.service-area__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.service-area__label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 24px 30px;
  margin: 40px 0;
  border-radius: 5px;
  background-color: #ccf9e5;
}

.service-area__sub-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 4px 12px;
  border-left: 5px solid #d96894;
  border-radius: 2px;
}

.service-area__image {
  margin-top: 40px;
}
.service-area__image img {
  width: 100%;
  height: auto;
}

.service-area__wrapper {
  margin-top: 50px;
}

.service-area__list,
.service-area__list--sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.service-area__list li,
.service-area__list--sec li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  width: 33.3%;
  margin: 10px 0;
}

.service-area__list {
  border-top: 1px dashed #d6d6d6;
}
.service-area__list li {
  padding-left: 20px;
  position: relative;
}
.service-area__list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #0892c7;
  left: 0;
  top: 8px;
}

.service-area__list--sec li {
  font-weight: 700;
  padding: 4px 12px;
  border-left: 5px solid #d96894;
  border-radius: 2px;
}

.flow {
  padding: 60px 0;
  position: relative;
}
.flow::before,
.flow::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.flow::before {
  width: 80px;
  aspect-ratio: 217/472;
  background-image: url(../images/page/flow_illust1.png);
  left: 0;
}
.flow::after {
  width: 130px;
  aspect-ratio: 368/383;
  background-image: url(../images/page/flow_illust2.png);
  right: 0;
}

.flow__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.flow__title span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a2c74b;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.flow__text {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 40px;
}

.flow__btn {
  margin-top: 60px;
}
.flow__btn a {
  margin: 0 auto;
}

.recommend {
  padding: 40px 0 20px;
  background-color: #f5f5f5;
}

.recommend__inner {
  padding: 30px 0;
  position: relative;
}
.recommend__inner::before,
.recommend__inner::after {
  position: absolute;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.recommend__inner::before {
  left: 0;
}
.recommend__inner::after {
  right: 0;
}
.recommend__inner.-television::before {
  width: 100px;
  aspect-ratio: 188/217;
  background-image: url(../images/page/recommend_television1.png);
}
.recommend__inner.-television::after {
  width: 150px;
  aspect-ratio: 235/211;
  background-image: url(../images/page/recommend_television2.png);
}
.recommend__inner.-internet::before {
  width: 60px;
  aspect-ratio: 200/466;
  background-image: url(../images/page/recommend_internet1.png);
}
.recommend__inner.-internet::after {
  width: 55px;
  aspect-ratio: 174/464;
  background-image: url(../images/page/recommend_internet2.png);
}

.recommend__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #43b6b2;
  text-align: center;
  padding: 8px 0;
  position: relative;
}
.recommend__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 300px;
  height: 3px;
  background-image: url(../images/common/line.svg);
  background-size: cover;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.recommend__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}

.recommend__btn {
  text-align: center;
  margin-top: 20px;
}

.plan__wrapper {
  margin-top: 60px;
}

.plan__info {
  margin-top: 30px;
}

.plan__btn {
  margin-top: 48px;
}
.plan__btn a {
  margin: 0 auto;
}

.plan__link {
  text-align: right;
}

.feature {
  padding-top: 60px;
}

.feature__wrapper {
  margin-top: 60px;
}
.feature__wrapper + .feature__wrapper {
  margin-top: 100px;
}

.feature__content {
  margin-top: 30px;
}

.feature__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
  position: relative;
}
.feature__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 300px;
  height: 5px;
  background-image: url(../images/common/line.svg);
  background-size: cover;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.feature__branch-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 24px 30px;
  margin: 30px 0;
  background-color: #ccf9e5;
  border-radius: 5px;
}

.company {
  padding: 60px 0;
}
.company.-map {
  background-color: #fff;
}

.company__table {
  margin-top: 20px;
  border: 2px solid #0892c7;
}

.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__list:last-child .company__head,
.company__list:last-child .company__body {
  border-bottom: none;
}

.company__head,
.company__body {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  padding: 20px;
}

.company__head {
  color: #fff;
  font-weight: 700;
  width: 20%;
  border-bottom: 2px solid #fff;
  background-color: #0892c7;
}

.company__body {
  width: 80%;
  border-bottom: 2px solid #0892c7;
  background-color: #fff;
}

.company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company__item {
  width: 100%;
  position: relative;
}
.company__item + .company__item {
  margin-left: 3%;
}

.company__map {
  aspect-ratio: 560/330;
}
.company__map iframe {
  width: 100%;
  height: 100%;
}

.company__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 18px;
}

.company__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}

.company__link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.advertisement {
  padding: 32px 0 70px;
  margin-top: 80px;
  border-radius: 5px;
  background-color: #fff;
}
.advertisement + .advertisement {
  margin-top: 60px;
}

.advertisement__block {
  margin-top: 30px;
}
.advertisement__block + .advertisement__block {
  margin-top: 60px;
}

.advertisement__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.advertisement__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 10px;
  background-color: #b0e0f2;
  border-radius: 5px;
}

.advertisement__image {
  max-width: 280px;
  width: 100%;
}
.advertisement__image img {
  width: 100%;
  height: auto;
}

.advertisement__content {
  width: calc(95% - 280px);
  margin-left: 5%;
}

.advertisement__text,
.advertisement__label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.advertisement__text + .advertisement__text,
.advertisement__label + .advertisement__text,
.advertisement__text + .advertisement__label,
.advertisement__label + .advertisement__label {
  margin-top: 16px;
}
.advertisement__text a,
.advertisement__label a {
  color: #0892c7;
  text-decoration: underline;
}

.advertisement__list {
  padding: 14px 20px;
  margin-top: 30px;
  border-radius: 5px;
  background-color: #cceff3;
}
.advertisement__list li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.advertisement__list li + li {
  margin-top: 4px;
}

.advertisement__label {
  font-weight: 700;
}

.advertisement__group + .advertisement__group {
  margin-top: 54px;
}

.advertisement__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 8px;
}

.advertisement__head,
.advertisement__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  padding: 14px 16px;
  border: 1px solid #d6d6d6;
}

.advertisement__head {
  color: #fff;
  text-align: center;
  background-color: #0892c7;
}
.advertisement__head small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.advertisement__body {
  background-color: #fff;
}
.advertisement__body.-price {
  text-align: right;
}

.advertisement__caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 400;
  margin-top: 4px;
}

.advertisement__btn {
  max-width: 420px;
  margin-top: 40px;
}

.wifi {
  padding: 200px 0 80px;
  background-color: #f5f5f5;
  background-image: url(../images/page/wifi_bg.png);
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}

.wifi__title::before,
.wifi__title::after,
.wifi__copy::before,
.wifi__copy::after {
  position: absolute;
  content: "";
  display: block;
  width: 130px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
}

.wifi__title {
  max-width: 450px;
  min-width: 200px;
  width: 55%;
  margin: 0 auto;
  position: relative;
}
.wifi__title img {
  width: 100%;
  height: auto;
}
.wifi__title::before,
.wifi__title::after {
  top: -50px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wifi__title::before {
  background-image: url(../images/page/wifi_illust1.png);
  left: -35%;
}
.wifi__title::after {
  background-image: url(../images/page/wifi_illust4.png);
  left: 135%;
}

.wifi__copy {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
  position: relative;
}
.wifi__copy::before,
.wifi__copy::after {
  top: 50px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wifi__copy::before {
  background-image: url(../images/page/wifi_illust2.png);
  left: 12%;
}
.wifi__copy::after {
  background-image: url(../images/page/wifi_illust3.png);
  left: 88%;
}

.wifi__text,
.wifi__entry-text {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 34px;
}

.wifi__entry {
  margin-top: 34px;
}

.wifi__entry-text {
  font-size: 120%;
  font-weight: 700;
}

.wifi__nirai {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  max-width: 450px;
  padding: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  background-color: #d8f8e5;
  border-radius: 16px;
}

.wifi__price {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 900;
  color: #ec2124;
  text-align: center;
}
.wifi__price small {
  font-size: 50%;
  margin: 0 4px;
}
.wifi__price span {
  position: relative;
}
.wifi__price span::after {
  position: absolute;
  content: "（税込）";
  font-size: 16%;
  top: 35%;
  right: 0;
}

.wifi__list {
  max-width: 1000px;
  padding: 20px 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.wifi__list li {
  font-size: 15px;
  font-size: 0.9375rem;
}
.wifi__list li::before {
  content: "※";
  margin-right: 4px;
}
.wifi__list li + li {
  margin-top: 4px;
}

.wifi__mesh {
  background-image: url(../images/page/mesh_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 0 0 50px;
  margin-top: 60px;
}

.wifi__mesh-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background-color: #0892c7;
  padding: 16px;
}

.wifi__image {
  width: 40%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.wifi__image img {
  width: 100%;
  height: auto;
}

.wifi__btn {
  margin-top: 20px;
}
.wifi__btn a {
  margin: 0 auto;
}

.program-info {
  padding: 40px 0 80px;
  background-color: #f5f5f5;
}

.program-info__channel {
  margin-top: 80px;
}

.program-info__btn {
  margin-top: 40px;
}

.program {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.program.-grey {
  background-color: #ebeaea;
}

.program__title {
  font-size: 30px;
  font-size: 1.875rem;
  padding-left: 60px;
  position: relative;
}
.program__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.program__title img {
  width: 70px;
  height: auto;
  vertical-align: middle;
  margin-left: 24px;
}
.program__title span {
  color: #80bce2;
}
.program__title.-nirai::before {
  aspect-ratio: 57/61;
  background-image: url(../images/icon/listing.png);
}
.program__title.-ocn::before {
  aspect-ratio: 1/1;
  background-image: url(../images/icon/channel.png);
}

.program__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}

.program__special {
  margin-top: 70px;
}

.program__banner {
  margin-top: 50px;
}
.program__banner a {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 60px 16px;
  border: 3px solid #ff468d;
  border-radius: 5px;
  background-image: url(../images/page/program_banner_bg.jpg);
  background-size: cover;
  background-position: center;
}
.program__banner span {
  position: relative;
}
.program__banner span::after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow-next-red.png);
  background-size: cover;
  top: 50%;
  right: -16px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.program__wrapper {
  margin-top: 40px;
}

.info-special__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ff468d;
}
.info-special__title span {
  padding-left: 70px;
  position: relative;
}
.info-special__title span::before {
  position: absolute;
  content: "";
  width: 55px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/recommend.png);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.info-special__link {
  padding-left: 70px;
  margin-top: 24px;
}

.recommend-point {
  padding: 40px 0 0;
}
.recommend-point.-telephone {
  padding-bottom: 60px;
  background-color: #f5f5f5;
  background-image: url(../images/page/recommend-telephone_bg.png);
  background-size: cover;
  background-position: bottom center;
}

.recommend-point__inner {
  padding: 30px 0;
  position: relative;
}
.recommend-point__inner.-telephone {
  padding: 80px 0;
}

.recommend-point__decoration-image {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 4%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.recommend-point__telephone {
  position: relative;
}
.recommend-point__telephone::before,
.recommend-point__telephone::after {
  position: absolute;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  bottom: 0;
}
.recommend-point__telephone::before {
  width: 180px;
  aspect-ratio: 235/211;
  background-image: url(../images/page/recommend_television2.png);
  left: 0;
}
.recommend-point__telephone::after {
  width: 140px;
  aspect-ratio: 368/383;
  background-image: url(../images/page/flow_illust2.png);
  right: 0;
}

.recommend-point__title {
  font-size: 32px;
  font-size: 2rem;
  color: #43b6b2;
  text-align: center;
}
.recommend-point__title span {
  display: inline-block;
  padding: 0 35px;
  position: relative;
}
.recommend-point__title span::before,
.recommend-point__title span::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 36/43;
  background-size: cover;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.recommend-point__title span::before {
  background-image: url(../images/common/both_deco-left.png);
  left: 0;
}
.recommend-point__title span::after {
  background-image: url(../images/common/both_deco-right.png);
  right: 0;
}

.recommend-point__copy {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}

.recommend-point__wrapper {
  margin-top: 64px;
}

.recommend-point__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: number;
}

.recommend-point__item {
  width: 100%;
  padding: 80px 10px 30px;
  background-color: #fff;
  position: relative;
  counter-increment: number;
}
.recommend-point__item::before {
  font-size: 48px;
  font-size: 3rem;
  color: #be9c36;
  font-weight: 700;
  position: absolute;
  content: counter(number, decimal-leading-zero);
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.recommend-point__item + .recommend-point__item {
  margin-left: 2%;
}

.recommend-point__point {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1351351351;
  color: #be9c36;
  font-weight: 700;
  text-align: center;
}

.recommend-point__image {
  width: 100%;
  margin-top: 16px;
}
.recommend-point__image img {
  width: 100%;
  height: auto;
}

.recommend-point__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 24px;
}

.recommend-point__link {
  margin-top: 20px;
  text-align: right;
}

.recommend-point__box {
  padding: 40px 80px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.recommend-point__box::before {
  position: absolute;
  content: "";
  width: 45px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/question.png);
  background-size: cover;
  left: 25px;
  top: 35px;
}

.recommend-point__box-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.recommend-point__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 20px;
}

.channel-block {
  padding: 50px 0;
  background-color: #d6d6d6;
}
.channel-block.-white {
  background-color: #fff;
}

.channel-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.channel-block__inner {
  padding: 0 24px;
}

.channel-block__image {
  padding: 30px 0;
}
.channel-block__image img {
  width: 100%;
  height: auto;
}

.channel-block__content {
  width: 50%;
}
.channel-block__content + .channel-block__content {
  margin-left: 3%;
}

.channel-block__topic {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.channel-block__list {
  margin-top: 30px;
  padding: 20px 0;
}

.channel-block__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
}
.channel-block__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.channel-block__title.-schedule::before {
  background-image: url(../images/icon/schedule.png);
}
.channel-block__title.-week::before {
  background-image: url(../images/icon/week.png);
}

.channel-block__text {
  font-size: 16px;
  font-size: 1rem;
}

.channel-block__btn {
  margin-top: 30px;
}
.channel-block__btn + .channel-block__btn {
  margin-top: 20px;
}
.channel-block__btn .c-roundBtn {
  margin-left: auto;
}

.channel-block__link {
  margin-top: 24px;
  text-align: right;
}

.tv-nirai {
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
}

.tv-nirai--information {
  padding: 140px 0 80px;
  background-color: #f5f5f5;
  background-image: url(../images/page/tv-nirai-information_bg.png);
  background-size: cover;
  background-position: top center;
}

.tv-nirai__title {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}
.tv-nirai__title img {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  vertical-align: middle;
}
.tv-nirai__title small {
  font-size: 70%;
  color: #43b6b2;
  position: relative;
}
.tv-nirai__title small::before,
.tv-nirai__title small::after {
  content: "";
  display: inline-block;
  width: 20px;
  margin: 0 10px;
  aspect-ratio: 36/43;
  background-size: cover;
  background-position: center;
}
.tv-nirai__title small::before {
  background-image: url(../images/common/both_deco-left.png);
}
.tv-nirai__title small::after {
  background-image: url(../images/common/both_deco-right.png);
}
.tv-nirai__title span {
  display: inline-block;
  position: relative;
}
.tv-nirai__title span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../images/common/line.svg);
  background-size: cover;
  bottom: -5px;
  left: 0;
  right: 0;
}

.tv-nirai__image {
  position: absolute;
  width: 250px;
  top: 100px;
  right: -100px;
}
.tv-nirai__image img {
  width: 100%;
  height: auto;
}

.tv-nirai__list {
  margin-top: 40px;
}

.tv-nirai__item {
  padding: 16px 0;
  border-bottom: 1px solid #d6d6d6;
}

.tv-nirai__num-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.tv-nirai__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 24px;
}
.tv-nirai__text a {
  color: #0892c7;
  text-decoration: underline;
}

.tv-nirai__cta {
  margin-top: 50px;
}

.tv-nirai__lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.tv-nirai__btn {
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nirai-plus {
  padding: 100px 0 80px;
  background-color: #f5f5f5;
  background-image: url(../images/page/nirai-plus_bg.png);
  background-size: cover;
  background-position: top center;
}

.nirai-plus__content {
  position: relative;
}
.nirai-plus__content::before,
.nirai-plus__content::after {
  position: absolute;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  bottom: 0;
}
.nirai-plus__content::before {
  width: 135px;
  aspect-ratio: 188/217;
  background-image: url(../images/page/recommend_television1.png);
  left: 0;
}
.nirai-plus__content::after {
  width: 180px;
  aspect-ratio: 235/211;
  background-image: url(../images/page/recommend_television2.png);
  right: 0;
}

.nirai-plus__title {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}
.nirai-plus__title small {
  font-size: 70%;
  color: #43b6b2;
  position: relative;
}
.nirai-plus__title small::before,
.nirai-plus__title small::after {
  content: "";
  display: inline-block;
  width: 20px;
  margin: 0 10px;
  aspect-ratio: 36/43;
  background-size: cover;
  background-position: center;
}
.nirai-plus__title small::before {
  background-image: url(../images/common/both_deco-left.png);
}
.nirai-plus__title small::after {
  background-image: url(../images/common/both_deco-right.png);
}
.nirai-plus__title span {
  display: inline-block;
  position: relative;
}
.nirai-plus__title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../images/common/line.svg);
  background-size: cover;
  bottom: -5px;
  left: 0;
  right: 0;
}

.nirai-plus__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 34px;
}

.nirai-plus__movie {
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.nirai-plus__movie img,
.nirai-plus__movie video {
  width: 100%;
  height: auto;
}

.plan-block + .plan-block {
  margin-top: 50px;
}

.plan-block__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 68px;
}

.plan-block__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.plan-block__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-color: #bcbcbc;
  margin-top: 20px;
}

.plan-block__head,
.plan-block__body {
  padding: 20px 24px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bcbcbc;
}

.plan-block__head {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #cceff3;
}

.plan-block__body {
  background-color: #fff;
}

.plan-block__body,
.plan-block__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 8px;
}
.plan-block__body a,
.plan-block__text a {
  color: #0892c7;
  text-decoration: underline;
}

.plan-block__box {
  padding: 30px 80px;
  margin-top: 48px;
  border-radius: 5px;
  background-color: #ebebeb;
}

.plan-block__caution {
  padding-left: 20px;
  margin-top: 24px;
  position: relative;
}
.plan-block__caution li::before {
  position: absolute;
  content: "※";
  left: 0;
}
.plan-block__caution li + li {
  margin-top: 20px;
}

.programTable {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.programTable img {
  width: 100%;
}

.programTable__head {
  margin-top: 50px;
  position: relative;
}

.programTable__on-air {
  position: absolute;
  left: 0;
  bottom: 24px;
}

.programTable__btn {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 2px solid #0892c7;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.5);
}
.programTable__btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 20%;
  height: 20%;
  border-left: 4px solid #0892c7;
  border-bottom: 4px solid #0892c7;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}

.programTable__caution {
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
}

.programTable__tab-list {
  max-width: 85%;
  margin-top: 8px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.programTable__tab {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
  margin: 0 4px;
  border-radius: 10px 10px 0 0;
}
.programTable__tab::before {
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
}
.programTable__tab.-morning {
  background-color: #43b6b2;
}
.programTable__tab.-morning::before {
  background-image: url(../images/icon/morning.png);
}
.programTable__tab.-noon {
  background-color: #e28d49;
}
.programTable__tab.-noon::before {
  background-image: url(../images/icon/noon.png);
}
.programTable__tab.-evening {
  background-color: #6877c1;
}
.programTable__tab.-evening::before {
  background-image: url(../images/icon/evening.png);
}
.programTable__tab.-midnight {
  background-color: #c16892;
}
.programTable__tab.-midnight::before {
  background-image: url(../images/icon/midnight.png);
}

.existing__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.existing__item {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
}
.existing__item + .existing__item {
  margin-left: 2%;
}

.existing__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 6px;
  padding-left: 80px;
  background-color: #ffd2df;
  position: relative;
}
.existing__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  margin: 0 6px;
  background-size: cover;
  background-position: center;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.existing__title.-mypage::before {
  background-image: url(../images/icon/mypage.png);
}
.existing__title.-portal::before {
  background-image: url(../images/icon/portal.png);
}
.existing__title.-price::before {
  background-image: url(../images/icon/price.png);
}
.existing__title small {
  font-size: 70%;
  font-weight: 400;
}

.existing__body {
  padding: 24px 20px;
}

.existing__list li {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 20px;
  position: relative;
}
.existing__list li + li {
  margin-top: 16px;
}
.existing__list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0892c7;
  left: 0;
  top: 8px;
}

.existing__link {
  margin-top: 30px;
}

.existing__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
.existing__text a {
  color: #0892c7;
  text-decoration: underline;
}

.existing__wrapper {
  margin-top: 60px;
}

.existing__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.existing__btns + .existing__btns {
  margin-top: 30px;
}

.existing__btn {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff5e2;
}
.existing__btn::before {
  content: "";
  display: block;
  width: 70px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
}
.existing__btn + .existing__btn {
  margin-left: 3%;
}
.existing__btn.-mail::before {
  background-image: url(../images/icon/nirai-webmail.png);
}
.existing__btn.-support::before {
  background-image: url(../images/icon/support.png);
}
.existing__btn.-filter::before {
  background-image: url(../images/icon/filter.png);
}
.existing__btn.-speed::before {
  background-image: url(../images/icon/speed.png);
}

.settings {
  padding: 40px 0 80px;
  background-color: #f5f5f5;
}

.settings__wrapper + .settings__wrapper {
  margin-top: 48px;
}
.settings__wrapper:last-child {
  margin-bottom: 80px;
}

.settings__main-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.settings__main-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-image: url(../images/common/line.svg);
  background-size: cover;
  background-position: center;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.settings__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.settings__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.settings__subtitle small {
  font-size: 80%;
}
.settings__subtitle::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #e28d49;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.settings__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.settings__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
.settings__link-list dt {
  white-space: nowrap;
}

.settings__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.settings__text a {
  display: inline-block;
  color: #0892c7;
  text-decoration: underline;
}
.settings__text a.pdf::after {
  content: "";
  display: inline-block;
  width: 34px;
  aspect-ratio: 41/18;
  background-image: url(../images/icon/pdf.png);
  background-size: cover;
  background-position: center;
  margin-left: 8px;
}

.settings__caution {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 10px;
}

.settings__btn {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
}
.settings__btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(images/arrow-next.png);
  background-size: cover;
  background-position: center;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.settings__btn.-anchor::before {
  position: initial;
  margin-right: 10px;
  background-image: url(images/arrow-next.png);
  -webkit-transform: translate(0, 0) rotate(90deg);
  transform: translate(0, 0) rotate(90deg);
}
.settings__btn + .settings__btn {
  margin-left: 20px;
}

.settings__btn--three {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  width: calc(33% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
}
.settings__btn--three::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(images/arrow-next.png);
  background-size: cover;
  background-position: center;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.settings__btn--three.-anchor::before {
  position: initial;
  margin-right: 10px;
  background-image: url(images/arrow-next.png);
  -webkit-transform: translate(0, 0) rotate(90deg);
  transform: translate(0, 0) rotate(90deg);
}
.settings__btn--three:not(:nth-child(3n + 1)) {
  margin-left: 20px;
}
.settings__btn--three:nth-child(n + 4) {
  margin-top: 20px;
}
.settings__box {
  padding: 40px 50px;
  border-radius: 5px;
  background-color: #fff;
}

.settings__box-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.settings__quote {
  padding: 20px;
  background-color: #fff5e2;
  border-radius: 5px;
  margin-top: 20px;
}

.settings__quote-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #e28d49;
}

.settings__block {
  margin-top: 32px;
}

.settings__table {
  width: 100%;
  max-width: 1000px;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 24px;
}
.settings__table td {
  font-size: 16px;
  font-size: 1rem;
  padding: 16px;
  border: 1px solid #bcbcbc;
}

.settings__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.settings__items + .settings__items {
  margin-top: 20px;
}

.settings__item {
  width: 49%;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
}
.settings__item.-wide {
  width: 100%;
}

.settings__head {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #b0e0f2;
}

.settings__body {
  padding: 24px 20px;
}

.settings__list li {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 20px;
  position: relative;
}
.settings__list li + li {
  margin-top: 16px;
}
.settings__list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0892c7;
  left: 0;
  top: 8px;
}
.settings__list a {
  color: #0892c7;
  text-decoration: underline;
}

.telephone {
  padding: 80px 0 100px;
  background-color: #f5f5f5;
}
.telephone.-white {
  background-color: #fff;
}

.telephone__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.telephone__title span {
  display: inline-block;
  padding-bottom: 18px;
  position: relative;
}
.telephone__title span::before {
  position: absolute;
  content: "";
  display: block;
  width: 300px;
  height: 3px;
  background-image: url(../images/common/line.svg);
  background-size: cover;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.telephone__title.-primary span {
  color: #43b6b2;
}

.telephone__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.telephone__sub-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #e28d49;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.telephone__wrapper {
  margin-top: 60px;
}

.telephone__content {
  margin-top: 32px;
}

.telephone__under-arrow {
  margin: 20px 0;
}
.telephone__under-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: #43b6b2 transparent transparent transparent;
  margin: 0 auto;
}

.telephone__accordion {
  margin-top: 40px;
}

.telephone__btn {
  margin-top: 80px;
}

.telephoneTable__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.telephoneTable__head,
.telephoneTable__body {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  padding: 20px 18px;
  border: 1px solid #d6d6d6;
}

.telephoneTable__head {
  background-color: #fff;
}

.telephoneTable__body {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff5e2;
}
.telephoneTable__body.-price {
  max-width: 270px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.construction {
  padding: 120px 0 80px;
  background-color: #f5f5f5;
  background-image: url(../images/page/construction_bg.png);
  background-size: cover;
  background-position: top center;
}

.construction__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #43b6b2;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
}
.construction__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 300px;
  height: 3px;
  background-image: url(../images/common/line.svg);
  background-size: cover;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.construction__wrapper {
  margin-top: 50px;
}

.construction__item.-sub .construction__head {
  background-color: #0892c7;
}
.construction__item.-sub .construction__body {
  background-color: #d9f8fa;
}
.construction__item + .construction__item {
  margin-top: 40px;
}

.construction__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.construction__flex .construction__item + .construction__item {
  margin-top: 0;
  margin-left: 40px;
}

.construction__imagine {
  border: 2px solid #fe7814;
}

.construction__head {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 20px 16px;
  background-color: #fe7814;
}

.construction__body {
  padding: 40px 50px;
  background-color: #fef6e3;
}

.construction__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.construction__sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.construction__sub-title::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fe7814;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.construction__topic {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.construction__white-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 20px;
  margin: 40px 0 16px;
  background-color: #fff;
}

.construction__content {
  width: 100%;
  max-width: 750px;
}

.construction__image {
  width: 50%;
  max-width: 480px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 5%;
}
.construction__image img {
  width: 100%;
  height: auto;
}

.construction__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  margin: 1em 0;
}

.construction__btn {
  margin-top: 60px;
}

.p-header {
  padding: 8px 0;
  background-color: #fff;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.p-header__logo {
  width: 85px;
}
.p-header__logo img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

.p-header__toggle {
  width: 50px;
  height: 50px;
}

.p-footer {
  padding-top: 45px;
  padding-bottom: 40px;
}

.p-footer__copy {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

.p-footer__bottom {
  display: none;
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__btn {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
.p-footer__btn span {
  margin-left: 5px;
}
.p-footer__btn::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
}
.p-footer__btn.-contact {
  color: #0892c7;
  border-top: 1px solid #0892c7;
}
.p-footer__btn.-contact::before {
  width: 25px;
  height: 18px;
  background-image: url(../images/icon/mail.png);
}
.p-footer__btn.-simulation {
  color: #e28d49;
  border-top: 1px solid #e28d49;
  border-left: 1px solid #e28d49;
}
.p-footer__btn.-simulation::before {
  width: 21px;
  height: 23px;
  background-image: url(../images/icon/simulation.png);
}

.p-footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-footerNav__list + .p-footerNav__list {
  margin-left: 50px;
}

.p-footerNav__item + .p-footerNav__item {
  margin-top: 6px;
}
.p-footerNav__item > a,
.p-footerNav__item > button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding-right: 28px;
  position: relative;
}
.p-footerNav__item.-drawer > button::after {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  content: "▲";
  color: #fff;
  top: 3px;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-footerNav__item.is-open > button::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.p-footerNav__drawer {
  margin-top: 4px;
  display: none;
}

.p-footerNav__link {
  color: #fff;
  margin-left: 5px;
}
.p-footerNav__link::before {
  content: "∟";
  font-size: 10px;
  font-size: 0.625rem;
  padding-right: 4px;
}
.p-footerNav__link > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-sidebar {
  background-color: #fff;
}

.p-sidebar__nav {
  padding: 0 16px;
}

.p-sidebar__logo {
  width: 100%;
  max-width: 180px;
  padding: 20px 0;
  margin: 0 auto;
}
.p-sidebar__logo img {
  width: 100%;
  height: auto;
}

.p-sidebar__simulate {
  width: 250px;
  margin-top: 5px;
  position: relative;
}
.p-sidebar__simulate::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  background-color: rgba(255, 210, 223, 0.2);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.p-sidebar__simulate a {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 16px;
  background-color: #f5f5f5;
  position: relative;
}
.p-sidebar__simulate a::before,
.p-sidebar__simulate a::after {
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
}
.p-sidebar__simulate a::before {
  width: 30px;
  height: 32px;
  background-image: url(../images/icon/simulation.png);
}
.p-sidebar__simulate a::after {
  width: 23px;
  height: 23px;
  background-image: url(images/arrow-next.png);
}

.p-sidebar__list {
  margin-top: 16px;
}

.p-sidebar__item + .p-sidebar__item {
  margin-top: 6px;
}
.p-sidebar__item.is-open > button {
  background-color: #ffd2df;
}

.p-sidebar__btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  display: block;
  width: 100%;
  padding: 10px 16px;
  border-radius: 7px;
  background-color: #b0e0f2;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.p-sidebar__cta {
  margin-top: 24px;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-sidebar__cta img {
  width: 100%;
  height: auto;
}

.p-sidebar__info {
  padding: 6px 16px 10px;
  margin-top: 10px;
  background-color: #f5f5f5;
}

.p-subMenu {
  width: 320px;
  padding: 40px 20px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 250px;
  background-color: #0892c7;
  overflow-y: scroll;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-subMenu__btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.p-subMenu__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 10px 18px;
  background-color: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}
.p-subMenu__btn a::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(images/arrow-next.png);
  background-size: cover;
}

.p-subMenu__item {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}
.p-subMenu__item + .p-subMenu__item {
  margin-top: 10px;
}
.p-subMenu__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}
.p-subMenu__item > a::after {
  content: "▶︎";
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.p-subMenu__drawer {
  margin-left: 10px;
}

.p-subMenu__drawer-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.p-subMenu__drawer-item > a::before {
  content: "∟";
  font-size: 9px;
  font-size: 0.5625rem;
  font-size: 0.75rem;
  padding-right: 4px;
}

.p-drawer {
  display: none;
  padding: 60px 0 50px;
  background-color: #0892c7;
}

.p-drawer__inner {
  max-width: 450px;
  padding: 0 24px;
  margin: 0 auto;
}

.p-drawer__btn + .p-drawer__btn {
  margin-top: 8px;
}
.p-drawer__btn.-contact > .p-drawer__link {
  background-color: #f9f472;
}
.p-drawer__btn.is-open > .p-drawer__link {
  background-color: #ffd2df;
}
.p-drawer__btn.is-open > .p-drawer__link::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-drawer__link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-drawer__link::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(images/arrow-next.png);
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-drawerSub {
  display: none;
  margin-left: 6%;
  padding: 8px 0 16px;
}

.p-drawerSub__item {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 400;
  margin-left: 20px;
  margin-right: 20px;
}
.p-drawerSub__item + .p-drawerSub__item {
  margin-top: 4px;
}
.p-drawerSub__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}
.p-drawerSub__item > a::after {
  content: "▶︎";
  font-size: 9px;
  font-size: 0.5625rem;
  color: #fff;
}

.p-drawerSub__sub {
  margin-left: 10px;
}

.p-drawerSub__sub-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.p-drawerSub__sub-item > a::before {
  content: "∟";
  font-size: 9px;
  font-size: 0.5625rem;
  font-size: 0.75rem;
  padding-right: 4px;
}

.p-contact {
  background-color: #f5f5f5;
}

.p-contact__cover {
  padding: 80px 0;
  background-image: url(../images/common/contact-bg.jpg);
  background-size: cover;
  background-position: center;
}

.p-contact__title {
  width: 160px;
  margin: 0 auto;
}
.p-contact__title img {
  width: 100%;
  height: auto;
}

.p-contact__text {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}

.p-contact__btn {
  margin-top: 20px;
}
.p-contact__btn a {
  text-align: center;
  display: block;
  max-width: 595px;
  padding: 24px 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.p-contact__btn a span {
  display: inline;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0892c7;
  position: relative;
}
.p-contact__btn a span::before {
  position: absolute;
  content: "";
  display: block;
  width: 54px;
  aspect-ratio: 67/47;
  left: -80px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../images/icon/mail.png);
  background-size: cover;
  background-position: center;
}
.p-contact__btn a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 16px), -50%);
  transform: translate(calc(100% + 16px), -50%);
  background-image: url(images/arrow-next.png);
  background-size: cover;
  background-position: center;
}

.p-contact__info {
  display: none;
}

.p-company {
  padding: 55px 0 40px;
  background-color: #f5f5f5;
}

.p-company__title {
  width: 250px;
  margin: 0 auto;
}
.p-company__title img {
  width: 100%;
  height: auto;
}

.p-company__btn {
  margin-top: 28px;
}
.p-company__btn a {
  margin: 0 auto;
}

.p-company__link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
  max-width: 330px;
  padding: 18px 0;
  border-radius: 5px;
  background-color: #0892c7;
  -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
}

.p-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.p-company__icon {
  position: absolute;
  left: 60px;
  bottom: 0;
  width: 200px;
}
.p-company__icon img {
  width: 100%;
  height: auto;
}

.p-company__item + .p-company__item {
  margin-left: 20px;
}
.p-company__item a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #4a4a4a;
}

.p-info__title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  padding: 4px 16px;
  margin-top: 8px;
  border-radius: 16px;
  background-color: #e28d49;
}
.p-info__title:nth-of-type(1) {
  margin-top: 0;
  background-color: #0892c7;
}

.p-info__number {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: right;
  margin-top: 2px;
}

.p-info__time {
  color: #4a4a4a;
  text-align: right;
  margin-top: 2px;
}

.p-banner {
  padding: 20px 0;
  background-color: #fff;
}

.p-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-banner__item {
  width: 20%;
}
.p-banner__item img {
  width: 100%;
  height: auto;
}
.p-banner__item + .p-banner__item {
  margin-left: 8px;
}

.p-search {
  padding: 60px 20px;
  background-color: #fff;
}

.p-search__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.p-search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.p-search__searchBtn {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  width: 160px;
  padding: 16px 40px;
  margin-left: 20px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #0892c7;
  border-radius: 5px;
}

.p-search__btn {
  margin-top: 60px;
}

.p-search__link {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
  border-color: #fff;
  border: 2px solid #ffd2df;
  border-radius: 32px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.p-search__link::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 63/55;
  margin-right: 5px;
  background-image: url(../images/icon/qa.png);
  background-size: cover;
  background-position: center;
}

.p-heading {
  padding: 48px 0;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.p-heading.-service,
.p-heading.-new,
.p-heading.-others,
.p-heading.-television,
.p-heading.-internet,
.p-heading.-information,
.p-heading.-existing,
.p-heading.-telephone,
.p-heading.-flow,
.p-heading.-flowTelevision,
.p-heading.-flowInternet,
.p-heading.-flowTel {
  padding: 80px 0 40px;
}
.p-heading.-service .p-heading__box,
.p-heading.-new .p-heading__box,
.p-heading.-others .p-heading__box,
.p-heading.-television .p-heading__box,
.p-heading.-internet .p-heading__box,
.p-heading.-information .p-heading__box,
.p-heading.-existing .p-heading__box,
.p-heading.-telephone .p-heading__box,
.p-heading.-flow .p-heading__box,
.p-heading.-flowTelevision .p-heading__box,
.p-heading.-flowInternet .p-heading__box,
.p-heading.-flowTel .p-heading__box {
  width: 65%;
  padding: 50px 0 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(80%, #fff),
    to(transparent)
  );
  background: linear-gradient(to right, #fff 80%, transparent);
}
.p-heading.-service {
  background-image: url(../images/page/service_bg.jpg);
}
.p-heading.-new {
  background-image: url(../images/page/new_bg.jpg);
}
.p-heading.-others {
  background-image: url(../images/page/others_bg.jpg);
}
.p-heading.-television {
  background-image: url(../images/page/television_bg.jpg);
}
.p-heading.-internet {
  background-image: url(../images/page/internet_bg.jpg);
}
.p-heading.-information {
  background-image: url(../images/page/information_bg.jpg);
}
.p-heading.-existing {
  background-image: url(../images/page/existing_bg.jpg);
}
.p-heading.-telephone {
  background-image: url(../images/page/telephone_bg.jpg);
}
.p-heading.-flow {
  background-image: url(../images/page/flow_bg.jpg);
}
.p-heading.-flowInternet {
  background-image: url(../images/page/flow-internet_bg.jpg);
}
.p-heading.-flowTelevision {
  background-image: url(../images/page/flow-television_bg.jpg);
}
.p-heading.-flowTel {
  background-image: url(../images/page/flow-tel_bg.jpg);
}

.p-heading__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.p-heading__title span {
  padding-top: 4px;
  position: relative;
}
.p-heading__title span::before {
  position: absolute;
  content: attr(data-title);
  font-size: 16px;
  font-size: 1rem;
  color: #0892c7;
  white-space: nowrap;
  text-transform: capitalize;
  left: 50%;
  top: -16px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.p-heading__title::before,
.p-heading__title::after {
  content: "";
  background-size: cover;
  background-position: center;
  margin: 0 16px;
}
.p-heading__title.-nirai {
  color: #80bce2;
}
.p-heading__title.-nirai::before {
  width: 70px;
  aspect-ratio: 71/57;
  background-image: url(../images/icon/nirai.png);
}
.p-heading__title.-nirai::after {
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/tideji.png);
}
.p-heading__title.-nirai span::before {
  color: #80bce2;
}
.p-heading__title.-monthly::before {
  width: 70px;
  aspect-ratio: 47/46;
  background-image: url(../images/icon/month.png);
}
.p-heading__title.-week::before {
  width: 70px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/week.png);
}
.p-heading__title.-week span::before {
  color: #43b6b2;
}
.p-heading__title.-news::before {
  width: 70px;
  aspect-ratio: 97/90;
  background-image: url(../images/icon/news.png);
}
.p-heading__title.-campaign::before {
  width: 75px;
  aspect-ratio: 75/59;
  background-image: url(../images/icon/campaign.png);
}
.p-heading__title.-area::before {
  width: 70px;
  aspect-ratio: 84/85;
  background-image: url(../images/icon/area.png);
}
.p-heading__title.-area span::before {
  color: #fe7814;
}
.p-heading__title.-service::before {
  width: 80px;
  aspect-ratio: 140/140;
  background-image: url(../images/icon/service.png);
}
.p-heading__title.-service span::before {
  color: #d96894;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-heading__title.-new::before {
  width: 80px;
  aspect-ratio: 140/140;
  background-image: url(../images/icon/new.png);
}
.p-heading__title.-new span::before {
  color: #d96894;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-heading__title.-others::before {
  width: 80px;
  aspect-ratio: 117/112;
  background-image: url(../images/icon/others.png);
}
.p-heading__title.-others span::before {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-heading__title.-television::before,
.p-heading__title.-flowTelevision::before {
  width: 70px;
  aspect-ratio: 95/87;
  background-image: url(../images/icon/tv.png);
}
.p-heading__title.-television span::before,
.p-heading__title.-flowTelevision span::before {
  color: #4a4a4a;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-heading__title.-internet::before,
.p-heading__title.-flowInternet::before {
  width: 80px;
  aspect-ratio: 26/23;
  background-image: url(../images/icon/internet.png);
}
.p-heading__title.-internet span::before,
.p-heading__title.-flowInternet span::before {
  color: #4a4a4a;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-heading__title.-information::before {
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/information.png);
}
.p-heading__title.-information span {
  color: #80bce2;
  padding-left: 40px;
}
.p-heading__title.-information span::before {
  color: #80bce2;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-heading__title.-information span::after {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  aspect-ratio: 71/57;
  background-image: url(../images/icon/nirai.png);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
}
.p-heading__title.-existing::before {
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/mypage.png);
}
.p-heading__title.-existing span::before {
  color: #d96894;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-heading__title.-telephone::before,
.p-heading__title.-flowTel::before {
  width: 60px;
  aspect-ratio: 54/47;
  background-image: url(../images/icon/tel.png);
}
.p-heading__title.-telephone span::before,
.p-heading__title.-flowTel span::before {
  color: #ff641a;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-heading__title.-flow::before {
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/flow.png);
}
.p-heading__title.-flow span::before {
  color: #d96894;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.p-heading__title.-flowInternet span::before,
.p-heading__title.-flowTelevision span::before,
.p-heading__title.-flowTel span::before {
  color: initial;
}

.p-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #ec2124;
  background-color: #ec2124;
  border-radius: 5px 0 0 5px;
  position: relative;
}
.p-notice::before {
  content: "重要なお知らせ";
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px 16px 45px;
  background-image: url(../images/icon/notice.png);
  background-size: 19px, 17px;
  background-position: 16px 50%;
}

.p-notice__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  padding: 16px 24px;
  background-color: #fff;
}
.p-notice__title a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-newsItem {
  display: block;
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 5px;
}
.p-newsItem + .p-newsItem {
  margin-top: 16px;
}

.p-newsItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-newsItem__time {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4a4a4a;
  margin-left: 8px;
}

.p-newsItem__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
}

.p-special__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-special__wrap .p-special {
  width: 23.5%;
}

.p-special {
  border-radius: 5px;
  background-color: #fff;
}
.p-special:not(:nth-child(4n + 1)) {
  margin-left: 2%;
}
.p-special:not(:nth-child(-n + 4)) {
  margin-top: 40px;
}

.p-special__inner {
  padding: 20px 16px 14px;
  position: relative;
}

.p-special__image {
  width: 100%;
}
.p-special__image img {
  width: 100%;
  height: auto;
}

.p-special__name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 16px;
}

.p-special__text {
  margin-top: 12px;
}

.p-special__link {
  margin-top: 20px;
  text-align: right;
}

.p-special__cat {
  position: absolute;
  top: 20px;
  left: 20px;
}

.p-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-tab__btn {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  min-width: 180px;
  height: 40px;
  background-color: #d6d6d6;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.25);
}
.p-tab__btn + .p-tab__btn {
  margin-left: 10px;
}
.p-tab__btn.-current {
  color: #fff;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
}
.p-tab__btn.-current.-all {
  background-color: #0892c7;
}
.p-tab__btn.-current.-cat1 {
  background-color: #0892c7;
}
.p-tab__btn.-current.-cat2 {
  background-color: #d96894;
}
.p-tab__btn.-current.-cat3 {
  background-color: #6877c1;
}
.p-tab__btn.-current.-cat4 {
  background-color: #e28d49;
}
.p-tab__btn.-current.-cat5 {
  background-color: #43b6b2;
}

.p-select {
  display: none;
  width: 100%;
  position: relative;
}
.p-select::after {
  position: absolute;
  content: "▲";
  font-size: 9px;
  font-size: 0.5625rem;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  top: 50%;
  right: 4%;
  pointer-events: none;
}

.p-select__select {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  width: 100%;
  padding: 10px 10px 10px 16px;
  background-color: #fff;
}

.p-banner-area {
  padding: 60px 0 80px;
  background-color: #f5f5f5;
}
.p-banner-area.-white {
  background-color: #fff;
}

.p-banner-area__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.p-banner-area__title span {
  display: inline-block;
  position: relative;
}
.p-banner-area__title span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../images/common/line.svg);
  background-size: cover;
  bottom: -5px;
  left: 0;
  right: 0;
}
.p-banner-area__title small {
  font-size: 70%;
  color: #43b6b2;
  position: relative;
}
.p-banner-area__title small::before,
.p-banner-area__title small::after {
  content: "";
  display: inline-block;
  width: 20px;
  margin: 0 10px;
  aspect-ratio: 36/43;
  background-size: cover;
  background-position: center;
}
.p-banner-area__title small::before {
  background-image: url(../images/common/both_deco-left.png);
}
.p-banner-area__title small::after {
  background-image: url(../images/common/both_deco-right.png);
}

.p-banner-area__wrapper {
  margin-top: 40px;
}

.p-banner-area__banner {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.p-banner-area__banner img {
  width: 100%;
  height: auto;
}

.p-banner-area__cover {
  position: relative;
}

.p-banner-area__slide img {
  width: 100%;
  height: auto;
}

.p-banner-area__prev::after,
.p-banner-area__next::after {
  color: #6877c1;
  scale: 0.8;
}

.p-banner-area__prev {
  left: -35px;
}

.p-banner-area__next {
  right: -35px;
}

.p-campaignItem {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.p-campaignItem__image {
  width: 100%;
}
.p-campaignItem__image img {
  width: 100%;
  height: auto;
}

.p-campaignItem__body {
  padding: 24px 20px 30px;
  background-color: #fff;
}

.p-campaignItem__title {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-campaignItem__text {
  margin-top: 28px;
}

.p-campaignItem__status {
  position: relative;
  height: 40px;
  margin-top: 35px;
}

.p-channel {
  width: 100%;
  border-collapse: collapse;
}

.p-channel__head,
.p-channel__body {
  background-color: #fff;
  text-align: center;
  padding: 10px 16px;
  border: 1px solid #ccc;
}

.p-channel__label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #0892c7;
}

.p-channel__body {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.p-channel__head {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 1;
}
.p-channel__head.-num {
  width: 100px;
}
.p-channel__head.-option {
  width: 120px;
}

.p-channel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 10px 14px;
}

.p-channel__content {
  width: calc(100% - 70px);
}

.p-channel__image {
  float: left;
  width: 70px;
  margin-right: 20px;
}
.p-channel__image img {
  width: 100%;
  height: auto;
}

.p-channel__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-channel__title::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(images/arrow-next.png);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
}
.p-channel__title a {
  position: relative;
  padding-right: 26px;
}
.p-channel__title a::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(../images/icon/external.png);
  background-size: cover;
  background-position: center;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-channel__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}
.p-channel__text span {
  color: #ec2124;
}

.p-waveHeading {
  padding-top: 3%;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 6%;
  background-image: url(../images/common/wave_bg.png);
  background-size: cover;
  background-position: center bottom;
  background-color: #f5f5f5;
}
.p-waveHeading.-service .p-waveHeading__title::before {
  content: "";
  background-image: url(../images/page/service_title-deco.png);
}
.p-waveHeading.-others .p-waveHeading__title::before {
  content: "";
  background-image: url(../images/page/others_title-deco.png);
}

.p-waveHeading__title {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  text-align: center;
}
.p-waveHeading__title::before {
  display: block;
  width: 20%;
  aspect-ratio: 286/50;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.p-waveHeading__title picture,
.p-waveHeading__title img {
  width: 100%;
}
.p-waveHeading__title.-service picture,
.p-waveHeading__title.-service img {
  max-width: 1000px;
}
.p-waveHeading__title.-others picture,
.p-waveHeading__title.-others img {
  max-width: 700px;
}
.p-waveHeading__title.-flow picture,
.p-waveHeading__title.-flow img {
  max-width: 450px;
}

.p-rowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-rowItem + .p-rowItem {
  margin-top: 100px;
}

.p-rowItem__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-rowItem__wrapper.-reverse .p-rowItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-rowItem__wrapper.-reverse .p-rowItem:nth-child(even) .p-rowItem__inner {
  margin-left: 0;
  margin-right: 3%;
}

.p-rowItem__image {
  width: 50%;
}
.p-rowItem__image img {
  width: 100%;
  height: auto;
}

.p-rowItem__inner {
  width: 50%;
  margin-left: 3%;
}

.p-rowItem__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
}

.p-rowItem__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 32px;
}
.p-rowItem__text a {
  color: #0892c7;
  text-decoration: underline;
}

.p-rowItem__btn {
  text-align: right;
  margin-top: 30px;
}

.p-informationItem__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-informationItem__wrapper .p-informationItem + .p-informationItem {
  margin-left: 2.3%;
}

.p-informationItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 150px;
  padding: 24px 40px;
  border: 2px solid #d96894;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.p-informationItem::after {
  position: absolute;
  content: "詳しく見る▶︎";
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 8px 12px;
  right: 0;
  bottom: 0;
  border-radius: 17px 0 0 0;
  background-color: #d96894;
}
.p-informationItem.-main {
  background-color: #ffeaf1;
}
.p-informationItem.-sub {
  background-color: #d4fcff;
  border-color: #0892c7;
}
.p-informationItem.-sub::after {
  background-color: #0892c7;
}
.p-informationItem.-key {
  border-color: #e28d49;
  background-color: #fff5e2;
}
.p-informationItem.-key::after {
  background-color: #e28d49;
}
.p-informationItem.-primary {
  border-color: #43b6b2;
  background-color: #f0fdeb;
}
.p-informationItem.-primary::after {
  background-color: #43b6b2;
}
.p-informationItem.-service::after {
  content: "サービス一覧を見る";
}
.p-informationItem.-month {
  border-color: #80bce2;
}
.p-informationItem.-month::after {
  background-color: #80bce2;
}
.p-informationItem.-week {
  border-color: #a2c74b;
}
.p-informationItem.-week span {
  color: #80bce2;
}
.p-informationItem.-week::after {
  background-color: #a2c74b;
}

.p-informationItem__content {
  margin: 0 20px;
}

.p-informationItem__image {
  width: 70px;
}
.p-informationItem__image img {
  width: 100%;
  height: auto;
}

.p-informationItem__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
}
.p-informationItem__title::after {
  content: attr(data-text);
  font-size: 40%;
  margin-left: 24px;
}

.p-informationItem__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #7aaa16;
  display: inline-block;
  padding: 8px 30px;
  margin-top: 10px;
  border-radius: 24px;
}

.p-informationItem__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 20px;
}
.p-informationItem__text span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.p-informationItem.-large .p-informationItem__title {
  font-size: 28px;
  font-size: 1.75rem;
}
.p-informationItem.-large .p-informationItem__image {
  width: 85px;
}

.p-informationItem.-area {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-informationItem.-area .p-informationItem__title {
  font-size: 30px;
  font-size: 1.875rem;
}
.p-informationItem.-area .p-informationItem__image {
  width: 200px;
  margin-right: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-informationItem.-area + .p-informationItem.-area {
  margin-top: 20px;
}

.p-informationItem.-gigaNirai {
  border-color: #6877c1;
}
.p-informationItem.-gigaNirai::after {
  content: "サービスエリアのご確認（NTT西日本のサイトへ） ▶︎";
  background-color: #6877c1;
}
.p-informationItem.-gigaNirai .p-informationItem__title {
  color: #6877c1;
}

.p-informationItem.-niraiSmart {
  border-color: #d96894;
}
.p-informationItem.-niraiSmart::after {
  content: "にらいスマートホームについてはこちら ▶︎";
  background-color: #d96894;
}
.p-informationItem.-niraiSmart .p-informationItem__title {
  color: #d96894;
}

.p-infoLink__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-infoLink {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.p-infoLink::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  top: 50%;
  left: 35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-infoLink + .p-infoLink {
  margin-left: 3%;
}
.p-infoLink.-flow {
  padding-left: 150px;
}
.p-infoLink.-flow::before {
  width: 65px;
  aspect-ratio: 88/49;
  background-image: url(../images/page/service_flow.png);
}
.p-infoLink.-cluboff {
  padding-left: 130px;
}
.p-infoLink.-cluboff::before {
  width: 58px;
  aspect-ratio: 66/84;
  background-image: url(../images/page/service_guidance.png);
}
.p-infoLink.-wide {
  width: 100%;
}

.p-infoLink__inner {
  max-width: 600px;
  width: 80%;
}

.p-infoLink__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-infoLink__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 10px;
}

.p-infoLink__link {
  text-align: right;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-numItem__cover {
  counter-reset: number;
}

.p-numItem {
  width: 100%;
  counter-increment: number;
  position: relative;
}
.p-numItem + .p-numItem {
  margin-left: 4%;
}
.p-numItem::before {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  content: counter(number, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: #0892c7;
  border-radius: 50%;
  left: -25px;
  top: -25px;
}

.p-numItem__image {
  border-radius: 8px;
  overflow: hidden;
}
.p-numItem__image img {
  width: 100%;
  height: auto;
}

.p-numItem__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}

.p-priceModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  overflow: scroll;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-priceModal[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
}

.p-priceModal__item {
  padding: 60px 40px;
  background-color: #fff;
  position: relative;
}

.p-priceModal__btn-position {
  position: absolute;
  top: 45px;
  right: 50px;
}

.p-priceModal__btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5f5f5;
  position: relative;
}
.p-priceModal__btn::before,
.p-priceModal__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #252525;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-priceModal__btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-priceModal__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-priceModal__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.p-priceModal__text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 32px;
}

.p-priceModal__wrapper {
  margin-top: 40px;
}

.p-priceModal__table {
  border-collapse: collapse;
  width: 100%;
}

.p-priceModal__list {
  background-color: #f5f5f5;
}
.p-priceModal__list:nth-child(even) {
  background-color: #fff;
}

.p-priceModal__head,
.p-priceModal__body {
  text-align: left;
  padding: 14px 24px;
}

.p-priceModal__head {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #4a4a4a;
}

.p-priceModal__body {
  font-size: 16px;
  font-size: 1rem;
  width: 75%;
}
.p-priceModal__body + .p-priceModal__body {
  width: 25%;
}

.p-priceModal__close {
  margin-top: 60px;
  text-align: center;
}

.p-planItem__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px 2%;
  margin-top: 26px;
}
.p-planItem__grid .p-planItem + .p-planItem {
  margin-top: 0;
}
.p-planItem__grid .p-planItem__inner {
  width: 100%;
}
.p-planItem__grid .p-planItem__speed,
.p-planItem__grid .p-planItem__channel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-planItem__grid .p-planItem__speed small,
.p-planItem__grid .p-planItem__channel small {
  margin: 0;
}

.p-planItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 30px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.p-planItem.-popular::before {
  background-image: url(../images/page/plan_popular.png);
}
.p-planItem.-prime::before {
  background-image: url(../images/page/plan_prime.png);
}
.p-planItem.-mini::before {
  background-image: url(../images/page/plan_mini.png);
}
.p-planItem.-niraiPopular::before {
  background-image: url(../images/page/nirai-popular-120.png);
}
.p-planItem.-niraiPrime::before {
  background-image: url(../images/page/nirai-prime-120.png);
}
.p-planItem.-niraiMini30::before {
  background-image: url(../images/page/nirai-mini-30.png);
}
.p-planItem.-niraiMini120::before {
  background-image: url(../images/page/nirai-mini-120.png);
}
.p-planItem.-hikari-nirai::before {
  background-image: url(../images/page/plan_hikari-nirai.png);
}
.p-planItem.-giga-nirai::before {
  background-image: url(../images/page/plan_giga-nirai.png);
}
.p-planItem::before {
  content: "";
  width: 220px;
  height: 220px;
  margin-right: 4%;
  background-size: cover;
  background-position: center;
}
.p-planItem.-small {
  padding-top: 80px;
}
.p-planItem.-small::before {
  display: none;
}
.p-planItem.-small .p-planItem__features {
  min-width: auto;
}
.p-planItem.-small .p-planItem__channel,
.p-planItem.-small .p-planItem__speed {
  padding-left: 16px;
}
.p-planItem.-small .p-planItem__channel::before,
.p-planItem.-small .p-planItem__speed::before {
  display: none;
}
.p-planItem + .p-planItem {
  margin-top: 26px;
}

.p-planItem__inner {
  max-width: 900px;
  width: calc(96% - 220px);
}

.p-planItem__explain {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.p-planItem__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.p-planItem__features {
  width: 50%;
  min-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-planItem__channel,
.p-planItem__speed {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 10px;
  padding-left: 60px;
  background-color: #f5f5f5;
  border-radius: 10px;
  position: relative;
}
.p-planItem__channel small,
.p-planItem__speed small {
  font-size: 65%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.p-planItem__channel span,
.p-planItem__speed span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: pre;
  display: block;
  width: 150px;
  margin: 0 16px;
}
.p-planItem__channel::before,
.p-planItem__speed::before {
  position: absolute;
  content: "";
  display: block;
  width: 45px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  background-size: 56%;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-planItem__channel::before {
  background-image: url(../images/icon/tv.png);
}

.p-planItem__speed::before {
  background-image: url(../images/icon/internet.png);
}

.p-planItem__channel + .p-planItem__speed {
  margin-top: 16px;
}

.p-planItem__price {
  font-size: 48px;
  font-size: 3rem;
  color: #ec2124;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}
.p-planItem__price small {
  font-size: 55%;
  margin: 6px 8px;
  position: relative;
}
.p-planItem__price small::after {
  position: absolute;
  content: "(税込)";
  font-size: 30%;
  font-weight: 400;
  top: -8px;
  left: 0;
}

.p-planItem__btns {
  margin-top: 32px;
}

.p-planItem__name {
  font-size: 30px;
  font-size: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 20px;
}
.p-planItem__name small {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 20px;
}

.-platina .p-planItem__name {
  color: #e28d49;
  background-color: #fef8e7;
}

.-premium .p-planItem__name {
  color: #d96894;
  background-color: #feeefb;
}

.-economy .p-planItem__name {
  color: #43b6b2;
  background-color: #d8f8e5;
}

.-personal .p-planItem__name {
  color: #0892c7;
  background-color: #d5eff1;
}

.p-planItem__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin: 24px 0;
}

.p-featureItem__cover {
  counter-reset: num;
}

.p-featureItem {
  padding: 30px 16px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.p-featureItem::before {
  position: absolute;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fe7814;
  left: 16px;
  top: 15px;
}
.p-featureItem + .p-featureItem {
  margin-top: 20px;
}
.p-featureItem.-sub::before {
  background-color: #be9c36;
}
.p-featureItem.-primary::before {
  background-color: #41ada9;
}

.p-featureItem__layout {
  padding-left: 90px;
}

.p-featureItem__body {
  margin-top: 40px;
}

.p-featureItem__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-featureItem__flex a + a {
  margin-left: 16px;
}

.p-featureItem__inner {
  width: calc(100% - 250px);
  margin-right: 4%;
}

.p-featureItem__image {
  width: 250px;
  -ms-flex-item-align: center;
  align-self: center;
}
.p-featureItem__image img {
  width: 100%;
  height: auto;
}

.p-featureItem__banner {
  width: 100%;
  margin-top: 20px;
}
.p-featureItem__banner img {
  width: 100%;
  height: auto;
}

.p-featureItem__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-featureItem__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 12px;
}
.p-featureItem__text a {
  color: #0892c7;
  text-decoration: underline;
}

.p-featureItem__content {
  margin-top: 30px;
}

.p-featureItem__explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.p-featureItem__explain dt,
.p-featureItem__explain dd {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 400;
}
.p-featureItem__explain dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
  margin-right: 10px;
}

.p-featureItem__col {
  max-width: 310px;
  margin: 0 auto;
}
.p-featureItem__col + .p-featureItem__col {
  margin-left: 4%;
}
.p-featureItem__col-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #be9c36;
  text-align: center;
}
.p-featureItem__col-text small {
  font-size: 70%;
}
.p-featureItem__col-image {
  width: 100%;
  margin-top: 16px;
}
.p-featureItem__col-image img {
  width: 100%;
  height: auto;
}

.p-featureItem__box {
  padding: 24px 30px;
  margin: 48px 0;
  border-radius: 5px;
  background-color: #fcf5e3;
}
.p-featureItem__box-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fe7814;
}
.p-featureItem__box-text small {
  font-size: 80%;
  color: initial;
  display: inline-block;
}
.p-featureItem__box-list li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 20px;
  margin-top: 12px;
  position: relative;
}
.p-featureItem__box-list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fe7814;
  left: 0;
  top: 10px;
}

.p-featureItem__item {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-featureItem__item + .p-featureItem__item {
  margin-top: 10px;
}

.p-featureItem__btn {
  margin-top: 16px;
}

.p-priceItem {
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.p-priceItem.-main {
  border: 3px solid #d96894;
}
.p-priceItem.-main .p-priceItem__head {
  color: #fff;
  background-color: #d96894;
}

.p-priceItem__head {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 18px 16px;
  background-color: #ccf9e5;
}

.p-priceItem__body {
  padding: 40px;
}

.p-priceItem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-priceItem__content {
  width: 100%;
}
.p-priceItem__content + .p-priceItem__content {
  margin-left: 3%;
}

.p-priceItem__image {
  width: 100%;
}
.p-priceItem__image img {
  width: 100%;
  height: auto;
}

.p-priceItem__image--svg {
  text-align: center;
}
.p-priceItem__image--svg img {
  max-width: 100%;
}

.p-accordion__head {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 20px 24px;
  background-color: #b0e0f2;
  border-radius: 5px;
  position: relative;
}
.p-accordion__head::before,
.p-accordion__head::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #0892c7;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-accordion__head::before {
  width: 20px;
  height: 4px;
  right: 24px;
}
.p-accordion__head::after {
  width: 4px;
  height: 20px;
  right: 32px;
}
.p-accordion__head[aria-expanded="true"]::after {
  opacity: 0;
}

.p-accordion__body {
  margin: 24px 0;
}
.p-accordion__body[aria-hidden="true"] {
  display: none;
}

.p-accordion__wrapper + .p-accordion__wrapper {
  margin-top: 48px;
}

.p-accordion__content {
  margin-top: 20px;
}

.p-accordion__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
.p-accordion__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #e28d49;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.u-hide {
  display: block;
}

.u-hide--sp {
  display: block;
}

.u-show {
  display: none;
}

.u-show--sp {
  display: none;
}

.u-square {
  padding-left: 45px;
  position: relative;
}
.u-square::before,
.u-square::after {
  position: absolute;
  content: "";
  border-radius: 5px;
  top: 50%;
}
.u-square::before {
  width: 27px;
  height: 27px;
  opacity: 0.5;
  background-color: #0892c7;
  left: 0;
  -webkit-transform: translate(0, calc(-50% - 6px));
  transform: translate(0, calc(-50% - 6px));
}
.u-square::after {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  background-color: #b0e0f2;
  left: 18px;
  -webkit-transform: translate(0, calc(-50% + 6px));
  transform: translate(0, calc(-50% + 6px));
}
.u-square.-color::before {
  background-color: #a2c74b;
}
.u-square.-color::after {
  background-color: #e28d49;
}

.u-underline {
  padding-bottom: 16px;
  border-bottom: 1px dashed #d6d6d6;
}

.u-dib {
  display: inline-block;
}

.is-fixed {
  overflow: hidden;
}
.is-fixed .l-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.is-open .p-subMenu {
  visibility: visible;
  opacity: 1;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width: 1600px) {
  .l-container--l {
    padding: 0 40px;
  }
  .l-container {
    padding: 0 40px;
  }
  .l-container--s {
    padding: 0 40px;
  }
  .fr-customer__inner {
    padding: 0 20px;
  }
  .fr-customer__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fr-customer__link small {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .fr-customer__link:first-child {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fr-service__inner {
    padding: 0 24px;
  }
  .fr-service__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .fr-service__container {
    gap: 15px;
  }
  .fr-service__icon {
    margin: 4px auto;
    scale: 0.8;
  }
  .fr-campaign__wrapper {
    width: calc(100% - 50px - 40px);
  }
  .fr-news__head::after {
    right: -2%;
  }
  .fr-news__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .fr-news__tab::before {
    padding-bottom: 10px;
  }
  .newsPage__tab {
    overflow-x: scroll;
  }
  .wifi__copy::before {
    left: 0;
  }
  .wifi__copy::after {
    left: 100%;
  }
}

@media screen and (max-width: 1600px) and (max-width: 1280px) {
  .l-container--l {
    padding: 0 20px;
  }
  .l-container {
    padding: 0 20px;
  }
  .l-container--s {
    padding: 0 20px;
  }
  .fr-campaign__wrapper {
    width: calc(100% - 50px - 20px);
  }
}

@media screen and (max-width: 1280px) {
  .l-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 60px;
  }
  .l-sidebar {
    display: none;
  }
  .l-wrapper {
    padding-left: 0;
    margin-top: 60px;
  }
  .c-topTitle::before {
    background-size: 85%;
  }
  .fr-customer__wrapper {
    grid-template-rows: 80px 80px 80px;
    gap: 15px;
  }
  .fr-customer__link::before {
    scale: 0.8;
    margin-right: 6px;
  }
  .fr-message__icon {
    width: calc(100% - 40px);
  }
  .p-drawer {
    display: block;
  }
  .p-tab__btn {
    min-width: 160px;
  }
  .p-informationItem::after {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 1280px) and (max-width: 767px) {
  .l-wrapper {
    margin-bottom: 60px;
  }
  .fr-message__icon {
    width: 100%;
    position: initial;
  }
  .p-informationItem {
    min-height: auto;
    padding: 12px 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-informationItem::after {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .l-section {
    padding: 24px 0 45px;
  }
  .l-section__btn {
    margin-top: 40px;
  }
  .l-section__contact {
    margin-top: 48px;
  }
  .l-section__wrapper {
    margin-top: 20px;
  }
  .l-section__content {
    margin-top: 40px;
  }
  .l-section__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .l-section__title span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-section__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .l-entry {
    padding: 48px 0 0;
  }
  .l-entry__time {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 8px;
  }
  .l-entry__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 10px;
  }
  .l-entry__image {
    margin-top: 24px;
  }
  .l-entry__content {
    margin-top: 20px;
  }
  .l-entry__content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .l-entry__content h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .l-program {
    padding: 32px 0 0;
  }
  .l-program__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .l-program__body {
    margin-top: 32px;
  }
  .l-program__content-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 0;
  }
  .l-program__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 14px;
  }
  .l-program__content {
    padding: 32px 0;
  }
  .l-program__btn {
    margin-top: 24px;
  }
  .l-support {
    padding: 48px 0 0;
  }
  .l-support__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 10px;
  }
  .l-support__image {
    margin-top: 24px;
  }
  .l-support__content {
    margin-top: 20px;
  }
  .l-support__content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .l-support__content h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .l-support__content h4 {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 20px;
  }
  .c-btn::after {
    width: 14px;
    height: 14px;
  }
  .c-roundBtn {
    max-width: 320px;
    height: 48px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px;
  }
  .c-roundBtn::before {
    width: 18px;
    height: 18px;
  }
  .c-squareBtn {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 0;
  }
  .c-squareBtn.-large {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-squareBtn.-twitter span::before {
    width: 25px;
    right: 16px;
  }
  .c-squareBtn.-new span::before {
    width: 35px;
  }
  .c-squareBtn.-existing span::before {
    width: 40px;
  }
  .c-squareBtn.-channel span::before {
    width: 35px;
  }
  .c-squareBtn.-option span::before {
    width: 30px;
  }
  .c-squareBtn.-week span::before {
    width: 30px;
  }
  .c-squareBtn.-all span::before {
    width: 30px;
  }
  .c-squareBtn.-simulation span::before {
    width: 35px;
  }
  .c-squareBtn.-internet span::before {
    width: 35px;
  }
  .c-squareBtn.-tv span::before {
    width: 35px;
  }
  .c-squareBtn.-tel span::before {
    width: 35px;
  }
  .c-squareBtn.-qa span::before {
    width: 35px;
  }
  .c-cat {
    font-size: 12px;
    font-size: 0.75rem;
    min-width: 80px;
  }
  .c-program-label {
    font-size: 12px;
    font-size: 0.75rem;
    min-width: 100px;
  }
  .c-breadcrumb span,
  .c-breadcrumb a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-title {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 10px;
    border-width: 2px;
  }
  .c-topTitle {
    padding-left: 80px;
  }
  .c-topTitle span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-topTitle span::after {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .c-pagination__item {
    width: 32px;
    height: 32px;
    margin: 0 5px;
  }
  .c-pagination__item span,
  .c-pagination__item a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-toTop {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .c-toTop a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-toTop a::before {
    width: 15px;
    height: 9px;
  }
  .c-contactText__head span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-contactText__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-info-twitter {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-programList__cover {
    max-height: 400px;
  }
  .c-programList__time {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-programList__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-input {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px 10px;
  }
  .c-notice {
    margin-top: 10px;
  }
  .c-notice li {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 20px;
  }
  .fr-heading__content {
    left: 20px;
  }
  .fr-heading__prev,
  .fr-heading__next {
    width: 30px;
    height: 30px;
  }
  .fr-heading__prev::after,
  .fr-heading__next::after {
    scale: 0.3;
  }
  .fr-heading__prev {
    left: -10px;
  }
  .fr-heading__next {
    right: -10px;
  }
  .fr-heading__simulation {
    width: 80px;
    bottom: 210px;
  }
  .fr-customer__title {
    padding: 24px 0 10px;
  }
  .fr-customer__title span::before {
    width: 38px;
    height: 38px;
    left: -50px;
    top: 25%;
  }
  .fr-customer__title img {
    height: 18px;
  }
  .fr-customer__title::after {
    font-size: 11px;
    font-size: 0.6875rem;
    bottom: 0;
  }
  .fr-customer__body {
    padding: 40px 0 100px;
  }
  .fr-message {
    padding: 130px 0 40px;
  }
  .fr-information {
    padding: 45px 0 20px;
  }
  .fr-information--nirai {
    padding: 32px 10px 40px;
  }
  .fr-information--nirai::after {
    width: 100px;
    right: 50px;
  }
  .fr-special {
    padding: 20px 0 40px;
  }
  .fr-service {
    padding: 40px 0 35px;
  }
  .fr-service__item {
    padding: 24px 0 16px;
  }
  .fr-service__block {
    padding: 12px 8px 10px;
  }
  .fr-service__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fr-service__recommend {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .fr-service__image.-plane {
    width: 60px;
    margin-right: 12px;
  }
  .fr-service__image.-simulation {
    width: 80px;
    margin-left: 4px;
  }
  .fr-service__image.-others {
    width: 70px;
    margin-right: 16px;
  }
  .fr-service__set-plane {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fr-service__simulation {
    font-size: 16px;
    font-size: 1rem;
  }
  .fr-service__text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .fr-campaign {
    padding: 60px 0 40px;
  }
  .fr-campaign__slide {
    width: 250px;
  }
  .fr-campaign__name {
    font-size: 16px;
    font-size: 1rem;
  }
  .fr-campaign__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fr-campaign__cat {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .fr-campaign__prev,
  .fr-campaign__next {
    width: 42px;
    height: 42px;
  }
  .fr-campaign__prev::after,
  .fr-campaign__next::after {
    scale: 0.5;
  }
  .fr-campaign__prev {
    left: -25px;
  }
  .fr-campaign__btn {
    margin-right: 20px;
    margin-top: 30px;
    text-align: right;
    position: initial;
  }
  .fr-news {
    padding: 60px 0 40px;
  }
  .fr-news__head {
    width: 100%;
  }
  .fr-news__head::after {
    width: 45px;
    top: -20px;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .fr-news__wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .newsPage {
    padding: 32px 0 0;
  }
  .newsPage__wrapper {
    margin-top: 30px;
  }
  .newsPage__pagination {
    margin-top: 24px;
  }
  .banners__text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 8px;
  }
  .ntv__wrapper {
    margin-top: 48px;
  }
  .ntv__inner {
    margin-left: 0;
  }
  .ntv__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .ntv__time {
    margin-top: 28px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .ntv__time::before {
    width: 16px;
    height: 16px;
  }
  .ntv__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 12px;
  }
  .ntv__link {
    margin-top: 16px;
  }
  .ntv__link::before {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .campaignPage {
    padding: 40px 0 0;
  }
  .campaignPage__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .campaignPage__tab::before {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .campaignPage__body {
    margin-top: 48px;
  }
  .campaignPage__wrapper {
    gap: 30px 2.5%;
  }
  .linkPage__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 10px;
    padding-left: 40px;
  }
  .linkPage__title::before {
    width: 14px;
    left: 16px;
  }
  .linkPage__title--second {
    font-size: 16px;
    font-size: 1rem;
  }
  .linkPage__title--third {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .linkPage__update {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .linkPage__content {
    margin-top: 28px;
  }
  .linkPage__tab {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 16px 8px 16px 32px;
  }
  .linkPage__tab::before {
    width: 14px;
    left: 12px;
  }
  .linkPage__link-label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .linkPage__link {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 5px;
  }
  .linkPage__link + .linkPage__link {
    padding-left: 5px;
  }
  .linkPage__link a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .linkPage__arrow-link {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 16px;
  }
  .linkPage__arrow-link a::before {
    width: 14px;
    margin-right: 4px;
  }
  .special-sale__wrapper {
    max-width: 580px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .special-sale__item {
    padding: 16px 10px;
  }
  .special-sale__item + .special-sale__item {
    margin-left: 0;
    margin-top: 12px;
  }
  .special-sale__item.-deriver .special-sale__title::before {
    width: 32px;
  }
  .special-sale__item.-pay .special-sale__title::before {
    width: 24px;
  }
  .special-sale__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .special-sale__text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 8px;
  }
  .new-customer__head-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .new-customer__wrapper {
    margin-top: 32px;
  }
  .service-area__cover {
    padding: 32px 0 40px;
  }
  .service-area__cover::before {
    right: 40px;
  }
  .service-area__content {
    padding: 0 60px;
  }
  .service-area__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
  }
  .service-area__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .service-area__label {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 24px;
    margin: 20px 0;
  }
  .service-area__sub-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 8px;
  }
  .service-area__image {
    margin-top: 24px;
  }
  .service-area__wrapper {
    margin-top: 32px;
  }
  .service-area__list li,
  .service-area__list--sec li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 6px 0;
  }
  .flow {
    padding: 32px 0;
  }
  .flow::before {
    width: 50px;
  }
  .flow::after {
    width: 80px;
  }
  .flow__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .flow__title span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .flow__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .flow__btn {
    margin-top: 32px;
  }
  .recommend {
    padding: 24px 0 16px;
  }
  .recommend__inner::before {
    left: 10px;
  }
  .recommend__inner::after {
    right: 10px;
  }
  .recommend__inner.-television::before {
    width: 80px;
  }
  .recommend__inner.-television::after {
    width: 100px;
  }
  .recommend__inner.-internet::before {
    width: 40px;
  }
  .recommend__inner.-internet::after {
    width: 35px;
  }
  .recommend__title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 5px 0;
  }
  .recommend__title::after {
    width: 170px;
  }
  .recommend__text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 16px;
  }
  .recommend__btn {
    margin-top: 12px;
  }
  .plan__wrapper {
    margin-top: 32px;
  }
  .plan__info {
    margin-top: 20px;
  }
  .feature {
    padding-top: 40px;
  }
  .feature__wrapper {
    margin-top: 40px;
  }
  .feature__wrapper + .feature__wrapper {
    margin-top: 60px;
  }
  .feature__content {
    margin-top: 20px;
  }
  .feature__branch-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 16px;
    margin: 20px 0;
  }
  .company__head,
  .company__body {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 12px;
  }
  .advertisement {
    padding: 24px 0 40px;
    margin-top: 48px;
  }
  .advertisement + .advertisement {
    margin-top: 40px;
  }
  .advertisement__inner {
    margin-top: 24px;
  }
  .advertisement__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .advertisement__image {
    max-width: 200px;
  }
  .advertisement__content {
    width: calc(95% - 200px);
  }
  .advertisement__text,
  .advertisement__label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .advertisement__text + .advertisement__text,
  .advertisement__label + .advertisement__text,
  .advertisement__text + .advertisement__label,
  .advertisement__label + .advertisement__label {
    margin-top: 10px;
  }
  .advertisement__list {
    padding: 10px 14px;
    margin-top: 18px;
  }
  .advertisement__list li {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .advertisement__group + .advertisement__group {
    margin-top: 32px;
  }
  .advertisement__head,
  .advertisement__body {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 12px;
  }
  .advertisement__head small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .advertisement__caption {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .advertisement__btn {
    margin-top: 20px;
  }
  .wifi {
    padding-bottom: 40px;
  }
  .wifi__title::before,
  .wifi__title::after,
  .wifi__copy::before,
  .wifi__copy::after {
    width: 70px;
  }
  .wifi__title::before,
  .wifi__title::after {
    top: -100px;
  }
  .wifi__title::before {
    top: -100px;
    left: 20%;
  }
  .wifi__title::after {
    top: -100px;
    left: 80%;
  }
  .wifi__copy {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 24px;
  }
  .wifi__copy::before,
  .wifi__copy::after {
    top: -220px;
  }
  .wifi__text,
  .wifi__entry-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
  }
  .wifi__entry {
    margin-top: 16px;
  }
  .wifi__nirai {
    font-size: 16px;
    font-size: 1rem;
  }
  .wifi__price {
    font-size: 58px;
    font-size: 3.625rem;
  }
  .wifi__list {
    padding: 14px 24px;
    margin-top: 16px;
  }
  .wifi__list li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .wifi__mesh {
    padding: 0 0 30px;
    margin-top: 40px;
  }
  .wifi__mesh-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
  }
  .program-info {
    padding: 24px 0 48px;
  }
  .program-info__channel {
    margin-top: 40px;
  }
  .program-info__btn {
    margin-top: 24px;
  }
  .program {
    padding: 32px 0;
  }
  .program__title {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 32px;
  }
  .program__title::before {
    width: 28px;
  }
  .program__title img {
    width: 35px;
    margin-left: 15px;
  }
  .program__special {
    margin-top: 40px;
  }
  .program__banner {
    margin-top: 24px;
  }
  .program__banner a {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 32px 8px;
    border-width: 2px;
  }
  .program__banner span::after {
    width: 24px;
    right: -32px;
  }
  .program__wrapper {
    margin-top: 24px;
  }
  .info-special__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .info-special__title span {
    padding-left: 45px;
  }
  .info-special__title span::before {
    width: 40px;
  }
  .info-special__link {
    padding-left: 45px;
    margin-top: 14px;
  }
  .recommend-point {
    padding: 24px 0 0;
  }
  .recommend-point.-telephone {
    padding-bottom: 30px;
  }
  .recommend-point__inner {
    padding: 20px 0;
  }
  .recommend-point__inner.-telephone {
    padding: 60px 0;
  }
  .recommend-point__telephone::before {
    width: 100px;
  }
  .recommend-point__telephone::after {
    width: 80px;
  }
  .recommend-point__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .recommend-point__title span::before {
    width: 18px;
    margin: 0 6px;
  }
  .recommend-point__copy {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
  }
  .recommend-point__wrapper {
    margin-top: 48px;
  }
  .recommend-point__item {
    padding: 60px 10px 20px;
  }
  .recommend-point__item::before {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .recommend-point__point {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .recommend-point__text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 18px;
  }
  .recommend-point__link {
    margin-top: 14px;
  }
  .recommend-point__box {
    padding: 30px 24px 30px 54px;
  }
  .recommend-point__box::before {
    width: 30px;
    left: 14px;
    top: 30px;
  }
  .recommend-point__box-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .recommend-point__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 12px;
  }
  .channel-block {
    padding: 30px 0;
  }
  .channel-block__inner {
    padding: 16px 0;
  }
  .channel-block__image {
    padding: 16px 0;
  }
  .channel-block__topic {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
  .channel-block__list {
    margin-top: 24px;
    padding: 16px 0;
  }
  .channel-block__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 32px;
  }
  .channel-block__title::before {
    width: 24px;
  }
  .channel-block__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .channel-block__link {
    margin-top: 16px;
  }
  .tv-nirai {
    padding: 42px 0;
  }
  .tv-nirai__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .tv-nirai__title img {
    width: 40px;
    height: 40px;
  }
  .tv-nirai__title small::before,
  .tv-nirai__title small::after {
    width: 14px;
  }
  .tv-nirai__image {
    position: initial;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .tv-nirai__list {
    margin-top: 24px;
  }
  .tv-nirai__num-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .tv-nirai__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
  }
  .tv-nirai__cta {
    margin-top: 32px;
  }
  .tv-nirai__lead {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .tv-nirai__btn {
    margin-top: 20px;
  }
  .nirai-plus {
    padding: 80px 0 48px;
  }
  .nirai-plus__content::before {
    width: 80px;
  }
  .nirai-plus__content::after {
    width: 100px;
  }
  .nirai-plus__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .nirai-plus__text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 20px;
  }
  .nirai-plus__movie {
    margin-top: 30px;
  }
  .plan-block__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 40px;
  }
  .plan-block__sub-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .plan-block__head,
  .plan-block__body {
    padding: 14px 20px;
  }
  .plan-block__head {
    font-size: 16px;
    font-size: 1rem;
  }
  .plan-block__body,
  .plan-block__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .plan-block__box {
    padding: 20px 48px;
  }
  .programTable {
    padding: 32px 0;
  }
  .programTable__btn {
    font-size: 14px;
    font-size: 0.875rem;
    width: 75px;
    height: 75px;
  }
  .programTable__btn::before {
    border-width: 2px;
  }
  .programTable__caution {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .programTable__tab {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 12px 8px;
  }
  .programTable__tab::before {
    width: 24px;
    margin-right: 5px;
  }
  .existing__title {
    font-size: 16px;
    font-size: 1rem;
    height: 60px;
    padding: 10px 6px;
    padding-left: 70px;
  }
  .existing__title::before {
    width: 45px;
  }
  .existing__body {
    padding: 18px 16px;
  }
  .existing__list li {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 14px;
  }
  .existing__list li + li {
    margin-top: 8px;
  }
  .existing__list li::before {
    border-width: 4px 0 4px 8px;
    top: 6px;
  }
  .existing__link {
    margin-top: 20px;
  }
  .existing__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .existing__wrapper {
    margin-top: 32px;
  }
  .existing__btns + .existing__btns {
    margin-top: 20px;
  }
  .existing__btn {
    font-size: 16px;
    font-size: 1rem;
  }
  .existing__btn::before {
    width: 50px;
  }
  .settings {
    padding: 30px 0 60px;
  }
  .settings__wrapper + .settings__wrapper {
    margin-top: 32px;
  }
  .settings__wrapper:last-child {
    margin-bottom: 40px;
  }
  .settings__main-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .settings__main-title::before {
    width: 150px;
  }
  .settings__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .settings__link-list {
    margin-top: 24px;
  }
  .settings__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .settings__text a.pdf::after {
    width: 25px;
  }
  .settings__caution {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .settings__btn {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 18px;
  }
  .settings__btn::before {
    width: 16px;
  }
  .settings__btn--three {
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 18px;
  }
  .settings__btn--three::before {
    width: 16px;
  }
  .settings__box {
    padding: 24px 30px;
  }
  .settings__box-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .settings__quote {
    padding: 12px;
    margin-top: 16px;
  }
  .settings__quote-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .settings__block {
    margin-top: 24px;
  }
  .settings__table {
    margin-top: 20px;
  }
  .settings__table td {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .settings__head {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 8px 16px;
  }
  .settings__body {
    padding: 18px 16px;
  }
  .settings__list li {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 14px;
  }
  .settings__list li + li {
    margin-top: 8px;
  }
  .settings__list li::before {
    border-width: 4px 0 4px 8px;
    top: 6px;
  }
  .telephone {
    padding: 48px 0 60px;
  }
  .telephone__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .telephone__title span {
    padding-bottom: 10px;
  }
  .telephone__title span::before {
    width: 170px;
  }
  .telephone__sub-title {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 10px;
  }
  .telephone__wrapper {
    margin-top: 40px;
  }
  .telephone__content {
    margin-top: 24px;
  }
  .telephone__under-arrow {
    margin: 16px 0;
  }
  .telephone__under-arrow::before {
    border-width: 18px 25px 0 25px;
  }
  .telephone__accordion {
    margin-top: 24px;
  }
  .telephone__btn {
    margin-top: 48px;
  }
  .telephoneTable__head,
  .telephoneTable__body {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px 10px;
  }
  .telephoneTable__body.-price {
    width: 40%;
  }
  .construction {
    padding: 80px 0 60px;
  }
  .construction__title {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 10px;
  }
  .construction__title::before {
    width: 170px;
  }
  .construction__wrapper {
    margin-top: 32px;
  }
  .construction__item + .construction__item {
    margin-top: 28px;
  }
  .construction__flex {
    margin-top: 28px;
  }
  .construction__flex .construction__item + .construction__item {
    margin-left: 28px;
  }
  .construction__head {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px 10px;
  }
  .construction__body {
    padding: 24px 30px;
  }
  .construction__sub-title {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 10px;
  }
  .construction__sub-title::before {
    width: 6px;
    height: 6px;
  }
  .construction__topic {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 32px;
  }
  .construction__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .construction__btn {
    margin-top: 48px;
  }
  .p-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-footer__nav {
    display: none;
  }
  .p-footer__copy {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 0;
  }
  .p-contact__cover {
    padding: 45px 0;
  }
  .p-contact__title {
    width: 90px;
  }
  .p-contact__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-contact__btn a {
    padding: 16px 0;
  }
  .p-contact__btn a span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__btn a span::before {
    width: 28px;
    left: -50px;
  }
  .p-contact__btn a span::after {
    width: 16px;
  }
  .p-contact__info {
    display: block;
    padding: 40px 0;
  }
  .p-company {
    padding: 32px 24px;
  }
  .p-company__title {
    width: 180px;
  }
  .p-company__link {
    font-size: 16px;
    font-size: 1rem;
    max-width: 280px;
    padding: 12px 0;
  }
  .p-company__icon {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    position: initial;
  }
  .p-company__item a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-info {
    max-width: 400px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .p-info__title {
    margin-top: 20px;
  }
  .p-info__number {
    text-align: center;
  }
  .p-info__time {
    text-align: center;
  }
  .p-search {
    padding: 48px 16px;
  }
  .p-search__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-search__container {
    margin-top: 24px;
  }
  .p-search__searchBtn {
    font-size: 14px;
    font-size: 0.875rem;
    width: 120px;
    padding: 10px 20px;
  }
  .p-search__btn {
    margin-top: 32px;
  }
  .p-search__link {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 0;
  }
  .p-search__link::before {
    width: 25px;
  }
  .p-heading {
    padding: 32px 0;
  }
  .p-heading.-service,
  .p-heading.-new,
  .p-heading.-others,
  .p-heading.-television,
  .p-heading.-internet,
  .p-heading.-information,
  .p-heading.-existing,
  .p-heading.-telephone,
  .p-heading.-flow,
  .p-heading.-flowTelevision,
  .p-heading.-flowInternet,
  .p-heading.-flowTel {
    padding: 42px 0 24px;
  }
  .p-heading.-service .p-heading__box,
  .p-heading.-new .p-heading__box,
  .p-heading.-others .p-heading__box,
  .p-heading.-television .p-heading__box,
  .p-heading.-internet .p-heading__box,
  .p-heading.-information .p-heading__box,
  .p-heading.-existing .p-heading__box,
  .p-heading.-telephone .p-heading__box,
  .p-heading.-flow .p-heading__box,
  .p-heading.-flowTelevision .p-heading__box,
  .p-heading.-flowInternet .p-heading__box,
  .p-heading.-flowTel .p-heading__box {
    width: 85%;
    padding: 34px 0;
  }
  .p-heading__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-heading__title span::before {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-heading__title.-nirai::before {
    width: 49px;
  }
  .p-heading__title.-nirai::after {
    width: 49px;
  }
  .p-heading__title.-monthly::before {
    width: 49px;
  }
  .p-heading__title.-week::before {
    width: 49px;
  }
  .p-heading__title.-news::before {
    width: 49px;
  }
  .p-heading__title.-campaign::before {
    width: 38px;
  }
  .p-heading__title.-area::before {
    width: 38px;
  }
  .p-heading__title.-service::before {
    width: 50px;
  }
  .p-heading__title.-new::before {
    width: 50px;
  }
  .p-heading__title.-others::before {
    width: 50px;
  }
  .p-heading__title.-television::before,
  .p-heading__title.-flowTelevision::before {
    width: 45px;
  }
  .p-heading__title.-internet::before,
  .p-heading__title.-flowInternet::before {
    width: 50px;
  }
  .p-heading__title.-information::before {
    width: 50px;
  }
  .p-heading__title.-existing::before {
    width: 50px;
  }
  .p-heading__title.-telephone::before,
  .p-heading__title.-flowTel::before {
    width: 40px;
  }
  .p-heading__title.-flow::before {
    width: 50px;
  }
  .p-notice::before {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 16px 10px 35px;
    background-size: 16px, 12px;
    background-position: 10px 50%;
  }
  .p-notice__title {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 12px 16px;
  }
  .p-newsItem {
    padding: 10px 16px;
  }
  .p-newsItem + .p-newsItem {
    margin-top: 10px;
  }
  .p-newsItem__time {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-newsItem__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-special__name {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-special__text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-banner-area {
    padding: 30px 0;
  }
  .p-banner-area__title small::before,
  .p-banner-area__title small::after {
    width: 14px;
  }
  .p-banner-area__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-banner-area__title small::before,
  .p-banner-area__title small::after {
    width: 14px;
  }
  .p-banner-area__prev::after,
  .p-banner-area__next::after {
    scale: 0.5;
  }
  .p-banner-area__prev {
    left: -16px;
  }
  .p-banner-area__next {
    right: -16px;
  }
  .p-campaignItem__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-campaignItem__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-channel__head,
  .p-channel__body {
    padding: 8px 10px;
  }
  .p-channel__label {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-channel__body {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-channel__head {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-channel__head.-num {
    width: 80px;
  }
  .p-channel__head.-option {
    width: 100px;
  }
  .p-channel__inner {
    padding: 6px 10px;
  }
  .p-channel__image {
    margin-right: 12px;
  }
  .p-channel__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-channel__title::before {
    width: 14px;
    margin-right: 4px;
  }
  .p-channel__title a {
    padding-right: 14px;
  }
  .p-channel__title a::after {
    width: 10px;
  }
  .p-channel__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-waveHeading {
    padding: 32px 0 60px;
  }
  .p-rowItem__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-rowItem__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .p-rowItem__btn {
    margin-top: 20px;
  }
  .p-informationItem__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-informationItem__label {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 4px 20px;
    margin-top: 4px;
  }
  .p-informationItem__text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 12px;
  }
  .p-informationItem__text span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-informationItem.-large .p-informationItem__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-informationItem.-area .p-informationItem__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .p-infoLink::before {
    left: 25px;
  }
  .p-infoLink.-flow {
    padding-left: 100px;
  }
  .p-infoLink.-flow::before {
    width: 50px;
  }
  .p-infoLink.-cluboff {
    padding-left: 90px;
  }
  .p-infoLink.-cluboff::before {
    width: 34px;
  }
  .p-infoLink__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-infoLink__text {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 4px;
  }
  .p-numItem::before {
    font-size: 18px;
    font-size: 1.125rem;
    width: 40px;
    height: 40px;
    left: -12px;
    top: -12px;
  }
  .p-numItem__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-priceModal {
    padding: 32px 0;
  }
  .p-priceModal__item {
    padding: 32px 20px;
  }
  .p-priceModal__btn-position {
    top: 20px;
    right: 20px;
  }
  .p-priceModal__btn {
    width: 30px;
    height: 30px;
  }
  .p-priceModal__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-priceModal__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
  }
  .p-priceModal__wrapper {
    margin-top: 24px;
  }
  .p-priceModal__head,
  .p-priceModal__body {
    padding: 8px 10px;
  }
  .p-priceModal__head {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-priceModal__body {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-priceModal__close {
    margin-top: 30px;
  }
  .p-planItem {
    padding: 12px 16px;
  }
  .p-planItem::before {
    width: 150px;
    height: 150px;
  }
  .p-planItem__inner {
    width: calc(96% - 150px);
  }
  .p-planItem__explain {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-planItem__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12px;
  }
  .p-planItem__features {
    min-width: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-planItem__channel,
  .p-planItem__speed {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 35px;
    width: 100%;
  }
  .p-planItem__channel span,
  .p-planItem__speed span {
    font-size: 12px;
    font-size: 0.75rem;
    width: 130px;
    margin: 0 8px;
  }
  .p-planItem__channel::before,
  .p-planItem__speed::before {
    width: 30px;
  }
  .p-planItem__channel + .p-planItem__speed {
    margin-top: 0;
    margin-left: 20px;
  }
  .p-planItem__price {
    font-size: 38px;
    font-size: 2.375rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
  }
  .p-planItem__name {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .p-planItem__name small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-planItem__text {
    font-size: 16px;
    font-size: 1rem;
    margin: 16px 0;
  }
  .p-featureItem {
    padding: 24px 12px;
  }
  .p-featureItem::before {
    font-size: 18px;
    font-size: 1.125rem;
    width: 50px;
    height: 50px;
    left: 12px;
  }
  .p-featureItem__layout {
    padding-left: 65px;
  }
  .p-featureItem__body {
    margin-top: 30px;
  }
  .p-featureItem__inner {
    width: calc(100% - 180px);
  }
  .p-featureItem__image {
    width: 180px;
  }
  .p-featureItem__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-featureItem__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-featureItem__explain dt,
  .p-featureItem__explain dd {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-featureItem__col-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-featureItem__box {
    padding: 16px 24px;
    margin: 32px 0;
  }
  .p-featureItem__box-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-featureItem__box-list li {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 12px;
  }
  .p-featureItem__box-list li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .p-featureItem__item {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-priceItem__head {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 12px 10px;
  }
  .p-priceItem__body {
    padding: 24px;
  }
  .p-accordion__head {
    font-size: 16px;
    font-size: 1rem;
    padding: 14px 20px;
  }
  .p-accordion__wrapper {
    margin-top: 32px;
  }
  .p-accordion__title {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 10px;
  }
  .u-hide {
    display: none;
  }
  .u-show {
    display: block;
  }
  .u-square {
    padding-left: 30px;
  }
  .u-square::before {
    width: 19px;
    height: 19px;
  }
  .u-square::after {
    width: 12px;
    height: 12px;
    left: 12px;
    -webkit-transform: translate(0, calc(-50% + 3px));
    transform: translate(0, calc(-50% + 3px));
  }
}

@media screen and (max-width: 767px) {
  .l-program__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-program__cat {
    margin-left: 0;
    margin-top: 10px;
  }
  .l-program__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-program__inner {
    width: 100%;
  }
  .l-program__inner + .l-program__inner {
    margin-left: 0;
    margin-top: 20px;
  }
  .c-roundBtn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-roundBtn__wrapper .c-roundBtn + .c-roundBtn {
    margin-left: 0;
    margin-top: 12px;
  }
  .c-squareBtn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-squareBtn__wrapper a + a {
    margin-left: 0;
    margin-top: 16px;
  }
  .c-contactText.-border {
    border-width: 3px;
  }
  .c-contactText {
    width: 100%;
  }
  .c-contactText__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-contactText__head {
    width: 100%;
    max-width: 210px;
  }
  .c-contactText__tel {
    width: 100%;
    max-width: 350px;
    margin-top: 10px;
  }
  .c-info-twitter__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .fr-heading {
    height: auto;
    overflow: hidden;
  }
  .fr-heading__inner {
    padding: 0 20px;
    margin-top: -50px;
  }
  .fr-heading__cover {
    position: initial;
    height: auto;
    aspect-ratio: 250/263;
    background-image: url(../images/front/heading_bg-sp.jpg);
  }
  .fr-heading__title {
    width: 120%;
    height: auto;
    left: -10%;
  }
  .fr-heading__title img {
    width: 100%;
    height: auto;
  }
  .fr-heading__content {
    position: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fr-heading__banner {
    width: 100%;
  }
  .fr-heading__notice {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
  .fr-customer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .fr-customer__item.-existing {
    margin-top: -80px;
  }
  .fr-message__title {
    width: 80%;
    max-width: 450px;
    margin-top: 16px;
  }
  .fr-information__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
  .fr-special__wrapper {
    padding: 0 16px;
  }
  .fr-special__more {
    position: initial;
    margin-top: 15px;
  }
  .fr-service__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ntv__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ntv__item + .ntv__item {
    margin-top: 40px;
  }
  .ntv__image {
    width: 100%;
  }
  .linkPage__block.-nowrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .special-sale__image {
    width: 100%;
    margin: 0 auto;
  }
  .special-sale__inner {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
  .new-customer__title {
    width: 90%;
  }
  .company {
    padding: 32px 0;
  }
  .company__table {
    margin-top: 10px;
  }
  .company__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company__head {
    width: 100%;
    border: none;
  }
  .company__body {
    width: 100%;
    border: none;
  }
  .company__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company__item + .company__item {
    margin-left: 0;
    margin-top: 24px;
  }
  .company__title {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 12px;
  }
  .company__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
  }
  .company__link {
    position: initial;
    text-align: right;
  }
  .advertisement__table-wrap {
    overflow-x: scroll;
  }
  .recommend-point__cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .channel-block__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .channel-block__content {
    width: 100%;
  }
  .channel-block__content + .channel-block__content {
    margin-left: 0;
    margin-top: 16px;
  }
  .channel-block__btn + .channel-block__btn {
    margin-top: 14px;
  }
  .channel-block__btn .c-roundBtn {
    margin-left: 0;
  }
  .nirai-plus__content {
    padding-bottom: 100px;
  }
  .nirai-plus__content::before,
  .nirai-plus__content::after {
    top: 100%;
  }
  .programTable__on-air {
    bottom: 50px;
  }
  .existing__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .existing__item + .existing__item {
    margin-left: 0;
    margin-top: 10px;
  }
  .settings__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .settings__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .settings__items + .settings__items {
    margin-top: 16px;
  }
  .settings__item {
    width: 100%;
  }
  .settings__item + .settings__item {
    margin-top: 16px;
  }
  .construction__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .construction__image {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  .p-footer__bottom {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    z-index: 100;
  }
  .p-banner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-banner__item {
    width: 100%;
  }
  .p-banner__item + .p-banner__item {
    margin-left: 0;
    margin-top: 6px;
  }
  .p-special__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-special__wrap .p-special {
    width: 100%;
  }
  .p-special:not(:nth-child(4n + 1)) {
    margin-left: 0;
    margin-top: 20px;
  }
  .p-special:not(:nth-child(-n + 4)) {
    margin-top: 20px;
  }
  .p-tab {
    display: none;
  }
  .p-select {
    display: block;
  }
  .p-banner-area__banner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-channel__content {
    width: 100%;
  }
  .p-waveHeading__title {
    max-width: 400px;
  }
  .p-waveHeading__title::before {
    width: 40%;
  }
  .p-rowItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-rowItem__wrapper.-reverse .p-rowItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-rowItem__wrapper.-reverse .p-rowItem:nth-child(even) .p-rowItem__inner {
    margin-right: 0;
  }
  .p-rowItem__image {
    width: 100%;
  }
  .p-rowItem__inner {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  .p-informationItem__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-informationItem__wrapper .p-informationItem + .p-informationItem {
    margin-left: 0;
    margin-top: 16px;
  }
  .p-informationItem__image {
    width: 45px;
  }
  .p-informationItem.-large .p-informationItem__image {
    width: 55px;
  }
  .p-informationItem.-area .p-informationItem__image {
    width: 100px;
    margin-right: 0;
  }
  .p-infoLink__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-infoLink__inner {
    width: 100%;
  }
  .p-infoLink__link {
    position: initial;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 10px;
  }
  .p-numItem {
    max-width: 300px;
  }
  .p-numItem + .p-numItem {
    margin-left: 0;
    margin-top: 20px;
  }
  .p-planItem__grid {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }
  .p-featureItem__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-featureItem__flex a + a {
    margin-left: 0;
    margin-top: 10px;
  }
  .p-priceItem__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-priceItem__content + .p-priceItem__content {
    margin-left: 0;
    margin-top: 20px;
  }
  .u-hide--sp {
    display: none;
  }
  .u-show--sp {
    display: block;
  }
}

@media screen and (max-width: 1280px) and (max-width: 1080px) {
  .c-topTitle::before {
    background-size: 60%;
  }
  .fr-customer__wrapper {
    gap: 12px 10px;
  }
  .fr-customer__link::before {
    scale: 0.5;
    margin-right: -10px;
  }
  .p-tab__btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1080px) and (max-width: 767px) {
  .c-info-twitter {
    padding-left: 16px;
    margin-bottom: 10px;
  }
  .c-info-twitter::before {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .c-info-twitter span::before,
  .c-info-twitter span::after {
    width: 20px;
    height: 2px;
    top: 50%;
  }
  .c-info-twitter span::before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    left: -50px;
  }
  .c-info-twitter span::after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    left: auto;
    right: -20px;
  }
  .c-info-twitter {
    margin-left: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .c-programList__cover {
    max-height: 280px;
  }
  .fr-heading__simulation {
    display: none;
  }
  .fr-message {
    padding: 60px 0 40px;
  }
  .fr-information--nirai::after {
    display: none;
  }
  .ntv__inner {
    width: 100%;
    margin-top: 20px;
  }
  .campaignPage__tab {
    max-width: 350px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px 5px 20px;
    background-color: #d6d6d6;
  }
  .campaignPage__tab::before {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-bottom: 0;
    padding-right: 10px;
  }
  .campaignPage__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .special-sale__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-customer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-area__cover::before {
    width: 130%;
    right: -100px;
  }
  .service-area__content {
    padding: 0;
  }
  .service-area__list li,
  .service-area__list--sec li {
    width: 100%;
  }
  .flow {
    padding: 40px 0 140px;
  }
  .flow::before {
    left: 50%;
    bottom: 12px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .flow::after {
    right: 50%;
    bottom: 12px;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .recommend__inner {
    padding-bottom: 100px;
  }
  .recommend__inner::before {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }
  .recommend__inner::after {
    right: 50%;
    top: 100%;
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
  }
  .advertisement__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .advertisement__content {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .advertisement__head,
  .advertisement__body {
    width: 180px;
  }
  .wifi__title::before,
  .wifi__title::after,
  .wifi__copy::before,
  .wifi__copy::after {
    width: 60px;
  }
  .recommend-point__telephone {
    padding-bottom: 100px;
  }
  .recommend-point__telephone::before {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }
  .recommend-point__telephone::after {
    right: 50%;
    top: 100%;
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
  }
  .recommend-point__item + .recommend-point__item {
    margin-left: 0;
    margin-top: 16px;
  }
  .tv-nirai__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .nirai-plus__content::before {
    left: 50%;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }
  .nirai-plus__content::after {
    right: 50%;
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
  }
  .plan-block__box {
    padding: 20px 24px;
  }
  .programTable__caution {
    font-size: 9px;
    font-size: 0.5625rem;
  }
  .programTable__tab-list {
    max-width: 100%;
    overflow-x: scroll;
  }
  .programTable__tab {
    font-size: 9px;
    font-size: 0.5625rem;
    min-width: 100px;
    padding: 8px 6px;
  }
  .programTable__tab::before {
    width: 18px;
  }
  .existing__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .existing__btn + .existing__btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .settings__link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .settings__link-list dt {
    white-space: normal;
  }
  .settings__btn {
    width: 100%;
  }
  .settings__btn + .settings__btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .settings__btn--three {
    width: 100%;
  }
  .settings__btn--three + .settings__btn--three {
    margin-left: 0;
    margin-top: 10px;
  }
  .construction__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .construction__flex .construction__item + .construction__item {
    margin-left: 0;
    margin-top: 28px;
  }
  .p-search__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-search__searchBtn {
    margin-left: 0;
    margin-top: 16px;
  }
  .p-heading.-service .p-heading__box,
  .p-heading.-new .p-heading__box,
  .p-heading.-others .p-heading__box,
  .p-heading.-television .p-heading__box,
  .p-heading.-internet .p-heading__box,
  .p-heading.-information .p-heading__box,
  .p-heading.-existing .p-heading__box,
  .p-heading.-telephone .p-heading__box,
  .p-heading.-flow .p-heading__box,
  .p-heading.-flowTelevision .p-heading__box,
  .p-heading.-flowInternet .p-heading__box,
  .p-heading.-flowTel .p-heading__box {
    width: 110%;
  }
  .p-heading.-service .p-heading__title,
  .p-heading.-new .p-heading__title,
  .p-heading.-others .p-heading__title,
  .p-heading.-television .p-heading__title,
  .p-heading.-internet .p-heading__title,
  .p-heading.-information .p-heading__title,
  .p-heading.-existing .p-heading__title,
  .p-heading.-telephone .p-heading__title,
  .p-heading.-flow .p-heading__title,
  .p-heading.-flowTelevision .p-heading__title,
  .p-heading.-flowInternet .p-heading__title,
  .p-heading.-flowTel .p-heading__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 5%;
  }
  .p-notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
  }
  .p-notice::before {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: calc(50% - 65px) 50%;
    padding: 8px 0;
  }
  .p-banner-area {
    background-color: #fff;
  }
  .p-channel__label {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-channel__body {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-channel__head {
    font-size: 13px;
    font-size: 0.8125rem;
    white-space: normal;
  }
  .p-channel__head.-num {
    width: 50px;
  }
  .p-channel__head.-option {
    width: 50px;
  }
  .p-channel__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .p-channel__image {
    margin-right: 0;
  }
  .p-channel__title {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px;
  }
  .p-channel__text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-informationItem__title {
    padding-top: 12px;
  }
  .p-informationItem__title::after {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .p-infoLink {
    width: 100%;
  }
  .p-infoLink + .p-infoLink {
    margin-left: 0;
    margin-top: 16px;
  }
  .p-planItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-planItem::before {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .p-planItem__inner {
    width: 100%;
  }
  .p-planItem__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-planItem__channel + .p-planItem__speed {
    margin-top: 10px;
    margin-left: 0;
  }
  .p-featureItem__inner {
    width: 100%;
    margin-right: 0;
  }
  .p-featureItem__image {
    width: 100%;
  }
  .p-featureItem__explain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-featureItem__col + .p-featureItem__col {
    margin-left: auto;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .fr-heading__swiper:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .fr-heading__prev:hover,
  .fr-heading__next:hover {
    opacity: 0.7;
  }
  .fr-heading__simulation:hover {
    bottom: 260px;
  }
  .fr-customer__link:hover {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  }
  .p-sidebar__simulate:hover::before {
    width: 100%;
  }
  .p-sidebar__btn:hover {
    background-color: #ffd2df;
  }
  .p-sidebar__cta:hover {
    opacity: 0.7;
  }
  .p-notice__title a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1600px) and (max-width: 1080px) {
  .fr-customer__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .fr-customer__link small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .fr-customer__link:first-child {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fr-service__inner {
    max-width: 550px;
    padding: 0 12px;
    margin: 0 auto;
  }
  .fr-service__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fr-service__container {
    gap: 2.5%;
    margin-top: 20px;
  }
  .fr-service__icon {
    margin: -10px auto;
    scale: 0.55;
  }
  .fr-news__tab {
    margin-top: 60px;
  }
  .wifi__copy::before {
    left: 10%;
  }
  .wifi__copy::after {
    left: 90%;
  }
}

@media screen and (max-width: 1600px) and (max-width: 1280px) and (max-width: 1080px) {
  .fr-campaign__wrapper {
    width: calc(100% - 20px - 20px);
    margin-top: 35px;
  }
}

@media screen and (max-width: 1600px) and (max-width: 1080px) and (max-width: 767px) {
  .fr-news__tab {
    max-width: 350px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px 5px 20px;
    background-color: #d6d6d6;
  }
  .fr-news__tab::before {
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 0;
    padding-right: 10px;
  }
}

/* CSS新しくすると消えるからあとで戻すCSSリスト！ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
.newsPage__wrapper {
  margin-top: 48px;
  display: none;
}
.is-show {
  display: block;
}
/* .fr-special__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 30px;
} */

.fr-news__wrapper {
  display: none;
}
.fr-news__wrapper.is-show {
  display: block;
}

.p-pagination {
  display: flex;
  justify-content: center;
}
.p-pagination .wp-pagenavi {
  display: flex;
  gap: 10px;
}
.p-pagination .page,
.p-pagination .nextpostslink,
.p-pagination .previouspostslink,
.p-pagination .last,
.p-pagination .first,
.p-pagination .current {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d6d6d6;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pagination .current {
  width: 50px;
  height: 50px;
  background-color: #0892c7;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.p-pagination .wp-pagenavi span.current {
  border-color: transparent;
}
.p-pagination .wp-pagenavi a:hover {
  opacity: 0.7;
}
.p-tab__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fr-campaign__image img {
  aspect-ratio: 16 / 10;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-campaignItem__image img {
  aspect-ratio: 16 / 10;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.l-support__content a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0892c7;
  text-decoration: underline;
}
.l-support__content table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.l-support__content th,
.l-support__content td {
  border: 1px solid #bcbcbc;
  padding: 14px;
  line-height: 1.8;
}
.l-support__content th {
  background: #018fcb;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.l-support__content td {
  background: #fff;
}
.programTable__content iframe {
  width: 100%;
  height: 650px;
}
.programTable > iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 960 / 650;
}
.p-heading__title.-faq span::before {
  color: #e16e7b;
}
.p-heading__title.-faq::before {
  content: "";
  position: absolute;
  background: url(../images/icon/faq.png) no-repeat center center / contain;
  width: 64px;
  height: 56px;
  top: 50%;
  left: calc(50% - 210px);
  transform: translateY(-50%);
}

.p-faqNav {
  margin-top: 40px;
}

.p-faqNav__ttl {
  font-size: 1.875rem;
  text-align: center;
}
.p-faqNav__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.p-faqNav__listItem {
}
.p-faqNav__listLink {
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.14);
  text-align: center;
  padding-bottom: 20px;
}
.p-faqNav__listImg {
}
.p-faqNav__listText {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-faqNav__lv2Ttl {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 60px;
}
.p-faqNav__lv2List {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.p-faqNav__lv2ListItem {
}
.p-faqNav__lv2ListLink {
  display: block;
  background: #fff;
  border: 2px solid #0892c7;
  border-radius: 35px;
  padding: 1em 1.5em;
}
.p-faqSearch {
}
.p-faqSearch.--bgGray {
  background: #ebeaea;
}
.p-faqSearch__ttl {
  text-align: center;
}
.p-faqSearch__form {
  margin-top: 30px;
}
.p-searchForm {
}
.p-searchForm__itemWrap {
  display: flex;
  justify-content: center;
}
.p-searchForm__item {
  display: flex;
  gap: 20px;
  width: 49.3827160494vw;
}
.p-searchForm__text {
  width: 49.3827160494vw;
  color: #abaaac;
  margin: auto;
  margin-top: 20px;
  white-space: nowrap;
}
.p-searchForm input[type="text"] {
  border: 2px solid #0892c7;
  border-radius: 5px;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.14);
  height: 60px;
  width: calc(100% - 150px);
  padding: 0.5em;
  background: #fff;
}
.p-searchForm button {
  color: #fff;
  background: #0892c7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 60px;
  border-radius: 5px;
}
.p-faqList {
}
.p-faqList .p-pagination {
  margin-top: 40px;
}
.p-faqList__inner {
  max-width: 1000px;
  margin: auto;
}
.p-faqList__ttl {
  text-align: center;
}
.p-faqList__list {
  margin-top: 45px;
}
.p-faqList__item {
  background: #fff;
  padding: 30px 30px 0;
  position: relative;
}
.p-faqList__item::after {
  position: absolute;
  content: "";
  background: url(images/arrow-next.png) no-repeat center center /
    contain;
  width: 25px;
  height: 25px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.p-faqList__item + .p-faqList__item {
  margin-top: 18px;
}
.p-faqList__itemTtl {
  font-size: 1.25rem;
  line-height: 1.8;
  display: block;
  padding-top: 10px;
  padding-bottom: 28px;
}
.p-faqList__itemTtl::before {
  content: "Q.";
}
.p-faqList__termWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-faqList__termList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-faqList__termItem {
}
.p-faqList__termLink {
  border: 1px solid #0892c7;
  border-radius: 20px;
  min-width: 110px;
  padding: 0.5em;
  display: flex;
  justify-content: center;
  font-size: 0.9375rem;
  color: #252525;
}
.l-section.--gray {
  background: #ebeaea;
}
.p-singleFaq {
}
.p-singleFaq__ttl {
  font-size: 1.25rem;
  margin-top: 10px;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 28px;
  margin-top: 10px;
}
.p-singleFaq__ttl::before {
  content: "Q.";
}
.p-singleFaq__content {
  padding-top: 30px;
}
.p-singleFaq__content p {
  line-height: calc(34 / 16);
}
.settings__content + .settings__content {
  margin-top: 20px;
}
.p-priceHead {
}
.p-priceHead__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #41ada9;
  text-align: center;
  margin-top: 80px;
}
.p-priceHead__ttl::before,
.p-priceHead__ttl::after {
  content: "";
  background: no-repeat center center / contain;
  width: 24px;
  height: 30px;
  display: inline-block;
}
.p-priceHead__ttl::before {
  background-image: url(../images/icon/line-left.png);
  margin-right: 20px;
}
.p-priceHead__ttl::after {
  background-image: url(../images/icon/line-right.png);
  margin-left: 20px;
}
.p-priceHead__lead {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: calc(34 / 20);
  text-align: center;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-priceHead__lead::before,
.p-priceHead__lead::after {
  content: "";
  background: no-repeat center center / contain;
  display: inline-block;
}
.p-priceHead__lead::before {
  background-image: url(../images/page/img_price_01.png);
  width: 138px;
  height: 159px;
}
.p-priceHead__lead::after {
  background-image: url(../images/page/img_price_02.png);
  width: 180px;
  height: 162px;
}

.p-priceList {
  max-width: 1000px;
  margin: auto;
}
.p-priceList__item {
}
.p-priceList__item + .p-priceList__item {
  margin-top: 60px;
}
.p-priceCard {
  border: 3px solid #d96894;
  border-radius: 5px;
  background: #fff;
  padding: 50px;
}
.p-priceCard.--blue {
  border-color: #0892c7;
}
.p-priceCard__head {
  position: relative;
  padding-left: 120px;
}
.p-priceCard__head::before {
  position: absolute;
  content: "";
  background: url(../images/icon/ico_priceLead_01.svg) no-repeat center center /
    contain;
  width: 100px;
  height: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-priceCard.--blue .p-priceCard__head::before {
  background-image: url(../images/icon/ico_priceLead_02.svg);
}
.p-priceCard__headTtl {
  font-size: 1.5rem;
  color: #d96894;
  letter-spacing: 0.04em;
  line-height: calc(34 / 24);
  font-weight: 700;
}
.p-priceCard.--blue .p-priceCard__headTtl {
  color: #0892c7;
}
.p-priceCard__headLead {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: calc(34 / 20);
}
.p-priceCard__media {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 46px;
}
.p-priceCard__imgWrap {
  width: 375px;
}
.p-priceCard__img {
  width: 100%;
}
.p-priceCard__box {
  text-align: center;
  width: 485px;
  background: #f5f5f5;
  padding: 20px 20px 30px;
}
.p-priceCard__boxLabel {
  background: #d96894;
  color: #fff;
  font-size: 1.125rem;
  display: inline-block;
  padding: 0.2em 2em;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-priceCard__boxBody {
  margin-top: 20px;
}
.p-priceCard__boxBodyInner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-priceCard__boxBodyContainer {
}
.p-priceCard__boxBodyInner::before {
  content: "";
  background: url(../images/icon/icon-hikari-nirai.svg) no-repeat center center /
    contain;
  width: 88px;
  height: 88px;
  display: inline-block;
}
.p-priceCard__boxBodyInner.--noIcon::before {
  display: none;
}
.p-priceCard__boxBodyText {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-priceCard__boxBodyText.--plus {
}
.p-priceCard__boxBodyText.--plus::after {
  content: "＋";
  font-size: 1.625rem;
  font-weight: 900;
  color: #00b7b3;
  display: block;
  text-align: center;
  line-height: 0.4;
}
.p-priceCard__boxBodyText .--small {
  font-size: 1rem;
  font-weight: 400;
}
.p-priceCard__boxBodyText .--medium {
  font-size: 1.125rem;
  font-weight: 400;
}
.p-priceCard__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 40px;
}
.p-priceBox {
  position: relative;
}
.p-priceBox::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 21px;
  border-color: transparent transparent transparent #252525;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-priceBox__ttl {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.p-priceBox__footer {
  display: flex;
}
.p-priceBox__price {
  font-size: 2.875rem;
  font-weight: 700;
}
.p-priceBox__box {
  text-align: center;
}
.p-priceBox__boxText {
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 700;
}
.p-priceBox__boxText .--small {
  font-size: 0.9375rem;
  font-weight: 400;
}
.p-priceCard__footerContainer {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
}
.p-priceBox02 {
}
.p-priceBox02__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-priceBox02__footer {
  display: flex;
  align-items: flex-end;
}
.p-priceBox02__price {
  font-size: 4.125rem;
  font-weight: 700;
  color: #ec2124;
  margin-top: -20px;
}
.p-priceBox02___box {
  color: #ec2124;
}
.p-priceBox02__boxText {
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.p-priceBox02__boxText .--small {
  font-size: 0.9375rem;
  font-weight: 400;
}
.p-priceBox03 {
  background: #fbeeed;
  border: 3px solid #d96894;
  border-radius: 5px;
  width: 315px;
  text-align: center;
  padding: 10px;
  position: relative;
}
.p-priceBox03::before,
.p-priceBox03::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 29px 16.5px 0;
}
.p-priceBox03::before {
  border-color: transparent #d96894 transparent transparent;
  left: -20px;
  top: 50px;
  z-index: -1;
}
.p-priceBox03::after {
  border-color: transparent #fbeeed transparent transparent;
  left: -14px;
  top: 50px;
}
.p-priceBox03__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-priceBox03__footer {
}
.p-priceBox03__price {
  font-size: 2.875rem;
  font-weight: 700;
  color: #ec2124;
}
.p-priceBox03__price .--small {
  font-size: 1.625rem;
}
.p-priceBox03__price .--medium {
  font-size: 1.875rem;
  color: #252525;
}
.p-setplanCta {
}
.p-setplanCta__ttl {
  text-align: center;
}
.p-setplanCta__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-setplanCta__btn {
  border: 3px solid #d96894;
  border-radius: 42px;
  padding: 0.7em 3em;
  background-color: #ffeaf1;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-setplanCta__btn::before {
  content: "";
  background: url(../images/icon/present-icon.svg) no-repeat center center /
    contain;
  width: 49px;
  height: 49px;
  display: inline-block;
}
.p-simulationBnr {
}
.p-simulationBnr__banner {
  display: block;
  max-width: 1000px;
  margin: auto;
}
.p-simulationBnr__img {
  width: 100%;
}
.p-fee {
  text-align: center;
}
.p-fee__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.p-fee__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-fee__ttl .--borderBottom {
  border-bottom: 1px solid #00ada8;
  padding-bottom: 10px;
}
.p-fee__lead {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: calc(28 / 18);
  margin-top: 40px;
}
.p-fee__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.p-fee__item {
}
.p-fee__link {
}
.p-fee__link img {
  width: 100%;
}
.p-fee__btnWrap {
  display: flex;
  justify-content: center;
}
.p-fee__btn {
  padding: 1em 3.5em;
  border: 2px solid #018fcb;
  position: relative;
  border-radius: 35px;
  background: #fff;
  margin-top: 60px;
}
.p-fee__btn::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  background: url(images/arrow-next.png) no-repeat center center /
    contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.p-telLead {
  background: #feeded;
}
.p-telLead__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.p-telLead__container {
  border: 3px solid #d96894;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 24px;
}
.p-telLead__ttl {
  background: #d96894;
  color: #fff;
  padding: 0.8em;
  font-size: 1.125rem;
}
.p-telLead__tel {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 14px;
  display: block;
}
.p-telLead__small {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
.p-contactForm {
}
.p-contactForm__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.p-contactForm__container {
  background: #fff;
  border-radius: 6px;
  padding: 0 80px 80px;
  overflow: hidden;
}
.p-contactForm__ttl {
  text-align: center;
  font-size: 1.875rem;
  margin-top: 40px;
}
.p-contactForm__list {
  margin-top: 30px;
}
.p-contactForm__item {
  display: flex;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid #d6d6d6;
}
.p-contactForm__dt {
  width: 250px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  margin-top: 14px;
}
.p-contactForm__dt.--required::after {
  position: absolute;
  content: "必須";
  background: #0892c7;
  border-radius: 12px;
  width: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.875rem;
  top: 0;
  right: 0;
}
.p-contactForm__dd {
  width: calc(100% - 270px);
}
.p-contactForm__dd .mwform-radio-field.horizontal-item {
  border: 1px solid #d6d6d6;
  width: 240px;
  height: 50px;
  padding-left: 10px;
  display: inline-flex;
  align-items: center;
}
.p-contactForm__dd .mwform-checkbox-field.horizontal-item {
  border: 1px solid #d6d6d6;
  width: 240px;
  height: 50px;
  padding-left: 10px;
  display: inline-flex;
  align-items: center;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.mw_wp_form .horizontal-item:nth-of-type(even) {
  margin-left: 10px !important;
}
.mw_wp_form .horizontal-item:nth-of-type(n + 2) {
  margin-top: 10px !important;
}
.p-contactForm__text {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  font-size: 0.9375rem;
  padding: 0.8em 0.8em;
}
.p-contactForm__zip {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  font-size: 0.9375rem;
  padding: 0.8em 0.8em;
  width: 140px;
}
.p-contactForm__radio {
}
.p-contactForm__note {
  margin-top: 6px;
  font-size: 0.9375rem;
}
.p-contactForm__textarea {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  font-size: 0.9375rem;
  padding: 0.8em 0.8em;
  width: 100%;
  resize: none;
  height: 180px;
  overflow-y: scroll;
}
.p-contactForm__fileWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contactForm__file {
  display: none !important;
}
.p-contactForm__fileLabel {
  background: #0892c7;
  color: #fff;
  cursor: pointer;
  padding: 0.5em 1em 0.5em 0;
}
.p-contactForm__submit {
  text-align: center;
  margin-top: 26px;
}
.p-contactForm__submitLink {
  color: #0892c7;
  text-decoration: underline;
}
.p-contactForm__privacyWrap {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.p-contactForm__privacyWrap .mwform-checkbox-field-text {
  font-weight: 700;
}

.p-contactForm__caution {
  letter-spacing: 0.04em;
  line-height: calc(28 / 16);
  padding: 20px;
  background: #f5f5f5;
  margin-top: 26px;
}
.p-contactForm__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 30px;
}
.p-contactForm__btnWrap button {
  color: #fff;
  background: #0892c7;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 #c3c3c3;
  width: 480px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
input[type="radio"],
input[type="checkbox"] {
  appearance: none;
  display: none;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
  position: relative;
}
input[type="radio"] + span:before,
input[type="checkbox"] + span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  display: inline-block;
  margin-right: 8px;
  vertical-align: sub;
}
input[type="radio"]:checked + span::after,
input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 6px;
  display: block;
  width: 8px;
  height: 8px;
  background: #0892c7;
  border-radius: 50%;
  box-sizing: border-box;
}
.p-contactForm__privacyWrap input[type="checkbox"] {
  appearance: none;
  display: none;
}
.p-contactForm__privacyWrap input[type="checkbox"] + span {
  position: relative;
}
.p-contactForm__privacyWrap input[type="checkbox"] + span:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
  border-radius: 0;
  border-radius: 3px;
}
.p-contactForm__privacyWrap input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 34%;
  left: 6px;
  display: block;
  width: 14px;
  height: 10px;
  box-sizing: border-box;
  border-bottom: 3px solid #0892c7;
  border-left: 3px solid #0892c7;
  /*箱を斜めに傾けてチェック表示にする*/
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
  border-radius: 0;
  background: transparent;
}
.p-contactTab {
  background: #cceff3;
}
.p-contactTab__inner {
}
.p-contactTab__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-contactTab__list {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 240px);
  justify-content: center;
  gap: 40px;
}
.p-contactTab__item {
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  background: #fff;
  box-shadow: 0 6px 0 0 #b3d0d3;
  border-radius: 3px;
  cursor: pointer;
}
.p-contactTab__item.-current {
  background: #d96894;
  color: #fff;
}
.p-contactContent {
}
.p-contactContent__list {
}
.p-contactContent__item {
  display: none;
}
.p-contactContent__label {
  background: #d96894;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  padding: 12px;
}
.p-contactForm__completion {
  margin-top: 30px;
}
.mw_wp_form_confirm .js-upload-filename-1 {
  display: none;
}
.mw_wp_form_confirm .p-contactForm__fileLabel span {
  display: none;
}
.fr-news__head.--afterNone {
  width: 100%;
}
.fr-news__head.--afterNone::after {
  display: none;
}
.l-support__content td {
  word-break: break-all;
}
.settings__title.u-square.--caution::before {
  background-color: #00ff00;
}
.settings__title.u-square.--caution::after {
  background-color: #90ee90;
}
.settings__head.--caution {
  background-color: #90ee90;
}
.l-entry__content a,
.l-program__content a {
  color: #1020d0;
  text-decoration: underline;
}
.p-sidebar__btn {
  transition: opacity 0.3s;
}
.p-sidebar__btn.--pink {
  background: #ffd2df;
}
.p-sidebar__btn:hover {
  opacity: 0.7;
}
.p-sidebar__simulate {
  background: #f5f5f5;
}
.p-sidebar__simulate a {
  background: transparent;
  z-index: 2;
}
.p-sidebar__simulate::before {
  background-color: rgba(255, 210, 223, 1);
}
.p-banner__list {
  justify-content: center;
}
.p-company__icon {
  display: flex;
}
.u-hovShowThrough {
  transition: opacity 0.3s;
}
.u-hovShowThrough:hover {
  opacity: 0.7;
}
.l-section__wrapper.--justifyCenter {
  display: flex;
  justify-content: center;
}
.nirai-plus__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 85 / 48;
}
.existing__title::after {
  position: absolute;
  content: "";
  background: url(../images/common/arrow-next-mini.png) no-repeat center center /
    contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.existing__title {
  transition: opacity 0.3s;
}
.existing__title:hover {
  opacity: 0.7;
}
.fr-special__title__btnWrap {
  display: flex;
  justify-content: flex-end;
}
.fr-special__more {
  top: 40px;
}

.existing__list li::before {
  position: absolute;
  content: "・";
  border: none;
  left: 0;
  top: 0;
}
.p-info.--drawer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 7px;
}
.p-info.--drawer .p-info__title {
}
.p-info.--drawer .p-info__title.--border {
}
.p-info.--drawer .p-info__time {
  text-align: left;
}
.fr-news__tab.--top {
  overflow: auto;
}
.fr-news__head {
  width: 100%;
  max-width: none;
}
.fr-news__head::after {
  display: none;
}
.p-contactForm__completion {
  text-align: center;
}
.fr-heading__simulation {
  position: fixed;
  right: 0;
  bottom: 250px;
  z-index: 100;
}
.fr-heading__simulation .--fadeOutBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #fff;
  bottom: calc(100% - 10px);
  right: 10px;
  cursor: pointer;
  z-index: 101;
}
.l-entry__content table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.l-entry__content th,
.l-entry__content td {
  padding: 20px;
  border: 1px solid #cdcecc;
}
.l-entry__content th {
  background: #0892c7;
}
.l-entry__content td {
  background: #fff;
}
.l-entry__content ol {
  list-style-type: decimal;
  padding-left: 1.2em;
}
.l-entry__content ol li {
  margin-top: 8px;
}

.service-area__label.--blue {
  background: #b0e0f3;
}

.hoverOpacity {
  transition: opacity .3s;
}
.hoverOpacity:hover {
  opacity: 0.6;
}
.c-program-label + .c-program-label{
  margin-left: 10px;
}

/* 追加CSS PCの末尾 */
@media screen and (max-width: 767px) {
  .p-banner-area__banner{
    width: auto;
    margin: auto;
  }
  .fr-special__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }

  .l-support__content a {
    font-size: 0.875rem;
  }

  .l-support__content th,
  .l-support__content td {
    font-size: 0.875rem;
  }

  .programTable > iframe {
    aspect-ratio: 1 / 3;
  }
  .p-heading__title.-faq::before {
    width: calc(64px * 0.7);
    height: calc(56px * 0.7);
    left: calc(50% - 164px);
  }

  .p-faqNav {
  }

  .p-faqNav__ttl {
    font-size: 1.25rem;
  }
  .p-faqNav__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    margin-top: 50px;
  }
  .p-faqNav__listItem {
  }
  .p-faqNav__listLink {
    padding-bottom: 10px;
  }
  .p-faqNav__listImg {
    width: 70px;
  }
  .p-faqNav__listText {
    font-size: 0.875rem;
    font-weight: 700;
  }

  .p-faqNav__lv2Ttl {
    font-size: 1rem;
  }
  .p-faqNav__lv2List {
    gap: 10px;
    justify-content: flex-start;
  }
  .p-faqNav__lv2ListItem {
  }
  .p-faqNav__lv2ListLink {
    padding: 0.7em 1em;
    font-size: 0.75rem;
  }

  .p-faqSearch {
  }
  .p-faqSearch__ttl {
    font-size: 1rem;
  }
  .p-faqSearch__form {
  }
  .p-searchForm {
  }
  .p-searchForm__itemWrap {
  }
  .p-searchForm__item {
    gap: 10px;
    width: 100%;
  }
  .p-searchForm__text {
    margin-top: 20px;
    white-space: normal;
    width: 100%;
    font-size: 0.75rem;
  }
  .p-searchForm input[type="text"] {
    height: 40px;
    width: calc(100% - 100px);
  }
  .p-searchForm button {
    width: 100px;
    height: 40px;
  }

  .p-faqList__item {
    padding: 15px 15px 0;
  }
  .p-faqList__item::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }

  .p-faqList__itemTtl {
    font-size: 1rem;
    padding-bottom: 15px;
  }
  .p-faqList__itemTtl::before {
    content: "Q.";
  }
  .p-faqList__termWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-faqList__termList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-faqList__termItem {
  }
  .p-faqList__termLink {
    min-width: 50px;
    font-size: 0.625rem;
  }
  .settings__content + .settings__content {
    margin-top: 10px;
  }

  .p-priceList {
  }
  .p-priceList__item {
  }
  .p-priceCard {
    padding: 20px;
  }
  .p-priceCard__head {
    padding-left: 60px;
  }
  .p-priceCard__head::before {
    width: 50px;
    height: 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-priceCard__headTtl {
    font-size: 1.25rem;
  }
  .p-priceCard__headLead {
    font-size: 1rem;
  }
  .p-priceCard__media {
  }
  .p-priceCard__imgWrap {
    width: 100%;
  }
  .p-priceCard__img {
    width: 100%;
  }
  .p-priceCard__box {
    width: 100%;
    padding: 10px;
  }
  .p-priceCard__boxLabel {
    font-size: 0.875rem;
  }
  .p-priceCard__boxBody {
  }
  .p-priceCard__boxBodyInner {
  }
  .p-priceCard__boxBodyContainer {
  }
  .p-priceCard__boxBodyInner::before {
    width: 60px;
    height: 60px;
  }
  .p-priceCard__boxBodyText {
    font-size: 1.125rem;
  }
  .p-priceCard__boxBodyText.--plus {
  }
  .p-priceCard__boxBodyText.--plus::after {
    content: "＋";
    font-size: 1.25rem;
  }
  .p-priceCard__boxBodyText .--small {
    font-size: 0.875rem;
  }
  .p-priceCard__footer {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 40px;
  }
  .p-priceBox {
    position: relative;
  }
  .p-priceBox::after {
    border-width: 17.3px 10px 0 10px;
    border-color: #252525 transparent transparent transparent;
    right: auto;
    left: 80px;

    top: calc(100% + 20px);
  }
  .p-priceBox__ttl {
    font-size: 1rem;
  }
  .p-priceBox__footer {
    display: flex;
  }
  .p-priceBox__price {
    font-size: 1.875rem;
  }
  .p-priceBox__box {
    text-align: center;
  }
  .p-priceBox__boxText {
    font-size: 1.25rem;
  }
  .p-priceBox__boxText .--small {
    font-size: 0.875rem;
  }
  .p-priceCard__footerContainer {
    flex-direction: column;
    gap: 30px;
  }
  .p-priceBox02 {
  }
  .p-priceBox02__ttl {
    font-size: 1rem;
  }
  .p-priceBox02__footer {
  }
  .p-priceBox02__price {
    font-size: 2.875rem;
    margin-top: -20px;
  }
  .p-priceBox02___box {
  }
  .p-priceBox02__boxText {
    font-size: 1.25rem;
    padding-bottom: 20px;
  }
  .p-priceBox02__boxText .--small {
    font-size: 0.875rem;
  }
  .p-priceBox03 {
    width: 200px;
    text-align: center;
    padding: 10px;
    position: relative;
  }
  .p-priceBox03::before,
  .p-priceBox03::after {
    border-width: 0 12px 26px 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-priceBox03::before {
    bottom: calc(100%);
    top: auto;
    z-index: -1;
    border-color: transparent transparent #d96894 transparent;
  }
  .p-priceBox03::after {
    bottom: calc(100% - 5px);
    top: auto;
    border-color: transparent transparent #fbeeed transparent;
  }
  .p-priceBox03__ttl {
    font-size: 1.25rem;
  }
  .p-priceBox03__footer {
  }
  .p-priceBox03__price {
    font-size: 2rem;
  }
  .p-priceBox03__price .--small {
    font-size: 1.25rem;
  }
  .p-priceBox03__price .--medium {
    font-size: 1rem;
  }
  .p-setplanCta__ttl {
    font-size: 1rem;
  }
  .p-setplanCta__btn {
    padding: 0.7em 2em;
    font-size: 1rem;
    gap: 10px;
  }
  .p-setplanCta__btn::before {
    width: 30px;
    height: 30px;
  }
  .p-fee__ttl {
    font-size: 1.25rem;
  }

  .p-fee__lead {
    font-size: 1rem;
  }
  .p-fee__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-fee__btn {
    padding: 1em 3.5em;
    border: 2px solid #018fcb;
    position: relative;
    border-radius: 35px;
    background: #fff;
    margin-top: 60px;
  }
  .p-fee__btn::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url(images/arrow-next.png) no-repeat center center /
      contain;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .p-contactForm__container {
    background: #fff;
    border-radius: 6px;
    padding: 0 20px 40px;
    overflow: hidden;
  }
  .p-contactForm__ttl {
    font-size: 1.125rem;
  }
  .p-contactForm__item {
    display: block;
    padding: 16px 0;
  }
  .p-contactForm__dt {
    width: 100%;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .p-contactForm__dd {
    width: 100%;
  }
  .p-contactForm__dd .mwform-radio-field.horizontal-item {
    height: 40px;
    font-size: 0.875rem;
  }
  .p-contactForm__dd .mwform-checkbox-field.horizontal-item {
    height: 40px;
    font-size: 0.875rem;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .mw_wp_form .horizontal-item:nth-of-type(even) {
    margin-left: 0 !important;
  }
  .mw_wp_form .horizontal-item:nth-of-type(n + 2) {
    margin-top: 10px !important;
  }
  .p-contactForm__text {
    font-size: 0.85rem;
    width: 100%;
  }
  .p-contactForm__zip {
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    font-size: 0.9375rem;
    padding: 0.8em 0.8em;
    width: 140px;
  }
  .p-contactForm__radio {
  }
  .p-contactForm__note {
    margin-top: 6px;
    font-size: 0.75rem;
  }
  .p-contactForm__textarea {
  }
  .p-contactForm__fileWrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .p-contactForm__fileWrap p {
    font-size: 0.875rem;
  }
  .p-contactForm__fileLabel {
    background: #0892c7;
    color: #fff;
    cursor: pointer;
    padding: 0.5em 1em 0.5em 0;
    font-size: 0.875rem;
  }
  .p-contactForm__submit {
    text-align: center;
    margin-top: 26px;
  }
  .p-contactForm__submitLink {
    color: #0892c7;
    text-decoration: underline;
  }
  .p-contactForm__privacyWrap {
    margin-top: 26px;
    display: flex;
    justify-content: center;
  }
  .p-contactForm__privacyWrap .mwform-checkbox-field-text {
    font-weight: 700;
  }

  .p-contactForm__caution {
    font-size: 0.875rem;
  }
  .p-contactForm__btnWrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 30px;
  }
  .p-contactForm__btnWrap button {
    width: 100%;
    height: 60px;
    font-size: 1rem;
  }
  input[type="radio"],
  input[type="checkbox"] {
    appearance: none;
    display: none;
  }
  input[type="radio"] + span,
  input[type="checkbox"] + span {
    position: relative;
  }
  input[type="radio"] + span:before,
  input[type="checkbox"] + span:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    display: inline-block;
    margin-right: 8px;
    vertical-align: sub;
  }
  input[type="radio"]:checked + span::after,
  input[type="checkbox"]:checked + span::after {
    top: 29%;
  }
  .p-contactForm__privacyWrap input[type="checkbox"]:checked + span::after {
    top: 32%;
  }
  .settings__btn::before {
    right: 10px;
  }
  .service-area__cover::before {
    opacity: 0.2;
  }
  .existing__title {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1080px) {
  .existing__title {
    padding: 10px 20px;
    padding-left: 70px;
  }
}
/*# sourceMappingURL=style.css.map */
