@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.75;
}

p {
  margin: 0;
}

dt, dd {
  line-height: inherit;
}

html {
  height: -webkit-fill-available;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: auto;
  color: #59493f;
  line-height: 1.75;
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  body {
    font-size: 4vw;
    line-height: 1.8333;
  }
}

.l-drawer {
  display: none;
  position: absolute;
  width: 100%;
  top: 16vw;
  right: -100%;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  background-color: #ffffff;
  overflow-y: scroll;
　z-index:11;
}
.l-drawer.is-open {
  right: 0;
}

@media (max-width: 767px) {
  .l-drawer {
    display: block;
    height: calc(100vh - 16vw);
  }
}
.l-header {
  position: fixed;
  width: 100%;
  height: 10rem;
  z-index: 12;
}
@media (max-width: 767px) {
  .l-header {
    height: 16vw;
  }
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .l-main {
    margin-top: 16vw;
  }
}

.l-site-wrapper {
  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;
}

.bg-wave-beige {
  position: relative;
  padding: 5% 0;
  margin-top: -5%;
}
.bg-wave-beige:before, .bg-wave-beige:after {
  position: absolute;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url("../img/wave_beige_top.svg");
  padding-top: 5%;
}
.bg-wave-beige:before {
  background-position: bottom center;
  top: 0;
  left: 0;
}
.bg-wave-beige:after {
  background-position: top center;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bg-wave-beige__inner {
  background-color: #f5f0e6;
}

@media (max-width: 767px) {
  .bg-wave-beige {
    padding: 10% 0;
    margin-top: -10%;
  }
  .bg-wave-beige:before, .bg-wave-beige:after {
    background-image: url("../img/wave_beige_top_sp.svg");
    padding-top: 11%;
  }
  .bg-wave-beige:after {
    background-image: url("../img/wave_beige_top_sp.svg");
  }
}
.breadcrumb {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 3rem;
}
.breadcrumb ul {
  font-size: 0;
}
.breadcrumb li {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.breadcrumb li:not(:last-child):after {
  content: ">";
  padding: 0 0.5em;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 0 4vw;
  }
}
.about__inner {
  padding: 9rem 0;
}

.about__heading {
  border-bottom: 4px solid #f8b551;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.about__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 3rem;
}

@media (max-width: 767px) {
  .about__inner {
    padding: 6.6666666667vw 0 7.7333333333vw;
  }
  .about__heading {
    padding-bottom: 4vw;
    margin-bottom: 7.8666666667vw;
    border-bottom: 2px solid #f8b551;
  }
  .about__heading img {
    width: 48.1333333333vw;
  }
  .about__container {
    padding: 0 10vw;
  }
}
.company {
  padding-top: 4rem;
  padding-bottom: calc(10rem + 5%);
}

.company__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 3rem;
}

.company__heading {
  border-bottom: 4px solid #f8b551;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 7rem;
}

.company__table {
  border-collapse: collapse;
}
.company__table tr {
  border-bottom: 1px solid #bfbfbf;
}
.company__table th {
  font-weight: normal;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  padding: 2.8rem 0;
}
.company__table td {
  width: 70%;
  text-align: left;
  vertical-align: middle;
  padding: 2.8rem 0;
}
.company__table td.license span:not(:last-child)::after {
  content: "、";
}

.company__map {
  position: relative;
  height: 0;
  padding-bottom: 47.0588%;
  margin-top: 2rem;
}
.company__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .company {
    padding-bottom: 20vw;
  }
  .company__heading {
    padding-top: 0;
    padding-bottom: 4vw;
    margin-bottom: 7.8666666667vw;
    border-bottom: 2px solid #f8b551;
  }
  .company__heading img {
    width: 22.1333333333vw;
  }
  .company__container {
    padding: 0 10vw;
  }
  .company__table th, .company__table td {
    display: block;
    width: 100%;
  }
  .company__table th {
    padding-top: 5.3333333333vw;
    padding-bottom: 0;
  }
  .company__table td {
    padding-top: 0;
    padding-bottom: 5.3333333333vw;
  }
  .company__table td span {
    display: block;
  }
  .company__table td.license span:not(:last-child)::after {
    content: none;
  }
  .company__map {
    padding-bottom: 100%;
  }
}
.contact {
  margin-top: 7rem;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 21.3333333333vw;
  }
}

