@charset "UTF-8";
/** Global + Mixin
 * -------------------------------------------------------------------
 */
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

main {
  display: block;
}

body, p, figure, blockquote, dl, dd, table, address, pre, iframe, form {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

small {
  font-size: 80%;
}

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

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  display: block;
  max-width: 100%;
}

input, button, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  color: inherit;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

hr {
  clear: both;
  overflow: visible;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/*
 * Fonts
 * -------------------------------------------------------------------
 */
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?35566364");
  src: url("../fonts/fontello.eot?35566364#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?35566364") format("woff2"), url("../fonts/fontello.woff?35566364") format("woff"), url("../fonts/fontello.ttf?35566364") format("truetype"), url("../fonts/fontello.svg?35566364#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 * HTML
 * -------------------------------------------------------------------
 */
/*
 * wrapper
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  position: relative;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Segoe UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  color: #010101;
  counter-reset: count-number;
}

div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

object {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  margin: 0;
}

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  quotes: none;
}
blockquote:before {
  content: "";
  content: none;
}
blockquote:after {
  content: "";
  content: none;
}

pre {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

abbr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

address {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

cite {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  text-decoration: line-through;
}

dfn {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

em {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  font-style: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
}

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  quotes: none;
}
q:before {
  content: "";
  content: none;
}
q:after {
  content: "";
  content: none;
}

samp {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

sup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

dl {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

dt {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

article {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}
nav ul {
  list-style: none;
}

section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  display: block;
}

summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #4a72ca;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-bottom: solid 0.1rem #aeaeae;
}

input {
  vertical-align: middle;
}

select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

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

.br::before {
  content: "\a";
  white-space: pre;
}

.nowrap {
  white-space: nowrap;
}

.lh-12 {
  line-height: 1.2;
}

.lh-16 {
  line-height: 1.6;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #d70000;
}

.color-orange {
  color: #ff8a00;
}

.fw-bold {
  font-weight: bold;
}

.nodisplay {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-55 {
  padding-top: 5.5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-65 {
  padding-top: 6.5rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-75 {
  padding-top: 7.5rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-85 {
  padding-top: 8.5rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-95 {
  padding-top: 9.5rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn:hover {
  opacity: 0.9;
}

.heading-01 {
  line-height: 1.47826;
  font-size: 2.3rem;
  font-weight: bold;
}

.header {
  background-repeat: no-repeat;
}

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

.header__fixedarea {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header__container {
  position: relative;
}

.header__logo img {
  display: block;
}

.header__contact {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.fixed__contact {
  display: none;
}

.cta {
  position: relative;
  width: 100%;
}
.cta .corona {
  width: 100rem;
  margin: 2rem auto;
}
.cta .corona img {
  width: 100%;
  max-width: 1000px;
}

.cta__img {
  width: 100%;
}
.cta__img picture {
  display: block;
  margin: 0 auto;
}
.cta__img img {
  display: block;
  margin: 0 auto;
}

.cta__container {
  position: relative;
}

.cta__tel {
  position: absolute;
  display: block;
}

.cta__contact {
  position: absolute;
  display: block;
}

.intro__heading picture {
  display: block;
}
.intro__heading img {
  display: block;
}

.intro__lead {
  text-align: center;
  font-weight: bold;
}

.intro__boxarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.intro__attention__item {
  padding-left: 1em;
  text-indent: -1em;
}
.intro__attention__item::before {
  content: "※ ";
}

.price {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.price__container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.76);
}

.price__header__text {
  text-align: center;
}

.price__heading01 img {
  display: block;
  margin: 0 auto;
}

.price__imgholder {
  position: absolute;
}

.price__heading02 {
  margin-bottom: 3rem;
}
.price__heading02 img {
  display: block;
  margin: 0 auto;
}

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

.price__postpay__subheading {
  text-align: center;
  color: #d70000;
}

.price__postpay__text {
  text-align: center;
}

.price__postpay__rpay img {
  display: block;
  margin: 0 auto;
}

.price__postpay__np img {
  display: block;
  margin: 0 auto;
}

.service {
  background: url("../images/service/service_bg.jpg") center center/cover no-repeat;
}
@supports (background-image: format("webp")) {
  .service {
    background: url("../images/service/service_bg.webp") center center/cover no-repeat;
  }
}

.service__heading img {
  display: block;
  margin: 0 auto;
}

.service__box01 img {
  display: block;
  margin: 0 auto;
}

.service__box02 img {
  display: block;
  margin: 0 auto;
}

.case {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.case__heading img {
  display: block;
  margin: 0 auto;
}

.case__boxarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .case__boxarea {
    grid-template-columns: repeat(3, 1fr);
    width: 65rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .case__boxarea {
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
  }
}

.case__box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.case__box__heading {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 1rem;
  text-align: center;
  color: #ff8a00;
  border-bottom: solid 0.1rem #ff8a00;
}

.case__box__imgholder {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.case__box__textarea {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.case__box__textarea p {
  line-height: 1.6;
}

.flow {
  background: url("../images/flow/flow_bg.jpg") center top/cover repeat-x;
}
@supports (background-image: format("webp")) {
  .flow {
    background: url("../images/flow/flow_bg.webp") center top/cover repeat-x;
  }
}

.flow__heading {
  margin-bottom: 1rem;
}
.flow__heading img {
  display: block;
  margin: 0 auto;
}

.flow__lead {
  text-align: center;
  font-weight: bold;
}

.flow__imgholder {
  display: block;
  margin: 0 auto;
}

.base__imgholder {
  display: block;
  width: 100%;
}
.base__imgholder img {
  display: block;
  margin: 0 auto;
}

.results {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.results__heading img {
  display: block;
  margin: 0 auto;
}

.results__imgholder {
  display: block;
  margin: 0 auto;
}

.maker {
  background-image: url("../images/maker/maker_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@supports (background-image: format("webp")) {
  .maker {
    background-image: url("../images/maker/maker_bg.webp");
  }
}

.maker__heading img {
  display: block;
  margin: 0 auto;
}

.maker__imgholder {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.maker__text {
  color: #fff;
}

.reason {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.reason__heading img {
  display: block;
  margin: 0 auto;
}

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

.reason__box img {
  display: block;
}

.comparison {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.comparison__heading img {
  display: block;
  margin: 0 auto;
}

.comparison__lead {
  text-align: center;
}

.comparison__imgholder img {
  display: block;
  margin: 0 auto;
}

.voice {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

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

.voice__heading {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: 2.5rem;
}
.voice__heading img {
  display: block;
}

.faq {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.faq__heading img {
  display: block;
  margin: 0 auto;
}

.faq__boxarea {
  background-color: rgba(255, 255, 255, 0.9);
}

.faq__box__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff8a00;
  border-top: solid 0.1rem #ff8a00;
  border-bottom: solid 0.1rem #ff8a00;
}
.faq__box__q::before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  margin-right: 2.11765vw;
  content: "";
  background: url("../images/common/icon/icon_q.png") left center/contain no-repeat;
}
@supports (background-image: format("webp")) {
  .faq__box__q::before {
    background: url("../images/common/icon/icon_q.webp") left center/contain no-repeat;
  }
}

.faq__box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__box__a::before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  margin-right: 2.11765vw;
  content: "";
  background: url("../images/common/icon/icon_a.png") left center/contain no-repeat;
}
@supports (background-image: format("webp")) {
  .faq__box__a::before {
    background: url("../images/common/icon/icon_a.webp") left center/contain no-repeat;
  }
}

.area {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.area__container {
  position: relative;
}

.area__heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.area__heading img {
  display: block;
}

.area__lead {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.area__figure {
  position: absolute;
}

.area__imgholder {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.stuff__heading img {
  display: block;
  margin: 0 auto;
}

.stuff__lead {
  text-align: center;
}

.stuff__imgholder {
  display: block;
  width: 100%;
}

.recruit {
  background-color: #eeeeee;
}

.recruit__container {
  background-image: url("../images/recruit/recruit_img01.png");
  background-repeat: no-repeat;
}
@supports (background-image: format("webp")) {
  .recruit__container {
    background-image: url("../images/recruit/recruit_img01.webp");
  }
}

.recruit__heading img {
  display: block;
  margin: 0 auto;
}

.recruit__attention {
  text-align: center;
  border: solid 0.1rem #fff;
}

.recruit__imgholder {
  display: block;
  width: 100%;
}

.recruit__text picture {
  display: block;
  width: 100%;
}
.recruit__text img {
  display: block;
  width: 100%;
}

.contact__heading {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #4a72ca;
}
.contact__heading::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 2rem 1rem 0 1rem;
  border-color: #4a72ca transparent transparent transparent;
}

.contact__lead {
  margin-bottom: 3rem;
  text-align: center;
}

.contact__form__required {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #fff;
  background-color: #d70000;
  border-radius: 1rem;
}

.contact__form__table {
  width: 100%;
}
.contact__form__table tr:first-child th {
  border-top: solid 0.1rem #d2d2d2;
}
.contact__form__table th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .contact__form__table th {
    justify-content: flex-end;
  }
}
.contact__form__table th legend {
  line-height: 1.35;
}
.contact__form__table td {
  border-bottom: solid 0.1rem #d2d2d2;
}

.contact__form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1rem;
  background-color: #f6f6f6;
  border: none;
}
.contact__form input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1rem;
  background-color: #f6f6f6;
  border: none;
}
.contact__form input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1rem;
  background-color: #f6f6f6;
  border: none;
}
.contact__form input[type=checkbox] {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1em;
  background-color: #f6f6f6;
  border: solid 0.1rem #aeaeae;
  border-radius: 0.2rem;
}
.contact__form input[type=checkbox] + label {
  display: inline-block;
  margin-right: 2em;
}
.contact__form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1rem;
  background-color: #f6f6f6;
  border: none;
}

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

.contact__form__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  color: #fff;
  background-repeat: no-repeat;
}
.contact__form__btn:hover {
  cursor: pointer;
}

.contact__form__btn-orange {
  background-image: url("../images/common/icon/icon_arrow.png"), linear-gradient(180deg, #ffb400 0%, #ff8a00 100%);
  border: solid 0.3rem #ffc600;
}
@supports (background-image: format("webp")) {
  .contact__form__btn-orange {
    background-image: url("../images/common/icon/icon_arrow.webp"), linear-gradient(180deg, #ffb400 0%, #ff8a00 100%);
  }
}

.contact__form__btn-grey {
  background-image: url("../images/common/icon/icon_arrow.png"), linear-gradient(180deg, #9c9c9c 0%, #898989 100%);
  border: solid 0.3rem #9c9c9c;
}
@supports (background-image: format("webp")) {
  .contact__form__btn-grey {
    background-image: url("../images/common/icon/icon_arrow.webp"), linear-gradient(180deg, #9c9c9c 0%, #898989 100%);
  }
}

.contact__errorbox p {
  line-height: 1.6;
  color: #d70000;
}

.confirm__form__table {
  width: 100%;
}
.confirm__form__table tr:first-child th {
  border-top: solid 0.1rem #d2d2d2;
}
.confirm__form__table th {
  font-weight: normal;
}
.confirm__form__table td {
  border-bottom: solid 0.1rem #d2d2d2;
}

.l-footer {
  margin-bottom: 87px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-bottom: 0;
  }
}

.footer__map iframe {
  width: 100%;
}

.footer__company {
  width: 100%;
}

.footer__company__heading {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #898989;
  background-image: -webkit-linear-gradient(135deg, #9c9c9c 25%, #898989 25%, #898989 50%, #9c9c9c 50%, #9c9c9c 75%, #898989 75%, #898989);
  background-image: linear-gradient(-45deg, #9c9c9c 25%, #898989 25%, #898989 50%, #9c9c9c 50%, #9c9c9c 75%, #898989 75%, #898989);
  background-size: 0.6rem 0.6rem;
}

.footer__company__list__item a {
  color: #010101;
}
.footer__company__list__item a:hover {
  text-decoration: underline;
}

.footer__credit {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  background-color: #ff8a00;
}
.footer__credit a {
  color: #fff;
}
.footer__credit a:hover {
  text-decoration: underline;
}

[class^=icon-]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\e800";
}

.icon-phone:before {
  content: "\e801";
}

.thanks {
  margin: 6.4rem auto;
  text-align: center;
}
.thanks h2 {
  font-size: 24px;
}
.thanks p {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .cta .corona {
    width: 100%;
    margin: 1rem auto;
  }
  .cta .corona img {
    width: 100%;
  }
  .l-container {
    width: 100%;
    padding-left: 6.47059vw;
    padding-right: 6.47059vw;
  }
  .l-container-narrow {
    width: 100%;
    padding-left: 6.47059vw;
    padding-right: 6.47059vw;
  }
  .l-container-wide {
    width: 100%;
    padding-left: 6.47059vw;
    padding-right: 6.47059vw;
  }
  .br-sp::before {
    content: "\a";
    white-space: pre;
  }
  .pcOnly {
    display: none !important;
  }
  .header {
    background-image: url("../images/mv/mv_bg_sp.jpg");
    background-position: center bottom;
    background-size: 100% auto;
  }
  @supports (background-image: format("webp")) {
    .header {
      background-image: url("../images/mv/mv_bg_sp.webp");
    }
  }
  .header__fixedarea {
    padding: 1rem 5px;
    background-color: #fff;
    padding: 10px;
  }
  .header__logo img {
    width: 45vw;
  }
  .header__contact p {
    margin-left: 5px;
  }
  .header__contact p img {
    width: 45px;
  }
  .fixed__contact {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 1rem 0.5rem;
    background-color: #fff;
    z-index: 9999;
  }
  .mv {
    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;
    margin-top: 6.5rem;
    padding: 0 0 10px;
  }
  .mv__lead {
    width: 97.05882vw;
    margin-bottom: 40vw;
    margin-left: 0;
  }
  .mv__text {
    width: 97.05882vw;
  }
  .cta__tel {
    left: 12.94118vw;
    bottom: 31.17647vw;
    width: 73.64706vw;
    height: 20.47059vw;
  }
  .cta__contact {
    left: 12.94118vw;
    bottom: 12.94118vw;
    width: 73.64706vw;
    height: 15.29412vw;
  }
  .intro__container {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    background-image: url("../images/intro/intro_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
  }
  @supports (background-image: format("webp")) {
    .intro__container {
      background-image: url("../images/intro/intro_bg_sp.webp");
    }
  }
  .intro__heading picture {
    margin: 0 auto 1rem;
  }
  .intro__heading img {
    margin: 0 auto 1rem;
  }
  .intro__lead {
    margin-bottom: 3rem;
    line-height: 1.3;
    font-size: 1.5rem;
  }
  .intro__box {
    width: 41.17647vw;
    margin-bottom: 1.5rem;
  }
  .intro__attention {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .intro__attention__item {
    line-height: 1.71429;
    font-size: 1.4rem;
  }
  .price {
    padding-left: 6.47059vw;
    padding-right: 6.47059vw;
    padding-top: 6.65rem;
    padding-bottom: 7rem;
    background-image: url("../images/price/price_bg_sp.jpg");
  }
  @supports (background-image: format("webp")) {
    .price {
      background-image: url("../images/price/price_bg_sp.webp");
    }
  }
  .price__container {
    padding-top: 13rem;
    padding-bottom: 2.7rem;
  }
  .price__header {
    padding-bottom: 2rem;
  }
  .price__header__text {
    line-height: 1.71429;
    font-size: 1.4rem;
  }
  .price__heading01 {
    margin-bottom: 1.5rem;
  }
  .price__imgholder {
    left: 55%;
    top: -2.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 52.94118vw;
  }
  .price__boxarea {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1.25rem;
  }
  .price__box {
    width: 35.64706vw;
    margin-bottom: 1.25rem;
  }
  .price__box:nth-of-type(2n) {
    margin-left: 1.29412vw;
  }
  .price__postpay__heading {
    margin-bottom: 2.25rem;
  }
  .price__postpay__subheading {
    line-height: 1.33333;
    font-size: 1.8rem;
  }
  .price__postpay__text {
    margin-bottom: 3rem;
    line-height: 1.71429;
    font-size: 1.4rem;
  }
  .price__postpay__rpay {
    margin-bottom: 1.3rem;
  }
  .service {
    padding-top: 1.3rem;
  }
  .service__heading img {
    width: 45.64706vw;
  }
  .service__container {
    padding-bottom: 4.7rem;
  }
  .service__box01 {
    margin-bottom: 1.5rem;
  }
  .case {
    padding-top: 2.8rem;
    padding-bottom: 3rem;
    background-image: url("../images/case/case_bg_sp.jpg");
  }
  @supports (background-image: format("webp")) {
    .case {
      background-image: url("../images/case/case_bg_sp.webp");
    }
  }
  .case__heading {
    margin-bottom: 4.5rem;
  }
  .case__heading img {
    width: 42.35294vw;
  }
  .case__box {
    padding: 1rem 0.6rem;
  }
  .case__box__heading {
    padding-bottom: 0.6rem;
    font-size: 1.1rem;
  }
  .case__box__imgholder {
    margin-bottom: 1.5rem;
  }
  .case__box__textarea p {
    font-size: 0.95rem;
  }
  .flow {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
  .flow__heading img {
    width: 50.94118vw;
  }
  .flow__lead {
    margin-bottom: 2.5rem;
    line-height: 1.33333;
    font-size: 1.8rem;
  }
  .results {
    padding-top: 3.75rem;
    padding-bottom: 3.25rem;
    background-image: url("../images/results/results_bg_sp.jpg");
  }
  @supports (background-image: format("webp")) {
    .results {
      background-image: url("../images/results/results_bg_sp.webp");
    }
  }
  .results__heading {
    margin-bottom: 0.8rem;
  }
  .results__heading img {
    width: 58.35294vw;
  }
  .maker {
    padding-top: 3rem;
    padding-bottom: 2.2rem;
  }
  .maker__heading {
    margin-bottom: 1.5rem;
  }
  .maker__heading img {
    width: 59.76471vw;
  }
  .maker__text {
    text-align: center;
    line-height: 1.25;
    font-size: 1.2rem;
  }
  .reason {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
    background-image: url("../images/reason/reason_bg_sp.jpg");
  }
  @supports (background-image: format("webp")) {
    .reason {
      background-image: url("../images/reason/reason_bg_sp.webp");
    }
  }
  .reason__heading {
    margin-bottom: 1.65rem;
  }
  .reason__heading img {
    width: 77.17647vw;
  }
  .reason__box {
    width: 41.88235vw;
  }
  .reason__box:nth-child(2n) {
    margin-left: 3.29412vw;
  }
  .reason__box:nth-child(n+3) {
    margin-top: 1.7rem;
  }
  .comparison {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url("../images/comparison/comparison_bg_sp.jpg");
  }
  @supports (background-image: format("webp")) {
    .comparison {
      background-image: url("../images/comparison/comparison_bg_sp.webp");
    }
  }
  .comparison__heading {
    margin-bottom: 1.5rem;
  }
  .comparison__heading img {
    width: 46.11765vw;
  }
  .comparison__lead {
    margin-bottom: 2.5rem;
    line-height: 1.57692;
    font-size: 1.3rem;
  }
  .comparison__imgholder img {
    width: 100%;
  }
  .voice {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-image: url("../images/voice/voice_bg_sp.jpg");
  }
  @supports (background-image: format("webp")) {
    .voice {
      background-image: url("../images/voice/voice_bg_sp.webp");
    }
  }
  .voice__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .voice__heading {
    width: 7.05882vw;
  }
  .voice__box {
    width: 71.76471vw;
    margin-bottom: 1.5rem;
  }
  .faq {
    padding-top: 3.25rem;
    padding-bottom: 3.9rem;
    background-image: url("../images/faq/faq_bg_sp.jpg");
  }
  @supports (background-image: format("webp")) {
    .faq {
      background-image: url("../images/faq/faq_bg_sp.webp");
    }
  }
  .faq__heading {
    margin-bottom: 1rem;
  }
  .faq__heading img {
    width: 34.11765vw;
  }
  .faq__boxarea {
    padding-left: 4.11765vw;
    padding-right: 4.11765vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .faq__box__q {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    line-height: 1.78261;
    font-size: 1.15rem;
  }
  .faq__box__q::before {
    width: 9.41176vw;
    height: 9.41176vw;
  }
  .faq__box__a {
    padding-top: 1.15rem;
    padding-bottom: 3.2rem;
  }
  .faq__box__a::before {
    width: 9.41176vw;
    height: 9.41176vw;
  }
  .faq__box__a p {
    margin-top: 1.5rem;
    line-height: 2.05;
    font-size: 1rem;
  }
  .area {
    padding-top: 5.2rem;
    padding-bottom: 3.8rem;
    background-image: url("../images/area/area_bg_sp.jpg");
  }
  @supports (background-image: format("webp")) {
    .area {
      background-image: url("../images/area/area_bg_sp.webp");
    }
  }
  .area__heading img {
    width: 83.52941vw;
  }
  .area__lead {
    margin-bottom: 1.5rem;
    line-height: 1.15625;
    font-size: 1.6rem;
  }
  .area__figure {
    right: 0;
    top: -3rem;
    width: 33.52941vw;
  }
  .stuff {
    padding-top: 3.2rem;
    padding-bottom: 1.7rem;
  }
  .stuff__heading {
    margin-bottom: 2.5rem;
  }
  .stuff__heading img {
    width: 84.94118vw;
  }
  .stuff__lead {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .recruit__container {
    padding-top: 9.5rem;
    padding-bottom: 2.75rem;
    background-position: center 1rem;
    background-size: 19.29412vw auto;
  }
  .recruit__heading {
    margin-bottom: 1rem;
  }
  .recruit__heading img {
    width: 51.17647vw;
  }
  .recruit__attention {
    margin-bottom: 2.5rem;
    padding: 1rem 0;
    line-height: 1.44;
    font-size: 1.25rem;
  }
  .recruit__imgholder {
    margin-bottom: 2.5rem;
  }
  .contact__heading {
    margin-bottom: 2.5rem;
    padding: 1.5rem 0;
    line-height: 1;
    font-size: 2.4rem;
  }
  .contact__heading::after {
    bottom: -1rem;
  }
  .contact__lead {
    line-height: 1.6;
    font-size: 1.5rem;
  }
  .contact__form__required {
    height: 2.2rem;
    margin-left: 1.5rem;
    margin-top: -0.1rem;
    line-height: 1;
    font-size: 1.2rem;
  }
  .contact__form__table th {
    width: 100%;
    padding: 1.8rem 0 1.4rem;
    text-align: center;
    line-height: 1.46154;
    font-size: 1.3rem;
  }
  .contact__form__table td {
    display: block;
    padding-bottom: 1.8rem;
  }
  .contact__form__btnholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 0 5rem;
  }
  .contact__form__btn {
    padding: 1.5rem 3rem 1.5rem 5.5rem;
    line-height: 1;
    font-size: 1.6rem;
    background-position: 2.5rem center, 0 0;
    background-size: 1.2rem 1.35rem, auto;
    border-radius: 0.5rem;
  }
  .contact__form__btn:not(first-child) {
    margin-top: 3rem;
    text-align: center;
  }
}
.confirm__form__table th {
  display: block;
  width: 100%;
  padding: 1.8rem 0 1.4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .confirm__form__table th {
    display: table-cell;
  }
}
.confirm__form__table td {
  display: block;
  padding-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .confirm__form__table td {
    display: table-cell;
  }
}

.footer__company {
  margin-bottom: 2.5rem;
}

.footer__company__heading {
  padding: 1rem 0;
  line-height: 1;
  font-size: 1.8rem;
}

.footer__company__col {
  padding: 2.5rem 1rem;
  border-bottom: solid 0.1rem #d2d2d2;
}
@media screen and (min-width: 768px) {
  .footer__company__col {
    border-bottom: none;
  }
}

.footer__company__list__item {
  line-height: 1.6;
  font-size: 1.5rem;
}

.footer__credit {
  line-height: 1.2;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  body {
    max-width: 118rem;
  }
  .l-container {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
  }
  .l-container-narrow {
    width: 78.66667vw;
    margin: 0 auto;
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
  }
  .l-container-wide {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
  }
  .header {
    background-position: center 3rem;
  }
  .header__fixedarea {
    height: 8.5294117647vw;
  }
  .header__logo img {
    width: 22vw;
  }
  .header__contact__tel {
    width: 24.66667vw;
  }
  .header__contact__mail {
    width: 22.73333vw;
    margin-left: 1.33333vw;
  }
  .mv {
    max-height: 336px;
    margin-top: 9.6rem;
    padding: 36px 0 36px;
  }
  .mv__lead {
    width: 44.8vw;
    margin-left: 3.33333vw;
  }
  .mv__text {
    width: 56.6vw;
    margin-left: 3.33333vw;
  }
  .intro__boxarea {
    width: 78.66667vw;
  }
  .intro__box {
    width: 22.53333vw;
  }
  .intro__attention {
    width: 78.66667vw;
    margin: 0 auto;
  }
  .price__container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .price__header {
    width: 46vw;
  }
  .price__heading01 img {
    width: 39.06667vw;
  }
  .price__imgholder {
    width: 29.06667vw;
  }
  .price__heading02 img {
    width: 30.46667vw;
  }
  .price__boxarea {
    width: 72vw;
    margin: 0 auto;
  }
  .price__box {
    width: 13.33333vw;
  }
  .price__postpay {
    width: 72vw;
    margin: 0 auto;
  }
  .price__postpay__main {
    width: 36.4vw;
  }
  .price__postpay__np {
    width: 29.33333vw;
  }
  .service__heading {
    padding: 2.2vw 0 2.4vw;
  }
  .service__heading img {
    width: 25.8vw;
  }
  .service__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service__box01 {
    width: 34.33333vw;
    margin-top: -1.66667vw;
  }
  .service__box02 {
    width: 34.33333vw;
    margin-left: 3.33333vw;
    margin-top: -2.26667vw;
  }
  .case__heading img {
    width: 13.46667vw;
  }
  .flow__heading img {
    width: 16.4vw;
  }
  .results__heading img {
    width: 21.86667vw;
  }
  .maker__heading img {
    width: 25.8vw;
  }
  .reason__heading img {
    width: 62.66667vw;
  }
  .reason__boxarea {
    width: 72vw;
    margin: 0 auto;
  }
  .reason__box {
    width: 16.8vw;
  }
  .reason__box:not(:nth-child(4n+1)) {
    margin-left: 1.6vw;
  }
  .comparison__heading img {
    width: 19.46667vw;
  }
  .comparison__imgholder img {
    width: 57.53333vw;
  }
  .voice__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .voice__heading {
    width: 8vw;
  }
  .voice__boxarea {
    width: 61.6vw;
    margin-left: 2vw;
  }
  .voice__box {
    width: 29.33333vw;
  }
  .faq__heading img {
    width: 19.33333vw;
  }
  .faq__boxarea {
    padding-left: 5.88235vw;
    padding-right: 5.88235vw;
  }
  .faq__box {
    width: 38.66667vw;
  }
  .faq__box__q::before {
    width: 4vw;
    height: 4vw;
  }
  .faq__box__a {
    height: 22rem;
  }
  .faq__box__a::before {
    width: 4vw;
    height: 4vw;
  }
  .area__heading img {
    width: 61.66667vw;
  }
  .stuff__heading img {
    width: 41.66667vw;
  }
  .recruit__heading img {
    width: 28.66667vw;
  }
  .contact__form__table td {
    padding-left: 2vw;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .l-container-full {
    max-width: 118rem;
    margin-left: auto;
    margin-right: auto;
  }
  .br-pc::before {
    content: "\a";
    white-space: pre;
  }
  .spOnly {
    display: none !important;
  }
  .heading-01 {
    line-height: 1.5;
    font-size: 2.6rem;
  }
  .header {
    background-image: url("../images/mv/mv_bg_pc.jpg");
    background-size: cover;
  }
  @supports (background-image: format("webp")) {
    .header {
      background-image: url("../images/mv/mv_bg_pc.webp");
    }
  }
  .header__fixedarea {
    padding: 15px;
    background-color: #fdbe00;
  }
  .header__fixedarea__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .mv {
    margin-top: 9.8rem;
    padding: 15px 0 15px;
    max-height: 336px;
    max-height: 43.75vw;
  }
  .mv__text {
    margin-top: -2.4rem;
    max-width: 70rem;
  }
  .mv__lead {
    width: 38rem;
    margin-left: 3.33333vw;
  }
  .mv__text {
    width: 56.6vw;
    margin-top: 1.6rem;
    margin-left: 3.33333vw;
  }
  .cta__tel {
    left: 17.33333vw;
    bottom: 6.66667vw;
    width: 32.66667vw;
    height: 7vw;
  }
  .cta__contact {
    right: 17.33333vw;
    bottom: 7.2vw;
    width: 32vw;
    height: 6.66667vw;
  }
  .intro {
    padding: 6.5rem 0;
    background-image: url("../images/intro/intro_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  @supports (background-image: format("webp")) {
    .intro {
      background-image: url("../images/intro/intro_bg_pc.webp");
    }
  }
  .intro__heading picture {
    margin: 0 auto 2.6rem;
  }
  .intro__heading img {
    margin: 0 auto 2.6rem;
  }
  .intro__lead {
    margin-bottom: 6rem;
    line-height: 1.77273;
    font-size: 2.2rem;
  }
  .intro__box {
    margin-bottom: 3rem;
  }
  .intro__attention__item {
    line-height: 1.86667;
    font-size: 1.5rem;
  }
  .price {
    padding-top: 7rem;
    padding-bottom: 7.5rem;
    background-image: url("../images/price/price_bg_pc.jpg");
  }
  @supports (background-image: format("webp")) {
    .price {
      background-image: url("../images/price/price_bg_pc.webp");
    }
  }
  .price__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .price__header__text {
    line-height: 1.875;
    font-size: 1.6rem;
  }
  .price__heading01 {
    margin-bottom: 2.5rem;
  }
  .price__imgholder {
    right: 0;
    top: 0.5rem;
  }
  .price__boxarea {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3.5rem;
  }
  .price__postpay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .price__postpay__heading {
    margin-bottom: 2.5rem;
  }
  .price__postpay__subheading {
    line-height: 1.5;
    font-size: 2rem;
  }
  .price__postpay__text {
    margin-bottom: 4rem;
    line-height: 1.875;
    font-size: 1.6rem;
  }
  .service__heading {
    background: url("../images/service/service_ttl_bg.png") center center/cover repeat-x;
  }
  @supports (background-image: format("webp")) {
    .service__heading {
      background: url("../images/service/service_ttl_bg.webp") center center/cover repeat-x;
    }
  }
  .service__container {
    display: flex;
    padding-bottom: 4.8rem;
  }
  .case {
    padding-top: 5.6rem;
    padding-bottom: 6.2rem;
    background-image: url("../images/case/case_bg_pc.jpg");
  }
  @supports (background-image: format("webp")) {
    .case {
      background-image: url("../images/case/case_bg_pc.webp");
    }
  }
  .case__heading {
    margin-bottom: 1rem;
  }
  .case__box {
    padding: 0.8rem 0.8rem 3rem;
  }
  .case__box__heading {
    padding-bottom: 1.4rem;
    font-size: 1.6rem;
  }
  .case__box__imgholder {
    margin-bottom: 2rem;
  }
  .case__box__textarea p {
    font-size: 1.4rem;
  }
  .flow {
    padding-bottom: 7rem;
  }
  .flow__heading {
    -webkit-transform: translateY(-3.6rem);
    -ms-transform: translateY(-3.6rem);
    transform: translateY(-3.6rem);
  }
  .flow__lead {
    margin-bottom: 1.5rem;
    line-height: 1.33333;
    font-size: 3.6rem;
  }
  .results {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-image: url("../images/results/results_bg_pc.jpg");
  }
  @supports (background-image: format("webp")) {
    .results {
      background-image: url("../images/results/results_bg_pc.webp");
    }
  }
  .results__heading {
    margin-bottom: 0.5rem;
  }
  .maker {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .maker__heading {
    margin-bottom: 1.3rem;
  }
  .maker__text {
    text-align: right;
    line-height: 3;
    font-size: 1.3rem;
  }
  .reason {
    padding-bottom: 4.5rem;
    background-image: url("../images/reason/reason_bg_pc.jpg");
  }
  @supports (background-image: format("webp")) {
    .reason {
      background-image: url("../images/reason/reason_bg_pc.webp");
    }
  }
  .reason__heading {
    margin-bottom: 3.7rem;
  }
  .reason__boxarea {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reason__box:nth-child(n+5) {
    margin-top: 2rem;
  }
  .comparison {
    padding-top: 11rem;
    padding-bottom: 7.5rem;
    background-image: url("../images/comparison/comparison_bg_pc.jpg");
  }
  @supports (background-image: format("webp")) {
    .comparison {
      background-image: url("../images/comparison/comparison_bg_pc.webp");
    }
  }
  .comparison__heading {
    margin-bottom: 2.5rem;
  }
  .comparison__lead {
    margin-bottom: 1.5rem;
    line-height: 1.72222;
    font-size: 1.8rem;
  }
  .voice {
    padding-top: 3.5rem;
    padding-bottom: 13.5rem;
    background-image: url("../images/voice/voice_bg_pc.jpg");
  }
  @supports (background-image: format("webp")) {
    .voice {
      background-image: url("../images/voice/voice_bg_pc.webp");
    }
  }
  .voice__boxarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .voice__box {
    margin-bottom: 2rem;
  }
  .voice__box:nth-child(2n) {
    -webkit-transform: translateY(7.5rem);
    -ms-transform: translateY(7.5rem);
    transform: translateY(7.5rem);
  }
  .faq {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url("../images/faq/faq_bg_sp.jpg");
  }
  @supports (background-image: format("webp")) {
    .faq {
      background-image: url("../images/faq/faq_bg_sp.webp");
    }
  }
  .faq__heading {
    margin-bottom: 2rem;
  }
  .faq__boxarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .faq__box__q {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.77778;
    font-size: 1.8rem;
  }
  .faq__box__q::before {
    width: 6rem;
    height: 6rem;
  }
  .faq__box__a {
    padding-top: 2rem;
  }
  .faq__box__a::before {
    width: 6rem;
    height: 6rem;
  }
  .faq__box__a p {
    margin-top: 2rem;
    line-height: 2;
    font-size: 1.6rem;
  }
  .area {
    padding-top: 7.5rem;
    padding-bottom: 4.5rem;
    background-image: url("../images/area/area_bg_pc.jpg");
  }
  @supports (background-image: format("webp")) {
    .area {
      background-image: url("../images/area/area_bg_pc.webp");
    }
  }
  .area__lead {
    width: 68.5rem;
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 2rem;
  }
  .area__figure {
    right: 0;
    top: 3rem;
    width: 40.5rem;
  }
  .stuff {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
  .stuff__heading {
    margin-bottom: 3.5rem;
  }
  .stuff__lead {
    margin-bottom: 3.5rem;
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .recruit__container {
    padding-top: 8.5rem;
    padding-bottom: 5.5rem;
    background-position: right 3rem top 4rem;
    background-size: 15.4rem auto;
  }
  .recruit__heading {
    margin-bottom: 1.5rem;
  }
  .recruit__attention {
    margin-bottom: 3rem;
    padding: 2rem 0;
    line-height: 1.44;
    font-size: 2.5rem;
  }
  .recruit__imgholder {
    margin-bottom: 6.5rem;
  }
  .contact__heading {
    margin-bottom: 3rem;
    padding: 4rem 0;
    line-height: 1;
    font-size: 3.6rem;
  }
  .contact__heading::after {
    bottom: -2rem;
  }
  .contact__lead {
    line-height: 1.44444;
    font-size: 1.8rem;
  }
  .contact__form__required {
    height: 2.6rem;
    margin-left: 2rem;
    line-height: 1;
    font-size: 1.6rem;
  }
  .contact__form__table tr:first-child td {
    border-top: solid 0.1rem #d2d2d2;
  }
  .contact__form__table tr:last-child th {
    display: table-cell;
    vertical-align: top;
    padding-right: 7.2rem;
  }
  .contact__form__table th {
    padding: 3rem 0 3rem 4.5rem;
    text-align: right;
    white-space: nowrap;
    line-height: 1.44444;
    font-size: 1.8rem;
    border-bottom: solid 0.1rem #d2d2d2;
  }
  .contact__form__btnholder {
    padding: 4rem 0;
  }
  .contact__form__btn {
    padding: 2rem 4rem 2rem 8rem;
    line-height: 1;
    font-size: 2.1rem;
    background-position: 4rem center, 0 0;
    background-size: 1.6rem 1.8rem, auto;
    border-radius: 1rem;
  }
  .contact__form__btn:not(first-child) {
    margin-left: 3rem;
  }
  .contact__errorbox {
    width: 60%;
    margin: 0 auto;
  }
  .confirm__form__table tr:first-child td {
    border-top: solid 0.1rem #d2d2d2;
  }
  .confirm__form__table th {
    width: 25%;
    padding: 3rem 0 3rem 4.5rem;
    text-align: right;
    white-space: nowrap;
    line-height: 1.44444;
    font-size: 1.8rem;
    border-bottom: solid 0.1rem #d2d2d2;
  }
  .confirm__form__table td {
    padding: 1.8rem 1.8rem 1.8rem 6rem;
  }
  .footer__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
    border: solid 0.1rem #aeaeae;
  }
  .footer__company__heading {
    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;
    width: 21.5rem;
    line-height: 1;
    font-size: 2.6rem;
  }
  .footer__company__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8rem 0;
  }
  .footer__company__col {
    padding: 3rem 4rem 3rem 3.5rem;
  }
  .footer__company__col:not(:first-child) {
    border-left: solid 0.1rem #aeaeae;
  }
  .footer__company__list__item {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .footer__map {
    height: 0;
    overflow: hidden;
    padding-bottom: 36.7%;
    position: relative;
  }
  .footer__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .footer__credit {
    line-height: 2.25;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1181px) {
  body {
    min-width: 118rem;
  }
  .l-container {
    width: 118rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .l-container-narrow {
    width: 108rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .l-container-wide {
    width: 118rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header {
    background-position: center 0rem;
    background-size: 100%;
  }
  .header__fixedarea {
    height: 11.1rem;
  }
  .header__logo img {
    width: 29.8rem;
  }
  .header__contact__tel {
    width: 37rem;
  }
  .header__contact__mail {
    width: 34.1rem;
    margin-left: 2rem;
  }
  .mv {
    margin-top: 11.1rem;
    max-height: 558px;
    padding-top: 18px;
    padding-top: 1.5241320914vw;
    padding-bottom: 18px;
    padding-bottom: 1.5241320914vw;
  }
  .mv__lead {
    width: 60rem;
    max-width: 60rem;
    margin-bottom: 2.4rem;
  }
  .intro__box {
    width: 33.8rem;
    margin-bottom: 3rem;
  }
  .price__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .price__imgholder {
    width: 43.6rem;
  }
  .price__box {
    width: 20rem;
  }
  .price__postpay__main {
    width: 54.6rem;
  }
  .price__postpay__np {
    width: 44rem;
  }
  .service__heading {
    padding: 3.3rem 0 3.6rem;
  }
  .service__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service__box01 {
    width: 51.5rem;
    margin-top: -2.5rem;
  }
  .service__box02 {
    width: 51.5rem;
    margin-top: -3.4rem;
  }
  .case__heading img {
    width: 20.2rem;
  }
  .flow__heading img {
    width: 24.6rem;
  }
  .results__heading img {
    width: 32.8rem;
  }
  .maker__heading img {
    width: 38.7rem;
  }
  .reason__heading img {
    width: 94rem;
  }
  .reason__box {
    width: 25.2rem;
  }
  .reason__box:not(:nth-child(4n+1)) {
    margin-left: 2.4rem;
  }
  .comparison__heading img {
    width: 29.2rem;
  }
  .comparison__imgholder img {
    width: 86.3rem;
  }
  .voice__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .voice__heading {
    width: 12rem;
  }
  .voice__boxarea {
    width: 92.4rem;
  }
  .voice__box {
    width: 44rem;
  }
  .faq__heading img {
    width: 29rem;
  }
  .faq__boxarea {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .faq__box {
    width: 52rem;
  }
  .faq__box__a {
    height: 17.2rem;
  }
  .area__heading img {
    width: 92.5rem;
  }
  .stuff__heading img {
    width: 62.5rem;
  }
  .recruit__heading img {
    width: 43rem;
  }
  .contact__form__table td {
    padding: 1.8rem 24.5rem 1.8rem 3rem;
  }
}
@media screen and (min-width: 1360px) {
  .case__container {
    width: 136rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .case__box:nth-of-type(n+5) {
    margin-top: 0;
  }
}
.support-area {
  padding-top: 3.75rem;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .support-area {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.support-area__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
}
@media screen and (min-width: 768px) {
  .support-area__heading {
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .support-area__heading {
    margin-bottom: 0.5rem;
  }
}
.support-area__heading img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 544px;
}
@media screen and (min-width: 768px) {
  .support-area__heading img {
    width: 58.35294vw;
  }
}
.support-area__content {
  margin-top: 4rem;
}
.support-area__list-ttl {
  border-bottom: 2px solid #dea900;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.support-area__list-txt {
  padding: 10px 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .support-area__heading img {
    width: 21.86667vw;
  }
}
@media screen and (min-width: 1181px) {
  .support-area__heading img {
    width: 32.8rem;
  }
}
.page-heading {
  position: relative;
}
.page-heading__content {
  margin: 0;
  padding: 0;
}
.page-heading__content--left {
  text-align: left;
}
.page-heading__content--center {
  text-align: center;
}
.page-heading__content--right {
  text-align: right;
}
.page-heading__text-main {
  font-size: 3.2rem;
  color: #448BDB;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .page-heading__text-main {
    font-size: 5rem;
  }
}
.page-heading__content--left .page-heading__text-main::after {
  margin-right: auto;
  margin-left: 0;
}
.page-heading__content--center .page-heading__text-main::after {
  margin-right: auto;
  margin-left: auto;
}
.page-heading__content--right .page-heading__text-main::after {
  margin-right: 0;
  margin-left: auto;
}
.page-heading__text-main--gray {
  color: #666666;
  font-weight: 500;
}

.top-area__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  padding: 2.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-area__container {
    padding: 3.2rem 15px;
  }
}
.top-area__heading {
  padding: 15px;
  position: relative;
}
.top-area__content {
  padding: 2.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-area__content {
    padding: 3.2rem 15px;
  }
}
.top-area__ttl {
  color: #448BDB;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0;
  border-bottom: #cccccc dashed 2px;
}
.top-area__ttl:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .top-area__ttl:not(:first-child) {
    margin-top: 2.4rem;
  }
}
.top-area .prefs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem 0;
}
.top-area .prefs li {
  border-bottom: #ffffff solid 2px;
}
.top-area .prefs li.active {
  color: #448BDB;
  font-weight: bold;
  border-bottom: #448BDB solid 2px;
  box-sizing: border-box;
}
.top-area .prefs li:hover {
  color: #448BDB;
  border-bottom: #448BDB solid 2px;
  cursor: pointer;
}
.top-area .areas {
  display: none;
  margin-top: 1.6rem;
}
.top-area .areas dd {
  background-color: rgba(204, 204, 204, 0.75);
  padding: 1.5rem;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  margin: 0.8rem 0 1.6rem;
  line-height: 1.6;
}
.top-area .areas.active {
  display: block;
}

/*# sourceMappingURL=style.css.map */
