.c_breadcrumb {
  font-size: 0.625rem;
}

.c_pager_item, .c_tag {
  font-size: 0.75rem;
}

.c_breadcrumb {
  font-size: 0.625rem;
}

.c_pager_item, .c_tag {
  font-size: 0.75rem;
}

/*!
foundation > base
------------------------------
*/
@font-face {
  font-family: "__Sawarabi_Gothic_badfae";
  src: url("../font/sawarabiGothic-regular.ttf") format("truetype");
}
html {
  overflow-y: scroll;
}

body {
  line-height: 1.625;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222;
  font-feature-settings: "palt";
  font-family: "__Sawarabi_Gothic_badfae", "__Sawarabi_Gothic_Fallback_badfae", "__Noto_Color_Emoji_be1378", "__Noto_Color_Emoji_Fallback_be1378", sans-serif;
}

#wrapper {
  overflow: hidden;
  padding-top: 60px;
}

.full {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.h_zoom {
  overflow: hidden;
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
}

.pc {
  display: none !important;
}

.pc_inline {
  display: none !important;
}

.sp {
  display: block !important;
}

.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp, .fadeIn {
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
}

.fadeIn {
  animation-name: ani_fadein;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  letter-spacing: 0.05em;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

table {
  -webkit-text-size-adjust: 100%;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  color: inherit;
  /* 2 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
layout > container
------------------------------
*/
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.c_breadcrumb {
  font-size: 0.625rem;
}

.page-numbers, .c_tag {
  font-size: 0.75rem;
}

.c_footer {
  padding: 40px 20px;
  position: relative;
  text-align: center;
  background-color: #222222;
  color: white;
  font-size: 0.625rem;
  margin-top: 60px;
}
.c_footer_copyright {
  font-feature-settings: unset;
  letter-spacing: 0.1em;
}

.c_totop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cb1414;
  border: 1px solid #cb1414;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  transition: 0.5s;
  transition-property: visibility, opacity;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  border-radius: 50%;
}
.c_totop.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c_totop.is_stop {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.c_totop::after {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-color: white;
  border-style: solid;
  transform: translateY(10%) rotate(-135deg);
}

.c_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 3px solid #cb1414;
  background-color: white;
  padding: 12px 20px 10px;
}
.c_header_inner {
  margin: 0 auto;
}
.c_header_logo img {
  width: 160px;
}

.c_cates {
  position: fixed;
  background-color: #f7f7f7;
  left: 0;
  width: 100%;
  z-index: 10;
  top: 60px;
}
.c_cates_list {
  color: #1976d2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 25px 0;
}
.c_cates_item {
  border: 1px solid #1976d2;
  border-radius: 25px;
  padding: 3px 10px;
}
.c_cates_item.is_active {
  background-color: #1976d2;
  color: white;
}

.c_sort {
  color: #cb1414;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.c_sort_time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.c_sort_time::after {
  content: "";
  width: 1px;
  background-color: currentColor;
  display: block;
  height: 15px;
}
.c_sort_cates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c_sort_cate:not(:last-child) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.c_sort_cate:not(:last-child)::after {
  content: "";
  width: 1px;
  background-color: currentColor;
  display: block;
}

.c_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c_tag {
  color: #969696;
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 2px 10px;
}

.c_pager {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.page-numbers {
  color: #cb1414;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cb1414;
  border-radius: 3px;
  height: 35px;
  width: 35px;
}
.page-numbers.current {
  background-color: #cb1414;
  color: white;
}
.page-numbers.dots {
  border: none;
}
.c_pager_next::after, .c_pager_prev::after {
  content: "";
  height: 7px;
  width: 7px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(-45deg);
  transform-origin: 55% 55%;
}
.c_pager_prev::after {
  transform: rotate(135deg);
}

.c_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 122px;
  height: 40px;
  color: #cb1414;
  border: 1px solid #cb1414;
  border-radius: 5px;
  font-feature-settings: normal;
  padding: 0 10px;
}
.c_btn_entry {
  padding: 0 10px;
  display: inline-flex;
  font-feature-settings: normal;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #cb1414;
  color: white;
  background-color: #cb1414;
  min-width: 107px;
}

/*!
component > breadcrumb
------------------------------
*/
.c_breadcrumb {
  background-color: #f7f7f7;
  padding: 10px 0;
}
.c_breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  align-items: center;
}
.c_breadcrumb_list a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-feature-settings: normal;
  gap: 10px;
  flex-shrink: 0;
}
.c_breadcrumb_list a::after {
  content: "";
  height: 7px;
  width: 7px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: inherit;
  transform: rotate(-45deg);
}
.c_breadcrumb_list > *:last-child {
  font-feature-settings: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb {
    font-size: 0.75rem;
  }
  .page-numbers, .c_tag {
    font-size: 0.875rem;
  }
  .c_breadcrumb {
    font-size: 0.75rem;
  }
  .c_pager_item, .c_tag {
    font-size: 0.875rem;
  }
  body {
    font-size: 1rem;
  }
  #wrapper {
    padding-top: 90px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: initial !important;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .container {
    max-width: 1360px;
    padding: 0 40px;
  }
  .c_breadcrumb {
    font-size: 0.75rem;
  }
  .c_pager_item, .c_tag {
    font-size: 0.875rem;
  }
  .c_footer {
    padding: 31px 40px 32px;
    margin-top: 100px;
  }
  .c_totop {
    right: 40px;
    bottom: 40px;
    width: 60px;
    height: 60px;
  }
  .c_totop:hover {
    opacity: 0.7 !important;
  }
  .c_totop::after {
    width: 15px;
    height: 15px;
  }
  .c_header {
    padding: 22px 40px 19px;
    border-top-width: 5px;
  }
  .c_header_inner {
    max-width: 1320px;
  }
  .c_header_logo img {
    width: 198px;
  }
  .c_cates {
    top: 89px;
  }
  .c_cates_list {
    padding: 39px 0;
  }
  .c_cates_item {
    padding: 4px 18px;
  }
  .c_sort {
    margin-bottom: 13px;
    gap: 14px;
  }
  .c_sort_time {
    gap: 11px;
  }
  .c_sort_time::after {
    height: 18px;
  }
  .c_sort_cates {
    gap: 11px;
  }
  .c_sort_cate:not(:last-child) {
    gap: 11px;
  }
  .c_sort_cate:not(:last-child)::after {
    height: 18px;
  }
  .c_sort:has(.c_tags) {
    margin-bottom: 12px;
  }
  .c_sort:has(.c_tags) .c_tags {
    padding-left: 5px;
  }
  .c_tag {
    padding: 3px 10px;
  }
  .c_pager {
    margin-top: 49px;
  }
  .c_pager_item {
    height: 40px;
    width: 40px;
  }
  .c_pager_next {
    margin-left: 15px;
  }
  .c_pager_prev {
    margin-right: 15px;
  }
  .c_breadcrumb {
    padding: 10px 0;
  }
  .c_breadcrumb_list {
    gap: 16px;
    flex-wrap: nowrap;
  }
  .c_breadcrumb_list a {
    gap: 12px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .c_cates_item {
    opacity: 1;
    transition-property: color, background-color;
  }
  .c_cates_item:hover {
    background-color: #1976d2;
    color: white;
  }
  .c_pager a {
    transition-property: color, background-color;
    opacity: 1;
  }
  .c_pager a:hover {
    color: white;
    background-color: #cb1414;
  }
  .c_btn {
    transition-property: color, background-color;
    opacity: 1;
  }
  .c_btn:hover {
    background-color: #cb1414;
    color: white;
  }
  .c_btn_entry {
    transition-property: color, background-color;
    opacity: 1;
  }
  .c_btn_entry:hover {
    background-color: white;
    color: #cb1414;
  }
}

.non-active_link .c_btn_entry {
  opacity: 0.2;
  pointer-events: none;
}




































/*250421*/

.center{
  text-align: center;
}

.c-mv{
  width: 100%;
  padding: 30px 0;
  color: #fff;
  font-weight: 700;
  background: #cb1414;
}

.c-mv__ttl .jp {
  font-weight: 700;
  line-height: 1.25;
  --spacing: 0.03em;
  font-size: 27px;
}

@media screen and (min-width: 768px) {
  .c-mv__ttl .jp {
      font-size: 36px;
  }
}


.c-mv__ttl .en {
  margin-top: 0.4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  --spacing: -0.02em;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .c-mv__ttl .en {
      margin-top: 1.35rem;
      font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
      padding: 0 10rem;
      margin: 0 auto;
  }
}

.container {
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .container {
      padding: 0 6rem;
  }
}

@media screen and (min-width: 768px) {
  .c-mv__ttl::before {
      top: 0.5rem;
      width: 2px;
  }
}

.c-mv__ttl::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2px;
  height: calc(100% - 0.8rem);
  content: "";
  background: #fff;
}
::before, ::after {
  box-sizing: inherit;
}
.c-mv__ttl {
  position: relative;
  padding-left: 1.5rem;
  color: #fff;
}