.contact__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .contact__inner {
    padding: 0 9.3333333333vw;
  }
}

.contact__heading {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .contact__heading {
    margin-bottom: 5.3333333333vw;
  }
  .contact__heading--contact img {
    width: 54.1333333333vw;
  }
  .contact__heading--comfirm img {
    width: 44.2666666667vw;
  }
  .contact__heading--complete img {
    width: 21.8666666667vw;
  }
}

.contact__lead {
  font-size: 2.1rem;
  line-height: 1.7777;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__lead {
    font-size: 3.9666666667vw;
    line-height: 1.5384;
    text-align: left;
  }
}

.contact__form {
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .contact__form {
    margin-top: 12vw;
  }
}

.contact__thanks {
  font-size: 1.9rem;
  line-height: 1.6842;
}
@media (max-width: 767px) {
  .contact__thanks {
    font-size: 3.4666666667vw;
    line-height: 1.5384;
  }
}

.contact__required {
  font-size: 2.2rem;
  color: #ffffff;
  display: inline-block;
  line-height: 1em;
  background-color: #f8b551;
  padding: 0.3rem 0.8rem;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .contact__required {
    font-size: 3.7333333333vw;
  }
}

.contact-form input[type=checkbox]#privacy {
  margin-right: 0.5em;
}
.contact-form input[type=radio] {
  accent-color: #59493f;
  margin: 8px 8px 0 0;
}
.contact-form select {
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #59493f;
  padding: 1.5rem;
  width: 25rem;
}
.contact-form textarea {
  width: 100%;
  line-height: 1.77777;
}
.contact-form .label {
  font-size: 2.4rem;
  font-weight: 600;
}
.contact-form .label .note {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contact-form .label {
    font-size: 16px;
  }
  .contact-form .label .note {
    font-size: 3.4666666667vw;
  }
}

.contact-form__input-box {
  border-radius: 5px;
  border: 1px solid #59493f;
  padding: 1.5rem;
  width: 100%;
  max-width: 45rem;
}

textarea.contact-form__input-box {
  max-width: none;
}

input.contact-form__input-box[type=address] {
  max-width: none;
}

.contact-form__field:not(:first-child) {
  margin-top: 4.5rem;
}
.contact-form__table--confirm .contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form__table--confirm .contact-form__field.content {
  display: block;
}
@media (max-width: 767px) {
  .contact-form__table--confirm .contact-form__field {
    display: block;
  }
}

.contact-form__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1em;
}
.contact-form__list li input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-form__list li label {
  line-height: 1.5714;
}

.contact-form__field-head {
  margin-bottom: 0.8rem;
}
.contact-form__table--confirm .contact-form__field-head {
  -ms-flex-preferred-size: 23rem;
      flex-basis: 23rem;
  padding-right: 3rem;
}

.contact-form__field-body.privacy {
  text-align: center;
  margin-top: 3rem;
}
.contact-form__table--confirm .contact-form__field-body {
  -ms-flex-preferred-size: 57rem;
      flex-basis: 57rem;
}
@media (max-width: 767px) {
  .contact-form__field-body {
    font-size: 16px;
  }
}

.contact-form__button {
  background-color: #f8b551;
  color: #ffffff;
  font-size: 2.4rem;
  border: none;
  line-height: 1;
  padding: 1.4em 0;
  border-radius: 3.8em;
  width: 30rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact-form__button {
    font-size: 3.6vw;
    width: 69.3333333333vw;
  }
}

.contact-form__button-wrap {
  text-align: center;
  margin-top: 13rem;
}
@media (max-width: 767px) {
  .contact-form__button-wrap {
    margin-top: 17.3333333333vw;
  }
}

.contact-form__policy-window {
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #59493f;
  padding: 1.5rem;
  max-width: 100%;
  height: 350px;
  margin-top: 0.8rem;
}

.cv-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
}

.cv-buttons__button {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8b551;
}
.cv-buttons__button:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.cv-buttons__contact img {
  width: 32px;
}

.cv-buttons__tel img {
  width: 27px;
}

.cv-buttons__line img {
  width: 34px;
}

.difference {
  padding-top: 15rem;
  padding-bottom: 20rem;
}

.difference__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 3rem;
}

