@charset "UTF-8";
/*===========================================
Clear Settings
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  line-height: 2.3;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  color: #333333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

.smp h1, .smp h2, .smp h3, .smp h4, .smp h5, .smp h6, .smp p, .smp li, .smp dt, .smp dd, .smp th, .smp td, .smp span, .smp strong, .smp em {
  font-weight: bold !important;
}

p, li {
  margin-bottom: 2rem;
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea {
  vertical-align: middle;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  border: 1px solid #cccccc;
}

img {
  max-width: 100%;
  vertical-align: top;
  border: none;
}

sup {
  position: relative;
  top: -4px;
}

sub {
  position: relative;
  top: 1px;
}

strong {
  letter-spacing: 2px;
  color: #ed6269;
}

em {
  background-image: -moz-linear-gradient(top, transparent 60%, rgba(248, 189, 192, 0) 0%, #f8bdc0 100%);
  background-image: -ms-linear-gradient(top, transparent 60%, rgba(248, 189, 192, 0) 0%, #f8bdc0 100%);
  background-image: -o-linear-gradient(top, transparent 60%, rgba(248, 189, 192, 0) 0%, #f8bdc0 100%);
  background-image: -webkit-gradient(linear, center top, center bottom, from(60%, transparent), to(rgba(248, 189, 192, 0) 0%, #f8bdc0 100%));
  background-image: -webkit-linear-gradient(top, transparent 60%, rgba(248, 189, 192, 0) 0%, #f8bdc0 100%);
  background-image: linear-gradient(top, transparent, 60% rgba(248, 189, 192, 0) 0%, #f8bdc0 100%);
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
a:link {
  text-decoration: underline;
  color: #e8343d;
}
a:visited {
  text-decoration: underline;
  color: #e8343d;
}
a:active {
  text-decoration: underline;
  color: #e8343d;
}
a:hover {
  text-decoration: none;
  color: #ef7177;
}
a:focus {
  -moz-outline-style: none;
}
a img {
  vertical-align: top;
  border: none;
}

button {
  background: none;
  border: none;
}

::-moz-selection {
  text-shadow: none !important;
  background: #fdebec;
}

::selection {
  text-shadow: none !important;
  background: #fdebec;
}

/*===========================================
Base Layout
===========================================*/
main {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  max-width: 2500px;
  min-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  main {
    display: block;
    width: 100%;
    min-height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
main #contents {
  flex: 1 0 0;
}
main #contents > * {
  padding: 50px 10%;
}
@media (max-width: 922px) {
  main #contents > * {
    padding: 50px 5%;
  }
}
main #contents > *:nth-child(even) {
  background: #f5f5f5;
}
main.true-left-side #contents {
  padding-left: 0;
}
main.true-right-side #contents {
  padding-right: 0;
}

aside {
  flex: 0 1 240px;
}
aside#side-l {
  order: -1;
  margin-left: 6%;
}
aside#side-r {
  margin-right: 6%;
}

/*===========================================
Header Area Setting
===========================================*/
header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}
header #header {
  padding-left: 6%;
  padding-right: 6%;
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
}
header #logo {
  position: fixed;
  top: 15px;
  padding: 0 30px;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  header #logo {
    padding: 0 10px;
  }
}
header #logo h1 {
  margin: 0;
}
header #logo img {
  width: auto;
  height: 50px;
}

.is-fixed #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.sp header #header {
  padding-left: 10px;
  padding-right: 10px;
  zoom: 1;
}
.sp header #header:before, .sp header #header:after {
  content: "";
  display: table;
}
.sp header #header:after {
  clear: both;
}
.sp header #logo {
  top: 13px;
}
.sp header #logo img {
  height: 25px;
}

