@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: hidden;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.sp-br {
  display: none;
}

@media only screen and (max-width: 820px) {
  .sp-br {
    display: inherit;
  }
}

.display-pc {
  display: inherit;
}

@media only screen and (max-width: 820px) {
  .display-pc {
    display: none;
  }
}

.display-sp {
  display: none;
}

@media only screen and (max-width: 820px) {
  .display-sp {
    display: inherit;
  }
}

body {
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
}

.header-area {
  width: 100%;
  position: sticky;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 20px 10px 0px #ffffff;
  z-index: 999999;
}

header {
  margin: 0 0 10px 0;
  border-bottom: solid 10px #172a3c;
  padding: 10px 0;
  line-height: 0;
}

@media only screen and (max-width: 820px) {
  header {
    border-top: solid 5px #0f497c;
    border-bottom: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  }
}

header .header-inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 820px) {
  header .header-inner {
    align-items: center;
    width: 100%;
    height: 40px;
  }
}

header .header-inner h1 {
  background: white;
  width: 200px;
}

header .header-inner h1 img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 820px) {
  header .header-inner h1 {
    width: 100px;
  }
}

header .header-inner-statement {
  background: white;
  font-size: 14px;
  color: #999999;
  flex-grow: 2;
}

@media only screen and (max-width: 820px) {
  header .header-inner-statement {
    font-size: 9px;
    line-height: 1;
  }
}

header .header-inner-tell {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 820px) {
  header .header-inner-tell {
    display: none;
  }
}

header .header-inner-spmenu {
  display: none;
}

@media only screen and (max-width: 820px) {
  header .header-inner-spmenu {
    display: inherit;
  }

  header .header-inner-spmenu button#MenuBtn {
    width: 60px;
    height: 60px;
    background: #0f497c;
    border: none;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0 0 0 15px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  }

  header .header-inner-spmenu button#MenuBtn.open {
    background: #666666;
  }

  header .header-inner-spmenu button#MenuBtn.open span {
    display: none;
  }

  header .header-inner-spmenu button#MenuBtn.open:before {
    content: "CLOSE";
  }
}

nav {
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
}

@media only screen and (max-width: 820px) {
  nav {
    display: none;
    position: fixed;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    top: 0;
    overflow: scroll;
    padding-bottom: 30px;
  }
}

nav ul.global-nav {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  margin: auto;
  display: flex;
  justify-content: space-around;
  border-bottom: solid 1px #000000;
}

@media only screen and (max-width: 820px) {
  nav ul.global-nav {
    display: inherit;
    border: none;
    padding: 80px 30px;
  }
}

nav ul.global-nav>li {
  text-align: center;
  font-size: 14px;
}

@media only screen and (max-width: 820px) {
  nav ul.global-nav>li {
    text-align: center;
    border-bottom: solid 1px;
    padding: 2vw;
  }
}

nav ul.global-nav>li span {
  font-size: 10px;
  color: #0f497c;
  display: block;
}

nav ul.global-nav>li>a {
  display: block;
  position: relative;
  padding: 4px 0;
}

nav ul.global-nav>li>a:hover::after {
  content: "";
  border-bottom: solid 6px #0f497c;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -3px;
}

@media only screen and (max-width: 820px) {
  nav ul.global-nav>li>a:hover::after {
    border: none;
  }
}

nav .global-nav-brands,
nav .global-nav-reception {
  box-sizing: border-box !important;
}

nav .global-nav-brands dl.brands-nav,
nav .global-nav-brands dl.reception-nav,
nav .global-nav-reception dl.brands-nav,
nav .global-nav-reception dl.reception-nav {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 2px auto 0 auto;
  flex-wrap: wrap;
  justify-content: start;
  padding: 2vw;
  background: #eeeeee;
  overflow: hidden;
  transition: .2s;
  display: none;
  gap: 10px;
}

@media only screen and (max-width: 820px) {

  nav .global-nav-brands dl.brands-nav,
  nav .global-nav-brands dl.reception-nav,
  nav .global-nav-reception dl.brands-nav,
  nav .global-nav-reception dl.reception-nav {
    display: block;
    width: 90%;
    margin: auto;
    background: none;
    position: relative;
    top: 0;
    height: auto;
    padding-bottom: 10px;
  }
}