.difference__heading {
  border-bottom: 4px solid #f8b551;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.difference__cols {
  margin-top: 6.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.difference__left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.difference__left img {
  /* width: 100%;
  height: 100%;
  object-fit: contain; */
  border-radius: 1rem;
}

.difference__right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 3.6rem;
}

.difference__table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-right: 2px solid #b2b2b2;
  border-bottom: 2px solid #b2b2b2;
  border-collapse: collapse;
}
.difference__table td, .difference__table th {
  text-align: center;
  vertical-align: middle;
  line-height: 1.25;
  font-weight: normal;
  border-left: 2px solid #b2b2b2;
  border-top: 2px solid #b2b2b2;
  height: 5.2rem;
  padding: 1.4rem 1.2rem;
}
.difference__table tbody th {
  text-align: left;
}
.difference__table tbody .highlight {
  background-color: #f5f0e6;
}
.difference__table thead th:first-child {
  border-top: none;
  border-left: none;
}
.difference__table thead .highlight {
  color: #ffffff;
  background-color: #f8b551;
}

@media (max-width: 767px) {
  .difference {
    padding-top: 13.3333333333vw;
    padding-bottom: 20vw;
  }
  .difference__heading {
    padding-bottom: 4vw;
    margin-bottom: 5.6vw;
    border-bottom: 2px solid #f8b551;
  }
  .difference__heading img {
    width: 32.4vw;
  }
  .difference__container {
    padding: 0 10vw;
  }
  .difference__cols {
    display: block;
    margin-top: 6.2666666667vw;
  }
  .difference__left img {
    border-radius: 1.3333333333vw;
  }
  .difference__right {
    padding-left: 0;
    padding-top: 12.9333333333vw;
  }
  .difference__table {
    font-size: 2.933333333vw;
  }
  .difference__table th, .difference__table td {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .difference__table thead th:first-child {
    width: 36%;
  }
}
.drawer__cv {
  background-color: #f0f0f0;
  padding: 8vw 5.3333333333vw;
}
.drawer__cv .cv-text1 {
  text-align: center;
  margin-bottom: 5.0666666667vw;
}
.drawer__cv .cv-text1 img {
  width: 60.8vw;
}
.drawer__cv .cv-text2 {
  text-align: center;
  margin-bottom: 6.1333333333vw;
}
.drawer__cv .cv-text2 img {
  width: 61.2vw;
}
.drawer__cv .cv-buttons {
  margin: 0 -1.3333333333vw;
}
.drawer__cv .cv-buttons__button {
  border-radius: 2.6666666667vw;
  margin: 0 1.3333333333vw;
}

.drawer__menu {
  margin-left: 6.6666666667vw;
  margin-right: 6.6666666667vw;
}

.drawer__menu-group {
  padding: 3.6vw 0;
}
.drawer__menu-group + .drawer__menu-group {
  border-top: 1px solid #bfbfbf;
}

.drawer__link {
  font-size: 4vw;
  display: block;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 1.4666666667vw;
}
.drawer__link:before {
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
  content: "";
  width: 1.7333333333vw;
  height: 3.0666666667vw;
  background: url("../img/arrow_next.svg") no-repeat center center;
  background-size: contain;
}

.drawer__link--small {
  font-size: 3.7333333333vw;
  margin-left: 8vw;
}
.faq__inner {
  padding: 9rem 0;
}

.faq__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 3rem;
}

.faq__heading {
  border-bottom: 4px solid #f8b551;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 7rem;
}

.faq__unit {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 3.3rem 4.4rem;
}
.faq__unit + .faq__unit {
  margin-top: 2rem;
}

.faq__question {
  position: relative;
}
.faq__question p {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 4rem;
  padding-right: 6rem;
  position: relative;
  /* min-height: 3.2em; */
}
.faq__question p:before {
  position: absolute;
  content: "Q.";
  display: block;
  top: 0;
  left: 0;
}

.faq__answer {
  padding-top: 1.9rem;
  display: none;
}
.faq__toggle {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  background-color: #f3f3f3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.faq__toggle:before, .faq__toggle:after {
  position: absolute;
  content: "";
  background-color: #8c8c8c;
  width: 2.5rem;
  height: 0.3rem;
}
.faq__toggle:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-open .faq__toggle:after {
  content: none;
}

.faq__toggle-sp {
  display: none;
}