.list{
  display: flex;
  gap:40px;
  width: 840px;
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 0 auto;
  flex-wrap: wrap;
}

.list li{
  filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.5));
}
@media screen and (max-width: 840px) {
  .contact_wrap{
  width: 96%;
  margin: 0 auto;
  }

  .list{
    display: flex;
    gap:20px 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 60px auto 0 auto;
    flex-wrap: wrap;
    padding: 0 2%;
  }
}





/*hubspot*/
.contact_wrap{
  width: 96%;
  margin: 0 auto;
}

.hbspt-form{
  width: 100% !important;
  margin: 0 auto;
  position: relative !important;
}

.hbspt-form fieldset{
  width: 100% !important;
  max-width: 100% !important;
}

.hbspt-form fieldset{
  border-block: 1px solid #e3e3e3 !important;
  margin-bottom: -1px !important;
}

.hbspt-form .form-columns-1 .hs-form-field{
  width: 100% !important;
  max-width: 100% !important;
  padding: 24px 0 !important;
}

.hbspt-form .form-columns-3 .hs-form-field{
  width: 100% !important;
  float: unset !important;
  margin: 24px 0 !important;
}

.hbspt-form .form-columns-3 .hs-form-field .hs-input{
  margin-left: 20px;
}

.hbspt-form .form-columns-0 .hs-main-font-element{
  padding: 36px 0 !important;
  font-size: min(2.4rem, 24px) !important;
  font-weight: bolder;
  display: flex;
  gap: 10px;
}