nav .global-nav-brands:hover dl.brands-nav,
nav .global-nav-brands:hover dl.reception-nav,
nav .global-nav-reception:hover dl.brands-nav,
nav .global-nav-reception:hover dl.reception-nav {
  z-index: 1000;
  opacity: 1;
  display: flex;
}

nav .global-nav-brands dt.brands-nav-heading,
nav .global-nav-brands dt.reception-nav-heading,
nav .global-nav-reception dt.brands-nav-heading,
nav .global-nav-reception dt.reception-nav-heading {
  width: 100%;
  border-bottom: solid 2px;
  font-size: 24px;
  margin-bottom: 1vw;
  text-align: left;
  padding-left: 1vw;
}

@media only screen and (max-width: 820px) {

  nav .global-nav-brands dt.brands-nav-heading,
  nav .global-nav-brands dt.reception-nav-heading,
  nav .global-nav-reception dt.brands-nav-heading,
  nav .global-nav-reception dt.reception-nav-heading {
    display: none;
  }
}

nav .global-nav-brands .brands-nav-item,
nav .global-nav-brands .reception-nav-item,
nav .global-nav-reception .brands-nav-item,
nav .global-nav-reception .reception-nav-item {
  width: calc((100% - 20px) / 3);
  background: #ffffff;
  padding: 0.5vw;
  text-align: left;
  border: solid 2px #FFFFFF;
  margin-top: 10px;
}

@media only screen and (max-width: 820px) {

  nav .global-nav-brands .brands-nav-item,
  nav .global-nav-brands .reception-nav-item,
  nav .global-nav-reception .brands-nav-item,
  nav .global-nav-reception .reception-nav-item {
    width: auto;
    margin-top: 0;
    border: none;
    border-bottom: solid 1px #000000;
    padding: 2vw;
    background: none;
  }
}

nav .global-nav-brands .brands-nav-item:hover,
nav .global-nav-brands .reception-nav-item:hover,
nav .global-nav-reception .brands-nav-item:hover,
nav .global-nav-reception .reception-nav-item:hover {
  border: solid 2px #0f497c;
}

@media only screen and (max-width: 820px) {

  nav .global-nav-brands .brands-nav-item:last-child,
  nav .global-nav-brands .reception-nav-item:last-child,
  nav .global-nav-reception .brands-nav-item:last-child,
  nav .global-nav-reception .reception-nav-item:last-child {
    border-bottom: none;
  }
}

nav .global-nav-brands .brands-nav-item>a,
nav .global-nav-brands .reception-nav-item>a,
nav .global-nav-reception .brands-nav-item>a,
nav .global-nav-reception .reception-nav-item>a {
  display: block;
  cursor: pointer;
}

nav .global-nav-brands .brands-nav-item>a div,
nav .global-nav-brands .reception-nav-item>a div,
nav .global-nav-reception .brands-nav-item>a div,
nav .global-nav-reception .reception-nav-item>a div {
  display: flex;
  align-items: center;
  position: relative;
}

nav .global-nav-brands .brands-nav-item>a div::after,
nav .global-nav-brands .reception-nav-item>a div::after,
nav .global-nav-reception .brands-nav-item>a div::after,
nav .global-nav-reception .reception-nav-item>a div::after {
  content: "\025b6";
  color: #0f497c;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 820px) {

  nav .global-nav-brands .brands-nav-item>a div::after,
  nav .global-nav-brands .reception-nav-item>a div::after,
  nav .global-nav-reception .brands-nav-item>a div::after,
  nav .global-nav-reception .reception-nav-item>a div::after {
    content: none;
    position: static;
  }
}

nav .global-nav-brands .brands-nav-item-img,
nav .global-nav-brands .reception-nav-item-img,
nav .global-nav-reception .brands-nav-item-img,
nav .global-nav-reception .reception-nav-item-img {
  width: 3vw;
  height: 3vw;
  display: block;
  border-radius: 100%;
  margin-right: 1vw;
}