/*===========================================
Footer Area Setting
===========================================*/
footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fafafa;
  border-top: 1px solid #eaeaea;
}
footer #footer {
  width: 88%;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer {
    padding: 0 20px;
  }
}
footer #footer #fnav {
  padding: 30px 0;
}
footer #footer #fnav > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 433px) {
  footer #footer #fnav > ul {
    display: block;
  }
}
footer #footer #fnav > ul > li {
  width: 25%;
  margin: 0;
  padding: 10px;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer #fnav > ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 433px) {
  footer #footer #fnav > ul > li {
    width: 100%;
    text-align: center;
  }
}
footer #footer #fnav > ul > li ul {
  padding: 5px 0;
}
@media screen and (max-width: 433px) {
  footer #footer #fnav > ul > li ul {
    display: none;
  }
}
footer #footer #fnav > ul > li ul li {
  margin: 0;
}
footer #footer #fnav > ul > li ul a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #888888;
}
footer #footer #fnav > ul > li ul a span {
  color: inherit;
}
footer #footer #fnav > ul > li ul a span:hover {
  color: #e8343d;
}
footer #footer #fnav > ul a {
  display: block;
  position: relative;
  padding: 0 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-decoration: none;
  color: #111111;
}
footer #footer #fnav > ul a span {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
footer #footer #fnav > ul a span:hover {
  color: #fdebec;
}
footer #footer-bottom {
  zoom: 1;
  width: 88%;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  border-top: 1px solid #eaeaea;
}
footer #footer-bottom:before, footer #footer-bottom:after {
  content: "";
  display: table;
}
footer #footer-bottom:after {
  clear: both;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer-bottom {
    width: 100%;
  }
}
footer #footer-bottom #cnav {
  float: left;
  flex: auto;
  padding: 15px 0;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer-bottom #cnav {
    display: block;
    float: none;
    text-align: center;
  }
}
footer #footer-bottom #cnav ul {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 433px) {
  footer #footer-bottom #cnav ul {
    display: flex;
  }
}
footer #footer-bottom #cnav li {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
}
@media screen and (max-width: 433px) {
  footer #footer-bottom #cnav li {
    width: 50%;
    margin: 0;
    text-align: center;
  }
}
footer #footer-bottom #cnav a {
  display: block;
  position: relative;
  padding: 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-decoration: none;
  color: #111111;
}
footer #footer-bottom #cnav a span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: inherit;
  font-family: inherit;
}
footer #footer-bottom #cnav a span:hover {
  color: rgba(0, 0, 0, 0.5);
}
footer #footer-bottom #copy {
  float: right;
  padding: 15px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'Times New Roman', serif;
  white-space: nowrap;
  color: #888888;
}
@media screen and (min-width: 0) and (max-width: 921px) {
  footer #footer-bottom #copy {
    display: block;
    float: none;
    text-align: center;
  }
}

/*===========================================
Common Setting Area
===========================================*/
#contents > * > h1 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
  transform: scaleY(0.5);
}
#contents > * > h2 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
  transform: scaleY(0.5);
}
#contents > * > h3 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
  transform: scaleY(0.5);
}
#contents > * > h4 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
  transform: scaleY(0.5);
}
#contents > * > h5 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h5:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
  transform: scaleY(0.5);
}
#contents > * > h6 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: center;
  line-height: 1.61;
}
#contents > * > h6:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #dedede;
  transform: scaleY(0.5);
}

/*===========================================
Notes Setting Area
===========================================*/
.notes {
  margin: 8px 0;
  padding: 8px 0;
  list-style: none;
}
.notes li {
  margin-bottom: 1%;
  padding-left: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1.5em;
  line-height: 1.3;
  color: #888888;
}
.notes li:before {
  content: "  ※";
  padding: 0 5px;
}
.notes.number li {
  counter-increment: num 1;
  text-indent: -1.4em;
}
.notes.number li:before {
  content: counter(num);
}
.notes.alpha li {
  counter-increment: num 1;
  text-indent: -1.3em;
}
.notes.alpha li:before {
  content: counter(num,lower-alpha);
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?-9gbcbi");
  src: url("/fonts/icomoon.eot?#iefix-9gbcbi") format("embedded-opentype"), url("/fonts/icomoon.woff?-9gbcbi") format("woff"), url("/fonts/icomoon.ttf?-9gbcbi") format("truetype"), url("/fonts/icomoon.svg?-9gbcbi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\ea01";
}

.icon-arrow:before {
  content: "\ea02";
}

.icon-close:before {
  content: "\ea03";
}

.icon-check:before {
  content: "\ea04";
}

.icon-plus:before {
  content: "\ea05";
}

.icon-minus:before {
  content: "\ea06";
}

.icon-menu:before {
  content: "\ea07";
}

.icon-loupe:before {
  content: "\ea08";
}

.icon-sitemap:before {
  content: "\ea09";
}

.icon-tel:before {
  content: "\ea10";
}

.icon-mail:before {
  content: "\ea11";
}

.icon-cart:before {
  content: "\ea12";
}

.icon-logout:before {
  content: "\ea13";
}

.icon-login:before {
  content: "\ea14";
}

.icon-man:before {
  content: "\ea15";
}

.icon-setting:before {
  content: "\ea16";
}

.icon-facebook:before {
  content: "\ea17";
}

.icon-twitter:before {
  content: "\ea18";
}

.icon-instagram:before {
  content: "\ea19";
}

/*===========================================
Parts Table
===========================================*/
table {
  width: 100%;
  border-collapse: collapse;
}

tbody tr {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
tbody tr:hover {
  background: rgba(232, 52, 61, 0.1) !important;
}

th {
  padding: 10px 15px;
  line-height: 1.5;
  border: 1px solid #ccc;
}

td {
  padding: 10px 15px;
  line-height: 1.5;
  border: 1px solid #ccc;
}

caption {
  text-align: right;
}

.parts-table tbody > *:nth-child(even) {
  background: #f9f9f9;
}
.parts-table th {
  text-align: center;
  background: #e8343d;
  color: #ffffff;
}
.parts-table.borderless {
  border: none;
}
.parts-table.borderless th, .parts-table.borderless td {
  border: none;
  border-bottom: 1px solid #cccccc;
}

/*===========================================
Grobal Navigation Area
===========================================*/
#gnav {
  position: relative;
  margin-left: 380px;
  box-sizing: border-box;
}
#gnav #gnavli {
  margin: 0;
  list-style: none;
  text-align: right;
  white-space: nowrap;
}
#gnav li {
  display: inline-block;
  position: relative;
  margin: 0;
}
#gnav li ul {
  position: absolute;
  top: 80%;
  width: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  overflow: hidden;
}
#gnav li li {
  display: block;
  white-space: nowrap;
}
#gnav li li a {
  padding: 0;
}
#gnav li li a span {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnav li li a:hover span {
  background: #e8343d;
  color: #ffffff;
}
#gnav .haschild {
  position: relative;
  padding-right: 5px;
}
#gnav .haschild:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  margin-top: -3px;
  margin-left: -7px;
  border-top: 1px solid #d11821;
  border-right: 1px solid #d11821;
}
#gnav a {
  display: block;
  position: relative;
  padding: 25px 12px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: bold;
  text-decoration: none;
  color: #111111;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gnav a:hover {
  background: none;
}
#gnav a:hover span {
  color: #e8343d;
}
#gnav a span {
  font-size: inherit;
  font-family: inherit;
}
#gnav .gnav-underbar {
  display: block;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 0;
  height: 1px;
  background: #e8343d;
  pointer-events: none;
}

