/* =============================================================================
Reset style
========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #333;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

.wrapper {
  position: relative;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #333;
}

#yui3-css-stamp.cssreset {
  display: none;
}

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

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

/* =============================================================================
Image
========================================================================== */
a,
button {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

img {
  width: 100%;
}

/* =============================================================================
Basic style
========================================================================== */
body {
  position: relative;
  overflow-x: hidden;
  word-break: break-all;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.century {
  font-family: "Century Gothic Pro", sans-serif;
}

.arial {
  font-family: "Arial", sans-serif;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/*==============================================================================
Media
============================================================================= */
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333vw;
  }
  .inner {
    width: 6.7rem;
    margin: 0 auto;
    position: relative;
    font-size: 0.26rem;
    letter-spacing: 0.06em;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  p {
    font-size: 0.26rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 769px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    letter-spacing: 0.06em;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  a:hover,
  button:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
.blue {
  color: #031264;
}

.bold {
  font-weight: bold;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  color: #333;
}

h2,
h3,
h4 {
  letter-spacing: 0.06em;
  line-height: 1.6;
}

*:focus {
  outline: none;
}

/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 768px) {
  .header--bg {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
  }
  .header--bg.fix {
    background: #000;
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    position: fixed;
  }
  .header__inner {
    padding: 0.2rem 0;
  }
  .header__logo {
    position: relative;
    z-index: 10;
    width: 1.26rem;
  }
  .header__wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    background: #000;
  }
  .header__wrap.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header__list {
    margin-top: 3.5rem;
  }
  .header__item {
    margin-top: 0.7rem;
    text-align: center;
  }
  .header__item .link {
    color: #fff;
    font-weight: bold;
    font-size: 0.34rem;
    line-height: 1;
    letter-spacing: 0.11em;
  }
  .header__btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.8rem;
    height: 0.67rem;
    margin: 0 auto;
    border-radius: 0.34rem;
    color: #fff;
    font-size: 0.34rem;
    padding-left: 0.86rem;
    letter-spacing: 0.11em;
    font-weight: bold;
    background: url(../images/header_bg01_sp.webp) top center/cover no-repeat;
  }
  .header__icon {
    position: fixed;
    z-index: 101;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.4rem;
    height: 0.33rem;
  }
  .header__icon .line {
    position: absolute;
    right: 0;
    display: block;
    width: 0.4rem;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header__icon .line:nth-child(1) {
    top: 0;
  }
  .header__icon .line:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__icon .line:nth-child(3) {
    bottom: 0;
  }
  .header__icon.open .line {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #fff !important;
  }
  .header__icon.open .line:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .header__icon.open .line:nth-child(2) {
    display: none;
  }
  .header__icon.open .line:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and (min-width: 769px) {
  .header--bg {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .header--bg.fix {
    background: #000;
    -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
    position: fixed;
  }
  .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;
    width: 1200px;
    height: 88px;
  }
  .header__logo {
    width: 126px;
  }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  .header__item {
    margin-right: 40px;
  }
  .header__item:last-child {
    margin-right: 0;
  }
  .header__item .link {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.11em;
  }
  .header__btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 157px;
    height: 88px;
    color: #fff;
    padding-left: 35px;
    font-weight: bold;
    background: url(../images/header_bg01.webp) top center/cover no-repeat;
  }
  .header__btn01::after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    margin-left: 20px;
    background-color: #fff;
    background: url(../images/header_arrow01.webp) top center/contain no-repeat;
  }
}
/*===============================================================================
#reset
===============================================================================*/
.header--bg {
  position: relative;
  background: #000;
}

@media screen and (min-width: 769px) {
  .fv {
    min-height: 100%;
    padding: 0;
  }
  .fv__inner {
    padding: 50px;
  }
  .fv__ttl01 {
    position: relative;
  }
  .fv__ttl01::before {
    content: "";
    width: 450px;
    height: 1px;
    position: absolute;
    top: 50px;
    right: 225px;
    background: #fff;
  }
  .fv__ttl01 h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .fv__txt {
    margin: 20px 0 0;
    color: #fff;
  }
  .fv #hoge {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .contact {
    position: relative;
    z-index: 10;
  }
  .footer {
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    min-height: 100%;
    padding: 0;
  }
  .fv__inner {
    padding: 0.5rem 0;
  }
  .fv__ttl01 {
    width: 100%;
    padding: 0.4rem 0;
  }
  .fv__ttl01 h2 {
    color: black;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .fv__txt {
    margin: 20px 0 0;
    color: #fff;
  }
  .fv #hoge {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.input-text,
.input-tel {
  width: 100%;
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding-left: 23px;
  font-size: 16px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .input-text,
  .input-tel {
    height: 0.7rem;
    font-size: 0.26rem;
    padding-left: 0.2rem;
  }
}

.input-text:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.input-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 23px;
  background: #fff url("../images/contact/contact_select_bg.webp") no-repeat center right 27px/9px 16px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .input-select {
    height: 0.7rem;
    font-size: 0.26rem;
    padding-left: 0.2rem;
    color: #000;
  }
}

