@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;
}

h2 {
  font-size: 33px;
  margin: 1.3em auto 0;
  color: #787A75;
}

h6 {
  font-size: 20px;
  color: #787A75;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

p {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #787A75;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: -1px;
}


@media all and (max-width: 767px) {
  p {
    font-size: 13px;
  }
  h2,h6 {
    font-size: 16px;
  }
}

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

body {
  min-height: 100%;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  overflow-y: scroll;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.pc_only {
  display: block !important;
}

@media all and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}

@media all and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

header {
  background: #46b035;
}

header .inner {
  width: 66.406vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 0 auto;
  padding: 0.938vw;
}

@media all and (min-width: 1201px) {
  header .inner {
    width: 850px;
    padding: 12px;
  }
}

@media all and (max-width: 768px) {
  header .inner {
    width: 700px;
    padding: 12px;
  }
}

@media all and (max-width: 767px) {
  header .inner {
    width: 93.333vw;
    padding: 1.6vw;
  }
}

header img {
  width: 9.375vw;
  margin: auto;
  margin-right: 0;
}

@media all and (min-width: 1201px) {
  header img {
    width: 120px;
  }
}

@media all and (max-width: 768px) {
  header img {
    width: 150px;
  }
}

@media all and (max-width: 767px) {
  header img {
    width: 20vw;
  }
}

header img:hover {
  opacity: 0.5;
}

.fv {
  position: relative;
  overflow: hidden;
  height: 50vw;
}

@media all and (max-width: 768px) {
  .fv {
    height: 1222px;
  }
}

@media all and (max-width: 767px) {
  .fv {
    height: 162.933vw;
  }
}

@media all and (min-width: 1201px) {
  .fv .center {
    top: -75px;
  }
}

@media all and (max-width: 768px) {
  .fv .center {
    top: 36px;
    left: 50%;
  }
}

@media all and (max-width: 767px) {
  .fv .center {
    top: 4.8vw;
  }
}

.fv .image {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.fv .image img {
  display: block;
  width: 100%;
  height: auto;
}

.fv_img {
  max-width: 150vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (min-width: 1201px) {
  .fv_img {
    max-width: 130vw;
  }
}

.fv_btn {
  position: absolute;
  width: 31.25vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

@media all and (min-width: 1201px) {
  .fv_btn {
    width: 400px;
  }
}

@media all and (max-width: 768px) {
  .fv_btn {
    width: 600px;
    top: 1000px;
  }
}

@media all and (max-width: 767px) {
  .fv_btn {
    width: 80vw;
    top: 133.333vw;
  }
}

.fv_btn:hover {
  opacity: 0.5;
}

.fukuross .inner {
  width: 54.688vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 3.125vw auto;
}

.square {
  text-align: center;
}

@media all and (min-width: 1201px) {
  .fukuross .inner {
    width: 700px;
    margin: 40px auto;
  }
}

@media all and (max-width: 768px) {
  .fukuross .inner {
    width: 650px;
    margin: 40px auto;
  }
}

@media all and (max-width: 767px) {
  .fukuross .inner {
    width: 86.667vw;
    margin: 5.333vw auto;
  }
}

@media all and (max-width: 767px) {
  .fukuross {
    width: 290px;
    margin: 0 auto;
    text-align: center;
  }
}

.fukuross .inner img {
  width: 100%;
}

.step .inner {
  width: 67.344vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 3.125vw auto;
}

.step .inner .top-img {
  width: 450px;
  margin-bottom: 20px;
}

.step .inner .parent {
  display: flex;
  justify-content: space-between;
}

.step .inner .parent .child {
  width: 100%;
}

.step .inner .parent .child:nth-child(2) {
  margin: 0 30px;
}

.step .inner .parent .child .title {
  display: flex;
  justify-content: center;
  align-items: center;
  color:#4CA223;
  font-size: 21px;
  text-align: left;
  height: 50px;
}

.step .inner .parent .child img {
  height: 160px;
  margin-top: 10px;
}

.step .inner .parent .child .sub-title {
  color: #4CA223;
  font-size: 18px;
  margin: 10px 0 20px;
}

.step .inner .parent .child p {
  font-size: 16px;
  text-align: left;
  line-height: 1.6em;
}

.step .inner .parent .child .title img {
  max-width: 30px;
  max-height: 30px;
  margin: 0 10px 0 0;
}

.step .inner .parent .child img.profile-register-img {
  max-width: 96px;
}

.step .inner .parent .child img.corporation-offer-img {
  max-width: 90px;
}

.step .inner .parent .child img.information-session-img {
  max-width: 114px;
}

.step .inner .parent .child img.search-icon {
    max-width: 118px;
}

.step .inner .parent .child img.analysis-icon {
    max-width: 120px;
}

.step .inner .parent .child img.support-icon {
    max-width: 141px;
}

@media all and (min-width: 1201px) {
  .step .inner {
    width: 1000px;
    margin: 40px auto;
  }
}

@media all and (max-width: 1200px) {
  .special-setting {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .step .inner {
    width: 650px;
    margin: 40px auto;
  }
}

@media all and (max-width: 767px) {
  .step .inner {
    width: 84vw;
    margin: 5.333vw auto;
  }

  .special-setting {
    display: block;
  }

  .step .inner .top-img {
    width: 250px;
  }

  .step .inner .parent {
    display: block;
  }

  .step .inner h2 {
    margin-top: 70px;
  }

  .step .inner .parent .child .title {
    display: flex;
    justify-content: flex-start;
  }

  .step .inner .parent .child:nth-child(2) {
    margin: 0;
  }

  .step .inner .parent .child .title img {
    max-width: 38px;
    max-height: 38px;
  }

  .step .inner .parent .child .title {
    font-size: 18px;
  }

  .step .inner .parent .child img {
    margin: 0 auto;
  }

  .step .inner .parent .child .triangle img {
    height: 50px;
  }

  .step .inner .parent .child .sub-title {
    font-size: 21px;
  }

  .step .inner .parent .child p {
    font-size: 12px;
  }

  .step .inner .parent.second p {
    text-align: center;
    line-height: 2.5em;
  }
}

.step img {
  width: 100%;
}

.seminar .inner_title {
  width: 29.922vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 7.031vw auto 2.344vw;
}

@media all and (min-width: 1201px) {
  .seminar .inner_title {
    width: 383px;
    margin: 90px auto 30px;
  }
}

@media all and (max-width: 768px) {
  .seminar .inner_title {
    width: 650px;
    margin: 90px auto 30px;
  }
}

@media all and (max-width: 767px) {
  .seminar .inner_title {
    width: 86.667vw;
    margin: 12vw auto 4vw;
  }

  .seminar .inner_title h2 {
    font-size: 25px;
  }
}

.seminar .inner_btn {
  width: 42.969vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 3.125vw auto;
}

@media all and (min-width: 1201px) {
  .seminar .inner_btn {
    width: 550px;
    margin: 40px auto;
  }
}

@media all and (max-width: 768px) {
  .seminar .inner_btn {
    width: 650px;
    margin: 50px auto 30px;
  }
}

@media all and (max-width: 767px) {
  .seminar .inner_btn {
    width: 86.667vw;
    margin: 6.667vw auto 4vw;
  }
}

.seminar .inner_btn:hover {
  opacity: 0.5;
}

.seminar img {
  width: 100%;
}

.contact {
  padding-bottom: 2.031vw;
}

.contact_title{
  font-family: futura-pt;
}

.contact_text{
  font-size: 16px;
  text-align: left;
}

@media all and (min-width: 1201px) {
  .contact {
    padding-bottom: 26px;
  }
}

@media all and (max-width: 768px) {
  .contact {
    padding-bottom: 26px;
  }
}

@media all and (max-width: 767px) {
  .contact {
    padding-bottom: 3.467vw;
  }

  .contact_title {
    font-size: 18px;
  }

  .contact_text {
    font-size: 11px;
  }
}

.contact .inner {
  width: 51.563vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 3.125vw auto;
}

@media all and (min-width: 1201px) {
  .contact .inner {
    width: 660px;
    margin: 40px auto;
  }
}

@media all and (max-width: 768px) {
  .contact .inner {
    width: 650px;
    margin: 50px auto 30px;
  }
}

@media all and (max-width: 767px) {
  .contact .inner {
    width: 86.667vw;
    margin: 6.667vw auto 4vw;
  }
}

.contact .inner img {
  width: 100%;
}

.contact .inner_fair {
  width: 34.531vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 7.031vw auto 2.344vw;
}

@media all and (min-width: 1201px) {
  .contact .inner_fair {
    width: 442px;
    margin: 90px auto 30px;
  }
}

@media all and (max-width: 768px) {
  .contact .inner_fair {
    width: 650px;
    margin: 0px auto 30px;
  }
}

@media all and (max-width: 767px) {
  .contact .inner_fair {
    width: 86.667vw;
    margin: 0 auto 4vw;
  }
}

.contact .inner_fair:hover {
  opacity: 0.5;
}

.contact .inner_fair img {
  width: 100%;
}

.contact .inner_line {
  width: 23.438vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 3.906vw auto 2.344vw;
}

@media all and (min-width: 1201px) {
  .contact .inner_line {
    width: 300px;
    margin: 50px auto 30px;
  }
}

@media all and (max-width: 768px) {
  .contact .inner_line {
    width: 300px;
    margin: 50px auto 30px;
  }
}

@media all and (max-width: 767px) {
  .contact .inner_line {
    width: 40vw;
    margin: 6.667vw auto 4vw;
  }
}

.contact .inner_line:hover {
  opacity: 0.5;
}

.contact .inner_line img {
  width: 100%;
}

.question .inner {
  width: 17.969vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 7.031vw auto 3.125vw;
  text-align: center;
}

@media all and (min-width: 1201px) {
  .question .inner {
    width: 230px;
    margin: 90px auto 3.125vw;
  }
}

@media all and (max-width: 768px) {
  .question .inner {
    width: 390px;
    margin: 80px auto 0;
  }
}

@media all and (max-width: 767px) {
  .question .inner {
    width: 52vw;
    margin: 5.333vw auto 0;
  }

  .question .inner h2 {
    font-size: 25px;
  }
}

.question .inner img {
  width: 100%;
}

.question_box {
  width: 62.5vw;
  margin: 0 auto;
  padding: 3.906vw auto 0.781vw;
}

@media all and (min-width: 1201px) {
  .question_box {
    width: 800px;
    padding: 50px auto 10px;
  }
}

@media all and (max-width: 768px) {
  .question_box {
    width: 650px;
    padding: 50px;
  }
}

@media all and (max-width: 767px) {
  .question_box {
    width: 86.667vw;
    padding: 6.667vw;
  }
}

/* アコーディオンメニュー */
.ac-menu:last-child {
  margin-bottom: 0px;
  /* 最後の要素の下にだけ余白 */
}

.ac-menu input {
  display: none;
}

.ac-menu label {
  color: #46b035;
  /* 文字色 */
  font-size: 1.406vw;
  /* 文字サイズ */
  line-height: 2;
  /* 行間 */
  font-weight: bold;
  /* 文字を太く */
  text-align: center;
  /* 文字を中央に */
  background: #fff;
  padding: 1.563vw;
  /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  text-align: left;
}

@media all and (min-width: 1201px) {
  .ac-menu label {
    font-size: 18px;
    padding: 20px;
  }
}

@media all and (max-width: 768px) {
  .ac-menu label {
    font-size: 18px;
    padding: 32px;
  }
}

@media all and (max-width: 767px) {
  .ac-menu label {
    font-size: 2.4vw;
    padding: 4.267vw;
  }
}

.ac-menu label:after {
  position: absolute;
  right: 20px;
  /* 左からの距離 */
  top: 56%;
  /* 上下中央配置 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url(../images/yajirusi_sita.svg);
}

@media all and (min-width: 1201px) {
  .ac-menu label:after {
    content: url(../images/yajirusi_sita.svg);
  }
}

@media all and (max-width: 768px) {
  .ac-menu label:after {
    content: url(../images/yajirusi_sita_sp.svg);
  }
}

@media all and (max-width: 767px) {
  .ac-menu label:after {
    content: url(../images/yajirusi_sita_sp.svg);
  }
}

.ac-menu {
  border: 1px solid #46b035;
  border-radius: 0.313vw;
  margin-bottom: 2.344vw;
}

@media all and (min-width: 1201px) {
  .ac-menu {
    border-radius: 4px;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 768px) {
  .ac-menu {
    border-radius: 5px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .ac-menu {
    border-radius: 0.667vw;
    margin-bottom: 1.333vw;
  }
}

.ac-menu input:checked ~ label::after {
  content: url(../images/yajirusi_ue.svg);
}

@media all and (min-width: 1201px) {
  .ac-menu input:checked ~ label::after {
    content: url(../images/yajirusi_ue.svg);
  }
}

@media all and (max-width: 768px) {
  .ac-menu input:checked ~ label::after {
    content: url(../images/yajirusi_ue_sp.svg);
  }
}

@media all and (max-width: 767px) {
  .ac-menu input:checked ~ label::after {
    content: url(../images/yajirusi_ue_sp.svg);
  }
}

.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* 開閉スピード */
}

.ac-menu input:checked ~ div {
  height: auto;
  opacity: 1;
  margin: 0px 20px 20px;
  /* 中身の枠内の余白 */
  background: #fff;
  /* 中身の背景色 */
  text-align: left;
  color: #46b035;
}

.ac-menu input:checked ~ div p {
  margin-top: 20px;
  margin-bottom: 0;
}

.ac-menu-inside {
  color: #46b035;
  /* 中身の文字色 */
  font-size: 1.25vw;
  /* 中身の文字サイズ */
  line-height: 2;
  /* 行間 */
  border-top: 1px solid #46b035;
}

@media all and (min-width: 1201px) {
  .ac-menu-inside {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .ac-menu-inside {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .ac-menu-inside {
    font-size: 2.133vw;
  }
}

footer .bg_g {
  background: #efefef;
}

footer .inner {
  width: 42.969vw;
  /* 好きな幅 */
  max-width: 100%;
  margin: 3.125vw auto;
}

@media all and (min-width: 1201px) {
  footer .inner {
    width: 550px;
    margin: 40px auto;
  }
}

@media all and (max-width: 768px) {
  footer .inner {
    width: 450px;
    margin: 20px auto;
  }
}

@media all and (max-width: 767px) {
  footer .inner {
    width: 60vw;
    margin: 2.667vw auto;
  }
}

footer .inner img {
  width: 100%;
}

footer img {
  margin: 0 auto;
  padding-top: 3.906vw;
}

@media all and (min-width: 1201px) {
  footer img {
    padding-top: 50px;
  }
}

@media all and (max-width: 768px) {
  footer img {
    padding-top: 30px;
  }
}

@media all and (max-width: 767px) {
  footer img {
    padding-top: 4vw;
  }
}

footer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.563vw;
}

@media all and (min-width: 1201px) {
  footer .flex {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  footer .flex {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 30.667vw;
  }
}

footer .flex p {
  text-align: left;
  display: inline-block;
}

footer .mr_10 {
  margin-right: 0.781vw;
}

@media all and (min-width: 1201px) {
  footer .mr_10 {
    margin-right: 10px;
  }
}

@media all and (max-width: 768px) {
  footer .mr_10 {
    margin-right: 10px;
  }
}

@media all and (max-width: 767px) {
  footer .mr_10 {
    margin-right: 1.333vw;
  }
}

footer p {
  margin-top: 0.781vw;
  margin-bottom: 0.781vw;
  font-size: 1.328vw;
}

@media all and (min-width: 1201px) {
  footer p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
  }
}

@media all and (max-width: 768px) {
  footer p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  footer p {
    margin-top: 1.333vw;
    margin-bottom: 1.333vw;
    font-size: 2.133vw;
  }
}

footer .p_box {
  margin-top: 1.563vw;
  padding-bottom: 1.563vw;
}

@media all and (min-width: 1201px) {
  footer .p_box {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

footer .bg_b {
  background: #201513;
}

@media all and (max-width: 768px) {
  footer .bg_b {
    padding: 0 100px;
  }
}

@media all and (max-width: 767px) {
  footer .bg_b {
    padding: 0 13.333vw;
  }
}

footer .bg_b p {
  color: #fff;
  font-size: 0.938vw;
  margin: 0;
}

@media all and (min-width: 1201px) {
  footer .bg_b p {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  footer .bg_b p {
    font-size: 8px;
  }
}

@media all and (max-width: 767px) {
  footer .bg_b p {
    font-size: 1.067vw;
  }
}

footer .bg_b_1 {
  margin-top: 0;
  padding-top: 0.781vw;
}

@media all and (min-width: 1201px) {
  footer .bg_b_1 {
    padding-top: 10px;
  }
}

@media all and (max-width: 768px) {
  footer .bg_b_1 {
    padding-top: 10px;
  }
}

@media all and (max-width: 767px) {
  footer .bg_b_1 {
    padding-top: 1.333vw;
  }
}

footer .bg_b_2 {
  padding-bottom: 0.781vw;
  padding-top: 0.781vw;
}

@media all and (min-width: 1201px) {
  footer .bg_b_2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media all and (max-width: 768px) {
  footer .bg_b_2 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media all and (max-width: 767px) {
  footer .bg_b_2 {
    padding-bottom: 1.333vw;
    padding-top: 1.333vw;
  }
}

footer a {
  color: #201513;
}
/*# sourceMappingURL=style.css.map */