.sp #gnav li ul {
  width: auto;
  box-shadow: none;
}

/*===========================================
Side Grobal Navigation Area
===========================================*/
.sp #gnav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: scale(5, 5);
  -moz-transform: scale(5, 5);
  -ms-transform: scale(5, 5);
  -o-transform: scale(5, 5);
  transform: scale(5, 5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.sp #gnav #gnavli {
  display: table;
  width: 80%;
  margin: auto;
  padding: 100px 40px;
  background: transparent;
}
.sp #gnav #gnavli li {
  display: block;
  text-align: center;
}
.sp #gnav #gnavli li ul {
  position: static;
  height: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  opacity: 1;
  overflow: hidden;
}
.sp #gnav #gnavli li ul span {
  padding: 0;
}
.sp #gnav #gnavli li ul span:before {
  content: "-";
  margin-right: 5px;
}
.sp #gnav a {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.sp #gnav a:hover {
  background: none;
}
.sp #gnav a:hover span {
  color: #e8343d;
}
.sp #gnav span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #111111;
}
.sp #gnav .haschild {
  position: relative;
}
.sp #gnav .haschild:after {
  display: none;
}
.sp #gnav .haschild .deploy {
  position: absolute;
  top: 30px;
  left: -30px;
}
.sp #gnav .haschild .deploy:before {
  content: "+";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.sp #gnav .haschild .deploy.opn:before {
  content: "ー";
}
.sp #smart-menu {
  float: right;
  padding: 10px;
}
.sp #smart-menu .menu {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.sp #smart-menu .menu:before, .sp #smart-menu .menu:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: 1px;
  background: #111111;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp #smart-menu .menu:before {
  top: 0;
}
.sp #smart-menu .menu:after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sp #smart-menu .menu span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-align: center;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #111111;
}

.opn-menu::-webkit-scrollbar {
  display: none;
}
.opn-menu #gnav {
  height: 100vh;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.opn-menu #smart-menu {
  position: fixed;
  top: 10px;
  right: 20px;
}
.opn-menu #smart-menu .menu:before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ffffff;
}
.opn-menu #smart-menu .menu:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #ffffff;
}
.opn-menu #smart-menu .menu span {
  display: block;
  position: static;
  line-height: 6;
  opacity: 0;
}