@media (max-width: 767px) {
  .faq__inner {
    padding: 6.6666666667vw 0 7.7333333333vw;
  }
  .faq__container {
    padding: 0 10vw;
  }
  .faq__heading {
    padding-bottom: 4vw;
    margin-bottom: 8.4vw;
    border-bottom: 2px solid #f8b551;
  }
  .faq__heading img {
    width: 36.6666666667vw;
  }
  .faq__unit {
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw;
  }
  .faq__question p {
    font-size: 4vw;
    line-height: 1.6923;
    padding-left: 6.6666666667vw;
    padding-right: 0;
  }
  .faq__toggle {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .faq__toggle-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 100%;
    border-radius: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10;
}

@media (max-width: 767px) {
  .float {
    display: block;
  }
}
.flow__inner {
  padding: 9rem 0;
}

.flow__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 3rem;
}

.flow__heading {
  border-bottom: 4px solid #f8b551;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 9rem;
}

.flow__slider.swiper {
  overflow: visible;
}
.flow__slider .swiper-button-prev,
.flow__slider .swiper-button-next {
  width: 6rem;
  height: 6rem;
  background-color: #f08300;
  border-radius: 50%;
}
.flow__slider .swiper-button-prev:after,
.flow__slider .swiper-button-next:after {
  content: none;
}
.flow__slider .swiper-button-prev {
  left: -3rem;
}
.flow__slider .swiper-button-next {
  right: 4rem;
}
.flow__slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -6rem;
}
.flow__slider .swiper-pagination-bullet {
  background-color: #b2b2b2;
  width: 1.4rem;
  height: 1.4rem;
}
.flow__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f8b551;
}
.flow__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .flow__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.9rem;
}

.flow__slide {
  width: 45rem;
}

.flow__num {
  text-align: center;
  margin-bottom: 3.3rem;
  margin-top: -2rem;
}

.flow__title {
  text-align: center;
}

.flow__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 18rem;
      flex-basis: 18rem;
}

.flow__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 767px) {
  .flow__inner {
    padding: 6.6666666667vw 0 20vw;
  }
  .flow__heading {
    padding-bottom: 4vw;
    margin-bottom: 8.4vw;
    border-bottom: 2px solid #f8b551;
  }
  .flow__heading img {
    width: 38.5333333333vw;
  }
  .flow__slider .swiper-button-prev,
  .flow__slider .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }
  .flow__slider .swiper-button-prev svg,
  .flow__slider .swiper-button-next svg {
    width: 3.3333333333vw;
  }
  .flow__slider .swiper-button-prev {
    left: -4vw;
  }
  .flow__slider .swiper-button-next {
    right: 10.6666666667vw;
  }
  .flow__slider .swiper-pagination {
    bottom: -9.3333333333vw;
  }
  .flow__slider .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
  }
  .flow__slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .flow__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.4666666667vw;
  }
  .flow__slide {
    border-radius: 1.3333333333vw;
    width: 69.3333333333vw;
    /* padding: 0 _vw(50) _vw(50); */
  }
  .flow__num {
    margin-bottom: 4.9333333333vw;
    margin-top: -2.6666666667vw;
  }
  .flow__num img {
    height: 5.3333333333vw;
  }
  .flow__title img {
    height: 4.2666666667vw;
  }
  .flow__pic {
    -ms-flex-preferred-size: 28.9333333333vw;
        flex-basis: 28.9333333333vw;
  }
  .flow__pic--01 img {
    width: 17.8666666667vw;
  }
  .flow__pic--02 img {
    width: 17.6vw;
  }
  .flow__pic--03 img {
    width: 16.2666666667vw;
  }
  .flow__pic--04 img {
    width: 20.4vw;
  }
  .flow__pic--05 img {
    width: 18.2666666667vw;
  }
  .flow__pic--06 img {
    width: 16.6666666667vw;
  }
}
.footer {
  padding-top: 7rem;
  padding-bottom: 1.7rem;
}

.footer__logo {
  text-align: center;
}

.footer__name {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 4rem;
}

.footer__address {
  text-align: center;
  margin-top: 1.6rem;
}

.footer__copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4.3rem;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: 18.6666666667vw;
  }
}
.fv {
  background: url("../img/fv_bg.jpg") no-repeat center center;
  background-size: cover;
}