.hbspt-form .form-columns-0 .hs-main-font-element::before{
  content: "";
  width: 6px;
  height: 40px;
  background-color: #cb1414;
  display: block;
}

.hbspt-form .form-columns-2 .hs-form-field{
  padding: 24px 0 !important;
  width: 100% !important;
  float: none !important;
}

.hbspt-form .form-columns-2 .hs-form-field:last-child{
  padding: 0 0 24px !important;
}

.hbspt-form strong,.hs-form-checkbox,.hs-form-radio-display{
  font-size: 15px !important;
}

input[type=text], input[type=email], input[type=tel],input[type=date],select {
  padding: 0 1rem !important;
  height: 53px !important;
}

.grecaptcha-badge{
  width: 256px;
  height: 60px;
  display: block;
  transition: right 0.3s;
  position: absolute;
  bottom: -100px;
  right: 0;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
}

.hbspt-form .input{
  width: 100% !important;
  display: contents;
  margin: 0;
}

.hs-fieldtype-text input,
.hs_phone input,
.hbspt-form textarea,
.hs-dateinput input{
  background-color: #f8f8f8;
  width: 100% !important;
}

.hbspt-form textarea{
  height: 120px;
  padding: 1rem;
}

.hbspt-form .form-columns-1 .field label{
  width: 254px;
}

.hbspt-form .form-columns-1 .field label p{
  display: inline-block;
}

.hbspt-form .form-columns-2 .field label{
  width: 100px !important;
}