/*===========================================
Grobal Navigation Scrolbar Area
===========================================*/
#gnav .custom-scroll {
  position: relative;
  /* overflow: hidden; 動作確認の為非表示*/
}
#gnav .custom-scroll .scroll-wrap {
  margin-right: -17px;
  /* ブラウザスクロールバーを消す */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#gnav .custom-scroll .scrollbar-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  /* 自作スクロールバーの幅 */
  background-color: #dddddd;
  overflow: hidden;
}
#gnav .custom-scroll .scrollbar {
  background-color: #e8343d;
  cursor: pointer;
}
#gnav .custom-scroll .not_scrollbar .scroll-wrap {
  margin-right: -3px;
  /* オーバーレイスクロールバーの場合再調整 */
}
#gnav li .custom-scroll {
  position: absolute;
  height: 0;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  overflow: hidden;
}
#gnav li .scrollbar {
  height: 100px;
}

/*===========================================
Visual Area Setting
===========================================*/
#visual {
  position: relative;
  max-width: 2500px;
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
@media (max-width: 922px) {
  #visual {
    height: 25vh;
  }
}
#visual:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  box-shadow: 0 -4px 10px -4px rgba(0, 0, 0, 0.1) inset;
  z-index: 1;
  pointer-events: none;
}
#visual #visual-box {
  position: fixed;
  left: 0;
  right: 0;
  width: inherit;
  height: inherit;
  margin: 0 auto;
}
#visual #visual-box > * {
  position: relative;
}
#visual #visual-box h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  animation: visual-fadein 3s ease-out forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
#visual #visual-box h1:before, #visual #visual-box h1:after {
  content: "ー";
  margin: 0 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
  font-weight: normal;
}
#visual #visual-box h1 span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: inherit;
  font-weight: inherit;
  text-shadow: inherit;
  line-height: inherit;
  color: inherit;
}
#visual #visual-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: bold;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  color: #ffffff;
  z-index: 1;
  animation: visual-fadein 3s ease-out forwards;
  animation-delay: 1.5s;
  opacity: 0;
}
@media (max-width: 922px) {
  #visual #visual-box p {
    left: 8%;
    right: 8%;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
#visual #visual-box #visual-bg {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  animation: visual-fadein 3s ease-out forwards;
}
@media (max-width: 922px) {
  #visual #visual-box #visual-bg {
    margin-top: 0;
  }
}
#visual #visual-box #visual-item {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 28%;
  height: auto;
  transform: translate(0, -50%);
  animation: visual-fadein 3s ease-out forwards;
  animation-delay: 1.5s;
  opacity: 0;
}
@media (max-width: 922px) {
  #visual #visual-box #visual-item {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -60%);
  }
}
@keyframes visual-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#home #visual {
  height: 90vh;
}
#home #visual #visual-box h1 {
  left: 50%;
  transform: translate(0, -50%);
  text-align: left;
}
@media (max-width: 922px) {
  #home #visual #visual-box h1 {
    font-size: 20px;
    font-size: 1.25rem;
    transform: translate(-50%, -50%);
    padding: 0 8%;
  }
}
#home #visual #visual-box h1:before, #home #visual #visual-box h1:after {
  display: none;
}
#home #visual #visual-bg {
  top: 0;
  transform: translate(0, 0);
}
#home.sp #visual {
  height: 80vh;
}

/*===========================================
Header Area Setting
===========================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header #logo {
  top: 30px;
}
header #logo img {
  height: 30px;
}
@media (max-width: 922px) {
  header #logo img {
    height: 20px;
  }
}
header #header {
  background: rgba(255, 255, 255, 0.6);
  border-bottom: none;
}

/*===========================================
Heading2 Customize
===========================================*/
main #contents > * > h2:after {
  bottom: -10px;
  width: 100px;
  height: 3px;
  background: #e8343d;
}
main #contents > * > h2 br {
  display: none;
}
@media (max-width: 922px) {
  main #contents > * > h2 br {
    display: block;
  }
}

/*===========================================
Information Area
===========================================*/
#information .clm02 {
  gap: 10rem;
}
@media (max-width: 922px) {
  #information .clm02 {
    gap: 3rem;
  }
}
#information dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 900;
  text-align: center;
}
#information dl dd {
  text-align: center;
}
#information dl dd figure {
  position: relative;
  margin: 40px 0;
}
#information dl dd figure:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: #e8343d;
  transform: rotate(8deg);
}
#information dl dd figure img {
  position: relative;
}
#information dl dd .btn:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ffffff;
}

/*===========================================
Commitment Area
===========================================*/
#commitment ul {
  margin: 3rem 0;
  list-style: none;
}
#commitment ul li {
  position: relative;
  margin: 0;
  padding: 40px 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  background: rgba(250, 212, 214, 0.4);
  border-radius: 12px;
  color: #e8343d;
}
#commitment ul li:last-child:after {
  display: none;
}
#commitment ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -45px;
  width: 50px;
  height: 50px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #e8343d;
  z-index: 2;
}
@media (max-width: 922px) {
  #commitment ul li:after {
    top: auto;
    bottom: -40px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
#commitment ul li figure {
  position: relative;
  height: 150px;
}
#commitment ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
}