nav .global-nav-brands .brands-nav-item-img-img:not(.reception-nav-item-img),
nav .global-nav-brands .reception-nav-item-img-img:not(.reception-nav-item-img),
nav .global-nav-reception .brands-nav-item-img-img:not(.reception-nav-item-img),
nav .global-nav-reception .reception-nav-item-img-img:not(.reception-nav-item-img) {
  border: solid 1px #CCCCCC;
}

nav .global-nav-brands .brands-nav-item-img img,
nav .global-nav-brands .reception-nav-item-img img,
nav .global-nav-reception .brands-nav-item-img img,
nav .global-nav-reception .reception-nav-item-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 820px) {

  nav .global-nav-brands .brands-nav-item-img,
  nav .global-nav-brands .reception-nav-item-img,
  nav .global-nav-reception .brands-nav-item-img,
  nav .global-nav-reception .reception-nav-item-img {
    width: 30px;
    height: 30px;
  }
}

.Breadcrumb_area {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  margin-bottom: 20px;
  font-size: 14px;
}

@media only screen and (max-width: 820px) {
  .Breadcrumb_area {
    font-size: 12px;
  }
}

.Breadcrumb_area .Breadcrumb_item a {
  color: #0f497c;
  text-decoration: underline;
}

.iframe-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.iframe-title {
  width: 100%;
  padding-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.iframe-item {
  width: 48%;
  height: 260px;
}
.iframe-box.top {
  margin: 0;
}

/* お客様の声iframe */
.review-iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 820px) {
  .iframe-item {
    width: 100%;
    height: 180px;
    margin-bottom: 16px;
  }
  /* お客様の声iframe */
  .review-iframe {
    height: 180px;
  }
}

.company-img {
  width: 100%;
}

.company-link {
  padding: 1em 0 3em;
  text-align: center;
}
.company-link a {
  padding: .75em 2em;
  border-radius: 4px;
  background: #0f497c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

main {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 820px) {
  main {
    display: inherit;
    margin-top: 76px;
  }
}

main aside {
  width: 20%;
  order: 2;
}

@media only screen and (max-width: 820px) {
  main aside {
    display: none;
  }
}

main aside .aside-inner {
  position: sticky;
  position: -webkit-sticky;
  top: 165px;
}

main article {
  width: 75%;
  order: 3;
}

@media only screen and (max-width: 820px) {
  main article {
    width: 100%;
  }
}

.aside-banner li.aside-banner-item {
  margin-bottom: 20px;
}

.aside-banner li.aside-banner-item img {
  width: 100%;
}

.section-area {
  padding-top: 80px;
}

.section-area picture,
.section-area img {
  width: 100%;
}

@media only screen and (max-width: 820px) {
  .section-area {
    padding-top: 40px;
  }
}

.section-area:first-child {
  padding-top: 0;
}

.section-area:last-child {
  margin-bottom: 80px;
}

.section-area .section-title {
  text-align: center;
  width: 100%;
  font-size: 30px;
  margin-bottom: 40px;
}

.section-area .section-title::after {
  content: "";
  display: block;
  border-bottom: solid 1px #000000;
  width: 150px;
  margin: 10px auto;
}

.section-area .section-title span {
  font-size: 16px;
  color: #0f497c;
  display: block;
}

.section-area .section-title.hide {
  display: none;
}

.section-area .section-title-sub {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}

.section-area .section-item {
  margin-bottom: 40px;
}

@media only screen and (max-width: 820px) {
  .section-area .section-title {
    font-size: 24px;
  }
  .section-area .section-title span {
    font-size: 12px;
    font-weight: bold;
  }
}

.main-visual {
  width: 100%;
}

.page-visual {
  margin-bottom: 40px;
}

.brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brands-list .brands-listitem {
  width: 33.3333%;
  text-align: center;
  border: 3px solid #fff;
  font-weight: bold;
}
.brands-list .brands-listitem.large {
  width: 50%;
}

.brands-list .brands-listitem-img {
  width: 100%;
  display: block;
  margin: 0;
}
.brands-listitem-inner {
  width: 100%;
  padding: 1em;
  background: #eee;
  text-align: center;
}
.brands-listitem-name {
  padding-top: .5em;
  color: #222;
}
.brands-list .brands-listitem-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  display: block;
}
.brands-list .brands-listitem.large img {
  max-width: inherit;
  width: auto;
  height: 200px;
  margin: 0 auto;
}