.fv__container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .fv {
    background-image: url("../img/fv_bg_sp.jpg");
  }
  .fv__container {
    min-height: 137.3333333333vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: calc(10% + 6.6666666667vw);
  }
  .fv__text img {
    width: 85.8666666667vw;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5rem;
  background-color: #ffffff;
}

.header__hamburger {
  display: none;
}

.header__cv .cv-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__cv .cv-col:first-of-type {
  margin-right: 2.8rem;
}
.header__cv .cv-text1 {
  text-align: center;
  line-height: 1;
}
.header__cv .cv-text1 img {
  width: 25.8rem;
}
.header__cv .cv-text2 {
  text-align: center;
  line-height: 1;
}
.header__cv .cv-text2 img {
  width: 25.8rem;
}
.header__cv .cv-text3 {
  text-align: center;
  line-height: 1;
  margin-top: 0.8rem;
}
.header__cv .cv-text3 img {
  width: 28.5rem;
}
.header__cv .cv-buttons__button {
  border-radius: 2rem;
  width: 10.5rem;
  margin: 0 0.5rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.header__cv .cv-buttons__button:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .header {
    padding: 0 0 0 4vw;
  }
  .header__cv {
    display: none;
  }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20vw;
    height: 100%;
  }
  .header__hamburger span {
    display: block;
    height: 2px;
    width: 35px;
    background-color: #000000;
    position: relative;
  }
  .header__hamburger span:before, .header__hamburger span:after {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .header__hamburger span:before {
    top: -7px;
  }
  .header__hamburger span:after {
    bottom: -7px;
  }
  .header__hamburger.is-open span {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .header__hamburger.is-open span:before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header__hamburger.is-open span:after {
    content: none;
  }
  .header__logo img {
    width: 36.1333333333vw;
  }
}
.local-nav.bg-wave-beige {
  padding-bottom: 0;
}
.local-nav.bg-wave-beige:after {
  content: none;
}
.local-nav .bg-wave-beige__inner {
  padding: 5rem;
}
.local-nav ul {
  font-size: 0;
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}
.local-nav li {
  padding: 0.5rem;
  font-size: 2.2rem;
  display: inline-block;
}
.local-nav a {
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: 0.025em;
  background-color: #ffffff;
  border: 2px solid #59493f;
  border-radius: 1rem;
  padding: 0.4rem 5.3rem 0.4rem 1.8rem;
  position: relative;
}
.local-nav a::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1.6rem;
  background: url("../img/arrow_next.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 1.5rem;
  top: calc(50% - 0.8rem);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 767px) {
  .local-nav {
    display: none;
  }
}

.message {
  padding-top: 17rem;
  padding-bottom: 15rem;
}

.message__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 3rem;
}

.message__heading {
  border-bottom: 4px solid #f8b551;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 7rem;
}

.message__pic {
  text-align: center;
  margin-bottom: 3.9rem;
}
.message__pic img {
  border-radius: 1rem;
}

.message__text1 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.9rem;
}