/*===========================================
Brand Area
===========================================*/
#brand .brand-list {
  list-style: none;
}
#brand .brand-list li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px dotted #e8343d;
}
#brand .brand-list li:before {
  content: "\02713";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #fa0000;
}
#brand dl {
  background: rgba(250, 212, 214, 0.4);
}
#brand dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  background: #e8343d;
  color: #ffffff;
}
#brand dl dd {
  padding: 30px;
  line-height: 1.5;
  font-weight: 900;
}
#brand dl dd dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 20px;
  background: none;
}
#brand dl dd dl dt {
  position: relative;
  padding-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  background: none;
  color: #111111;
}
#brand dl dd dl dt:after {
  content: "：";
  position: absolute;
  right: 0;
}
#brand dl dd dl dd {
  padding: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

/*===========================================
Event Area
===========================================*/
#event {
  background-color: #fff0f0 !important;
  background-image: radial-gradient(#f9c1c3 1.55px, #fff0f0 1.55px) !important;
  background-size: 31px 31px !important;
}
#event .clm02 {
  position: relative;
  gap: 8rem;
  padding: 50px 0;
}
@media (max-width: 922px) {
  #event .clm02 {
    gap: 3rem;
  }
}
#event .clm02:nth-child(even) .event-image {
  order: -1;
}
@media (max-width: 922px) {
  #event .clm02:nth-child(even) .event-image {
    order: 0;
  }
}
#event dl dt {
  margin-bottom: 20px;
  font-weight: 900;
}
#event dl dd {
  margin: 20px 0;
}
#event dl dd a {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 922px) {
  #event dl dd a {
    position: static;
    float: right;
  }
}
#event figure {
  position: relative;
}
#event figure:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: #e8343d;
  transform: rotate(8deg);
}
#event figure img {
  position: relative;
}

/*===========================================
Footer Area Setting
===========================================*/
footer {
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
  background: #e8343d;
}
@media (max-width: 922px) {
  footer {
    display: block;
  }
}
footer #footer-bottom {
  min-width: 0;
  margin: 0;
  text-align: center;
  border-top: none;
}
footer #footer-bottom:before, footer #footer-bottom:after {
  display: none;
}
footer #footer-bottom #copy {
  display: block;
  float: none;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  color: #ffffff;
}