@media only screen and (max-width: 820px) {
  .brands-list .brands-listitem {
    width: 33%;
    font-size: 14px;
  }
  .brands-listitem-inner {
    padding: .5em;
  }
  .brands-list .brands-listitem.large img {
    height: 120px;
  }
  .brands-listitem-name {
    font-size: 12px;
  }
}

.Achievements-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.Achievements-list-itembox {
  width: calc((100% - 30px) / 4);
  min-width: 200px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 820px) {
  .Achievements-list-itembox {
    width: calc((100% - 10px) / 2);
    min-width: auto;
  }
}

.Achievements-list .Achievements-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.Achievements-list .Achievements-item-img {
  overflow: hidden;
}

.Achievements-list .Achievements-item-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 820px) {
  .Achievements-list .Achievements-item-img img {
    max-width: 80%;
  }
}

.Achievements-list .Achievements-item-name {
  font-size: 12px;
  font-weight: bold;
  background: #eee;
  padding: 8px;
  flex-grow: 2;
}

@media only screen and (max-width: 820px) {
  .Achievements-list .Achievements-item-name {
    font-size: 12px;
  }
}

.Achievements-list .Achievements-item-other {
  text-align: center;
  font-size: 16px;
  padding: 5px;
}

@media only screen and (max-width: 820px) {
  .Achievements-list .Achievements-item-other {
    font-size: 12px;
  }
}

.Achievements-list .Achievements-item-ouro {
  background: #172a3c;
  text-align: center;
  color: #ffffff;
  padding: 5px;
}

.Achievements-list .Achievements-item-ouro span {
  font-size: 14px;
  border-bottom: solid 1px white;
}

@media only screen and (max-width: 820px) {
  .Achievements-list .Achievements-item-ouro span {
    font-size: 12px;
  }
}

.Achievements-list .Achievements-item-ouro-value {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 820px) {
  .Achievements-list .Achievements-item-ouro-value {
    font-size: 18px;
  }
}

.Achievements-list .Achievements-item-ouro-value::after {
  content: "円";
  font-size: 14px;
}

@media only screen and (max-width: 820px) {
  .Achievements-list .Achievements-item-ouro-value::after {
    font-size: 12px;
  }
}

.Achievements-list .Achievements-item-ouro-goodvalue {
  color: #FFD966;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 820px) {
  .Achievements-list .Achievements-item-ouro-goodvalue {
    font-size: 16px;
  }
}

.Achievements-list .Achievements-item-ouro-goodvalue::before {
  content: "最大";
  font-size: 14px;
}

@media only screen and (max-width: 820px) {
  .Achievements-list .Achievements-item-ouro-goodvalue::before {
    font-size: 12px;
  }
}

.Achievements-list .Achievements-item-ouro-goodvalue::after {
  content: "お得!!";
  font-size: 14px;
}

@media only screen and (max-width: 820px) {
  .Achievements-list .Achievements-item-ouro-goodvalue::after {
    font-size: 12px;
  }
}

.contact-area {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 40px 20px;
}

.contact-area-lead {
  font-size: 24px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 820px) {
  .contact-area-lead {
    font-size: 18px;
  }
}

.contact-area-lead strong {
  font-size: 20px;
  color: #0f497c;
}

@media only screen and (max-width: 820px) {
  .contact-area-lead strong {
    font-size: 16px;
  }
}

.contact-area .contact-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.contact-area .contact-list-item-inner {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  border: double 7px #ffffff;
  color: #ffffff;
  font-size: 18px;
}

@media only screen and (max-width: 820px) {
  .contact-area .contact-list-item-inner {
    width: 105px;
    height: 105px;
    font-size: 14px;
  }
}

.contact-area .contact-list-item-inner.contact-tell {
  background: #EE6865;
}

.contact-area .contact-list-item-inner.contact-line {
  background: #06C755;
}

.contact-area .contact-list-item-inner.contact-mail {
  background: #234899;
}

.contact-area .contact-list-item-inner img {
  width: 50%;
  margin: 20px auto 0;
}