.input-select::-ms-expand {
  display: none;
}

.input-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.input-textarea {
  padding: 17px 23px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  width: 100%;
  height: 131px;
  line-height: 1.7;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .input-textarea {
    height: 1.4rem;
    padding: 0.14rem;
    font-size: 0.26rem;
  }
}

.input-textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.input-radio {
  display: none;
}

.input-radio + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.input-radio + span::before {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}
.input-radio + span::after {
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}
.input-radio:checked + span::after {
  opacity: 1;
}

.input-checkbox {
  display: none;
}

.input-checkbox + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .input-checkbox + span {
    padding: 0 0 0 0.5rem;
  }
}

.input-checkbox + span::before {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
}
@media screen and (max-width: 768px) {
  .input-checkbox + span::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.input-checkbox + span::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 3px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  opacity: 0;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .input-checkbox + span::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.input-checkbox:checked + span::before {
  background: #b50001;
}

.input-checkbox:checked + span::after {
  opacity: 1;
}

.submit {
  cursor: pointer;
}

.input-submit {
  display: inline-block;
  cursor: pointer;
  width: 320px;
  height: 50px;
  background: url("../images/contact/contact_toConfirm.webp") no-repeat center/cover;
  font-size: 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  .input-submit {
    width: 100%;
    height: 1rem;
    border-radius: 30px;
  }
}

.input-submit:hover,
.input-submit:focus {
  outline: none;
}

.input-submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/*===============================================================================
#contact PC
===============================================================================*/
@media screen and (min-width: 769px) {
  .contact__bg {
    padding: 14px 0 110px;
    background: #f9f9f9;
  }
  .contact__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .contact .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .contact .breadcrumbs__item {
    color: #777777;
    font-size: 13px;
    margin-left: 5px;
    letter-spacing: 0.15em;
  }
  .contact .breadcrumbs__item a {
    color: #777777;
  }
  .contact__status {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin: 53px auto 0;
  }
  .contact__status .num {
    font-size: 18px;
    font-weight: bold;
  }
  .contact__status li {
    padding: 0 0 10px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #b50001;
    color: #b50001;
    opacity: 0.5;
  }
  .contact__status .active {
    border-width: 2px;
    opacity: 1;
  }
  .contact__form {
    width: 900px;
    margin: 64px auto 0;
  }
  .contact__list {
    display: grid;
    row-gap: 10px;
  }
  .contact__item {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 250px 630px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .contact__item .ttl-wrap {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: auto 39px;
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
  }
  .contact__item .ttl {
    justify-self: end;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .contact__item .require,
  .contact__item .any {
    display: inline;
    vertical-align: middle;
    width: 39px;
    height: 22px;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }
  .contact__item .require {
    background: #b50001;
  }
  .contact__item .any {
    background: #717171;
  }
  .contact__item.__type .input-wrap {
    width: 310px;
  }
  .contact__item.__name .input-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .contact .privacy {
    margin: 34px auto 0;
  }
  .contact .privacy .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .privacy .scroll {
    overflow: scroll;
    width: 680px;
    height: 131px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 13px 43px 13px 23px;
    margin: 19px auto 0;
    background: #fff;
  }
  .contact .privacy .scroll .ttl,
  .contact .privacy .scroll .txt {
    color: #111111;
    font-size: 12px;
    letter-spacing: 0.11em;
  }
  .contact .privacy .scroll .ttl {
    font-weight: bold;
    margin: 0 auto 8px;
  }
  .contact .privacy .scroll .txt {
    line-height: 1.9;
  }
  .contact .privacy .scroll .txt:nth-of-type(n + 3) {
    margin: 20px auto 0;
  }
  .contact .submit {
    width: 320px;
    margin: 40px auto 0;
  }
  .error-msg-balloon {
    position: relative;
    margin: 5px 0 0;
    padding: 3px 0.5em;
    background: #ff8080;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
  }
  .error-msg-balloon::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #ff8080 transparent transparent transparent;
  }
}
/*===============================================================================
#contact SP
===============================================================================*/
@media screen and (max-width: 768px) {
  .contact__bg {
    padding: 0.14rem 0 1.1rem;
    background: #f9f9f9;
  }
  .contact__inner {
    width: 6.9rem;
    margin: 0 auto;
  }
  .contact .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.35rem;
  }
  .contact .breadcrumbs__item {
    color: #777777;
    font-size: 0.2rem;
    margin-left: 0.1rem;
    letter-spacing: 0.15em;
  }
  .contact .breadcrumbs__item a {
    color: #777777;
  }
  .contact__status {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.1rem;
       -moz-column-gap: 0.1rem;
            column-gap: 0.1rem;
    margin: 0.53rem auto 0;
  }
  .contact__status .num {
    font-size: 0.18rem;
    font-weight: bold;
  }
  .contact__status li {
    padding: 0 0 0.1rem;
    text-align: center;
    font-size: 0.26rem;
    border-bottom: 1px solid #b50001;
    color: #b50001;
    opacity: 0.5;
  }
  .contact__status .active {
    border-width: 2px;
    opacity: 1;
  }
  .contact__form {
    width: 6.3rem;
    margin: 0.64rem auto 0;
  }
  .contact__list {
    display: grid;
    row-gap: 0.3rem;
  }
  .contact__item {
    display: grid;
    row-gap: 0.14rem;
  }
  .contact__item .ttl-wrap {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: auto auto;
    -webkit-column-gap: 0.09rem;
       -moz-column-gap: 0.09rem;
            column-gap: 0.09rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contact__item .input-wrap {
    font-size: 0;
  }
  .contact__item .ttl {
    font-weight: 500;
    font-size: 0.26rem;
    letter-spacing: 0.02em;
  }
  .contact__item .require,
  .contact__item .any {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.1rem;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    line-height: 1;
  }
  .contact__item .require {
    background: #b50001;
  }
  .contact__item .any {
    background: #717171;
  }
  .contact__item.__name .input-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0.1rem;
       -moz-column-gap: 0.1rem;
            column-gap: 0.1rem;
  }
  .contact .privacy {
    margin: 0.34rem auto 0;
  }
  .contact .privacy .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.07rem;
       -moz-column-gap: 0.07rem;
            column-gap: 0.07rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .privacy .scroll {
    overflow: scroll;
    width: 100%;
    height: 2rem;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 0.13rem 0.23rem;
    margin: 0.19rem auto 0;
    background: #fff;
  }
  .contact .privacy .scroll .ttl,
  .contact .privacy .scroll .txt {
    color: #111111;
    font-size: 0.2rem;
    letter-spacing: 0.11em;
  }
  .contact .privacy .scroll .ttl {
    font-weight: bold;
    margin: 0 auto 0.08rem;
  }
  .contact .privacy .scroll .txt {
    line-height: 1.9;
  }
  .contact .privacy .scroll .txt:nth-of-type(n + 3) {
    margin: 0.2rem auto 0;
  }
  .contact .submit {
    width: 100%;
    margin: 0.4rem auto 0;
    text-align: center;
  }
  .error-msg-balloon {
    position: relative;
    margin: 0.14rem 0 0;
    padding: 0.1rem 0.5em;
    background: #ff8080;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    border-radius: 0.04rem;
  }
  .error-msg-balloon::before {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 0.06rem;
    border-style: solid;
    border-color: #ff8080 transparent transparent transparent;
  }
}
/*==============================================================================
Other
============================================================================= */
.mw_wp_form .contact__form span.error {
  padding: .2em 0 0 .5em;
}
.mw_wp_form .contact__form .privacy .label .error {
  /*transform: translateX(-100%);*/
}
@media screen and (min-width: 769px) {
  .mw_wp_form .contact__form .error {
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mw_wp_form .contact__form .error {
    font-size: 0.26rem;
  }
  .mw_wp_form .contact__form .privacy.error {
    font-size: 100%;
  }
}