/*===========================================
Button Customize
===========================================*/
.btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #e8343d;
  background-image: -moz-linear-gradient(top, #eb4b53 0%, #e8343d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb4b53), color-stop(100%, #e8343d));
  background-image: -webkit-linear-gradient(top, #eb4b53 0%, #e8343d 100%);
  background-image: -o-linear-gradient(top, #eb4b53 0%, #e8343d 100%);
  background-image: -ms-linear-gradient(top, #eb4b53 0%, #e8343d 100%);
  background-image: linear-gradient(to bottom, #eb4b53 0%, #e8343d 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  property: 55.6862745098%;
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 10px 10px;
  padding: 11px 26px;
  white-space: nowrap;
  text-decoration: none;
}
.btn:link {
  text-decoration: none;
  color: #ffffff;
}
.btn:active {
  -webkit-box-shadow: inset 1px 1px 3px 0 #b3141c;
  -moz-box-shadow: inset 1px 1px 3px 0 #b3141c;
  -ms-box-shadow: inset 1px 1px 3px 0 #b3141c;
  -o-box-shadow: inset 1px 1px 3px 0 #b3141c;
  box-shadow: inset 1px 1px 3px 0 #b3141c;
}
.btn:hover {
  background: #e8343d;
  background-image: -moz-linear-gradient(top, #ec545c 0%, #eb4b53 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec545c), color-stop(100%, #eb4b53));
  background-image: -webkit-linear-gradient(top, #ec545c 0%, #eb4b53 100%);
  background-image: -o-linear-gradient(top, #ec545c 0%, #eb4b53 100%);
  background-image: -ms-linear-gradient(top, #ec545c 0%, #eb4b53 100%);
  background-image: linear-gradient(to bottom, #ec545c 0%, #eb4b53 100%);
}
.btn:visited {
  color: #ffffff;
}
@media (max-width: 433px) {
  .btn {
    margin-left: 0;
  }
}

/*===========================================
Page Scroll Customize
===========================================*/
#page-scroll {
  display: none;
  position: fixed;
  bottom: 8%;
  right: 3%;
  width: 30px;
  height: 30px;
  border-top: 1px solid #d11821;
  cursor: pointer;
  z-index: 1;
}
#page-scroll:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(-45deg);
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -7px;
  border-top: 1px solid #d11821;
  border-right: 1px solid #d11821;
}
#page-scroll span {
  display: none;
}

/*===========================================
Parts Table Customize
===========================================*/
.parts-table.borderless {
  margin-bottom: 3rem;
}
.parts-table.borderless tbody tr th {
  padding: 2rem;
  white-space: nowrap;
  background: none;
  border-bottom: 1px solid #e8343d;
  color: #111111;
}
.parts-table.borderless tbody tr td {
  padding: 2rem;
}
.parts-table.borderless tbody tr td a {
  margin: 0 10px;
  line-height: 1.5;
}
.parts-table.borderless tbody tr td br {
  margin-bottom: 0.5rem;
}

/*===========================================
Column Customize
===========================================*/
.clm02, .clm03, .clm04, .clm05 {
  display: grid;
  gap: 2rem;
}

.clm02 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 922px) {
  .clm02 {
    grid-template-columns: 1fr;
  }
}

.clm03 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 922px) {
  .clm03 {
    grid-template-columns: 1fr;
  }
}

.clm04 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 922px) {
  .clm04 {
    grid-template-columns: 1fr;
  }
}

.clm05 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 922px) {
  .clm05 {
    grid-template-columns: 1fr;
  }
}

/*===========================================
Element Animation Customize
===========================================*/
.gimmick {
  opacity: 0;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.gimmick-start.animation-fadein-left {
  opacity: 1;
  animation: fadeInLeft 1s ease 0.3s 1 normal backwards;
}
.gimmick-start.animation-fadein-right {
  opacity: 1;
  animation: fadeInRight 1s ease 0.3s 1 normal backwards;
}
.gimmick-start.animation-fadein-bottom {
  opacity: 1;
  animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*===========================================
Company Area
===========================================*/
#company #greetings .clm02 {
  margin-bottom: 80px;
  grid-template-columns: 1fr 30%;
  place-content: center;
  place-items: center;
}
@media (max-width: 922px) {
  #company #greetings .clm02 {
    grid-template-columns: 1fr;
  }
}
#company #greetings .greetings-text h3 {
  margin-bottom: 2rem;
}
#company #greetings .greetings-text cite {
  display: block;
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "HG行書体", monospace;
  text-align: right;
  line-height: 1;
}
#company #greetings .greetings-text cite span {
  margin-right: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: inherit;
  line-height: 1.8;
}
#company #history table tr th {
  width: 50px;
}

/*===========================================
Original Brand Area
===========================================*/
#service #original-brand .clm02 {
  position: relative;
  gap: 8rem;
  padding: 50px 0;
}
@media (max-width: 922px) {
  #service #original-brand .clm02 {
    gap: 3rem;
  }
}
#service #original-brand figure {
  position: relative;
}
#service #original-brand figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8343d;
  transform: rotate(8deg);
}
#service #original-brand figure img {
  position: relative;
}

/*===========================================
Recruitment Area
===========================================*/
#recruitment #transition {
  text-align: center;
}
#recruitment #transition dt {
  font-weight: 900;
}
#recruitment #transition dd a {
  margin: 3rem 0;
}