@media only screen and (max-width: 820px) {
  .contact-area .contact-list-item-inner img {
    margin: 10px auto 0;
  }
}

.price-item img {
  width: 100%;
}

.flow-list {
  display: flex;
  justify-content: space-between;
}

.flow-list-item {
  text-align: center;
  font-size: 20px;
  width: calc((100% - 30px) / 4);
}

@media only screen and (max-width: 820px) {
  .flow-list-item {
    font-size: 16px;
  }
}

.flow-list-item-num {
  color: #0f497c;
}

.flow-list-item-img {
  overflow: hidden;
  display: inline-block;
}

.flow-list-item-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 820px) {
  .flow-list-item-img {
    width: 80%;
    height: 80%;
  }
}

.flow-detail-item-title {
  display: flex;
  align-items: center;
}

.flow-detail-item-title div {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 60px;
  background: #0f497c;
  margin-right: 10px;
}

.flow-detail-item-title p {
  color: #0f497c;
  font-size: 24px;
}

.flow-detail-item-text {
  border-left: solid 5px #0f497c;
  margin-left: 28px;
  padding: 0 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 820px) {
  .flow-detail-item-text {
    flex-direction: column-reverse;
  }
}

.flow-detail-item-text.last-item {
  border-left: none;
}

.flow-detail-item-text div {
  width: 230px;
  height: 125px;
  overflow: hidden;
}

@media only screen and (max-width: 820px) {
  .flow-detail-item-text div {
    width: auto;
    height: auto;
  }
}

.flow-detail-item-text div picture, .flow-detail-item-text div img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

.flow-detail-item-text p {
  width: calc(100% - 240px);
}

@media only screen and (max-width: 820px) {
  .flow-detail-item-text p {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.flow-appeal-headline {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.flow-appeal-area {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: stretch;
}

@media only screen and (max-width: 820px) {
  .flow-appeal-area {
    flex-direction: column;
  }
}

.flow-appeal-area-item {
  border: solid 3px #172a3c;
  width: calc(100% / 3);
  border-radius: 5px;
}

@media only screen and (max-width: 820px) {
  .flow-appeal-area-item {
    width: 100%;
  }
}

.flow-appeal-area-item-title {
  text-align: center;
  background: #172a3c;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  padding: 5px;
}

.flow-appeal-area-item-text {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.review-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 820px) {
  .review-list {
    display: inherit;
  }
}

.review-list .review-item {
  width: calc((100% - 80px)/2);
  margin-bottom: 40px;
}

@media only screen and (max-width: 820px) {
  .review-list .review-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.review-list .review-item-lead {
  display: flex;
  align-items: center;
}

.review-list .review-item-lead-img {
  width: 80px;
  display: block;
  overflow: hidden;
}

.review-list .review-item-lead-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  width: 60px;
  margin-right: 5px;
}

.review-list .review-item-lead-text {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 820px) {
  .review-list .review-item-lead-text {
    font-size: 16px;
  }
}

.review-list .review-item-lead-text span {
  display: block;
  color: #999999;
  font-size: 14px;
}

@media only screen and (max-width: 820px) {
  .review-list .review-item-lead-text span {
    font-size: 12px;
  }
}

.review-list .review-item-text {
  font-size: 14px;
  background: #eeeeee;
  padding: 10px;
  border-radius: 7px;
}

.introduction-about {
  background: url(https://brand-buysell.net/wp/wp-content/uploads/company_bg.jpg) 60% 20%;
  padding: 30px;
}

.introduction-about-lead {
  color: #0f497c;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.introduction-about-text {
  margin-bottom: 10px;
  line-height: 2;
  font-size: 18px;
}

@media only screen and (max-width: 820px) {
  .introduction-about-text {
    font-size: 16px;
  }
}

.introduction-director {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 820px) {
  .introduction-director {
    display: inherit;
  }
}

.introduction-director-img {
  widh: 180px;
  text-align: center;
  overflow: hidden;
}

.introduction-director-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 820px) {
  .introduction-director-img {
    display: 140px;
  }
}

.introduction-director-img img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: black;
}

@media only screen and (max-width: 820px) {
  .introduction-director-img img {
    width: 140px;
    height: 140px;
  }
}

.introduction-director-img img+p {
  margin: 10px;
}

.introduction-director-text {
  width: calc(100% - 200px);
}

@media only screen and (max-width: 820px) {
  .introduction-director-text {
    width: 100%;
    font-size: 14px;
  }
}

.introduction-director-text p:not(:last-child) {
  margin-bottom: 10px;
}

.staff-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 820px) {
  .staff-list {
    display: inherit;
  }
}

.staff-list-item {
  width: calc((100% - 80px) / 2);
  margin-bottom: 40px;
}

@media only screen and (max-width: 820px) {
  .staff-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.staff-list-box {
  display: flex;
  justify-content: space-between;
}

.staff-list-img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: solid 1px #cccccc;
  overflow: hidden;
}

.staff-list-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 820px) {
  .staff-list-img {
    width: 90px;
    height: 90px;
  }
}