@media (max-width: 767px) {
  .message {
    padding-top: 13.3333333333vw;
    padding-bottom: 20vw;
  }
  .message__container {
    padding: 0 10vw;
  }
  .message__heading {
    padding-bottom: 4vw;
    margin-bottom: 7.8666666667vw;
    border-bottom: 2px solid #f8b551;
  }
  .message__heading img {
    width: 43.4666666667vw;
  }
  .message__pic {
    margin-bottom: 6.6666666667vw;
  }
  .message__pic img {
    border-radius: 1.3333333333vw;
  }
  .message__text1 {
    font-size: 4vw;
    margin-bottom: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .nayami {
    padding-top: 0;
    margin-top: 0;
  }
  .nayami::before {
    content: none;
  }
}

.nayami__inner {
  padding: 9rem 0;
  position: relative;
}
.nayami__inner:after {
  position: absolute;
  content: "";
  border-top: 6.5rem solid #f8b551;
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.nayami__container {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 3rem;
}

.nayami__heading {
  text-align: center;
  margin-bottom: 8rem;
}

.nayami__flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nayami__flag + .nayami__flag {
  margin-top: 4rem;
}

.nayami__flag--r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nayami__pic {
  -ms-flex-preferred-size: 11.4rem;
      flex-basis: 11.4rem;
}

.nayami__balloon {
  -ms-flex-preferred-size: 62rem;
      flex-basis: 62rem;
  background-color: #ffffff;
  padding: 2rem 4rem 2rem 4rem;
  border-radius: 1rem;
  position: relative;
}
.nayami__balloon:before {
  position: absolute;
  content: "";
  border-right: 2.5rem solid #ffffff;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nayami__balloon p {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5384;
}
.nayami__balloon p span {
  color: #f8b551;
}
.nayami__balloon--r:before {
  border-left: 2.5rem solid #ffffff;
  border-right: none;
  left: 100%;
  right: auto;
}

@media (max-width: 767px) {
  .nayami__heading img {
    width: 67.7333333333vw;
  }
  .nayami__inner {
    padding: 4.4vw 0 5.8666666667vw;
  }
  .nayami__inner:after {
    border-top: 8.6666666667vw solid #f8b551;
    border-left: 8vw solid transparent;
    border-right: 8vw solid transparent;
    bottom: -10.6666666667vw;
  }
  .nayami__container {
    padding: 0 10vw;
  }
  .nayami__heading {
    margin-bottom: 8vw;
  }
  .nayami__flag + .nayami__flag {
    margin-top: 5.3333333333vw;
  }
  .nayami__pic {
    -ms-flex-preferred-size: 17.3333333333vw;
        flex-basis: 17.3333333333vw;
  }
  .nayami__balloon {
    -ms-flex-preferred-size: 58.6666666667vw;
        flex-basis: 58.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 2.2666666667vw 4.4vw;
  }
  .nayami__balloon:before {
    border-right: 2vw solid #ffffff;
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
  }
  .nayami__balloon p {
    font-size: 3.4666666667vw;
    line-height: 1.5384;
    white-space: nowrap;
  }
  .nayami__balloon--r:before {
    border-left: 2vw solid #ffffff;
    border-right: none;
  }
}
.nini__heading {
  border-bottom: 4px solid #f8b551;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.nini__inner {
  padding: 9rem 0;
}

.nini__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nini__left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 2rem;
}

.nini__right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .nini__inner {
    padding-top: 6.6666666667vw;
    padding-bottom: 7.7333333333vw;
  }
  .nini__heading {
    padding-bottom: 4vw;
    margin-bottom: 5.6vw;
    border-bottom-width: 2px;
  }
  .nini__heading img {
    width: 36.1333333333vw;
  }
  .nini__container {
    display: block;
    padding: 0 10vw;
  }
  .nini__left {
    padding-right: 0;
  }
  .nini__right {
    padding-left: 0;
  }
  .nini__text {
    margin-bottom: 4.6666666667vw;
  }
}
.philosophy {
  margin-top: -5%;
  /* padding-bottom: 5%; */
  position: relative;
  z-index: -1;
}
.philosophy:after {
  position: absolute;
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url("../img/wave_white_top.svg");
  padding-top: 5%;
  background-position: top center;
  bottom: 0;
  left: 0;
  /* transform: rotate(180deg); */
}

.philosophy__inner {
  background: url("../img/philosophy_bg.jpg") no-repeat center center;
  background-size: cover;
}

.philosophy__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65rem;
}

.philosophy__heading {
  border-bottom: 4px solid #ffffff;
  padding-bottom: 3rem;
  margin-bottom: 7rem;
  width: 100%;
  text-align: center;
}

.philosophy__text {
  font-size: 4.8rem;
  color: #ffffff;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .philosophy {
    margin-top: -10%;
  }
  .philosophy__container {
    height: 100vw;
  }
  .philosophy__heading {
    padding-bottom: 4vw;
    margin-bottom: 9.3333333333vw;
    border-bottom-width: 2px;
  }
  .philosophy__heading img {
    width: 22.1333333333vw;
  }
  .philosophy__text {
    font-size: 6.4vw;
    line-height: 1.5625;
    text-align: center;
  }
}
.privacy {
  margin-top: 7rem;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .privacy {
    margin-bottom: 21.3333333333vw;
  }
}
.privacy h1 {
  margin: 1em 0;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.privacy h2 {
  margin: 1em 0;
  font-weight: 700;
}
.privacy ol {
  padding-left: 0;
  margin-left: 1.3em;
}
.privacy p + p, .privacy p + ol {
  margin-top: 1.75em;
}

.privacy__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .privacy__inner {
    padding: 0 5.3333333333vw;
  }
}

.privacy__footer {
  text-align: right;
}

