@charset "UTF-8";
/*
Theme Name: WP PRO
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  line-height: 1;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
    # General elements
    # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
    # Forms
    # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
    # Specify media element style
    # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
    # Accessibility
    # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
    # Selection
    # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ---------------------------
          初期設定
-----------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  width: 100%;
}
input:focus {
  outline: 0;
  outline-offset: unset;
}

textarea {
  width: 100%;
  resize: none;
}
textarea:focus {
  outline: 0;
  outline-offset: unset;
}

p, h1, h2, h3, h4, h5 {
  max-height: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/wp-content/themes/wp-ai-press/fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/wp-content/themes/wp-ai-press/fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/wp-content/themes/wp-ai-press/fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.red {
  color: #ea3636;
}

.gold {
  color: #a88424;
}

.yellow {
  color: #eed519;
}

.orange {
  color: #ff6f00;
}

.blue {
  color: #1563a7;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.tabs__item {
  display: none;
}
.tabs__item.current {
  display: block;
}

.card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.card__list li {
  display: block;
  width: calc(25% - 15px);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.card__list li:hover {
  -webkit-box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
}
.card__list li a {
  height: 80px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 10px;
  position: relative;
}
.card__list li a::after {
  content: "";
  background-image: url(/wp-content/themes/wp-ai-press/images/arrow-right-gold.png);
  background-size: contain;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card__list li a:hover picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.card__list li a picture {
  width: 80px;
  overflow: hidden;
  height: 100%;
}
.card__list li a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card__list li a h4 {
  font-size: 17px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
.card__list__color {
  width: 50px;
  margin: 0 0 0 15px;
  overflow: hidden;
  height: calc(100% - 30px);
}

.tile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.tile__list li {
  width: 19%;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  display: block;
}
.tile__list li a {
  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;
  position: relative;
  height: 100%;
}
.tile__list li a::after {
  content: "";
  background: rgba(11, 11, 11, 0.55);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tile__list li a:hover::after {
  background: rgba(11, 11, 11, 0.5);
}
.tile__list li a:hover picture img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.tile__list li a picture {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tile__list li a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tile__list li a h4 {
  font-size: 18px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.slat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.slat__list li {
  display: block;
  width: calc(25% - 15px);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slat__list li:hover {
  -webkit-box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
}
.slat__list li a {
  height: 80px;
  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;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 20px;
  position: relative;
  padding: 0 25px;
}
.slat__list li a::after {
  content: "";
  background-image: url(/wp-content/themes/wp-ai-press/images/arrow-right-gold.png);
  background-size: contain;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slat__list li a h4 {
  font-size: 17px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.wpcf7-not-valid-tip {
  margin: 10px 0;
  text-align: left;
}

.wpcf7-response-output {
  border: none !important;
  background-color: #222;
  border-radius: 10px;
  padding: 20px !important;
  width: 100%;
  display: block;
  color: #fff;
}

.appealBtn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.appealBtn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
  .display-none-1200 {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .display-1200 {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .display-none-1100 {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .display-1100 {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .display-none-1000 {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .display-1000 {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .display-none-900 {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .display-900 {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .display-none-800 {
    display: none !important;
  }
}
@media screen and (min-width: 801px) {
  .display-800 {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .display-none-700 {
    display: none !important;
  }
}
@media screen and (min-width: 701px) {
  .display-700 {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .display-none-600 {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .display-600 {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .display-none-500 {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .display-500 {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .display-none-400 {
    display: none !important;
  }
}
@media screen and (min-width: 401px) {
  .display-400 {
    display: none !important;
  }
}
@media screen and (max-width: 350px) {
  .display-none-350 {
    display: none !important;
  }
}
@media screen and (min-width: 351px) {
  .display-350 {
    display: none !important;
  }
}
.btn__1 {
  background-color: #ea3636;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  width: 220px;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 6px 12px rbga(0, 0, 0, 0.16);
          box-shadow: 0 6px 12px rbga(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn__1:hover {
  -webkit-box-shadow: 0 6px 12px rbga(0, 0, 0, 0.4);
          box-shadow: 0 6px 12px rbga(0, 0, 0, 0.4);
}

.hiddenPC {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}

.section__title {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.section__title::before {
  content: "";
  background-image: url(/wp-content/themes/wp-ai-press/images/crown.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.header__caption {
  background-color: #eee;
}
.header__caption__inner {
  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;
  padding: 10px 0;
}
.header__caption p {
  font-size: 11px;
  font-weight: bold;
}
.header__caption__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__caption__list li a {
  color: #333;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__caption__list li a:hover {
  opacity: 0.7;
}
.header__caption__list li a img {
  width: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__inner {
  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;
  padding: 10px 0;
}
.header__inner h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__inner h1 > span {
  background-color: #eee;
  color: #222;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
}
.header__inner h1 a {
  display: block;
}
.header__inner h1 img {
  width: 160px;
}
.header__top {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.header__menu li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  color: #ea3636;
  border: 1px solid #ea3636;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  min-width: 160px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.header__menu li a:hover {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
}
.header__menu li a img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__menu li.red a {
  background-color: #ea3636;
  color: #fff;
}

.global__menu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #d36b00;
}
.global__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.global__menu ul li a {
  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;
  padding: 5px 0;
  font-size: 15px;
  height: 40px;
  color: #fff;
}

.mv {
  position: relative;
  margin-top: 90px;
  background-color: #f7f5f3;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.mv__swiper {
  z-index: 3;
  overflow: hidden;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: visible;
}
.mv__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  margin: 0;
  padding: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mv__swiper__caption {
  text-align: right;
  font-size: 12px;
  color: #777;
}
.mv__swiper__layout {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.mv__swiper__layout h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.mv__swiper .swiper {
  margin: 0;
  width: auto;
}
.mv__swiper li {
  list-style: none;
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.mv__swiper__text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mv__swiper__caption {
  font-size: 14px;
  color: #777;
  text-align: right;
}
.mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 60px 0;
}
.mv__text {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 100%;
  position: relative;
}
.mv__text h1 {
  width: 600px;
  font-size: 45px;
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 3px;
  text-align: left;
  color: #fff;
}
.mv__text h1 > span {
  background-color: #000;
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
}
.mv__text h2 {
  font-size: 16px;
  color: #444;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
  letter-spacing: 1px;
}
.mv__text p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 1px;
  font-weight: bold;
}
.mv__text p .gold {
  color: #a88424;
  font-weight: bold;
}
.mv__genre .mv__inner {
  padding-left: 600px;
  position: relative;
  z-index: 10;
}
.mv__genre .mv__person {
  left: auto !important;
  right: calc(50% + 50px) !important;
}
.mv__appealBtn {
  margin: 20px 0 0;
  text-align: center;
}
.mv__appealBtn a {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 40px 20px 20px;
  width: 600px;
  max-width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 20px;
  background: #a88424;
  -webkit-box-shadow: 0 5px 0 #8a6a14;
          box-shadow: 0 5px 0 #8a6a14;
}
.mv__appealBtn a span {
  font-size: 1.2rem;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  padding: 8px 20px;
  color: #a88424;
  border: 2px solid #a88424;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.mv__appealBtn a:hover {
  -webkit-transform: translate(0, 3px);
          transform: translate(0, 3px);
  color: #fff;
  background: #8a6a14;
  -webkit-box-shadow: 0 2px 0 #6a4f0f;
          box-shadow: 0 2px 0 #6a4f0f;
}
.mv__appealBtn a:hover::before {
  left: 2rem;
}
.mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mv__list li img {
  width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv__btn {
  background-color: #ea3636;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 24px;
  width: 450px;
  padding: 20px 0;
  border-radius: 50px;
  color: #fff;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  position: absolute;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.mv__btn:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
}
.mv__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: 3s linear infinite shine;
          animation: 3s linear infinite shine;
}
.mv__btn img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv__person {
  height: auto;
  width: 48%;
  max-width: 500px;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  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;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mv__person img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@-webkit-keyframes shine {
  20% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  20% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.search {
  padding: 0 0 60px;
}
.search__nav {
  background-color: #f7f5f3;
  -webkit-box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.search__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__nav ul li {
  width: 20%;
  height: 65px;
  text-align: center;
  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;
  position: relative;
}
.search__nav ul li:not(:last-of-type)::before {
  content: "";
  background-color: #ccc;
  width: 2px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block;
}
.search__nav ul li a {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  gap: 5px;
  width: 100%;
  height: 100%;
}
.search__nav ul li a img {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.search__nav ul li a:hover {
  opacity: 0.7;
}
.search__mv {
  background-image: url(/wp-content/themes/wp-ai-press/images/search-mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.search__mv__btn {
  background-color: #ea3636;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 20px 0;
  color: #fff;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
}
.search__mv::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
}
.search__mv__inner {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.search__mv__inner h1 {
  font-size: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.search__mv__inner h1::before {
  content: "";
  background-color: #fff;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.search__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search__flex__wrap {
  width: 860px;
}
.search__sidebar {
  width: 300px;
  background-color: #f7f5f3;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.search__sidebar__inner {
  position: sticky;
  top: 20px;
  overflow-y: scroll;
  padding: 20px;
}
.search__sidebar__title {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #a88424;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.search__sidebar__title img {
  width: 20px;
}
.search__title {
  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;
  margin-bottom: 20px;
}
.search__title__num {
  font-size: 28px;
  margin-right: 5px;
}
.search__title h2 {
  font-size: 16px;
  color: #333;
}
.search__form {
  text-align: center;
}
.search__form__item {
  margin-bottom: 20px;
  text-align: left;
}
.search__form__item h3 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 15px;
  color: #000;
  padding: 0;
}
.search__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__tags label {
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  padding: 6px;
  border: 1px solid #888;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
}
.search__tags input:checked + label {
  border: 1px solid transparent;
  background-color: #a88424;
  color: #fff;
}
.search__tags input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.search select {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.search input[type=text] {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.search button[type=submit] {
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 50px;
  margin-left: auto;
  background-color: #a88424;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto 40px;
  font-weight: bold;
}

.results__box {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 40px;
  min-height: 300px;
}
.results__box:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.results__box:hover .results__box__headline picture img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.results__box__headline {
  display: block;
  padding: 0;
}
.results__box__headline h3 {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.4;
  padding: 15px 20px;
  color: #fff;
  background-color: #ea3636;
}
.results__box__headline h3 .badge {
  font-size: 14px;
  border: 1px solid #a88424;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #a88424;
  font-weight: 700;
  padding: 5px 8px;
}
.results__box__place {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 0 !important;
}
.results__box__place img {
  width: 20px;
}
.results__box__text {
  width: calc(100% - 180px);
}
.results__box__text h4 {
  font-size: 500;
  color: #222;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}
.results__box__text h4 a {
  color: #222;
  line-height: 1.4;
  font-size: 18px;
}
.results__box__desc {
  font-size: 13px;
  color: #444;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: left;
}
.results__box__info {
  padding: 30px 20px 10px;
  background-color: #f7f5f3;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  position: relative;
  text-align: left;
  border: 1px dashed #ccc;
}
.results__box__info__item {
  line-height: 1.6;
  font-size: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.results__box__info__title {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
}
.results__box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}
.results__box__flex picture {
  max-width: 160px;
  max-height: 200px;
  overflow: hidden;
}
.results__box__flex picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results__box__table {
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  table-layout: fixed;
}
.results__box__table tr th {
  padding: 10px 5px 5px;
}
.results__box__table tr th:not(:last-of-type) {
  border-right: 1px dashed #ccc;
}
.results__box__table tr th span {
  background-color: #333;
  border-radius: 20px;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-weight: normal;
}
.results__box__table tr td {
  text-align: left;
  padding: 5px 20px 10px;
  font-size: 14px;
  line-height: 1.4;
}
.results__box__table tr td:not(:last-of-type) {
  border-right: 1px dashed #ccc;
}
.results__box__tags {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.results__box__tags a {
  font-size: 14px;
  border: 1px solid #a88424;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #333;
  padding: 5px 8px;
}
.results__box__link {
  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;
  gap: 40px;
  padding-bottom: 20px;
}
.results__box__link a {
  color: #fff;
  background-color: #333;
  border-radius: 10px;
  padding: 20px 0;
  width: 40%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}
.results__box__link a img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #fff;
}
.results__box__link a:hover {
  background-color: #fff;
  color: #333;
}
.results__box__link a.gold {
  background-color: #a88424;
  border: 1px solid #a88424;
}
.results__box__link a.gold:hover {
  background-color: #fff;
  color: #a88424;
}

.footer {
  border-top: 1px solid #888;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f7f5f3;
}
.footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
.footer__upper h2 {
  display: inline-block;
}
.footer__upper h2 a {
  display: block;
}
.footer__upper h2 a img {
  width: 200px;
}
.footer__upper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer__upper__list a {
  font-size: 14px;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.footer__upper__list a:hover {
  color: #a88424;
}
.footer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__lower h3 {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  display: inline-block;
  display: block;
  width: 100%;
}
.footer__lower__item {
  width: 48%;
  margin-bottom: 40px;
}
.footer__lower__item h4 {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  display: block;
  width: 100%;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
.footer__lower__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__lower__list li a {
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
}
.footer__lower__list li a::before {
  content: "";
  background-image: url(/wp-content/themes/wp-ai-press/images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
}
.footer__lower__list li a:hover {
  color: #a88424;
}

.copyright {
  font-size: 14px;
  color: #222;
  text-align: center;
}

.feature {
  padding: 60px 0 70px;
  text-align: center;
}
.feature__inner > h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}
.feature__inner > h3 {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.feature__box {
  margin-bottom: 70px;
}
.feature__box h3 {
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.feature__box h3 span {
  font-size: 20px;
  color: #222;
}
.feature__box h3 strong {
  font-size: 32px;
  margin-right: 5px;
  color: #111;
}
.feature__box h3::before {
  content: "";
  background-image: url(/wp-content/themes/wp-ai-press/images/crown.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 30px;
  display: block;
}
.feature__box__flex {
  margin-top: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.feature__box__flex__wrap {
  margin-top: 40px;
}
.feature__box__flex h4 {
  font-size: 18px;
  width: 160px;
  text-align: center;
}
.feature__box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feature__box__list li a {
  padding: 10px 20px;
  display: inline-block;
  color: #888888;
  font-size: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature__box__list li a:hover {
  color: #a88424;
}
.feature__box__list li:not(:last-of-type) a::after {
  content: "";
  background-color: #888888;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruitBanner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
}
.recruitBanner__inner picture {
  width: 550px;
  height: 100%;
  overflow: hidden;
}
.recruitBanner__inner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruitBanner__text {
  background-color: #a88424;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.recruitBanner__text h2 {
  color: #fff;
  font-size: 28px;
}
.recruitBanner__text p {
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
}
.recruitBanner__btn {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #a88424;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 220px;
  font-size: 18px;
  font-weight: bold;
}

.fixedBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: #ea3636;
  width: 250px;
  height: 100px;
  border-radius: 5px 0 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixedBtn:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.fixedBtn p {
  color: #fff;
  font-size: 12px;
}
.fixedBtn h2 {
  color: #fff;
}

.navigation {
  padding: 60px 0 40px;
  text-align: center;
}
.navigation__inner > h2 {
  font-size: 28px;
  margin-bottom: 80px;
  line-height: 1.4;
}
.navigation__inner > p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.navigation__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  width: 100%;
}
.navigation__tags a {
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #a88424;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  color: #a88424;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation__tags a:hover {
  background-color: #a88424;
  color: #fff;
}
.navigation__item {
  margin-bottom: 60px;
}
.navigation__item > p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  color: #777;
  font-weight: bold;
  padding-left: 5px;
  line-height: 1.5;
}
.navigation__item > h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.navigation__item > h3::before {
  content: "";
  background-image: url(/wp-content/themes/wp-ai-press/images/crown.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 24px;
  display: block;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  padding: 20px;
  background-color: #f7f5f3;
}
.navigation__list__flow > li:not(:last-of-type)::after {
  content: "";
  background-image: url(/wp-content/themes/wp-ai-press/images/arrow-right-gold.png);
  background-size: contain;
  width: 18px;
  height: 30px;
  position: absolute;
  top: 55%;
  right: -11%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navigation__list > li {
  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;
  width: 30%;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  gap: 0;
  position: relative;
  flex-direction: column;
  height: 360px;
  padding: 0 0 20px;
  align-items: center;
  text-align: center;
  background-color: #fff;
}
.navigation__list > li picture {
  width: 100%;
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
  min-height: 200px;
  border-radius: 5px 5px 0 0;
}
.navigation__list > li picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation__list > li > h4 {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #a88424;
}
.navigation__list__caption {
  font-size: 14px;
  color: #111;
  font-weight: bold;
  margin-bottom: 10px;
}
.navigation__list__price {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
}
.navigation__btn {
  display: inline-block;
  color: #a88424;
  padding: 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #a88424;
  font-weight: bold;
}
.navigation__btn:hover {
  background-color: #a88424;
  color: #fff;
}
.navigation__btn__wrap {
  width: calc(100% - 40px);
  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;
  gap: 10px;
}
.navigation__caption {
  text-align: right !important;
  display: block;
  color: #ccc;
  font-size: 10px !important;
  font-weight: normal !important;
}
.navigation__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 60px;
  background-color: #f7f5f3;
}
.navigation__box__text {
  width: 50%;
}
.navigation__box__text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 26px;
  color: #a88424;
  padding-bottom: 10px;
  border-bottom: 3px solid #a88424;
  margin-bottom: 20px;
}
.navigation__box__text h3 img {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation__box__text p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}
.navigation__box__text > img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.navigation__box__image {
  width: 45%;
}
.navigation__box__image picture {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.navigation__box__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.navigation__box__comparison {
  margin-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.navigation__box__comparison__item {
  width: 48%;
  background-color: #fff;
  padding: 40px 20px 20px;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.navigation__box__comparison__item:first-of-type::before {
  content: "";
  background-image: url(/wp-content/themes/wp-ai-press/images/arrow-right-gold.png);
  background-size: contain;
  width: 18px;
  height: 30px;
  position: absolute;
  top: 55%;
  right: -6%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigation__box__comparison__item:last-of-type h3 {
  background-color: #d36b00;
  color: #fff;
}
.navigation__box__comparison__item h3 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #d36b00;
  color: #fff;
  line-height: 1.7;
  padding: 5px 10px;
  white-space: nowrap;
}
.navigation__box__comparison__item h4 {
  font-weight: bold;
  line-height: 1.6;
}
.navigation__box__comparison__text {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.notfound {
  min-height: calc(100vh - 650px);
}
.notfound__inner {
  padding: 60px 0;
  text-align: center;
}
.notfound__inner h2 {
  margin-bottom: 40px;
  font-size: 28px;
}
.notfound__inner p {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 40px;
}

.article {
  width: 820px;
}
.article__inner > img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__inner h1 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.article__inner h2 {
  font-size: 28px;
  line-height: 1.4;
  margin: 40px 0 20px;
  display: block;
}
.article__inner h3 {
  font-size: 24px;
  line-height: 1.6;
  margin: 40px 0 20px;
}
.article__inner h4 {
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px;
  padding: 15px 0;
  color: #000;
  position: relative;
}
.article__inner h4::before {
  content: "";
  border-radius: 10px;
  background-color: #f7f5f3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  z-index: -1;
}
.article__inner p {
  font-size: 16.5px;
  line-height: 2;
  margin: 10px 0 20px;
  letter-spacing: 0.5px;
}
.article__inner p strong {
  font-weight: bold;
  background-color: #fffdbd;
}
.article__inner table {
  margin: 40px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  table-layout: fixed;
}
.article__inner table tr th,
.article__inner table tr td {
  padding: 10px;
  font-size: 15px;
  line-height: 1.4;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article__inner table tr td:first-of-type {
  background-color: #f7f5f3;
}
.article__inner ul:not(.article__tags) {
  padding: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-top: 8px solid #72aee6;
  margin-bottom: 20px;
  position: relative;
}
.article__inner ul:not(.article__tags) li {
  padding: 10px 0;
  font-size: 17px;
}
.article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.article__tags li a {
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #a88424;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  color: #a88424;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article__tags li a:hover {
  background-color: #a88424;
  color: #fff;
}
.article__date {
  font-size: 12px;
  color: #777;
}
.article__num {
  color: #a88424;
}

.single {
  padding: 40px 0;
}
.single__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.toc {
  background-color: #f7f5f3;
  padding: 30px 50px;
  border-radius: 5px;
  margin: 40px 0 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.toc h2 {
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a88424;
}
.toc__list {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.toc__list li a {
  color: #222;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
}
.toc__list li a:hover {
  color: #a88424;
}
.toc__list li a span {
  color: #a88424;
  font-size: 110%;
}
.toc__level__2 {
  margin-top: 0;
}
.toc__level__2 a {
  font-size: 16px;
}
.toc__level__3 {
  padding: 5px 0 5px 40px !important;
}
.toc__level__3 a {
  font-size: 14px;
}

.breadcrumb {
  color: #000;
  background-color: #f7f5f3;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__inner {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  gap: 10px;
  font-size: 13px;
}
.breadcrumb a,
.breadcrumb span {
  color: #000;
  font-size: 13px;
}
.breadcrumb a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb a:hover {
  font-weight: bold;
}
.breadcrumb span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.articleSidebar {
  width: 330px;
}
.articleSidebar__inner {
  position: sticky;
  top: 20px;
}
.articleSidebar__cv {
  display: block;
  margin-bottom: 40px;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  background-color: #d36b00;
}
.articleSidebar__cv::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: 3s linear infinite shine;
          animation: 3s linear infinite shine;
}
.articleSidebar__cv:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.articleSidebar__cv > img {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 140px;
  border-radius: 10px;
}
.articleSidebar__cv h2 {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 10px;
  z-index: 10;
  position: relative;
}
.articleSidebar__cv p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  z-index: 10;
  position: relative;
  font-weight: bold;
}
.articleSidebar__cv span {
  color: #fff;
  padding: 15px;
  display: block;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
  position: relative;
}
.articleSidebar__recruit {
  text-align: center;
}
.articleSidebar__recruit h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.articleSidebar__recruit a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 30px;
  border: 1px solid #a88424;
}

.pickup {
  margin-top: 80px;
}
.pickup h2 {
  text-align: center;
  font-size: 28px;
  display: block;
  line-height: 1.4;
  margin-bottom: 10px;
}
.pickup p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.pickup__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 100px;
}
.pickup__list li {
  width: 300px;
  height: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pickup__list li:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.pickup__list li > a {
  display: block;
}
.pickup__list li > a picture {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  height: 170px;
  display: block;
}
.pickup__list li > a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup__text {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.pickup__text > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}
.pickup__text h3 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pickup__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  border-top: 2px dotted #a88424;
  padding-top: 15px;
}
.pickup__tags a {
  font-size: 14px;
  border: 1px solid #a88424;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  color: #333;
  padding: 5px 8px;
  color: #a88424;
}
.pickup__tags a:first-of-type {
  display: none;
}

.page__inner {
  max-width: 1100px;
  padding: 80px;
  border-radius: 5px;
}
.page__inner h1 {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.page__inner p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.page__inner h2 {
  font-size: 24px;
  margin: 40px 0 20px;
  line-height: 1.8;
}
.page__inner ul {
  list-style: disc;
  padding-left: 40px;
}
.page__inner ul li {
  padding: 5px 0;
  line-height: 1.8;
  list-style: disc;
  list-style-position: inside;
  font-size: 15px;
}
.page__inner a {
  color: #a88424;
}
.page__inner table {
  width: 100%;
  table-layout: fixed;
}
.page__inner table th,
.page__inner table td {
  width: 50%;
  padding: 8px 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.company__mv {
  background-color: #f7f5f3;
}
.company__mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  position: relative;
}
.company__mv__image {
  width: 240px;
  height: auto;
}
.company__mv__image img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -o-object-fit: contain;
     object-fit: contain;
}
.company__mv__text {
  width: calc(100% - 280px);
}
.company__mv__text h1 {
  font-size: 26px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 15px;
}
.company__mv__text h2 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.company__mv__text p:not(.company__place) {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.company__btn {
  padding: 20px;
  background-color: #fff;
  background: url(/wp-content/themes/wp-ai-press/images/company-bg.jpg);
  background-size: cover;
  position: relative;
  text-align: center;
}
.company__btn::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.company__btn a {
  border-radius: 50px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
  display: inline-block;
  color: #fff;
  background-color: #ea3636;
  padding: 20px 60px;
  font-weight: bold;
  font-size: 20px;
  z-index: 10;
  position: relative;
  border: 3px solid #fff;
}
.company__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.company__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #555;
}
.company__place img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.company__box__info {
  padding: 30px 20px 10px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  text-align: left;
  border: 1px dashed #ccc;
}
.company__box__info__item {
  line-height: 1.6;
  font-size: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.company__box__info__title {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
}
.company__nav {
  height: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.company__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.company__nav ul li {
  display: block;
  height: 100%;
  position: relative;
  width: 150px;
}
.company__nav ul li.active::after {
  content: "";
  background-color: #a88424;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.company__nav ul li a {
  height: 100%;
  color: #222;
  font-size: 15px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 5px;
  font-weight: bold;
}
.company__nav ul li a:hover {
  opacity: 0.7;
}
.company__nav ul li a img {
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.company__about {
  padding: 40px 0;
}
.company__about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.company__about__flex > p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.company__gallery {
  width: 250px;
  min-width: 250px;
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 20px;
  position: relative;
}
.company__gallery .swiper {
  height: 100%;
}
.company__gallery .swiper-slide {
  height: auto;
}
.company__gallery .swiper-pagination {
  bottom: -30px !important;
}
.company__gallery .swiper-pagination-bullet-active {
  background-color: #a88424;
}
.company__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.company__tags a {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 8px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border: 1px solid #a88424;
  background-color: #a88424;
  font-weight: bold;
  transition: all 0.3s;
}
.company__tags a:hover {
  color: #a88424;
  background-color: #fff;
}
.company__name {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.company__location {
  font-size: 15px;
  margin-bottom: 20px;
}
.company__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company__layout__inner {
  width: 860px;
}
.company__title {
  line-height: 1.8;
  font-size: 22px;
  margin-bottom: 30px;
  border-left: 7px solid #d36b00;
  padding: 10px 10px 10px 15px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  background-color: #f7f5f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.company__title img {
  width: 24px;
}
.company__desc {
  font-size: 15px;
  line-height: 1.6;
}
.company__sidebar {
  margin: 40px 0;
  width: 280px;
}
.company__sidebar__inner {
  position: sticky;
  top: 10px;
}
.company__sidebar h2 {
  background-color: #d36b00;
  color: #fff;
  width: 100%;
  padding: 20px 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;
  gap: 10px;
  font-size: 20px;
}
.company__sidebar h2 img {
  width: 20px;
}
.company__sidebar__menu {
  background-color: #f7f5f3;
  border-radius: 5px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
}
.company__sidebar__menu__list li {
  padding: 0 20px;
}
.company__sidebar__menu__list li:not(:last-of-type) a {
  border-bottom: 1px solid #a88424;
}
.company__sidebar__menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 10px;
  font-size: 15px;
  color: #222;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company__sidebar__menu__list li a:hover {
  color: #a88424;
}
.company__sidebar__menu__list li a img {
  width: 18px;
}
.company__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  border: 1px solid #d36b00;
  width: 100%;
  border-radius: 5px;
  margin: 20px auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company__details:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.company__details:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.company__details h3 {
  display: inline-block;
  background-color: #d36b00;
  color: #fff;
  padding: 20px;
  font-size: 22px;
}
.company__details__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.company__details__tags a {
  font-size: 13px;
  border: 1px solid #a88424;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 6px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background-color: #a88424;
}
.company__details__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.company__details__list dl {
  background-color: #f7f5f3;
  width: 50%;
  border-bottom: 1px dashed #ddd;
}
.company__details__list dl:nth-of-type(2n + 1) {
  border-right: 1px dashed #ddd;
}
.company__details__list dl dt,
.company__details__list dl dd {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company__details__list dl dt:nth-of-type(2n),
.company__details__list dl dd:nth-of-type(2n) {
  background-color: #ccc;
}
.company__details__list dl dt {
  font-size: 13px;
  background-color: #333;
  padding: 5px 10px;
  line-height: 1.4;
  color: #fff;
  display: inline-block;
}
.company__details__list dl dd {
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 20px 30px;
}
.company__details__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company__details__item__img {
  width: 200px;
  max-height: 150px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}
.company__details__item__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company__details__item__text {
  width: calc(100% - 220px);
  padding: 10px 0;
}
.company__details__item__text > p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.company__details__item__text > p img {
  width: 18px;
}
.company__details__item__text h4 {
  gap: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.4;
}
.company__details__item__text h4 span {
  background-color: #d36b00;
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.company__info {
  position: relative;
  padding: 60px 0;
}
.company__info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.company__info__list__item {
  width: 48%;
}
.company__info__list dl {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.company__info__list dl dt,
.company__info__list dl dd {
  font-size: 15px;
  color: #000;
  width: 100%;
  display: block;
  line-height: 1.4;
}
.company__info__list dl dt {
  font-weight: bold;
  padding: 12px;
}
.company__info__list dl dd {
  padding: 12px 40px;
}
.company__award {
  padding: 0 20px;
}
.company__award h4 {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 12px;
}
.company__award p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 10px 40px;
  border-bottom: 1px dashed #ccc;
}
.company__award p span {
  display: block;
  width: 120px;
}
.company__access {
  padding: 20px;
}
.company__access dl {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.company__access dl dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 12px;
}
.company__access dl dd {
  padding: 5px 20px;
  font-size: 15px;
}

.apply {
  background-color: #f7f5f3;
  padding: 60px 0;
}
.apply__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
.apply__left {
  width: 370px;
}
.apply__left h2 {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.apply__left h2 img {
  width: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
.apply__left > img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.apply__right {
  width: 700px;
}
.apply__list {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.apply__list li {
  background-color: #fff;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.apply__list li img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.apply__right {
  position: relative;
  padding-top: 40px;
}
.apply__right h2 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.apply__right input[type=submit] {
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 60px;
  margin: 0 auto;
  background-color: #ea3636;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  padding: 0 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.apply__right input[type=submit]:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.apply__form {
  -webkit-box-shadow: 0 1px 2px rgba(180, 180, 180, 0.5), 0 1px 2px rgba(180, 180, 180, 0.5);
          box-shadow: 0 1px 2px rgba(180, 180, 180, 0.5), 0 1px 2px rgba(180, 180, 180, 0.5);
  background-color: #fff;
  border-radius: 10px;
  padding: 120px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.apply__item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.apply__item h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.apply__item input,
.apply__item textarea {
  border: 1px solid #a88424;
  border-radius: 5px;
  padding: 8px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}
.apply__item input[type=file] {
  font-size: 15px;
}
.apply__item textarea {
  height: 200px;
}
.apply__item p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.apply__item__title h3 {
  margin-bottom: 5px;
}
.apply__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 0;
  cursor: pointer;
  margin-bottom: 20px;
  width: 100%;
}
.apply__checkbox input {
  display: block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.apply__checkbox a {
  color: #a88424;
}
.apply__checkbox span {
  margin: 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;
}
.apply__checkbox label {
  margin-bottom: 0;
  font-size: 18px;
}

.wpcf7-spinner {
  position: absolute;
}

.countcharacters {
  text-align: center;
  padding: 60px 0;
}
.countcharacters__inner h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.countcharacters__inner p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.countcharacters__inner textarea {
  border: 2px solid #a88424;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  height: 250px;
  font-size: 16px;
  padding: 15px;
  display: block;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.countcharacters__count {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  background-color: #f7f5f3;
  padding: 10px;
  width: 600px;
}
.countcharacters__count span {
  display: block;
  font-size: 40px;
  color: #d36b00;
}

.topcv {
  background-image: url(/wp-content/themes/wp-ai-press/images/topcv.jpg);
  background-size: cover;
  background-position: center;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li a,
.pagination li span {
  color: #222;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  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;
  font-size: 20px;
  min-width: 45px;
  min-height: 45px;
  white-space: nowrap;
  font-size: 15px;
  border: 1px solid #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination li a:hover,
.pagination li span:hover {
  color: #fff;
  background-color: #222;
}
.pagination li a.current,
.pagination li span.current {
  color: #fff;
  background-color: #222;
}

.about {
  padding: 50px 0;
}
.about__title p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
}
.about__keywords {
  background-color: #f7f5f3;
  padding: 30px;
  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;
  gap: 30px;
}
.about__keywords p {
  white-space: nowrap;
  min-width: 200px;
  font-weight: bold;
  text-align: center;
}
.about__keywords__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.about__keywords__list li {
  display: inline-block;
}
.about__keywords__list li a {
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  padding: 7px 10px;
  border: 1px solid #a88424;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  color: #111;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about__keywords__list li a:hover {
  background-color: #a88424;
  color: #fff;
}

.achievement {
  margin-top: 40px;
}
.achievement__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.achievement__box {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 48%;
  border: 1px solid #2485a8;
}
.achievement__box > h3 {
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 15px;
  background-color: #2485a8;
  color: #fff;
}
.achievement__box > p {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 15px;
}
.achievement__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.achievement__tags a {
  color: #111;
  background-color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px;
}
.achievement__tags a:hover {
  text-decoration: underline;
}
.achievement__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  gap: 20px;
}
.achievement__flex img {
  width: 150px;
  min-width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement__flex p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 1.4;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.achievement__flex p span {
  background-color: #a88424;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.achievement__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0 20px 20px;
}
.achievement__text dl {
  width: 50%;
}
.achievement__text dl dt,
.achievement__text dl dd {
  font-size: 14px;
  line-height: 1.4;
}
.achievement__text dl dt {
  padding: 5px;
  background-color: #444;
  font-weight: bold;
  color: #fff;
}
.achievement__text dl dd {
  padding: 10px;
}
.achievement__text dl dd > a {
  color: #a88424;
}
.achievement__text dl dd p {
  font-size: 14px;
  line-height: 1.5;
}

.contact {
  margin: 80px 0;
  border-radius: 20px;
  padding: 40px;
  background-color: #f7f5f3;
}
.contact__item {
  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;
  margin: 0 auto 20px;
}
.contact__item h3 {
  font-size: 16px;
  width: 200px;
  text-align: right;
  padding-right: 40px;
  font-weight: normal;
}
.contact__item p {
  width: calc(100% - 200px);
  margin-bottom: 0;
}
.contact__item input,
.contact__item textarea {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  display: block;
  padding: 8px 10px;
  line-height: 1.6;
  border: 1px solid #a88424;
}
.contact__confirm {
  font-size: 16px;
  cursor: pointer;
  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;
  margin: 40px 0;
  gap: 8px;
}
.contact__confirm label {
  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;
  gap: 10px;
  cursor: pointer;
}
.contact__confirm input {
  display: block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 22px;
  height: 22px;
}
.contact__submit {
  background-color: #8a6a14;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 60px;
}
.contact__submit p {
  margin-bottom: 0;
  color: #fff;
}
.contact__submit__wrap {
  text-align: center;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 60px;
  background-color: #f7f5f3;
  gap: 40px;
}
.profile__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.profile__text p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  font-weight: bold;
}
.profile__text > img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.profile__image {
  width: 200px;
}
.profile__image picture {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  max-width: 100px;
  margin: 0 auto 20px;
}
.profile__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.profile__image p {
  font-size: 14px;
  text-align: center;
}
.profile__image h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 26px;
  color: #a88424;
  padding-bottom: 10px;
  border-bottom: 3px solid #a88424;
  margin-bottom: 20px;
}
.profile__image h2 img {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile__icon {
  margin: 10px auto 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;
}
.profile__icon a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #8a6a14;
  gap: 10px;
  width: 120px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile__icon a:hover {
  opacity: 0.7;
}
.profile__icon a img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 60px;
}

.faq {
  padding: 60px 0;
  background-color: #fff;
}
.faq__inner {
  text-align: center;
}
.faq__inner h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.faq__inner p {
  line-height: 1.6;
  margin-bottom: 40px;
}
.faq__inner a {
  color: #a88424;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__inner a:hover {
  opacity: 0.7;
}
.faq__item {
  max-width: 1000px;
  margin: 0 auto;
}
.faq__item h3 {
  background-color: #1f8608;
  border-radius: 30px;
  padding: 15px 25px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.6;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.faq__item p {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0 !important;
}
.faq__item p.active {
  display: block;
  max-height: 200px;
  padding: 0 0 40px;
}

@media screen and (max-width: 1260px) {
  html {
    min-width: 1200px;
  }
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .search__flex__wrap {
    width: 820px;
  }
}
@media screen and (max-width: 680px) {
  html {
    width: 100%;
    min-width: 100%;
  }
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .hiddenSP {
    display: none !important;
  }
  .hiddenPC {
    display: block !important;
  }
  .wrapper {
    padding-left: 3.9473684211vw !important;
    padding-right: 3.9473684211vw !important;
  }
  .section__title {
    font-size: 5.2631578947vw;
    padding-left: 10.5263157895vw;
  }
  .section__title::before {
    width: 7.8947368421vw;
    height: 7.8947368421vw;
  }
  .header__inner {
    padding: 2.6315789474vw;
    gap: 5.2631578947vw;
  }
  .header__inner h1 img {
    width: 31.5789473684vw;
  }
  .header__menu li a {
    font-size: 3.6842105263vw;
    padding: 2.6315789474vw;
    border-radius: 1.3157894737vw;
    min-width: auto;
  }
  .global__menu ul {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 !important;
  }
  .global__menu ul li {
    padding: 0 2.6315789474vw;
  }
  .global__menu ul li a {
    padding: 1.3157894737vw 0;
    font-size: 3.1578947368vw;
  }
  .mv {
    height: auto;
    padding: 7.8947368421vw 0 2.6315789474vw;
    margin-top: 14.7368421053vw;
  }
  .mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 !important;
    gap: 5.2631578947vw;
  }
  .mv__text {
    width: 100%;
    padding-left: 3.9473684211vw;
    padding-right: 3.9473684211vw;
    gap: 2.6315789474vw;
  }
  .mv__text h1 {
    font-size: 6.8421052632vw;
    width: 100%;
    letter-spacing: 0;
  }
  .mv__text h2 {
    letter-spacing: 0.2631578947vw;
    font-size: 3.1578947368vw;
    padding-bottom: 2.6315789474vw;
  }
  .mv__text p {
    font-size: 2.8947368421vw;
    letter-spacing: 0.2631578947vw;
  }
  .mv__genre .mv__person {
    right: -5.2631578947vw !important;
    left: 50% !important;
    height: 42.1052631579vw;
    width: 50%;
    bottom: 5.2631578947vw;
  }
  .mv__genre .mv__person::after {
    display: none;
  }
  .mv__genre .mv__list {
    margin-top: 5.2631578947vw;
  }
  .mv__btn {
    width: 100%;
    font-size: 5.2631578947vw;
    padding: 5.2631578947vw;
    border-width: 0.7894736842vw;
    margin: 0 auto;
    margin-bottom: 2.6315789474vw;
  }
  .mv__list {
    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;
    gap: 5.2631578947vw;
  }
  .mv__list li img {
    width: 26.3157894737vw;
  }
  .mv__swiper {
    margin: 0;
  }
  .mv__swiper li {
    padding: 5.2631578947vw;
    -webkit-box-shadow: 0 1.3157894737vw 2.6315789474vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 1.3157894737vw 2.6315789474vw rgba(0, 0, 0, 0.16);
  }
  .mv__swiper__layout {
    padding: 0 5.2631578947vw;
  }
  .mv__swiper__layout h2 {
    padding: 10.5263157895vw 0 5.2631578947vw;
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
  }
  .mv__swiper__caption {
    font-size: 2.6315789474vw;
    padding: 0;
  }
  .mv__swiper__text {
    font-size: 3.6842105263vw;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 5.2631578947vw;
  }
  .mv__person {
    width: calc(100% - 10.5263157895vw);
    margin: 0 auto;
    border-radius: 2.6315789474vw;
  }
  .mv__person img {
    width: 100%;
  }
  .mv__appealBtn a {
    max-width: calc(100% - 10.5263157895vw);
    padding: 7.8947368421vw 2.6315789474vw 3.9473684211vw;
    margin-bottom: 5.2631578947vw;
    font-size: 6.3157894737vw;
  }
  .mv__appealBtn a span {
    font-size: 3.6842105263vw;
    padding: 1.3157894737vw 2.6315789474vw;
  }
  .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navigation__inner > h2 {
    font-size: 6.3157894737vw;
    margin-bottom: 10.5263157895vw;
  }
  .navigation__inner p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .navigation__item {
    margin-bottom: 13.1578947368vw;
  }
  .navigation__item h3 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
  }
  .navigation__item h3::before {
    width: 6.3157894737vw;
    height: 5.2631578947vw;
  }
  .navigation__item > p {
    font-size: 3.1578947368vw;
    margin-bottom: 2.6315789474vw;
  }
  .navigation__list {
    gap: 5%;
    padding: 2.6315789474vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.5263157895vw;
  }
  .navigation__list__wrapper {
    overflow: hidden;
    overflow-y: hidden;
  }
  .navigation__list__flow > li:not(:last-of-type)::after {
    width: 3.9473684211vw;
    height: 7.8947368421vw;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    left: 46%;
    top: unset;
    bottom: -45px;
    right: unset;
  }
  .navigation__list li {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .navigation__list li::after {
    width: 2.6315789474vw;
    height: 3.9473684211vw;
    right: 2.6315789474vw;
  }
  .navigation__list li h4 {
    font-size: 5.2631578947vw;
  }
  .navigation__list li p {
    font-size: 3.1578947368vw;
    margin-bottom: 2.6315789474vw;
  }
  .navigation__list li picture {
    width: 100%;
    height: 47.3684210526vw;
    min-height: 31.5789473684vw;
  }
  .navigation__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2631578947vw;
    padding: 5.2631578947vw;
  }
  .navigation__box__text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .navigation__box__text h3 {
    font-size: 4.2105263158vw;
    margin-bottom: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
    gap: 1.3157894737vw;
    white-space: nowrap;
  }
  .navigation__box__text p {
    font-size: 4.2105263158vw;
    margin-bottom: 2.6315789474vw;
  }
  .navigation__box__image {
    width: 100%;
    display: none;
    vertical-align: middle;
  }
  .navigation__box__image Z img {
    width: 100%;
  }
  .navigation__box__comparison {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10.5263157895vw;
    gap: 15.7894736842vw;
  }
  .navigation__box__comparison__item {
    width: 100%;
  }
  .navigation__box__comparison__item:first-of-type::before {
    content: "";
    background-image: url(/wp-content/themes/wp-ai-press/images/arrow-right-gold.png);
    background-size: contain;
    width: 3.9473684211vw;
    height: 6.5789473684vw;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    left: 46%;
    top: unset;
    bottom: -40px;
    right: unset;
  }
  .navigation__box__comparison__item h3 {
    font-size: 4.7368421053vw;
  }
  .navigation__box__comparison__item p {
    font-size: 3.1578947368vw;
    margin-bottom: 2.6315789474vw;
  }
  .navigation__box__comparison__item h4 {
    font-size: 4.2105263158vw;
  }
  .recruitBanner {
    margin-bottom: 13.1578947368vw;
  }
  .recruitBanner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .recruitBanner__inner picture {
    height: 39.4736842105vw;
    width: 100%;
  }
  .recruitBanner__text {
    gap: 3.9473684211vw;
    padding: 5.2631578947vw 0;
  }
  .recruitBanner__text h2 {
    font-size: 5.2631578947vw;
  }
  .recruitBanner__text p {
    font-size: 3.9473684211vw;
  }
  .recruitBanner__btn {
    width: 52.6315789474vw;
    height: 10.5263157895vw;
    font-size: 4.2105263158vw;
  }
  .footer {
    padding: 10.5263157895vw 0 26.3157894737vw;
  }
  .footer__upper {
    margin-bottom: 10.5263157895vw;
  }
  .footer__upper h2 a img {
    width: 39.4736842105vw;
  }
  .footer__upper__list {
    margin-top: 2.6315789474vw;
    gap: 2.6315789474vw;
  }
  .footer__upper__list a {
    font-size: 3.1578947368vw;
  }
  .footer__lower {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10.5263157895vw;
  }
  .footer__lower__item {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__lower__item h3 {
    font-size: 3.9473684211vw;
    margin-bottom: 2.6315789474vw;
    border: none;
  }
  .footer__lower__list {
    margin-bottom: 5.2631578947vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .footer__lower__list li {
    padding: 1.0526315789vw;
    position: relative;
  }
  .footer__lower__list li a {
    font-size: 3.1578947368vw;
    padding: 0.5263157895vw 1.3157894737vw;
    color: #222;
    margin-right: 0;
  }
  .copyright {
    font-size: 3.1578947368vw;
  }
  .fixedBtn {
    width: 100%;
    bottom: 0;
    border-radius: 0;
    height: 15.7894736842vw;
  }
  .fixedBtn p {
    font-size: 3.1578947368vw;
  }
  .fixedBtn h2 {
    font-size: 4.7368421053vw;
  }
  .feature {
    padding: 13.1578947368vw 0;
  }
  .feature__inner > h2 {
    font-size: 5.7894736842vw;
    margin-bottom: 2.6315789474vw;
  }
  .feature__inner h3 {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .feature__keywords {
    padding: 5.2631578947vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2631578947vw;
    margin-bottom: 13.1578947368vw;
  }
  .feature__keywords p {
    font-size: 4.7368421053vw;
  }
  .feature__keywords__list {
    gap: 2.1052631579vw;
  }
  .feature__keywords__list li a {
    font-size: 3.4210526316vw;
    border-radius: 1.3157894737vw;
    padding: 1.5789473684vw 2.1052631579vw;
  }
  .feature__box {
    margin-bottom: 13.1578947368vw;
  }
  .feature__box__list li a {
    padding: 1.5789473684vw 3.1578947368vw;
    font-size: 3.4210526316vw;
  }
  .feature__box__flex {
    gap: 2.6315789474vw;
    margin-top: 5.2631578947vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature__box__flex h4 {
    text-align: left;
    width: 100%;
    padding-left: 2.6315789474vw;
    font-size: 3.9473684211vw;
  }
  .feature__box__flex__wrap {
    margin-top: 10.5263157895vw;
  }
  .feature__box h3 {
    font-size: 3.9473684211vw;
    margin-bottom: 5.2631578947vw;
    line-height: 1.4;
  }
  .feature__box h3 span {
    font-size: 3.9473684211vw;
    line-height: 1.4;
  }
  .feature__box h3 span strong {
    font-size: 6.3157894737vw;
    margin-right: 1.3157894737vw;
  }
  .card__list {
    gap: 5.2631578947vw;
  }
  .card__list li {
    width: 100%;
  }
  .card__list li a {
    height: 17.1052631579vw;
  }
  .card__list li a::after {
    width: 2.6315789474vw;
    height: 3.9473684211vw;
    right: 5.2631578947vw;
  }
  .card__list li a picture {
    width: 21.0526315789vw;
  }
  .card__list li a h4 {
    font-size: 3.9473684211vw;
  }
  .tile__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.9473684211vw;
  }
  .tile__list li {
    width: 30%;
    height: 21.0526315789vw;
  }
  .tile__list li a h4 {
    font-size: 3.9473684211vw;
  }
  .slat__list li {
    width: 100%;
  }
  .slat__list li a {
    height: 17.1052631579vw;
  }
  .slat__list li a h4 {
    font-size: 3.9473684211vw;
  }
  .search {
    padding: 0;
  }
  .search__mv__inner {
    gap: 0;
    padding: 7.8947368421vw 5.2631578947vw;
  }
  .search__mv__inner h1 {
    font-size: 6.3157894737vw;
    letter-spacing: 0.2631578947vw;
    margin-bottom: 10.5263157895vw;
  }
  .search__mv__inner h1::before {
    width: 15.7894736842vw;
    height: 1.0526315789vw;
    bottom: -5.2631578947vw;
  }
  .search__mv__btn {
    font-size: 4.2105263158vw;
    padding: 3.9473684211vw;
    width: auto;
  }
  .search__mv .mv__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .search__mv .mv__list li {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6315789474vw;
  }
  .search__mv .mv__list li p {
    font-size: 2.6315789474vw;
  }
  .search__mv .mv__list li p strong {
    font-size: 3.1578947368vw;
  }
  .search__nav ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .search__nav ul li {
    font-size: 2.6315789474vw;
  }
  .search__nav ul li:not(:last-of-type)::before {
    width: 0.5263157895vw;
    height: 5.2631578947vw;
  }
  .search__nav ul li a {
    font-size: 2.6315789474vw;
    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;
    gap: 2.6315789474vw;
  }
  .search__nav ul li a img {
    width: 3.9473684211vw;
  }
  .search > h1 {
    font-size: 5.7894736842vw;
    margin-bottom: 21.0526315789vw;
  }
  .search > h1::before {
    width: 15.7894736842vw;
    height: 1.0526315789vw;
    bottom: -7.8947368421vw;
  }
  .search__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__flex__wrap {
    width: 100%;
  }
  .search__sidebar {
    width: 100%;
    padding: 0;
    gap: 2.6315789474vw;
    margin-bottom: 5.2631578947vw;
  }
  .search__sidebar__inner {
    position: relative;
    overflow-y: unset;
    top: unset;
    display: none;
    padding: 0;
  }
  .search__sidebar__title {
    cursor: pointer;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 2.6315789474vw;
    font-size: 4.2105263158vw;
    padding: 2.6315789474vw;
    border-radius: 0;
  }
  .search__sidebar__title img {
    width: 5.2631578947vw;
  }
  .search__form__item {
    margin-bottom: 0;
    padding: 5.2631578947vw 2.6315789474vw 0;
  }
  .search__form__item h3 {
    font-size: 3.9473684211vw;
    margin-bottom: 2.6315789474vw;
  }
  .search__tags {
    gap: 1.5789473684vw;
  }
  .search__tags label {
    font-size: 3.1578947368vw;
    border-radius: 1.3157894737vw;
    padding: 1.5789473684vw;
  }
  .search button[type=submit] {
    font-size: 3.9473684211vw;
    width: 47.3684210526vw;
    height: 10.5263157895vw;
    margin: 5.2631578947vw 0;
  }
  .search select {
    border-radius: 1.3157894737vw;
    margin-bottom: 0;
    padding: 1.5789473684vw;
    font-size: 3.6842105263vw;
  }
  .search input[type=text] {
    font-size: 16px;
    border-radius: 1.3157894737vw;
    margin-bottom: 0;
  }
  .search__title {
    padding: 0;
    margin-bottom: 5.2631578947vw;
  }
  .search__title h2 {
    font-size: 3.1578947368vw;
    line-height: 1.2;
    text-align: left;
  }
  .search__title__num {
    font-size: 6.3157894737vw;
    margin-right: 1.3157894737vw;
  }
  .single {
    padding: 5.2631578947vw 0;
  }
  .single__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.2631578947vw 0;
  }
  .breadcrumb {
    gap: 2.1052631579vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .breadcrumb__inner {
    height: 7.8947368421vw;
  }
  .breadcrumb a, .breadcrumb span {
    font-size: 3.1578947368vw;
  }
  .article {
    width: 100%;
    margin-bottom: 10.5263157895vw;
  }
  .article__inner > img {
    height: 39.4736842105vw;
  }
  .article__inner h1 {
    font-size: 5.7894736842vw;
  }
  .article__inner > p {
    font-size: 3.6842105263vw;
    margin: 2.6315789474vw 0 5.2631578947vw;
  }
  .article__inner > h2 {
    margin: 10.5263157895vw 0 5.2631578947vw;
    font-size: 5.2631578947vw;
  }
  .article__inner > h3 {
    font-size: 4.7368421053vw;
    margin: 10.5263157895vw 0 5.2631578947vw;
  }
  .article__inner > h4 {
    border-radius: 2.6315789474vw;
    font-size: 4.2105263158vw;
    margin: 10.5263157895vw 0 2.6315789474vw;
    padding: 2.6315789474vw 0;
  }
  .article__inner > h4::before {
    left: -3.9473684211vw;
    right: -3.9473684211vw;
    border-radius: 2.6315789474vw;
  }
  .article__inner ul:not(.article__tags) {
    padding: 5.2631578947vw;
    border-width: 1.3157894737vw;
  }
  .article__inner ul:not(.article__tags) li {
    font-size: 4.2105263158vw;
  }
  .article__inner .wide {
    overflow-x: scroll;
  }
  .article__inner .wide table {
    min-width: 157.8947368421vw;
  }
  .article__inner table {
    margin: 0 0 5.2631578947vw;
  }
  .article__inner table tr:first-of-type th, .article__inner table tr:first-of-type td {
    font-weight: bold;
  }
  .article__inner table tr th, .article__inner table tr td {
    font-size: 3.1578947368vw;
    padding: 1.3157894737vw;
  }
  .article__date {
    margin: 1.3157894737vw 0 !important;
    font-size: 3.1578947368vw !important;
  }
  .article__tags {
    gap: 1.5789473684vw;
    margin-bottom: 5.2631578947vw;
  }
  .article__tags li a {
    font-size: 3.4210526316vw;
    padding: 1.5789473684vw;
  }
  .toc {
    margin: 10.5263157895vw 0;
    padding: 5.2631578947vw;
    border-width: 1px;
    width: 95vw;
    margin: 0 calc(50% - 47.5vw);
  }
  .toc h2 {
    font-size: 4.7368421053vw;
    margin-bottom: 2.6315789474vw;
    padding-bottom: 2.6315789474vw;
  }
  .toc__level__2 {
    margin-top: 1.5789473684vw;
    padding: 1.0526315789vw 0 !important;
  }
  .toc__level__2 a {
    font-size: 3.6842105263vw;
  }
  .toc__level__3 {
    padding: 1.0526315789vw 0 1.0526315789vw 5.2631578947vw !important;
  }
  .toc__level__3 a {
    font-size: 3.1578947368vw;
  }
  .articleSidebar {
    width: 100%;
  }
  .articleSidebar__inner {
    position: relative;
    top: auto;
  }
  .articleSidebar__cv {
    margin-bottom: 10.5263157895vw;
    border-radius: 5.2631578947vw;
    padding: 10.5263157895vw 2.6315789474vw 7.8947368421vw;
  }
  .articleSidebar__cv p {
    font-size: 4.7368421053vw;
    margin-bottom: 2.6315789474vw;
  }
  .articleSidebar__cv h2 {
    font-size: 6.3157894737vw;
    margin-bottom: 7.8947368421vw;
  }
  .articleSidebar__cv span {
    padding: 3.9473684211vw;
    font-size: 4.7368421053vw;
    border-radius: 0.7894736842vw;
  }
  .articleSidebar__recruit a {
    border-radius: 7.8947368421vw;
    font-size: 4.2105263158vw;
    width: 78.9473684211vw;
    padding: 2.6315789474vw 0;
    height: 13.1578947368vw;
  }
  .page {
    padding: 13.1578947368vw 0;
  }
  .page__inner {
    padding: 0;
    background: none;
    border: none;
  }
  .page__inner h1 {
    font-size: 5.7894736842vw;
    margin-bottom: 5.2631578947vw;
  }
  .page__inner h2 {
    font-size: 5.2631578947vw;
    margin: 5.2631578947vw 0 2.6315789474vw;
  }
  .page__inner p {
    font-size: 4.2105263158vw;
    margin-bottom: 2.6315789474vw;
  }
  .page__inner ul {
    padding-left: 5.2631578947vw;
  }
  .page__inner ul li {
    padding: 0;
    font-size: 3.1578947368vw;
  }
  .page__inner table th, .page__inner table td {
    padding: 2.1052631579vw 2.6315789474vw;
    font-size: 3.1578947368vw;
  }
  .pickup > h2 {
    font-size: 5.7894736842vw;
    margin-bottom: 2.6315789474vw;
  }
  .pickup p {
    font-size: 3.1578947368vw;
    margin-bottom: 5.2631578947vw;
  }
  .recommend__list {
    margin-bottom: 13.1578947368vw;
    padding: 0 5.2631578947vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.9473684211vw;
  }
  .recommend__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #A88424;
    border-radius: 2.6315789474vw;
    height: 21.0526315789vw;
    overflow: hidden;
  }
  .recommend__list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommend__thumbnail {
    display: block;
    width: 26.3157894737vw;
    min-width: 26.3157894737vw;
    height: 100%;
  }
  .recommend__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .recommend__text {
    padding: 0 2.6315789474vw;
  }
  .recommend__text h3 {
    font-size: 3.6842105263vw;
    line-height: 1.4;
  }
  .apply {
    padding: 0 0;
  }
  .apply__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .apply__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
    padding-top: 5.2631578947vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center;
  }
  .apply__left h2 {
    font-size: 6.5789473684vw;
    gap: 2.6315789474vw;
    margin-bottom: 5.2631578947vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .apply__left h2 img {
    width: 13.1578947368vw;
  }
  .apply__left > img {
    width: 100%;
    height: 31.5789473684vw;
    margin-bottom: 5.2631578947vw;
    border-radius: 0;
  }
  .apply__list {
    position: relative;
    gap: 2.6315789474vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 5.2631578947vw;
    padding-left: 5.2631578947vw;
    padding-right: 5.2631578947vw;
    width: 100%;
  }
  .apply__list li {
    font-size: 3.9473684211vw;
    padding: 1.3157894737vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 33%;
    line-height: 1.4;
    border: 1px solid #A88424;
    border-radius: 1.3157894737vw;
    padding: 1.3157894737vw 0;
  }
  .apply__list li span {
    font-size: 2.6315789474vw;
    line-height: 1.4;
  }
  .apply__list li img {
    width: 6.5789473684vw;
    margin: 0 0 1.3157894737vw;
  }
  .apply__right {
    width: 100%;
  }
  .apply__right h2 {
    width: 89.4736842105vw;
  }
  .apply__right input[type=submit] {
    font-size: 4.7368421053vw;
    height: 13.1578947368vw;
    padding: 0 18.4210526316vw;
  }
  .apply__form {
    border-radius: 0;
    padding: 26.3157894737vw 5.2631578947vw 15.7894736842vw;
  }
  .apply__item {
    width: 100%;
    padding: 0;
    margin-bottom: 6.5789473684vw;
  }
  .apply__item h3 {
    margin-bottom: 2.6315789474vw;
    font-size: 3.9473684211vw;
  }
  .apply__item input, .apply__item textarea {
    font-size: 16px;
    border-radius: 1.3157894737vw;
    padding: 2.1052631579vw;
  }
  .apply__item p {
    font-size: 3.1578947368vw;
    margin-bottom: 2.6315789474vw;
  }
  .apply__item__title h3 {
    margin-bottom: 1.3157894737vw;
  }
  .apply__item input[type=file] {
    font-size: 3.9473684211vw;
  }
  .apply__checkbox {
    gap: 1.3157894737vw;
    white-space: nowrap;
    padding: 2.6315789474vw 0;
    margin-bottom: 5.2631578947vw;
  }
  .apply__checkbox input {
    width: 3.9473684211vw;
    height: 3.9473684211vw;
    margin-top: 0;
  }
  .apply__checkbox label {
    font-size: 3.9473684211vw;
  }
  .countcharacters {
    padding: 15.7894736842vw 0;
  }
  .countcharacters__inner h2 {
    font-size: 7.3684210526vw;
    margin-bottom: 5.2631578947vw;
  }
  .countcharacters__inner p {
    font-size: 3.6842105263vw;
    margin-bottom: 5.2631578947vw;
  }
  .countcharacters__inner textarea {
    border: 0.5263157895vw solid #A88424;
    border-radius: 1.3157894737vw;
    max-width: 100%;
    height: 65.7894736842vw;
    font-size: 16px;
    padding: 15px;
    margin: 0 auto 5.2631578947vw;
  }
  .countcharacters__count {
    font-size: 5.2631578947vw;
    gap: 2.6315789474vw;
    padding: 2.6315789474vw;
    width: 100%;
  }
  .countcharacters__count span {
    font-size: 10.5263157895vw;
  }
  .about {
    padding: 10.5263157895vw 0 0;
  }
  .about__title p {
    font-size: 3.1578947368vw;
    margin-bottom: 5.2631578947vw;
  }
  .results__box {
    margin-bottom: 5.2631578947vw;
  }
  .results__box__headline h3 {
    font-size: 4.2105263158vw;
    padding: 3.9473684211vw;
  }
  .results__box__text {
    width: 100%;
  }
  .results__box__text h4 {
    font-size: 3.9473684211vw;
    margin-bottom: 1.3157894737vw;
  }
  .results__box__desc {
    font-size: 3.1578947368vw;
    margin-bottom: 1.3157894737vw;
  }
  .results__box__place {
    font-size: 3.1578947368vw;
    gap: 1.3157894737vw;
    text-align: left;
  }
  .results__box__place img {
    width: 3.9473684211vw;
  }
  .results__box__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.9473684211vw;
    gap: 2.6315789474vw;
  }
  .results__box__flex picture {
    max-width: 26.3157894737vw;
    max-height: 52.6315789474vw;
  }
  .results__box__info {
    padding: 7.8947368421vw 3.9473684211vw 2.6315789474vw;
    width: calc(100% - 7.8947368421vw);
  }
  .results__box__info__title {
    font-size: 3.1578947368vw;
    padding: 1.3157894737vw 2.6315789474vw;
  }
  .results__box__info__item {
    font-size: 3.4210526316vw;
    margin-bottom: 1.3157894737vw;
    padding-bottom: 1.3157894737vw;
  }
  .results__box__table {
    width: calc(100% - 7.8947368421vw);
    margin-bottom: 5.2631578947vw;
  }
  .results__box__table tr th span {
    font-size: 3.1578947368vw;
  }
  .results__box__table tr th:not(:last-of-type) {
    padding: 2.6315789474vw 1.3157894737vw 1.3157894737vw;
  }
  .results__box__table tr td {
    padding: 1.3157894737vw 2.6315789474vw 2.6315789474vw;
    font-size: 3.1578947368vw;
  }
  .results__box__link {
    gap: 2.6315789474vw;
    padding-bottom: 5.2631578947vw;
  }
  .results__box__link a {
    padding: 2.6315789474vw;
    font-size: 3.6842105263vw;
    width: 43%;
    gap: 2.6315789474vw;
    border-radius: 2.6315789474vw;
  }
  .results__box__link a img {
    width: 6.5789473684vw;
    height: 6.5789473684vw;
  }
  .pagination {
    gap: 1.3157894737vw;
  }
  .pagination li a, .pagination li span {
    min-width: 6.5789473684vw;
    min-height: 6.5789473684vw;
    font-size: 3.1578947368vw;
    border-radius: 1.3157894737vw;
  }
  .company__mv__inner {
    padding: 5.2631578947vw 3.9473684211vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company__mv__image {
    width: 31.5789473684vw;
    margin-bottom: 5.2631578947vw;
  }
  .company__mv__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company__mv__text__inner {
    width: 100%;
  }
  .company__mv__text__inner h1 {
    font-size: 4.7368421053vw;
    letter-spacing: 0;
    margin-bottom: 2.6315789474vw;
  }
  .company__gallery {
    margin-bottom: 5.2631578947vw;
    width: 100%;
    min-width: 100%;
    height: 47.3684210526vw;
    max-height: auto;
  }
  .company__box__info {
    border: none;
    margin-bottom: 2.6315789474vw;
    padding: 7.8947368421vw 5.2631578947vw 2.6315789474vw;
  }
  .company__box__info__item {
    font-size: 3.4210526316vw;
    padding-bottom: 1.3157894737vw;
    margin-bottom: 1.3157894737vw;
  }
  .company__box__info__title {
    font-size: 3.4210526316vw;
    padding: 1.3157894737vw 2.6315789474vw;
  }
  .company__place {
    font-size: 3.6842105263vw;
    width: 100%;
    max-width: 100%;
    gap: 1.3157894737vw;
    margin-bottom: 3.9473684211vw;
  }
  .company__place img {
    width: 4.2105263158vw;
  }
  .company__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company__layout__inner {
    width: 100%;
  }
  .company__service {
    width: 100%;
    max-width: 100%;
    font-size: 3.6842105263vw;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.6315789474vw;
    margin-bottom: 2.6315789474vw;
  }
  .company__tags {
    width: 100%;
  }
  .company__tags a {
    font-size: 3.4210526316vw;
    border-radius: 1.3157894737vw;
    padding: 1.5789473684vw 2.6315789474vw;
  }
  .company__btn {
    width: 100%;
    padding: 4.7368421053vw 3.9473684211vw;
  }
  .company__btn a {
    border: 0.7894736842vw solid #fff;
    border-radius: 13.1578947368vw;
    padding: 3.1578947368vw 7.8947368421vw;
    font-size: 4.2105263158vw;
  }
  .company__nav {
    height: 15.7894736842vw;
  }
  .company__nav ul li {
    width: 25%;
  }
  .company__nav ul li.active::after {
    height: 1.3157894737vw;
  }
  .company__nav ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3157894737vw;
    font-size: 2.8947368421vw;
  }
  .company__nav ul li a img {
    width: 4.2105263158vw;
  }
  .company__about {
    padding: 7.8947368421vw 0;
  }
  .company__about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company__about__flex > p {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    width: 100%;
  }
  .company__desc {
    font-size: 3.6842105263vw;
  }
  .company__title {
    padding: 2.6315789474vw 2.6315789474vw 2.6315789474vw 3.9473684211vw;
    font-size: 4.4736842105vw;
    border-width: 1.8421052632vw;
    gap: 1.3157894737vw;
    margin-bottom: 5.2631578947vw;
  }
  .company__title img {
    width: 5.2631578947vw;
  }
  .company__details {
    border-radius: 1.3157894737vw;
    margin: 5.2631578947vw 0;
  }
  .company__details h3 {
    font-size: 4.2105263158vw;
    padding: 3.9473684211vw;
  }
  .company__details__item {
    padding: 3.9473684211vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company__details__item__img {
    width: 31.5789473684vw;
    max-height: 21.0526315789vw;
  }
  .company__details__item__text {
    width: 100%;
    padding: 5.2631578947vw 0 0;
  }
  .company__details__item__text h4 {
    font-size: 4.2105263158vw;
    margin-bottom: 2.6315789474vw;
  }
  .company__details__item__text p {
    font-size: 3.4210526316vw;
    margin-bottom: 2.6315789474vw;
    gap: 1.3157894737vw;
  }
  .company__details__list {
    margin-top: 0;
  }
  .company__details__list dl {
    width: 100%;
  }
  .company__details__list dl dt {
    font-size: 3.4210526316vw;
  }
  .company__details__list dl dd {
    padding: 2.6315789474vw;
  }
  .company__details__tags a {
    font-size: 3.4210526316vw;
    border-radius: 1.3157894737vw;
    padding: 1.5789473684vw 2.1052631579vw;
  }
  .company__info {
    padding: 10.5263157895vw 0;
  }
  .company__info__list {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company__info__list__item {
    width: 100%;
  }
  .company__info__list dl {
    margin-bottom: 0;
  }
  .company__info__list dl dt {
    font-size: 3.6842105263vw;
    padding: 2.6315789474vw 2.6315789474vw 0;
  }
  .company__info__list dl dd {
    font-size: 3.6842105263vw;
    padding: 2.6315789474vw;
  }
  .company__award {
    padding: 0;
  }
  .company__award h4 {
    font-size: 3.4210526316vw;
    margin-bottom: 0;
    padding: 2.6315789474vw 2.6315789474vw 0;
  }
  .company__award p {
    font-size: 3.4210526316vw;
    padding: 2.6315789474vw;
    margin-bottom: 0;
  }
  .company__access {
    padding: 0;
  }
  .company__access dl {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .company__access dl dt {
    font-size: 3.4210526316vw;
    margin-bottom: 0;
    padding: 2.6315789474vw;
  }
  .company__access dl dd {
    font-size: 3.4210526316vw;
    padding: 0 2.6315789474vw 2.6315789474vw;
  }
  .achievement__box {
    width: 100%;
    margin-bottom: 5.2631578947vw;
  }
  .achievement__box > h3 {
    font-size: 3.9473684211vw;
    padding: 2.6315789474vw;
  }
  .achievement__flex {
    padding: 2.6315789474vw 2.6315789474vw 0;
    gap: 2.6315789474vw;
  }
  .achievement__flex img {
    width: 36.8421052632vw;
    min-width: auto;
  }
  .achievement__flex p {
    font-size: 3.4210526316vw;
  }
  .achievement__text {
    padding: 2.6315789474vw;
  }
  .achievement__text dl dt {
    font-size: 3.4210526316vw;
  }
  .achievement__text dl dd {
    padding: 2.6315789474vw;
    font-size: 3.4210526316vw;
  }
  .achievement__text dl dd p {
    font-size: 3.4210526316vw;
    gap: 1.3157894737vw;
  }
  .contact {
    margin: 10.5263157895vw 0;
    padding: 10.5263157895vw 5.2631578947vw;
  }
  .contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.6315789474vw;
    margin-bottom: 2.6315789474vw;
  }
  .contact__item h3 {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 3.9473684211vw;
  }
  .contact__item p {
    width: 100%;
  }
  .contact__item input, .contact__item textarea {
    font-size: 16px;
    width: 100%;
  }
  .contact__confirm {
    font-size: 3.9473684211vw;
    margin: 5.2631578947vw 0;
  }
  .contact__submit {
    border-radius: 1.3157894737vw;
    font-size: 4.7368421053vw;
    width: 63.1578947368vw;
    height: 15.7894736842vw;
  }
  .contact__submit p {
    margin-bottom: 0;
    font-size: 4.7368421053vw;
  }
  .faq {
    padding: 10.5263157895vw 0;
  }
  .faq__inner h2 {
    font-size: 5.2631578947vw;
    margin-bottom: 2.6315789474vw;
    line-height: 1.6;
  }
  .faq__inner > p {
    font-size: 3.1578947368vw;
    margin-bottom: 10.5263157895vw;
  }
  .faq__item h3 {
    font-size: 3.9473684211vw;
    padding: 3.9473684211vw 5.2631578947vw;
    border-radius: 7.8947368421vw;
    margin-bottom: 5.2631578947vw;
  }
  .faq__item p {
    font-size: 3.9473684211vw;
  }
  .faq__item p.active {
    max-height: 52.6315789474vw;
    padding: 0 0 10.5263157895vw;
  }
  .profile__inner {
    padding: 0;
  }
  .profile__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6315789474vw;
    padding: 10.5263157895vw 5.2631578947vw;
  }
  .profile__image {
    width: 100%;
    max-width: 100%;
  }
  .profile__image picture {
    height: 100%;
  }
  .profile__image img {
    width: 100%;
    height: auto;
  }
  .profile__image h2 {
    font-size: 4.7368421053vw;
    margin-bottom: 5.2631578947vw;
    padding-bottom: 2.6315789474vw;
  }
  .profile__image p {
    font-size: 3.1578947368vw;
    margin-bottom: 2.6315789474vw;
  }
  .profile__text {
    width: 100%;
    max-width: 100%;
  }
  .profile__text p {
    font-size: 3.1578947368vw;
  }
  .profile__text img {
    width: 100%;
    height: auto;
  }
  .profile__icon {
    margin: 5.2631578947vw auto 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;
  }
  .profile__icon a {
    font-size: 3.1578947368vw;
  }
  .profile__icon a img {
    width: 10.5263157895vw;
    height: 10.5263157895vw;
  }
}