/*! destyle.css v2.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;
}
/**
 * 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;
  line-height: 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;
  /* 2 */
  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;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
/**
 * 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;
}
/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
 * 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;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 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 {
  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;
}
/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}
/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  font-size: 625%;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.14em;
  letter-spacing: 0.01em;
  line-height: 1.85;
  color: #3b2e26;
  background-color: #fff6f0;
  overflow: hidden;
  width: 100%;
}
#header {
  position: relative;
  border-bottom: 3px solid #3b2e26;
  background-color: #fff;
}
#header .logos {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  padding: 9px;
  margin-bottom: 10px;
}
@media screen and (min-width: 780px) {
  #header .logos {
    flex-direction: column;
    align-items: baseline;
    padding: 16px 0 0 50px;
  }
}
#header .logos h1 {
  font-size: 0.1rem;
  line-height: 1.5;
  transform: scale(0.8);
  margin-left: -8px;
}
@media screen and (min-width: 780px) {
  #header .logos h1 {
    font-size: 0.12rem;
    margin-bottom: 0.5em;
  }
  #header .logos h1 br {
    display: none;
  }
}
#header .logos a img {
  width: 113px;
  height: auto;
}
@media screen and (min-width: 780px) {
  #header .logos a img {
    width: 182px;
  }
}
#header .contact {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 780px) {
  #header .contact {
    right: 25px;
    top: 16px;
  }
}
#header .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 45px;
  height: 45px;
  background-color: #624b3d;
}
@media screen and (min-width: 780px) {
  #header .contact a {
    width: 178px;
    height: 55px;
    border-radius: 3px;
    flex-direction: row;
  }
}
#header .contact a svg {
  height: 19px;
  width: auto;
}
#header .contact a span {
  font-size: 0.1rem;
  letter-spacing: 0;
  color: #fff;
  display: block;
  transform: scale(0.7);
  white-space: nowrap;
  margin-bottom: -4px;
}
@media screen and (min-width: 780px) {
  #header .contact a span {
    font-size: 0.16rem;
    transform: scale(1);
    margin: 0 0 0 0.8em;
  }
}
#header .sp-menu-icon {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 45px;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  #header .sp-menu-icon {
    display: none;
  }
}
#header .header-menu {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  transform: translate(101vw, 0);
}
#header .header-menu.open {
  transform: translate(0, 0);
}
@media screen and (min-width: 780px) {
  #header .header-menu {
    transform: translate(0, 0);
    position: absolute;
    top: 16px;
    right: 230px;
    background: none;
    left: inherit;
    width: auto;
    height: auto;
    font-size: 0.12rem;
  }
}
@media screen and (min-width: 780px) {
  #header .header-menu ul {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 780px) {
  #header .header-menu ul li {
    padding: 0 20px;
    border-right: 1px solid #3b2e26;
  }
  #header .header-menu ul li:last-child {
    border: none;
  }
}
#header .tab-menu {
  padding: 0 6px;
}
@media screen and (min-width: 780px) {
  #header .tab-menu {
    max-width: 1152px;
    margin: 0 auto;
  }
}
#header .tab-menu ul {
  display: flex;
  justify-content: space-between;
}
#header .tab-menu ul li {
  width: calc((100% - 8px) / 3);
}
#header .tab-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.1rem;
  width: 100%;
  height: 36px;
  background-color: #f5f5f5;
  border-radius: 3px 3px 0 0;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 780px) {
  #header .tab-menu ul li a {
    font-size: 0.16rem;
    height: 50px;
  }
}
#header .tab-menu ul li a.active, #header .tab-menu ul li a:hover {
  background-color: #624b3d;
  color: #fff;
  height: 40px;
  margin-top: -4px;
}
@media screen and (min-width: 780px) {
  #header .tab-menu ul li a.active, #header .tab-menu ul li a:hover {
    height: 54px;
  }
}
footer {
  border-top: 3px solid #3b2e26;
  background: #fff;
}
footer .footer-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    border-left: 3px solid #3b2e26;
    border-right: 3px solid #3b2e26;
  }
}
footer .footer-wrap .footer-column1 {
  width: 50%;
  padding: 14px;
  border-right: 1px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column1 {
    width: 270px;
    border-right: 3px solid #3b2e26;
    padding: 20px;
  }
}
footer .footer-wrap .footer-column1 h3 {
  font-size: 0.12rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column1 h3 {
    font-size: 0.16rem;
  }
}
footer .footer-wrap .footer-column1 h3 svg {
  margin-right: 10px;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column1 ul li {
    margin-bottom: 0.5em;
  }
  footer .footer-wrap .footer-column1 ul li:last-child {
    margin: 0;
  }
}
footer .footer-wrap .footer-column1 ul li a {
  font-size: 0.1rem;
  font-weight: 600;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column1 ul li a {
    font-size: 0.14rem;
  }
}
footer .footer-wrap .footer-column2 {
  width: 50%;
  padding: 14px;
  border-left: 1px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column2 {
    width: calc(100% - 640px);
    border: none;
    padding: 20px 20px 0;
  }
}
footer .footer-wrap .footer-column2 h3 {
  font-size: 0.12rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column2 h3 {
    font-size: 0.16rem;
  }
}
footer .footer-wrap .footer-column2 h3 svg {
  margin-right: 10px;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column2 ul li {
    margin-bottom: 0.5em;
  }
  footer .footer-wrap .footer-column2 ul li:last-child {
    margin-bottom: 20px;
  }
}
footer .footer-wrap .footer-column2 ul li a {
  font-size: 0.1rem;
  font-weight: 600;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column2 ul li a {
    font-size: 0.14rem;
  }
}
footer .footer-wrap .footer-column2 .pc {
  display: none;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column2 .pc {
    display: flex;
    align-items: center;
    padding: 20px;
    border-top: 3px solid #3b2e26;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  footer .footer-wrap .footer-column2 .pc h3 {
    padding-right: 90px;
    position: relative;
    margin: 0;
  }
  footer .footer-wrap .footer-column2 .pc h3:after {
    content: '';
    display: block;
    width: 58px;
    height: 2px;
    background-color: #3b2e26;
    position: absolute;
    right: 16px;
  }
  footer .footer-wrap .footer-column2 .pc ul {
    display: flex;
    align-items: center;
  }
  footer .footer-wrap .footer-column2 .pc ul li {
    margin: 0;
    margin-right: 14px;
  }
}
footer .footer-wrap .footer-column3 {
  width: 100%;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column3 {
    width: 370px;
    border-left: 3px solid #3b2e26;
    padding: 20px;
  }
}
footer .footer-wrap .footer-column3 .sp {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid #3b2e26;
  border-bottom: 2px solid #3b2e26;
  margin-bottom: 30px;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column3 .sp {
    display: none;
  }
}
footer .footer-wrap .footer-column3 .sp h3 {
  text-align: center;
  font-size: 0.12rem;
  font-weight: 600;
  margin-bottom: 36px;
  position: relative;
}
footer .footer-wrap .footer-column3 .sp h3:after {
  width: 1px;
  height: 16px;
  display: block;
  background: #3b2e26;
  content: '';
  position: absolute;
  right: 50%;
  bottom: -20px;
}
footer .footer-wrap .footer-column3 .sp ul {
  display: flex;
  justify-content: center;
}
footer .footer-wrap .footer-column3 .sp ul li:first-child {
  margin-right: 20px;
}
footer .footer-wrap .footer-column3 > h3 {
  font-size: 0.12rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column3 > h3 {
    font-size: 0.16rem;
    text-align: left;
  }
}
footer .footer-wrap .footer-column3 figure {
  width: 178px;
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column3 figure {
    margin: 0;
  }
}
footer .footer-wrap .footer-column3 figure img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
footer .footer-wrap .footer-column3 p {
  font-size: 0.1rem;
  width: 272px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-column3 p {
    margin: 0;
    font-size: 0.12rem;
    width: 100%;
  }
}
footer .cp {
  background: #3b2e26;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.1rem;
  height: 40px;
}
@media screen and (min-width: 780px) {
  footer .cp {
    font-size: 0.14rem;
    height: 67px;
  }
}
.pagenation {
  margin: 0 auto 80px;
}
@media screen and (min-width: 780px) {
  .pagenation {
    margin: 0 auto 120px;
  }
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation ul li {
  margin-right: 13px;
}
.pagenation ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 3px;
}
.pagenation ul li.active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #3b2e26;
  color: #fff;
  border-radius: 3px;
}
.home-slider {
  padding: 14px 14px 0;
  margin: 0 auto 14px;
}
@media screen and (min-width: 780px) {
  .home-slider {
    max-width: 1168px;
  }
}
.home-slider .pc {
  display: none;
}
@media screen and (min-width: 780px) {
  .home-slider .pc {
    display: block;
    width: 100%;
    height: auto;
  }
}
.home-slider .sp {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 780px) {
  .home-slider .sp {
    display: none;
  }
}
#home-news-block {
  padding: 0 14px;
}
@media screen and (min-width: 780px) {
  #home-news-block {
    max-width: 1168px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
#home-news-block .news {
  padding: 14px;
  margin-bottom: 20px;
}
@media screen and (min-width: 780px) {
  #home-news-block .news {
    background-color: #f5f5f5;
    width: calc(100% - 367px);
    margin: 0;
    padding: 24px;
    display: flex;
    align-items: flex-start;
  }
}
#home-news-block .news h3 {
  background: #3b2e26;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 4px 10px;
  font-size: 0.1rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 780px) {
  #home-news-block .news h3 {
    font-size: 0.16rem;
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 780px) {
  #home-news-block .news > div {
    width: calc(100% - 90px);
  }
}
#home-news-block .news > div ul {
  margin-bottom: 10px;
}
@media screen and (min-width: 780px) {
  #home-news-block .news > div ul {
    margin: 0;
  }
}
#home-news-block .news > div ul li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 780px) {
  #home-news-block .news > div ul li {
    margin-bottom: 0.5em;
  }
}
#home-news-block .news > div ul li a {
  font-size: 0.12rem;
  white-space: nowrap;
}
@media screen and (min-width: 780px) {
  #home-news-block .news > div ul li a {
    font-size: 0.14rem;
  }
}
#home-news-block .news > div ul li a span {
  text-decoration: underline;
}
#home-news-block .news > div > a {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_98%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2098%22%20transform%3D%22translate(-870%20-759)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_18%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2018%22%20cx%3D%229%22%20cy%3D%229%22%20r%3D%229%22%20transform%3D%22translate(870%20759)%22%20fill%3D%22%23f7d730%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_83%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2083%22%20d%3D%22M4%2C0%2C8%2C7H0Z%22%20transform%3D%22translate(883.5%20764.5)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 28px;
  font-size: 0.12rem;
  text-align: right;
  text-decoration: underline;
  display: block;
}
#home-news-block .beginner {
  background-image: url(../images/top/home-beginner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 780px) {
  #home-news-block .beginner {
    width: 353px;
    height: 166px;
  }
}
#home-news-block .beginner a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 117px;
  padding: 0 36px;
}
@media screen and (min-width: 780px) {
  #home-news-block .beginner a {
    width: 353px;
    height: 166px;
  }
}
#home-news-block .beginner a span {
  display: block;
  width: 100%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_98%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2098%22%20transform%3D%22translate(-870%20-759)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_18%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2018%22%20cx%3D%229%22%20cy%3D%229%22%20r%3D%229%22%20transform%3D%22translate(870%20759)%22%20fill%3D%22%23f7d730%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_83%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2083%22%20d%3D%22M4%2C0%2C8%2C7H0Z%22%20transform%3D%22translate(883.5%20764.5)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.15rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
#home-entrepreneur, #home-company {
  padding: 80px 14px;
}
@media screen and (min-width: 780px) {
  #home-entrepreneur > div, #home-company > div {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
#home-entrepreneur > div > div:first-child, #home-company > div > div:first-child {
  margin-bottom: 28px;
}
@media screen and (min-width: 780px) {
  #home-entrepreneur > div > div:first-child, #home-company > div > div:first-child {
    margin: 0;
    width: 270px;
  }
}
#home-entrepreneur > div > div:first-child h3, #home-company > div > div:first-child h3 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
#home-entrepreneur > div > div:first-child h3 span:first-child, #home-company > div > div:first-child h3 span:first-child {
  font-size: 0.21rem;
  font-weight: 600;
  display: block;
}
#home-entrepreneur > div > div:first-child h3 span:last-child, #home-company > div > div:first-child h3 span:last-child {
  font-size: 0.12rem;
  font-weight: 600;
  display: block;
}
#home-entrepreneur > div > div:first-child p, #home-company > div > div:first-child p {
  font-size: 0.1rem;
  text-align: center;
  margin-bottom: 30px;
}
#home-entrepreneur > div > div:first-child p br, #home-company > div > div:first-child p br {
  display: none;
}
#home-entrepreneur > div > div:first-child > a, #home-company > div > div:first-child > a {
  background-color: #624b3d;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-4639%2C7791a8.008%2C8.008%2C0%2C0%2C1-8-8%2C8.009%2C8.009%2C0%2C0%2C1%2C8-8%2C8.01%2C8.01%2C0%2C0%2C1%2C8%2C8A8.009%2C8.009%2C0%2C0%2C1-4639%2C7791Zm-2.5-12.123h0v8l7-4-7-4Z%22%20transform%3D%22translate(4647%20-7775)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 22px center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 780px) {
  #home-entrepreneur > div > div:last-child, #home-company > div > div:last-child {
    margin: 0;
    width: calc(100% - 340px);
  }
}
#home-entrepreneur > div > div:last-child .lists, #home-company > div > div:last-child .lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 28px;
}
#home-entrepreneur > div > div:last-child .lists a, #home-company > div > div:last-child .lists a {
  display: block;
  width: calc((100% - 14px) / 2);
  margin-bottom: 14px;
  position: relative;
}
@media screen and (min-width: 780px) {
  #home-entrepreneur > div > div:last-child .lists a, #home-company > div > div:last-child .lists a {
    width: calc((100% - 28px) / 3);
  }
}
#home-entrepreneur > div > div:last-child .lists a:after, #home-company > div > div:last-child .lists a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 0.2s ease-in-out;
  border: 0 solid #f7d730;
  box-sizing: border-box;
  z-index: 0;
}
#home-entrepreneur > div > div:last-child .lists a:hover:after, #home-company > div > div:last-child .lists a:hover:after {
  border-width: 6px;
}
#home-entrepreneur > div > div:last-child .lists a figure img, #home-company > div > div:last-child .lists a figure img {
  width: 100%;
  height: auto;
}
#home-entrepreneur > div > div:last-child .lists a > div, #home-company > div > div:last-child .lists a > div {
  background-color: #fff;
  padding: 8px;
}
@media screen and (min-width: 780px) {
  #home-entrepreneur > div > div:last-child .lists a > div, #home-company > div > div:last-child .lists a > div {
    padding: 14px;
  }
}
#home-entrepreneur > div > div:last-child .lists a > div h4, #home-company > div > div:last-child .lists a > div h4 {
  font-size: 0.1rem;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  #home-entrepreneur > div > div:last-child .lists a > div h4, #home-company > div > div:last-child .lists a > div h4 {
    font-size: 0.14rem;
  }
}
#home-entrepreneur > div > div:last-child .lists a > div .tags, #home-company > div > div:last-child .lists a > div .tags {
  display: flex;
}
#home-entrepreneur > div > div:last-child .lists a > div .tags .name, #home-company > div > div:last-child .lists a > div .tags .name {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
  margin-right: 10px;
}
@media screen and (min-width: 780px) {
  #home-entrepreneur > div > div:last-child .lists a > div .tags .name, #home-company > div > div:last-child .lists a > div .tags .name {
    margin-right: 20px;
  }
}
#home-entrepreneur > div > div:last-child .lists a > div .tags .name svg, #home-company > div > div:last-child .lists a > div .tags .name svg {
  margin-right: 4px;
}
#home-entrepreneur > div > div:last-child .lists a > div .tags .job, #home-company > div > div:last-child .lists a > div .tags .job {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
}
#home-entrepreneur > div > div:last-child .lists a > div .tags .job svg, #home-company > div > div:last-child .lists a > div .tags .job svg {
  margin-right: 4px;
}
#home-entrepreneur > div > div:last-child > a, #home-company > div > div:last-child > a {
  background-color: #624b3d;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-4639%2C7791a8.008%2C8.008%2C0%2C0%2C1-8-8%2C8.009%2C8.009%2C0%2C0%2C1%2C8-8%2C8.01%2C8.01%2C0%2C0%2C1%2C8%2C8A8.009%2C8.009%2C0%2C0%2C1-4639%2C7791Zm-2.5-12.123h0v8l7-4-7-4Z%22%20transform%3D%22translate(4647%20-7775)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 22px center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 780px) {
  #home-entrepreneur > div > div:last-child > a, #home-company > div > div:last-child > a {
    max-width: 100%;
  }
}
#home-company {
  background: #f7d730;
}
#home-company > div > div:last-child .lists a {
  position: relative;
}
#home-company > div > div:last-child .lists a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 0.2s ease-in-out;
  border: 0 solid #624b3d;
  box-sizing: border-box;
  z-index: 0;
}
#home-company > div > div:last-child .lists a:hover:after {
  border-width: 6px;
}
#entrepreneur-archive {
  padding: 20px 14px;
  margin: 0 auto;
}
#entrepreneur-archive h2 {
  background-color: #f7d730;
  font-size: 0.15rem;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  padding: 1em 0;
  position: relative;
  margin-bottom: 28px;
}
@media screen and (min-width: 780px) {
  #entrepreneur-archive h2 {
    font-size: 0.24rem;
    max-width: 1140px;
    margin: 0 auto 28px;
  }
}
#entrepreneur-archive h2:before {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 6px);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #f7d730 transparent transparent transparent;
}
#entrepreneur-archive h2 span {
  font-size: 0.1rem;
  display: block;
}
@media screen and (min-width: 780px) {
  #entrepreneur-archive h2 span {
    font-size: 0.14rem;
  }
}
#entrepreneur-archive > div {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  #entrepreneur-archive > div {
    max-width: 1140px;
  }
}
#entrepreneur-archive > div a {
  display: block;
  width: calc((100% - 14px) / 2);
  margin-bottom: 14px;
  position: relative;
}
@media screen and (min-width: 780px) {
  #entrepreneur-archive > div a {
    width: calc((100% - 42px) / 4);
  }
}
#entrepreneur-archive > div a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 0.2s ease-in-out;
  border: 0 solid #f7d730;
  box-sizing: border-box;
  z-index: 0;
}
#entrepreneur-archive > div a:hover:after {
  border-width: 6px;
}
#entrepreneur-archive > div a figure img {
  width: 100%;
  height: auto;
}
#entrepreneur-archive > div a > div {
  background-color: #fff;
  padding: 8px;
}
@media screen and (min-width: 780px) {
  #entrepreneur-archive > div a > div {
    padding: 14px;
  }
}
#entrepreneur-archive > div a > div h4 {
  font-size: 0.1rem;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  #entrepreneur-archive > div a > div h4 {
    font-size: 0.14rem;
  }
}
#entrepreneur-archive > div a > div .tags {
  display: flex;
}
#entrepreneur-archive > div a > div .tags .name {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
  margin-right: 10px;
}
@media screen and (min-width: 780px) {
  #entrepreneur-archive > div a > div .tags .name {
    margin-right: 20px;
  }
}
#entrepreneur-archive > div a > div .tags .name svg {
  margin-right: 4px;
  height: 14px;
  width: auto;
}
#entrepreneur-archive > div a > div .tags .job {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
}
#entrepreneur-archive > div a > div .tags .job svg {
  margin-right: 4px;
  height: 11px;
  width: auto;
}
#entrepreneur-archive > a {
  background-color: #624b3d;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-4639%2C7791a8.008%2C8.008%2C0%2C0%2C1-8-8%2C8.009%2C8.009%2C0%2C0%2C1%2C8-8%2C8.01%2C8.01%2C0%2C0%2C1%2C8%2C8A8.009%2C8.009%2C0%2C0%2C1-4639%2C7791Zm-2.5-12.123h0v8l7-4-7-4Z%22%20transform%3D%22translate(4647%20-7775)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 22px center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 780px) {
  #entrepreneur-archive > a {
    max-width: 100%;
  }
}
#entrepreneur-single-contents {
  padding: 20px 14px;
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents {
    padding: 35px 14px 74px;
  }
}
#entrepreneur-single-contents .entrepreneur-header {
  background-color: #fff;
  border-bottom: 2px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-header {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    border-bottom: 3px solid #3b2e26;
  }
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-header figure {
    max-width: 636px;
    width: 56%;
  }
}
#entrepreneur-single-contents .entrepreneur-header figure img {
  width: 100%;
  height: auto;
}
#entrepreneur-single-contents .entrepreneur-header > div {
  padding: 18px;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-header > div {
    max-width: 504px;
    width: 44%;
    padding: 35px;
  }
}
#entrepreneur-single-contents .entrepreneur-header > div h2 {
  font-size: 0.16rem;
  line-height: 1.4;
  margin: 0 0 1em;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-header > div h2 {
    font-size: 0.24rem;
    margin-bottom: 1.5em;
  }
}
#entrepreneur-single-contents .entrepreneur-header > div .tags {
  display: flex;
  border-bottom: 1px solid #3b2e26;
  padding-bottom: 5px;
  margin-bottom: 1em;
}
#entrepreneur-single-contents .entrepreneur-header > div .tags .name {
  display: flex;
  align-items: center;
  font-size: 0.13rem;
  margin-right: 40px;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-header > div .tags .name {
    font-size: 0.17rem;
  }
}
#entrepreneur-single-contents .entrepreneur-header > div .tags .name svg {
  margin-right: 10px;
  height: 26px;
  width: auto;
}
#entrepreneur-single-contents .entrepreneur-header > div .tags .job {
  display: flex;
  align-items: center;
  font-size: 0.13rem;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-header > div .tags .job {
    font-size: 0.17rem;
  }
}
#entrepreneur-single-contents .entrepreneur-header > div .tags .job svg {
  margin-right: 10px;
  height: 20px;
  width: auto;
}
#entrepreneur-single-contents .entrepreneur-header > div .profile {
  font-size: 0.1rem;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-header > div .profile {
    font-size: 0.12rem;
  }
}
#entrepreneur-single-contents .entrepreneur-content {
  background-color: #fff;
  padding: 10px 18px;
  font-size: 0.11rem;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-content {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 0.14rem;
  }
}
#entrepreneur-single-contents .entrepreneur-content article {
  max-width: 600px;
  margin: 0 auto;
}
#entrepreneur-single-contents .entrepreneur-content article h2 {
  font-size: 0.14rem;
  font-weight: 400;
  border-left: 4px solid #f7d730;
  background: #f5f5f5;
  padding: 8px;
  margin: 2em auto 1em;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-content article h2 {
    font-size: 0.21rem;
    border-left: 10px solid #f7d730;
  }
}
#entrepreneur-single-contents .entrepreneur-content article figure {
  margin-bottom: 1em;
}
#entrepreneur-single-contents .entrepreneur-content article figure img {
  max-width: 100%;
  height: auto;
}
#entrepreneur-single-contents .entrepreneur-content article p {
  margin-bottom: 1em;
}
#entrepreneur-single-contents .entrepreneur-content > h2 {
  font-size: 0.14rem;
  font-weight: 600;
  background-color: #f7d730;
  padding: 1em;
  text-align: center;
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-bottom: 1em;
  margin-top: 4em;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-content > h2 {
    font-size: 0.18rem;
  }
}
#entrepreneur-single-contents .entrepreneur-content > p {
  text-align: center;
  margin-bottom: 1em;
  font-size: 0.16rem;
}
#entrepreneur-single-contents .entrepreneur-content > a {
  background-color: #624b3d;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-4639%2C7791a8.008%2C8.008%2C0%2C0%2C1-8-8%2C8.009%2C8.009%2C0%2C0%2C1%2C8-8%2C8.01%2C8.01%2C0%2C0%2C1%2C8%2C8A8.009%2C8.009%2C0%2C0%2C1-4639%2C7791Zm-2.5-12.123h0v8l7-4-7-4Z%22%20transform%3D%22translate(4647%20-7775)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 22px center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 270px;
  margin: 0 auto 1em;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 780px) {
  #entrepreneur-single-contents .entrepreneur-content > a {
    max-width: 600px;
    font-size: 0.16rem;
  }
}
#entrepreneur-etc {
  background-color: #f5f5f5;
  padding: 74px 14px;
}
#entrepreneur-etc h2 {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 600;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 780px) {
  #entrepreneur-etc h2 {
    font-size: 0.21rem;
  }
}
#entrepreneur-etc > div {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  #entrepreneur-etc > div {
    max-width: 1140px;
  }
}
#entrepreneur-etc > div a {
  display: block;
  width: calc((100% - 14px) / 2);
  margin-bottom: 14px;
  position: relative;
}
@media screen and (min-width: 780px) {
  #entrepreneur-etc > div a {
    width: calc((100% - 42px) / 4);
  }
}
#entrepreneur-etc > div a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 0.2s ease-in-out;
  border: 0 solid #f7d730;
  box-sizing: border-box;
  z-index: 0;
}
#entrepreneur-etc > div a:hover:after {
  border-width: 6px;
}
#entrepreneur-etc > div a figure img {
  width: 100%;
  height: auto;
}
#entrepreneur-etc > div a > div {
  background-color: #fff;
  padding: 8px;
}
@media screen and (min-width: 780px) {
  #entrepreneur-etc > div a > div {
    padding: 14px;
  }
}
#entrepreneur-etc > div a > div h4 {
  font-size: 0.1rem;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  #entrepreneur-etc > div a > div h4 {
    font-size: 0.14rem;
  }
}
#entrepreneur-etc > div a > div .tags {
  display: flex;
}
#entrepreneur-etc > div a > div .tags .name {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
  margin-right: 10px;
}
@media screen and (min-width: 780px) {
  #entrepreneur-etc > div a > div .tags .name {
    margin-right: 20px;
  }
}
#entrepreneur-etc > div a > div .tags .name svg {
  margin-right: 4px;
  height: 14px;
  width: auto;
}
#entrepreneur-etc > div a > div .tags .job {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
}
#entrepreneur-etc > div a > div .tags .job svg {
  margin-right: 4px;
  height: 11px;
  width: auto;
}
#company-archive {
  background-color: #f7d730;
  padding: 20px 14px;
  margin: 0 auto;
}
#company-archive h2 {
  background-color: #624b3d;
  color: #fff;
  font-size: 0.15rem;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  padding: 1em 0;
  position: relative;
  margin-bottom: 28px;
}
@media screen and (min-width: 780px) {
  #company-archive h2 {
    font-size: 0.24rem;
    max-width: 1140px;
    margin: 0 auto 28px;
  }
}
#company-archive h2:before {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 6px);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #624b3d transparent transparent transparent;
}
#company-archive h2 span {
  font-size: 0.1rem;
  display: block;
}
@media screen and (min-width: 780px) {
  #company-archive h2 span {
    font-size: 0.14rem;
  }
}
#company-archive > div {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  #company-archive > div {
    max-width: 1140px;
  }
}
#company-archive > div a {
  display: block;
  width: calc((100% - 14px) / 2);
  margin-bottom: 14px;
  position: relative;
}
@media screen and (min-width: 780px) {
  #company-archive > div a {
    width: calc((100% - 42px) / 4);
  }
}
#company-archive > div a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 0.2s ease-in-out;
  border: 0 solid #624b3d;
  box-sizing: border-box;
  z-index: 0;
}
#company-archive > div a:hover:after {
  border-width: 6px;
}
#company-archive > div a figure img {
  width: 100%;
  height: auto;
}
#company-archive > div a > div {
  background-color: #fff;
  padding: 8px;
}
@media screen and (min-width: 780px) {
  #company-archive > div a > div {
    padding: 14px;
  }
}
#company-archive > div a > div h4 {
  font-size: 0.1rem;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  #company-archive > div a > div h4 {
    font-size: 0.14rem;
  }
}
#company-archive > div a > div .tags {
  display: flex;
}
#company-archive > div a > div .tags .name {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
  margin-right: 10px;
}
@media screen and (min-width: 780px) {
  #company-archive > div a > div .tags .name {
    margin-right: 20px;
  }
}
#company-archive > div a > div .tags .name svg {
  margin-right: 4px;
  height: 14px;
  width: auto;
}
#company-archive > div a > div .tags .job {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
}
#company-archive > div a > div .tags .job svg {
  margin-right: 4px;
  height: 11px;
  width: auto;
}
#company-archive > a {
  background-color: #624b3d;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-4639%2C7791a8.008%2C8.008%2C0%2C0%2C1-8-8%2C8.009%2C8.009%2C0%2C0%2C1%2C8-8%2C8.01%2C8.01%2C0%2C0%2C1%2C8%2C8A8.009%2C8.009%2C0%2C0%2C1-4639%2C7791Zm-2.5-12.123h0v8l7-4-7-4Z%22%20transform%3D%22translate(4647%20-7775)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 22px center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 270px;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 780px) {
  #company-archive > a {
    max-width: 100%;
  }
}
.post-type-archive-company {
  background-color: #f7d730;
}
#company-single-contents {
  padding: 20px 14px;
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  #company-single-contents {
    padding: 35px 14px 74px;
  }
}
#company-single-contents .company-header {
  background-color: #fff;
  border-bottom: 2px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-header {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    border-bottom: 3px solid #3b2e26;
  }
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-header figure {
    max-width: 636px;
    width: 56%;
  }
}
#company-single-contents .company-header figure img {
  width: 100%;
  height: auto;
}
#company-single-contents .company-header > div {
  padding: 18px;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-header > div {
    max-width: 504px;
    width: 44%;
    padding: 35px;
  }
}
#company-single-contents .company-header > div h2 {
  font-size: 0.16rem;
  line-height: 1.4;
  margin: 0 0 1em;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-header > div h2 {
    font-size: 0.24rem;
    margin-bottom: 1.5em;
  }
}
#company-single-contents .company-header > div .tags {
  display: flex;
  border-bottom: 1px solid #3b2e26;
  padding-bottom: 5px;
  margin-bottom: 1em;
}
#company-single-contents .company-header > div .tags .name {
  display: flex;
  align-items: center;
  font-size: 0.13rem;
  margin-right: 40px;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-header > div .tags .name {
    font-size: 0.17rem;
  }
}
#company-single-contents .company-header > div .tags .name svg {
  margin-right: 10px;
  height: 26px;
  width: auto;
}
#company-single-contents .company-header > div .tags .job {
  display: flex;
  align-items: center;
  font-size: 0.13rem;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-header > div .tags .job {
    font-size: 0.17rem;
  }
}
#company-single-contents .company-header > div .tags .job svg {
  margin-right: 10px;
  height: 20px;
  width: auto;
}
#company-single-contents .company-header > div .profile {
  font-size: 0.1rem;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-header > div .profile {
    font-size: 0.12rem;
  }
}
#company-single-contents .company-content {
  background-color: #fff;
  padding: 10px 18px;
  font-size: 0.11rem;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-content {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 0.14rem;
  }
}
#company-single-contents .company-content article {
  max-width: 600px;
  margin: 0 auto;
}
#company-single-contents .company-content article h2 {
  font-size: 0.14rem;
  font-weight: 400;
  border-left: 4px solid #f7d730;
  background: #f5f5f5;
  padding: 8px;
  margin: 2em auto 1em;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-content article h2 {
    font-size: 0.21rem;
    border-left: 10px solid #f7d730;
  }
}
#company-single-contents .company-content article figure {
  margin-bottom: 1em;
}
#company-single-contents .company-content article figure img {
  max-width: 100%;
  height: auto;
}
#company-single-contents .company-content article p {
  margin-bottom: 1em;
}
#company-single-contents .company-content > h2 {
  font-size: 0.14rem;
  font-weight: 600;
  background-color: #f7d730;
  padding: 1em;
  text-align: center;
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-bottom: 1em;
  margin-top: 4em;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-content > h2 {
    font-size: 0.18rem;
  }
}
#company-single-contents .company-content > p {
  text-align: center;
  margin-bottom: 1em;
  font-size: 0.16rem;
}
#company-single-contents .company-content > a {
  background-color: #624b3d;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-4639%2C7791a8.008%2C8.008%2C0%2C0%2C1-8-8%2C8.009%2C8.009%2C0%2C0%2C1%2C8-8%2C8.01%2C8.01%2C0%2C0%2C1%2C8%2C8A8.009%2C8.009%2C0%2C0%2C1-4639%2C7791Zm-2.5-12.123h0v8l7-4-7-4Z%22%20transform%3D%22translate(4647%20-7775)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 22px center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 270px;
  margin: 0 auto 1em;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 780px) {
  #company-single-contents .company-content > a {
    max-width: 600px;
    font-size: 0.16rem;
  }
}
#company-etc {
  background-color: #f7d730;
  padding: 74px 14px;
}
#company-etc h2 {
  text-align: center;
  font-size: 0.16rem;
  font-weight: 600;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 780px) {
  #company-etc h2 {
    font-size: 0.21rem;
  }
}
#company-etc > div {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  #company-etc > div {
    max-width: 1140px;
  }
}
#company-etc > div a {
  display: block;
  width: calc((100% - 14px) / 2);
  margin-bottom: 14px;
  position: relative;
}
@media screen and (min-width: 780px) {
  #company-etc > div a {
    width: calc((100% - 42px) / 4);
  }
}
#company-etc > div a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 0.2s ease-in-out;
  border: 0 solid #624b3d;
  box-sizing: border-box;
  z-index: 0;
}
#company-etc > div a:hover:after {
  border-width: 6px;
}
#company-etc > div a figure img {
  width: 100%;
  height: auto;
}
#company-etc > div a > div {
  background-color: #fff;
  padding: 8px;
}
@media screen and (min-width: 780px) {
  #company-etc > div a > div {
    padding: 14px;
  }
}
#company-etc > div a > div h4 {
  font-size: 0.1rem;
  line-height: 1.5;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  #company-etc > div a > div h4 {
    font-size: 0.14rem;
  }
}
#company-etc > div a > div .tags {
  display: flex;
}
#company-etc > div a > div .tags .name {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
  margin-right: 10px;
}
@media screen and (min-width: 780px) {
  #company-etc > div a > div .tags .name {
    margin-right: 20px;
  }
}
#company-etc > div a > div .tags .name svg {
  margin-right: 4px;
  height: 14px;
  width: auto;
}
#company-etc > div a > div .tags .job {
  display: flex;
  align-items: center;
  font-size: 0.1rem;
}
#company-etc > div a > div .tags .job svg {
  margin-right: 4px;
  height: 11px;
  width: auto;
}
#news-archive {
  padding: 20px 14px;
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  #news-archive {
    padding: 35px 14px 74px;
  }
}
#news-archive > div {
  padding: 0 20px;
  background-color: #fff;
}
@media screen and (min-width: 780px) {
  #news-archive > div {
    max-width: 1140px;
    padding: 0 60px;
    margin: 0 auto;
  }
}
#news-archive > div > a {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #3b2e26;
}
@media screen and (min-width: 780px) {
  #news-archive > div > a {
    padding: 30px 0;
  }
}
#news-archive > div > a:first-child {
  border: none;
}
#news-archive > div > a .tags {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
#news-archive > div > a .tags .category {
  display: inline-block;
  font-size: 0.1rem;
  line-height: 1;
  background-color: #3b2e26;
  padding: 4px 10px;
  color: #fff;
  margin-right: 12px;
}
@media screen and (min-width: 780px) {
  #news-archive > div > a .tags .category {
    font-size: 0.16rem;
    margin-right: 20px;
  }
}
#news-archive > div > a .tags .date {
  font-size: 0.1rem;
}
@media screen and (min-width: 780px) {
  #news-archive > div > a .tags .date {
    font-size: 0.14rem;
  }
}
#news-archive > div > a dl {
  margin-bottom: 1em;
}
#news-archive > div > a dl dt {
  font-size: 0.13rem;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (min-width: 780px) {
  #news-archive > div > a dl dt {
    font-size: 0.21rem;
    margin-bottom: 0.5em;
  }
}
#news-archive > div > a dl dd {
  font-size: 0.11rem;
}
@media screen and (min-width: 780px) {
  #news-archive > div > a dl dd {
    font-size: 0.14rem;
  }
}
#news-archive > div > a .more {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_98%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2098%22%20transform%3D%22translate(-870%20-759)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_18%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2018%22%20cx%3D%229%22%20cy%3D%229%22%20r%3D%229%22%20transform%3D%22translate(870%20759)%22%20fill%3D%22%23f7d730%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_83%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2083%22%20d%3D%22M4%2C0%2C8%2C7H0Z%22%20transform%3D%22translate(883.5%20764.5)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 28px;
  font-size: 0.12rem;
  text-align: right;
  text-decoration: underline;
  display: block;
}
#single-content {
  padding: 20px 14px;
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  #single-content {
    padding: 35px 14px 74px;
  }
}
#single-content > div {
  background-color: #fff;
  padding: 20px 18px;
  font-size: 0.11rem;
}
@media screen and (min-width: 780px) {
  #single-content > div {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 0.14rem;
  }
}
#single-content > div header {
  max-width: 600px;
  margin: 0 auto;
}
#single-content > div header .tags {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
#single-content > div header .tags .category {
  display: inline-block;
  font-size: 0.1rem;
  line-height: 1;
  background-color: #3b2e26;
  padding: 4px 10px;
  color: #fff;
  margin-right: 12px;
}
@media screen and (min-width: 780px) {
  #single-content > div header .tags .category {
    font-size: 0.16rem;
    margin-right: 20px;
  }
}
#single-content > div header .tags .date {
  font-size: 0.1rem;
}
@media screen and (min-width: 780px) {
  #single-content > div header .tags .date {
    font-size: 0.14rem;
  }
}
#single-content > div header h1 {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #3b2e26;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
#single-content > div article {
  max-width: 600px;
  margin: 0 auto;
}
#single-content > div article h2 {
  font-size: 0.14rem;
  font-weight: 400;
  border-left: 4px solid #f7d730;
  background: #f5f5f5;
  padding: 8px;
  margin: 2em auto 1em;
}
@media screen and (min-width: 780px) {
  #single-content > div article h2 {
    font-size: 0.21rem;
    border-left: 10px solid #f7d730;
  }
}
#single-content > div article figure {
  margin-bottom: 1em;
}
#single-content > div article figure img {
  max-width: 100%;
  height: auto;
}
#single-content > div article p {
  margin-bottom: 1em;
}
#single-content > div article a {
  color: #4e84ff;
  text-decoration: underline;
}
#single-content > div .back {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 270px;
  margin: 50px auto 2em;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
  border: 1px solid #3b2e26;
  border-radius: 3px;
}
@media screen and (min-width: 780px) {
  #single-content > div .back {
    max-width: 600px;
    font-size: 0.16rem;
  }
}
#news-header {
  padding: 20px 14px 0;
  margin: 0 auto;
}
#news-header h2 {
  background-color: #624b3d;
  color: #fff;
  font-size: 0.15rem;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  padding: 1em 0;
  position: relative;
  margin-bottom: 28px;
}
@media screen and (min-width: 780px) {
  #news-header h2 {
    font-size: 0.24rem;
    max-width: 1140px;
    margin: 0 auto 28px;
  }
}
#news-header h2:before {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 6px);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #624b3d transparent transparent transparent;
}
#news-header h2 span {
  font-size: 0.1rem;
  display: block;
}
@media screen and (min-width: 780px) {
  #news-header h2 span {
    font-size: 0.14rem;
  }
}
#contact-wrap {
  padding: 0 14px;
}
#contact-wrap > div {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 780px) {
  #contact-wrap > div {
    max-width: 1080px;
    margin: 0 auto 80px;
    padding: 70px 26px;
  }
}
#contact-wrap > div > p:first-child {
  text-align: center;
  font-size: 0.12rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  #contact-wrap > div > p:first-child {
    font-size: 0.14rem;
    margin-bottom: 2em;
  }
}
#contact-wrap > div > div {
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  #contact-wrap > div > div {
    max-width: 840px;
    margin: 0 auto 2em;
  }
}
#contact-wrap > div > div dl {
  border: 1px solid #c4cbd5;
  border-top: none;
}
@media screen and (min-width: 780px) {
  #contact-wrap > div > div dl {
    display: flex;
    flex-wrap: wrap;
  }
}
#contact-wrap > div > div dl:first-child {
  border-top: 1px solid #c4cbd5;
}
#contact-wrap > div > div dl dt {
  padding: 1em;
  background-color: #f7f7f7;
  font-size: 0.12rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 780px) {
  #contact-wrap > div > div dl dt {
    width: 198px;
    border-right: 1px solid #c4cbd5;
    font-size: 0.14rem;
  }
}
#contact-wrap > div > div dl dt.required:before {
  content: '必須';
  display: inline-block;
  background-color: #fb9393;
  color: #fff;
  padding: 4px 6px;
  border-radius: 2px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 0.1rem;
}
#contact-wrap > div > div dl dt.optional:before {
  content: '任意';
  display: inline-block;
  background-color: #75c4fb;
  color: #fff;
  padding: 4px 6px;
  border-radius: 2px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 0.1rem;
}
#contact-wrap > div > div dl dd {
  padding: 10px 16px;
}
@media screen and (min-width: 780px) {
  #contact-wrap > div > div dl dd {
    width: calc(100% - 198px);
  }
}
#contact-wrap > div > div dl dd input[type="text"], #contact-wrap > div > div dl dd input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 0.14rem;
  padding: 1em;
  border: 1px solid #c4cbd5;
  background-color: #eff1f5;
  border-radius: 2px;
}
#contact-wrap > div > div dl dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 200px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.14rem;
  padding: 1em;
  border: 1px solid #c4cbd5;
  background-color: #eff1f5;
  border-radius: 2px;
}
#contact-wrap > div > div dl dd .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 780px) {
  #contact-wrap > div > div dl dd .mwform-tel-field {
    justify-content: flex-start;
  }
}
#contact-wrap > div > div dl dd .mwform-tel-field input {
  width: calc((100% - 30px) / 3);
}
@media screen and (min-width: 780px) {
  #contact-wrap > div > div dl dd .mwform-tel-field input {
    width: 100px;
  }
  #contact-wrap > div > div dl dd .mwform-tel-field input:first-child {
    margin-right: 8px;
  }
  #contact-wrap > div > div dl dd .mwform-tel-field input:nth-child(2) {
    margin: 0 8px;
  }
  #contact-wrap > div > div dl dd .mwform-tel-field input:nth-child(3) {
    margin: 0 0 0 8px;
  }
}
#contact-wrap > div > div dl dd .mwform-radio-field {
  margin: 0 0 1em !important;
  display: block;
}
@media screen and (min-width: 780px) {
  #contact-wrap > div > div dl dd .mwform-radio-field {
    margin: 0 1em 0 0 !important;
    display: inline-block;
  }
}
#contact-wrap > div p:nth-child(3) {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 780px) {
  #contact-wrap > div p:nth-child(3) {
    margin-bottom: 3em;
  }
}
#contact-wrap > div p:nth-child(3) .mwform-checkbox-field-text {
  display: none !important;
}
#contact-wrap > div p:nth-child(3) a {
  text-decoration: underline;
  color: #4371a7;
}
#contact-wrap > div input[name="submitConfirm"], #contact-wrap > div input[name="mwform_submitButton-900"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #624b3d;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-4639%2C7791a8.008%2C8.008%2C0%2C0%2C1-8-8%2C8.009%2C8.009%2C0%2C0%2C1%2C8-8%2C8.01%2C8.01%2C0%2C0%2C1%2C8%2C8A8.009%2C8.009%2C0%2C0%2C1-4639%2C7791Zm-2.5-12.123h0v8l7-4-7-4Z%22%20transform%3D%22translate(4647%20-7775)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 22px center;
  border: 1px solid #624b3d;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 270px;
  margin: 0 auto 0;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
  color: #fff;
}
#contact-wrap > div input[name="submitBack"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-8955.5%2C8915a6.508%2C6.508%2C0%2C0%2C1-6.5-6.5%2C6.508%2C6.508%2C0%2C0%2C1%2C6.5-6.5%2C6.508%2C6.508%2C0%2C0%2C1%2C6.5%2C6.5A6.508%2C6.508%2C0%2C0%2C1-8955.5%2C8915Zm1.648-8.936h0l-4.043%2C2.429%2C3.956%2C2.568.088-5Z%22%20transform%3D%22translate(8962%20-8901.999)%22%20fill%3D%22%23624b3d%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left 22px center;
  border: 1px solid #624b3d;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 270px;
  margin: 0 auto 0;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
}
@media screen and (min-width: 780px) {
  .mw_wp_form_confirm dl dt {
    padding: 1.5em !important;
  }
}
@media screen and (min-width: 780px) {
  .mw_wp_form_confirm dl dd {
    padding: 1.5em !important;
  }
}
.mw_wp_form_confirm p:nth-child(4) {
  display: none;
}
@media screen and (min-width: 780px) {
  .mw_wp_form_confirm .button-box {
    display: flex;
    justify-content: space-between;
  }
}
.mw_wp_form_confirm .button-box input[name="submitBack"] {
  margin-bottom: 1em !important;
}
@media screen and (min-width: 780px) {
  .mw_wp_form_confirm .button-box input[name="submitBack"] {
    margin-bottom: 0 !important;
  }
}
#contact-thanks {
  margin: 0 26px;
  padding: 40px 26px;
  background-color: #fff;
}
@media screen and (min-width: 780px) {
  #contact-thanks {
    padding: 70px 26px;
    max-width: 1080px;
    margin: 0 auto;
  }
}
#contact-thanks h2 {
  font-size: 0.18rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 780px) {
  #contact-thanks h2 {
    font-size: 0.24rem;
  }
}
#contact-thanks > p:nth-child(2) {
  text-align: center;
  font-size: 0.12rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 780px) {
  #contact-thanks > p:nth-child(2) {
    font-size: 0.14rem;
    margin-bottom: 2em;
  }
}
#contact-thanks > p:nth-child(2) br {
  display: none;
}
@media screen and (min-width: 780px) {
  #contact-thanks > p:nth-child(2) br {
    display: block;
  }
}
#contact-thanks a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_1%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%201%22%20d%3D%22M-8955.5%2C8915a6.508%2C6.508%2C0%2C0%2C1-6.5-6.5%2C6.508%2C6.508%2C0%2C0%2C1%2C6.5-6.5%2C6.508%2C6.508%2C0%2C0%2C1%2C6.5%2C6.5A6.508%2C6.508%2C0%2C0%2C1-8955.5%2C8915Zm1.648-8.936h0l-4.043%2C2.429%2C3.956%2C2.568.088-5Z%22%20transform%3D%22translate(8962%20-8901.999)%22%20fill%3D%22%23624b3d%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left 22px center;
  border: 1px solid #624b3d;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 270px;
  margin: 0 auto 0;
  border-radius: 3px;
  font-size: 0.12rem;
  font-weight: 600;
}