.solution {
  padding-top: 13rem;
  padding-bottom: 17rem;
}

.solution__container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}

.solution__heading {
  text-align: center;
  margin-bottom: 6.3rem;
}

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

.solution__pic {
  -ms-flex-preferred-size: 60rem;
      flex-basis: 60rem;
  padding-right: 3rem;
}

.solution__body {
  -ms-flex-preferred-size: 60rem;
      flex-basis: 60rem;
  border: 8px solid #eee5d5;
  padding: 3rem;
  border-radius: 10px;
  text-align: center;
}

.solution__text1 {
  font-size: 2.4rem;
  line-height: 1.5833;
  margin-bottom: 1.6rem;
}

.solution__text2 {
  font-size: 2.6rem;
  font-weight: bold;
}

.solution__text3 {
  font-size: 3.4rem;
  color: #f8b551;
  font-weight: bold;
}

.solution__text4 {
  font-size: 2.2rem;
  line-height: 1.7777;
  margin-bottom: 2rem;
}

.solution__text5 {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .solution {
    padding-top: 8.8vw;
    padding-bottom: 19.0666666667vw;
  }
  .solution__heading {
    margin-bottom: 7.6vw;
  }
  .solution__heading img {
    width: 69.8666666667vw;
  }
  .solution__cols {
    display: block;
  }
  .solution__pic {
    padding-right: 0;
    padding-bottom: 7.3333333333vw;
    text-align: center;
  }
  .solution__pic img {
    width: 64vw;
  }
  .solution__body {
    border-width: 1.0666666667vw;
    border-radius: 1.3333333333vw;
    padding: 5.0666666667vw;
  }
  .solution__text1 {
    font-size: 3.6666666667vw;
    line-height: 1.6923;
    margin-bottom: 2.1333333333vw;
  }
  .solution__text2 {
    font-size: 3.4666666667vw;
  }
  .solution__text3 {
    font-size: 4.5333333333vw;
    color: #f8b551;
  }
  .solution__text4 {
    font-size: 3.6vw;
    line-height: 1.8333;
    margin-bottom: 2.6666666667vw;
  }
  .solution__text5 {
    font-size: 3.6vw;
  }
}
.strength {
  padding-top: 13rem;
  padding-bottom: 20rem;
}

.strength__container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 3rem;
}

.strength__heading {
  border-bottom: 4px solid #f8b551;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.strength__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.strength__col {
  padding: 1rem;
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.strength__items {
  border: 0.8rem solid #eee5d5;
  border-radius: 1rem;
  padding: 2.4rem 1.7rem;
  width: 100%;
}

.strength__pic {
  text-align: center;
  display: block;
  margin-bottom: 2.3rem;
}

@media (max-width: 767px) {
  .strength {
    padding-top: 13.3333333333vw;
    padding-bottom: 20vw;
  }
  .strength__heading {
    padding-bottom: 4vw;
    margin-bottom: 7.8666666667vw;
    border-bottom-width: 2px;
  }
  .strength__heading img {
    width: 43.2vw;
  }
  .strength__cols {
    display: block;
  }
  .strength__items {
    border-width: 1.0666666667vw;
    border-radius: 1.3333333333vw;
  }
  .strength__container {
    padding: 0 10vw;
  }
}
.vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vision__left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.vision__left img {
  border-radius: 1rem;
}

.vision__right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 3rem;
}

.vision__title {
  margin-bottom: 3.4rem;
}

@media (max-width: 767px) {
  .vision {
    display: block;
  }
  .vision__title {
    text-align: center;
  }
  .vision__title img {
    width: 32.8vw;
  }
  .vision__left img {
    border-radius: 1.3333333333vw;
  }
  .vision__right {
    padding-left: 0;
    padding-top: 6.6666666667vw;
  }
}
.u-is-sp-only {
  display: none;
}
@media (max-width: 767px) {
  .u-is-sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-is-pc-only {
    display: none;
  }
}

.u-is-max-tb {
  display: none;
}
@media (max-width: 990px) {
  .u-is-max-tb {
    display: block;
  }
}

@media (max-width: 990px) {
  .u-is-min-tb {
    display: none;
  }
}
select {
  color: #000;
}

.company__table td {
text-decoration:none;
}
.company__table td>a {
text-decoration:none;
}
a,a:link{
    text-decoration: none;
}