.form-columns-2 select{
  width: 100% !important;
}

.hbspt-form .multi-container{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}

.hs-form-checkbox-display,.hs-form-radio-display{
  display: flex;
  gap: 10px;
  width: auto !important;
  align-items: center;
}

.hbspt-form input[type=checkbox],.hbspt-form input[type=radio]{
  width: 26px !important;
  height: 26px !important;
  accent-color: #eb5b5b;
}

.hs-error-msg,.hs_error_rollup{
  color: #cb1414;
  font-size: 13px !important;
}

.hs-form-required{
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    padding: 4px 9px;
    margin-left: 15px;
    background: #eb5b5b;
    color: #fff;
    border-radius: 0 !important;
    font-size: 0;
    font-weight: 400;
    -webkit-border-radius: 0.6rem;
    line-height: 1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.hs_cs_intonation_caution,.hs_privacy,.hs_cs_join_the_team{
  position: relative;
}

.hs_cs_intonation_caution .hs-form-required,
.hs_privacy .hs-form-required,
.hs_cs_join_the_team .hs-form-required{
  position: absolute;
  bottom: 1.8rem;
  left: 8rem;
}

.hs_cs_intonation_caution .hs-error-msg,
.hs_privacy .hs-error-msg,
.hs_cs_join_the_team .hs-error-msg{
  position: absolute;
}

.hs-form-required::before{
  content: '必須';
  display: block;
  font-size: 13px;
}

.hs_submit{
  margin: 40px auto;
  text-align: center;
}
.hs_submit input{
  position: relative;
  display: inline-flex;
  padding: 14px 64px 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #cb1414;
  border-radius: 36px;
}

.svelte-select{
  height: 55px !important;
}

.hbspt-form select{
  height: 55px;
}

.hs-field-desc a{
  text-decoration:underline;
}

.document-detail-cont__form .hbspt-form{
  background-color: #fff;
  padding: 3rem 1.5rem 10rem;
}

@media screen and (min-width: 840px) {
  /*hubspot*/

.contact_wrap{
  width: 840px;
  margin: 0 auto;
}
.hbspt-form{
  max-width: 924px !important;
}

.hbspt-form strong,.hs-form-checkbox,.hs-form-radio-display{
  font-size: min(1.6rem, 16px) !important;
}

.hbspt-form .form-columns-1 .hs-form-field{
  font-size: min(1.3rem, 16px) !important;
}

.hbspt-form .form-columns-1 .hs-form-field{
  font-size: min(1.3rem, 16px) !important;
}

.svelte-select{
  height: 53px !important;
}

.hbspt-form select{
  height: 53px;
  padding: 0 1.5rem;
}

.hs_submit{
  margin: 40px auto;
  text-align: center;
}
.hs_submit input{
  position: relative;
  display: inline-flex;
  padding: 14px 84px 18px;
  color: #fff;
  font-size: min(2.2rem, 20px) !important;
  font-weight: 700;
  background: #cb1414;
  border-radius: 36px;
}

.hbspt-form .form-columns-2{
  display: flex;
  gap: 40px;
}

.hbspt-form .form-columns-2 .hs-form-field:last-child{
  padding: 24px 0 !important;
}
}


/* thanks page */
.contact-form__thanks-mes{
	text-align: center;
  margin: 60px 0 30px 0;
}

.contact-form__thanks-mes h3{
	margin-top: 0;
    margin-bottom: 0;
    color: #cb1414;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.03em;
}

.contact-form__submitwrap{
	text-align: center;
	margin: 30px 0 80px;
}

.contact-form__submitwrap a{
		position: relative;
        display: inline-flex;
        padding: 14px 84px 18px;
        color: #fff;
        font-size: 2.2rem;
        font-weight: 700;
        background: #cb1414;
}

.contact-form__submitwrap a:hover{
	opacity: 0.7;
	transition: .3s;
}

.contact-form__thanks-mes h3{
  margin-bottom: 12px;
}



/*# sourceMappingURL=maps/common.css.map */