/*===========================================
Contact Area Setting
===========================================*/
#contact #contact-form {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 922px) {
  #contact #contact-form {
    width: 100%;
  }
}
#contact #contact-form dl dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 900;
  font-style: italic;
}
#contact #contact-form dl dd {
  margin-bottom: 20px;
}
#contact #contact-form .symbol-required {
  margin: 0 10px;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 1.2;
  color: #f80000;
}
#contact #contact-form form p {
  text-align: right;
}
#contact #contact-form form dl {
  display: flex;
  position: relative;
}
@media (max-width: 1400px) {
  #contact #contact-form form dl {
    padding: 0 1%;
  }
}
@media (max-width: 1200px) {
  #contact #contact-form form dl {
    display: block;
    padding: 0 5%;
  }
}
#contact #contact-form form dl dt {
  flex: 0 0 30%;
  position: relative;
  padding: 35px 30px 20px 30px;
  font-weight: bold;
  font-style: normal;
  white-space: nowrap;
  border-bottom: 1px solid #e8343d;
}
#contact #contact-form form dl dt .symbol-required {
  position: absolute;
  top: 35px;
  right: 0;
}
@media (max-width: 1200px) {
  #contact #contact-form form dl dt {
    padding: 10px 0;
  }
  #contact #contact-form form dl dt .symbol-required {
    top: 10px;
  }
}
@media (max-width: 922px) {
  #contact #contact-form form dl dt {
    border-bottom: none;
  }
}
#contact #contact-form form dl dd {
  flex: 1 0 auto;
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1200px) {
  #contact #contact-form form dl dd {
    padding: 0 0 10px 0;
  }
}
#contact #contact-form form input[type="text"], #contact #contact-form form input[type="password"], #contact #contact-form form input[type="email"], #contact #contact-form form input[type="tel"], #contact #contact-form form textarea {
  width: 100%;
}
#contact #contact-form form input, #contact #contact-form form select, #contact #contact-form form textarea {
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #cccccc;
}
#contact #contact-form form input[type="text"], #contact #contact-form form input[type="file"], #contact #contact-form form input[type="password"], #contact #contact-form form input[type="email"], #contact #contact-form form input[type="tel"], #contact #contact-form form textarea {
  margin-bottom: 10px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #333333;
}
#contact #contact-form form input[type="text"].error, #contact #contact-form form input[type="file"].error, #contact #contact-form form input[type="password"].error, #contact #contact-form form input[type="email"].error, #contact #contact-form form input[type="tel"].error, #contact #contact-form form textarea.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
  color: #111111;
}
#contact #contact-form form input[type="text"]:focus, #contact #contact-form form input[type="file"]:focus, #contact #contact-form form input[type="password"]:focus, #contact #contact-form form input[type="email"]:focus, #contact #contact-form form input[type="tel"]:focus, #contact #contact-form form textarea:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact #contact-form form label {
  display: block;
  margin-right: 10px;
  margin-bottom: 3px;
  text-align: left;
}
#contact #contact-form form label.required {
  line-height: 1.5;
}
#contact #contact-form form label.required:after {
  content: '*';
  margin: 0 10px;
  color: #ff6c00;
}
#contact #contact-form form span.example {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.2;
  color: #999999;
}
#contact #contact-form form span.error_blank, #contact #contact-form form span.error_format {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.2;
  color: #d80000;
}
#contact #contact-form form .select {
  display: inline-block;
  position: relative;
}
#contact #contact-form form .select:after {
  content: "?";
  font-family: "icomoon";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  vertical-align: middle;
  pointer-events: none;
  transform: rotate(90deg);
  color: #888888;
}
#contact #contact-form form .select select {
  margin-bottom: 10px;
  padding: 5px 50px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  color: #333333;
}
#contact #contact-form form .select select.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact #contact-form form .select select:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact #contact-form form .select select::-ms-expand {
  display: none;
}
#contact #contact-form form .check {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact #contact-form form .check:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 9px;
  line-height: 10px;
  text-align: center;
  border-right: 2px solid #5488e2;
  border-bottom: 2px solid #5488e2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