.staff-list-text {
  width: calc(100% - 130px);
}

@media only screen and (max-width: 820px) {
  .staff-list-text {
    width: calc(100% - 100px);
  }
}

.staff-list-text-name {
  margin: 10px 0 5px;
}

.staff-list-text-comment {
  font-size: 14px;
}

footer {
  background: #eeeeee;
  padding: 40px;
  text-align: center;
  margin-bottom: 95px;
}

footer .footer-shop {
  font-size: 14px;
}

footer .footer-shop-name {
  color: #0f497c;
  font-size: 20px;
}

footer .footer-shop p:not(last-child) {
  margin-bottom: 10px;
}

footer .footer-copyright p {
  margin-top: 60px;
  font-size: 12px;
}

.link-area {
  position: fixed;
  bottom: 0;
  background: #000000;
  background: linear-gradient(#3f4354 0%, #050c25 100%);
  width: 100%;
  color: #FFFFFF;
  padding: 10px 0 15px;
}

@media only screen and (max-width: 820px) {
  .link-area {
    display: inherit;
  }
}

.link-area-inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* 光らせるためのstyle */
  /* 光の疑似要素 */
  /* 光の動き */
}

@media only screen and (max-width: 820px) {
  .link-area-inner {
    display: inherit;
  }
}

.link-area-inner .link-area-lead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
}

@media only screen and (max-width: 820px) {
  .link-area-inner .link-area-lead {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
  }
}

.link-area-inner .link-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.link-area-inner .link-list-item {
  color: #ffffff;
  width: 230px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;#
}

@media only screen and (max-width: 820px) {
  .link-area-inner .link-list-item {
    width: calc((100% - 10px) / 3);
    height: 35px;
    margin: 0;
  }
}

.link-area-inner .link-list-item a {
  height: 100%;
}

.link-area-inner .link-list-item div {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 820px) {
  .link-area-inner .link-list-item div {
    font-size: 12px;
  }
}

.link-area-inner .link-list-item div img {
  height: 40px;
  width: auto;
  margin: 0 5px 0 0;
}

@media only screen and (max-width: 820px) {
  .link-area-inner .link-list-item div img {
    height: 20px;
    margin: 4px 0;
  }
}

.link-area-inner .link-list-item .link-btn-tell {
  background: #EE6865;
}

.link-area-inner .link-list-item .link-btn-line {
  background: #06C755;
}

.link-area-inner .link-list-item .link-btn-mail {
  background: #234899;
}

.link-area-inner .link-list-item:last-child {
  margin-right: 0px;
}

.link-area-inner .shine {
  position: relative;
  overflow: hidden;
}

.link-area-inner .shine::before {
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }

  70% {
    left: -160%;
    opacity: 0.5;
  }

  71% {
    left: -160%;
    opacity: 1;
  }

  100% {
    left: -20%;
    opacity: 0;
  }
}

.lineflow-list {
  display: flex;
  justify-content: space-between;
}

.lineflow-list-item {
  text-align: center;
  font-size: 20px;
  width: calc((100% - 30px) / 4);
}

@media only screen and (max-width: 820px) {
  .lineflow-list-item {
    font-size: 16px;
  }
}

.lineflow-list-item-num {
  color: #06C755;
}

.lineflow-list-item-img {
  overflow: hidden;
  display: inline-block;
}

.lineflow-list-item-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 820px) {
  .lineflow-list-item-img {
    width: 80%;
    height: 80%;
  }
}

.media-area {
  overflow: hidden;
  text-align: center;
  border-top: solid 1px black;
  padding: 30px 0;
  border-bottom: solid 1px black;
}

.media-area .media-headline {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media only screen and (max-width: 820px) {
  .media-area .media-headline {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.media-area .media-lead {
  background: #172a3c;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

.media-area .media-text {
  font-size: 20px;
}

@media only screen and (max-width: 820px) {
  .media-area .media-text {
    font-size: 16px;
  }
}

.media-area .media-list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 20px;
  justify-content: space-around;
}
.media-area .media-list .slick-track {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 820px) {
  .media-area .media-list {
    height: 180px;
  }
}

.media-area .media-list-item {
  width: 190px !important;
  height: 190px;
  margin-right: 24px;
  position: relative;
  text-align: center;
  flex: 0 0 auto;
}

@media only screen and (max-width: 820px) {
  .media-area .media-list-item {
    width: 160px !important;
    height: 160px;
  }
}

.media-area .media-list-item::before {
  content: "";
  background: #eeeeee;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 100%;
}

.media-area .media-list-item img {
  max-height: 100%;
  max-width: 100%;
}

.lineflow-detail-item-title {
  display: flex;
  align-items: center;
}

.lineflow-detail-item-title div {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 60px;
  background: #06C755;
  margin-right: 10px;
}

.lineflow-detail-item-title p {
  color: #06C755;
  font-size: 20px;
}

.lineflow-detail-item-text {
  border-left: solid 5px #06C755;
  margin-left: 28px;
  padding: 0 0 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 820px) {
  .lineflow-detail-item-text {
    flex-direction: column-reverse;
  }
}

.lineflow-detail-item-text.last-item {
  border-left: none;
}

.lineflow-detail-item-text div {
  width: 230px;
  height: 125px;
  overflow: hidden;
}

@media only screen and (max-width: 820px) {
  .lineflow-detail-item-text div {
    width: auto;
    height: auto;
  }
}

.lineflow-detail-item-text div picture, .lineflow-detail-item-text div img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}

.lineflow-detail-item-text p {
  width: calc(100% - 240px);
  font-size: 14px;
}

@media only screen and (max-width: 820px) {
  .lineflow-detail-item-text p {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------------------
form page
---------------------------------------------------------- */
.mail_area {
  /* .optioonal is added 2021/06/01 */
  /* flex-flow and gap is added 2021/05/30 */
  /* margin is added for forms have multiple lines(ex. address) 2021/05/30 */
  /* ダンボール追加 2022/02/09 */
}

.mail_area .assessment_contents {
  margin-top: 60px;
}

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

.mail_area .page-id-81 .sp_menu_btn,
.mail_area .page-id-81 .nav_section,
.mail_area .page-id-81 .bread_menu {
  display: none !important;
}

.mail_area .form {
  margin-top: 50px;
}

.mail_area .form_dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 820px) {
  .mail_area .form_dl {
    display: inherit;
  }
}

.mail_area .form_dl dt {
  display: flex;
  max-width: 250px;
  width: 100%;
}

.mail_area .form_dl dt .required,
.mail_area .form_dl dt .optional {
  margin-left: 10px;
  font-size: 12px;
  margin-top: 6px;
}

.mail_area .form_dl dt .required,
.mail_area .form_dl dt .optional {
  color: #0f497c;
}

.mail_area .form_dl dt .required span,
.mail_area .form_dl dt .optional span {
  padding: 3px 10px 2px;
  border-radius: 8px;
}

.mail_area .form_dl dt .required span {
  background-color: #ee6864;
}

.mail_area .form_dl dt .optional span {
  background: #cccccc;
}

.mail_area .form_dl dt .required.option span {
  background-color: #7abfcd;
}

.mail_area .form_dl dd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: calc(100% - 250px);
  gap: 0 1rem;
}

@media only screen and (max-width: 820px) {
  .mail_area .form_dl dd {
    width: 100%;
  }
}

.mail_area .form_input.address_input:not(:first-of-type) {
  margin-top: 1rem;
}

.mail_area .tel_dl dd,
.mail_area .file_dl dd,
.mail_area .bank_dl dd {
  display: block;
}

.mail_area .name_dl dd,
.mail_area .kana_dl dd {
  display: flex;
  flex-wrap: nowrap;
}

.mail_area .name_dl dd .name_input,
.mail_area .name_dl dd .kana_input,
.mail_area .kana_dl dd .name_input,
.mail_area .kana_dl dd .kana_input {
  width: calc(100% / 2);
}

.mail_area .name_dl dd .name_input input,
.mail_area .name_dl dd .kana_input input,
.mail_area .kana_dl dd .name_input input,
.mail_area .kana_dl dd .kana_input input {
  width: 100%;
}

.mail_area .file_input {
  display: flex;
  justify-content: space-between;
}

.mail_area .file_input+.file_input {
  margin-top: 10px;
}

.mail_area .name_input input,
.mail_area .kana_input input,
.mail_area .tel_input input,
.mail_area .zipcode_input input,
.mail_area .bank_input input,
.mail_area .select select,
.mail_area .file_input,
.mail_area .mail_input input,
.mail_area .contents_input textarea,
.mail_area .address_input input,
.mail_area .delivery_input input {
  padding: 10px;
  border: solid 1px #CCCCCC;
  border-radius: 3px;
  box-sizing: border-box;
}

.mail_area .mail_input {
  width: 100%;
}

.mail_area .mail_input input {
  width: 100%;
}

.mail_area .address_input {
  width: 100%;
}

.mail_area .address_input input[name^="address"] {
  width: 100%;
}

.mail_area .tel_input_notes,
.mail_area .file_input_notes {
  color: #ee6864;
}

.mail_area .tel_input_notes {
  margin-top: 7px;
}

.mail_area .bank_text {
  margin-bottom: 7px;
}

.mail_area .bank_input {
  margin-bottom: 10px;
}

.mail_area .contents_input {
  width: 100%;
}

.mail_area .contents_input textarea {
  width: 100%;
  height: 200px;
}

.mail_area .sctl_title {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
}

.mail_area .sctl_contents {
  background-color: #f7f5f2;
  padding: 25px;
  margin-top: 20px;
  height: 200px;
  overflow: scroll;
}

.mail_area .sctl_check_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.mail_area .sctl_check_box dd {
  margin-left: 5px;
}

.mail_area .form_btn {
  text-align: center;
  margin-top: 50px;
}

.mail_area .form_btn input {
  color: #fefefe;
  border: none;
  background-color: #0f497c;
  padding: 10px 70px;
  cursor: pointer;
}

.mail_area .thanks_title {
  text-align: center;
  margin-top: 40px;
}

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

.mail_area .mw_wp_form p.form_input_text,
.mail_area .mw_wp_form p.form_confirm_text {
  display: none;
  text-align: center;
  margin-top: 20px;
}

.mail_area .mw_wp_form.mw_wp_form_input p.form_input_text {
  display: block;
}

.mail_area .mw_wp_form.mw_wp_form_confirm p.form_confirm_text {
  display: block;
}

.mail_area .mw_wp_form.mw_wp_form_confirm .form_dl dd {
  justify-content: flex-start;
}

.mail_area .back_button {
  margin-right: 10px;
}

.mail_area .form_dl.box_dl dd {
  display: block;
}

.mail_area .form_dl.box_dl dd select {
  padding: 5px;
  box-sizing: border-box;
}

.mail_area .form_dl dd.box .select {
  margin-bottom: 10px;
}

.mail_area .form_dl dd.box .select select {
  width: 70%;
}

.mail_area .form_dl.box_dl dd .box_select {
  margin-bottom: 5px;
}

.mail_area .form_dl.box_dl dt {
  display: block;
}

.mail_area .form_dl.box_dl .box_size {
  margin-top: 10px;
}

.mail_area .form_dl.box_dl .box_size img {
  width: 90%;
}

.mail_area .form_dl.box_dl .box_notes {
  color: #ed6864;
  margin-top: 10px;
}