#contact #contact-form form .check:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
}
#contact #contact-form form .radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact #contact-form form .radio:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 9px;
  height: 9px;
  line-height: 9px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #5488e2;
  opacity: 0;
  z-index: 1;
}
#contact #contact-form form .radio:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#contact #contact-form form .form-check input[type=checkbox] {
  display: none;
}
#contact #contact-form form .form-check input[type=checkbox]:checked + .check span {
  color: #d80000;
}
#contact #contact-form form .form-check input[type=checkbox]:checked + .check:before {
  opacity: 1;
}
#contact #contact-form form .form-check input[type=radio] {
  display: none;
}
#contact #contact-form form .form-check input[type=radio]:checked + .radio span {
  color: #d80000;
}
#contact #contact-form form .form-check input[type=radio]:checked + .radio:before {
  opacity: 1;
}
#contact #contact-form form input[type="checkbox"], #contact #contact-form form input[type="radio"] {
  position: absolute;
  top: 12px;
  left: -23px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 24px 0px #ffffff;
  -moz-box-shadow: 24px 0px #ffffff;
  -ms-box-shadow: 24px 0px #ffffff;
  -o-box-shadow: 24px 0px #ffffff;
  box-shadow: 24px 0px #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 2;
}
#contact #contact-form form input[type="checkbox"]:checked, #contact #contact-form form input[type="radio"]:checked {
  box-shadow: none;
}
#contact #contact-form form input[type="checkbox"].error + label:before, #contact #contact-form form input[type="radio"].error + label:before {
  top: 3px;
  left: 7px;
}
#contact #contact-form form input[type="checkbox"].error + label:after, #contact #contact-form form input[type="radio"].error + label:after {
  left: 1px;
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact #contact-form form input[type="radio"].error + label:before {
  top: 5px;
  left: 5px;
}
#contact #contact-form form .upload-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
#contact #contact-form form .upload-area > span {
  display: inline-block;
  padding: 3px 6px;
  font-size: 3px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #eb4b53;
  background-image: -moz-linear-gradient(top, #ed6269 0%, #eb4b53 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed6269), color-stop(100%, #eb4b53));
  background-image: -webkit-linear-gradient(top, #ed6269 0%, #eb4b53 100%);
  background-image: -o-linear-gradient(top, #ed6269 0%, #eb4b53 100%);
  background-image: -ms-linear-gradient(top, #ed6269 0%, #eb4b53 100%);
  background-image: linear-gradient(to bottom, #ed6269 0%, #eb4b53 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  property: 60.6862745098%;
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 5px 10px;
  padding: 8px 16px;
  white-space: nowrap;
}
#contact #contact-form form .upload-area > span:link {
  text-decoration: none;
  color: #ffffff;
}
#contact #contact-form form .upload-area > span:active {
  -webkit-box-shadow: inset 1px 1px 3px 0 #c3161f;
  -moz-box-shadow: inset 1px 1px 3px 0 #c3161f;
  -ms-box-shadow: inset 1px 1px 3px 0 #c3161f;
  -o-box-shadow: inset 1px 1px 3px 0 #c3161f;
  box-shadow: inset 1px 1px 3px 0 #c3161f;
}
#contact #contact-form form .upload-area > span:hover {
  background: #eb4b53;
  background-image: -moz-linear-gradient(top, #ee6b72 0%, #ed6269 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee6b72), color-stop(100%, #ed6269));
  background-image: -webkit-linear-gradient(top, #ee6b72 0%, #ed6269 100%);
  background-image: -o-linear-gradient(top, #ee6b72 0%, #ed6269 100%);
  background-image: -ms-linear-gradient(top, #ee6b72 0%, #ed6269 100%);
  background-image: linear-gradient(to bottom, #ee6b72 0%, #ed6269 100%);
}
#contact #contact-form form .upload-area > span.delete {
  display: inline-block;
  padding: 3px 6px;
  font-size: 3px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.5;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #dddddd 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  property: 86.6666666667%;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  color: #000000;
  cursor: pointer;
  padding: 8px;
}
#contact #contact-form form .upload-area > span.delete:link {
  text-decoration: none;
  color: #ffffff;
}
#contact #contact-form form .upload-area > span.delete:active {
  -webkit-box-shadow: inset 1px 1px 3px 0 #9b9b9b;
  -moz-box-shadow: inset 1px 1px 3px 0 #9b9b9b;
  -ms-box-shadow: inset 1px 1px 3px 0 #9b9b9b;
  -o-box-shadow: inset 1px 1px 3px 0 #9b9b9b;
  box-shadow: inset 1px 1px 3px 0 #9b9b9b;
}
#contact #contact-form form .upload-area > span.delete:hover {
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #efefef 0%, #eaeaea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #efefef 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, #efefef 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #eaeaea 100%);
}
#contact #contact-form form .upload-area > span.delete:before {
  content: "?";
  font-family: "icomoon";
  vertical-align: middle;
  color: #888888;
}
#contact #contact-form form .upload-area input[type="file"] {
  display: none;
}
#contact #contact-form form .upload-area .text-box {
  order: -1;
  position: relative;
  width: 100%;
}
#contact #contact-form form .upload-area .text-box input[type="text"] {
  margin-bottom: 5px;
}
#contact #contact-form form .upload-area .text-box input[type="text"]:disabled {
  background: #ffffff;
}
#contact #contact-form form .upload-area .text-box input[type="text"].error {
  background: #ffe5e5;
}
#contact #contact-form form .upload-area .file-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 5px;
  cursor: pointer;
  background: none;
}
#contact #contact-form form .form-package {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 433px) {
  #contact #contact-form form .form-package {
    flex-wrap: wrap;
  }
}
#contact #contact-form form .form-package label {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
#contact #contact-form form .form-package label:first-child {
  margin-left: 0;
}
@media screen and (max-width: 433px) {
  #contact #contact-form form .form-package label {
    margin-left: 0;
  }
}
#contact #contact-form form .form-package + .example {
  margin-bottom: 15px;
}
#contact #contact-form form .form-package a {
  margin: -10px 0 0 10px;
}
#contact #contact-form .btn {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
}
#contact #contact-form #form_submit {
  margin: 30px 0;
  text-align: center;
}



#company #greetings .greetings-images cite {
  display: block;
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: "HG行書体", monospace;
  text-align: right;
  line-height: 2.8;
}
#company #greetings .greetings-images cite span {
  margin-right: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: inherit;
  line-height: 4.8;
}
#company #greetings .greetings-images {
  margin-bottom: 50px;
}


/*# sourceMappingURL=style.css.map */
