@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

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

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

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

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
}

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

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

html {
  font-size: 100%;
}

body {
  font-family: "Roboto", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
  font-size: calc(15 / 16 * 1rem);
  word-break: break-word;
  scroll-behavior: smooth;
}
@media screen and (max-width: 960px) {
  body {
    font-size: calc(14 / 16 * 1rem);
  }
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #9F161A;
}
a:hover {
  text-decoration: underline;
}

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

::-moz-selection {
  color: #fff;
  background-color: #9F161A;
}

::selection {
  color: #fff;
  background-color: #9F161A;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
.l-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}

.l-header {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 86px;
  padding-left: 30px;
  transition: all 0.2s;
  z-index: 10;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 64px;
    padding: 0 15px;
  }
}
.l-header.is-active {
  height: 64px;
}
@media screen and (max-width: 960px) {
  .l-header.is-active {
    height: 64px;
  }
}
@media screen and (min-width: 961px) {
  .l-header.is-active .l-header__logo {
    width: 180px;
    transition: all 0.2s;
  }
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    width: 120px;
  }
}

.l-footer {
  padding: 60px 30px;
  background-color: #9F161A;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 3rem 1.5rem 2rem;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__logo {
    width: 200px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__logo .logo {
    width: 140px;
  }
}
.l-footer__address {
  color: #fff;
  font-size: calc(12 / 16 * 1rem);
  margin-top: clamp(0.813rem, 0.426rem + 1.93vw, 1.875rem);
}
@media screen and (max-width: 960px) {
  .l-footer__address {
    font-size: calc(14 / 16 * 1rem);
  }
}

@media screen and (max-width: 960px) {
  .l-footer-nav {
    margin-top: 2rem;
  }
}
.l-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 960px) {
  .l-footer-nav__list {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 961px) {
  .l-footer-nav__list {
    width: 640px;
    box-sizing: border-box;
  }
}
.l-footer-nav__item {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e9e1d1;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .l-footer-nav__item {
    margin-bottom: 10px;
    font-size: calc(14 / 16 * 1rem);
  }
}
.l-footer-nav__item:not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 961px) {
  .l-footer-nav__item:not(:last-child) {
    box-sizing: border-box;
    width: 150px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-nav__item:not(:last-child) {
    width: calc(50% - 10px);
    margin-bottom: 1.8rem;
  }
}
.l-footer-nav__link {
  line-height: 1;
  padding: 5px;
  color: #fff;
}
.l-footer-nav__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-copyright {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .c-copyright {
    font-size: calc(14 / 16 * 1rem);
  }
}
.c-copyright__link {
  text-decoration: none;
  color: #a798b7;
}
.c-copyright__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.l-section {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .l-section {
    padding: 40px 0;
  }
}

/* PCメニュー */
.l_header-nav {
  height: 100%;
}
@media screen and (min-width: 961px) {
  .l_header-nav {
    display: block;
    position: relative;
    z-index: 100;
    margin-left: auto;
  }
}

.l_header-nav__list {
  list-style: none;
  display: flex;
  height: 100%;
}

.l_header-nav__item {
  height: 100%;
}

.l_header-nav__link {
  color: #000;
  text-decoration: none;
  padding: 0 clamp(20px, 1.4vw, 39px);
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l_header-nav__link:hover {
    color: #9F161A;
    text-decoration: none;
  }
}
.l_header-nav__link.l_header-nav__link__contact {
  padding: 0 clamp(30px, 1.4vw, 39px);
  background: #9F161A;
  color: #fff;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l_header-nav__link.l_header-nav__link__contact:hover {
    background: #c23616;
    color: #fff;
  }
}

@media screen and (max-width: 960px) {
  .l-header {
    z-index: 1000;
  }
}

@media screen and (max-width: 960px) {
  .l_header-nav {
    display: none;
  }
}

.l-header-nav__wrap--sp {
  position: relative;
}
.l-header-nav__wrap--sp .c-btn-menu {
  position: fixed;
  z-index: 1001;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 782px) {
  body.admin-bar .l-header-nav__wrap--sp .c-btn-menu {
    top: 56px;
  }
}
@media screen and (min-width: 961px) {
  .l-header-nav__wrap--sp .c-btn-menu {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .l-header-nav__wrap--sp .l-header__logo {
    margin-top: 83px !important;
  }
}

.c-btn-menu__line {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: #333;
  width: 50%;
}

.c-btn-menu__line:nth-of-type(1) {
  top: 8px;
}

.c-btn-menu__line:nth-of-type(2) {
  top: 18px;
}

.c-btn-menu__line:nth-of-type(3) {
  top: 28px;
}

.c-btn-menu.active .c-btn-menu__line:nth-of-type(1) {
  top: 11px;
  transform: translateY(9px) rotate(45deg);
  background: #fff;
}

.c-btn-menu.active .c-btn-menu__line:nth-of-type(2) {
  top: 23px;
  opacity: 0;
  background: #fff;
}

.c-btn-menu.active .c-btn-menu__line:nth-of-type(3) {
  top: 29px;
  transform: translateY(-9px) rotate(-45deg);
  background: #fff;
}

/* モバイルメニュー */
.l_header-nav-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .l_header-nav-mobile {
    display: block;
    position: fixed;
    z-index: 999;
    top: -150%;
    left: 0;
    width: 100%;
    height: 90vh;
    background-color: #9F161A;
    transition: all 0.6s;
  }
}
.l_header-nav-mobile.panelactive {
  top: 0;
}
@media screen and (max-width: 960px) {
  .l_header-nav-mobile #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.l_header-nav-mobile ul {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10%;
  margin: 0;
}
.l_header-nav-mobile li {
  list-style: none;
  text-align: center;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: block;
}
.l_header-nav-mobile li:last-child {
  border-bottom: none;
}
.l_header-nav-mobile a {
  font-size: calc(16 / 16 * 1rem);
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.l_header-nav-mobile .l-header {
  background: transparent;
}
.l_header-nav-mobile .l-header__logo a {
  padding: 0;
}

.c-heading-primary {
  font-weight: bold;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-size: calc(36 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .c-heading-primary {
    font-size: calc(30 / 16 * 1rem);
  }
}
.c-heading-primary--white {
  color: #fff;
}

.p-top .c-heading-primary__main {
  font-style: italic;
  font-size: calc(70 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .p-top .c-heading-primary__main {
    font-size: calc(40 / 16 * 1rem);
  }
}
.p-top .c-heading-primary__sub {
  font-size: calc(24 / 16 * 1rem);
  margin-top: 0.5em;
  font-style: normal;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .p-top .c-heading-primary__sub {
    font-size: calc(18 / 16 * 1rem);
  }
}

.p-sub-hero .c-heading-primary {
  font-weight: bold;
}
.p-sub-hero .c-heading-primary__main {
  font-size: calc(55 / 16 * 1rem);
  font-style: italic;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-sub-hero .c-heading-primary__main {
    font-size: calc(30 / 16 * 1rem);
  }
}

.c-heading-primary__sub {
  display: block;
  margin-top: 5px;
  letter-spacing: 0.05em;
  font-size: calc(13 / 16 * 1rem);
}

.c-heading-secondary {
  font-weight: bold;
  line-height: 1;
  color: #9F161A;
  font-size: calc(32 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .c-heading-secondary {
    font-size: calc(24 / 16 * 1rem);
  }
}

.c-heading--doubleLine {
  letter-spacing: 0.1em;
  font-size: calc(28 / 16 * 1rem);
  color: #9F161A;
  padding-bottom: 0.7em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .c-heading--doubleLine {
    font-size: calc(24 / 16 * 1rem);
  }
}
.c-heading--doubleLine::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/common/ico-doubleLine-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}
.c-heading--doubleSquare {
  color: #9F161A;
}
.c-heading--doubleSquare::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background-image: url("../img/top/ico-square-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.4em;
  position: relative;
  top: 0.1em;
}
.c-heading--doubleSquareWhite {
  color: #fff;
}
.c-heading--doubleSquareWhite::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background-image: url("../img/top/ico-square-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.4em;
  position: relative;
  top: 0.1em;
}
.c-heading-square {
  text-align: center;
  display: inline-block;
  width: clamp(13.75rem, 9.205rem + 22.73vw, 26.25rem);
  font-weight: bold;
  line-height: 1;
  border: 4px solid #9F161A;
  background: #fff;
  color: #000;
  padding: 1em 0;
  margin-bottom: 2em;
  font-size: calc(32 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .c-heading-square {
    font-size: calc(24 / 16 * 1rem);
  }
}

.c-btn, .c-btn__mail, .c-btn__prev {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  min-width: 360px;
  padding: 18px 0;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  background-size: 200% auto;
  border: 1px solid #000;
  font-size: calc(14 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .c-btn, .c-btn__mail, .c-btn__prev {
    min-width: 300px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-btn::after, .c-btn__mail::after, .c-btn__prev::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  display: block;
  background-color: #000;
  mask: url("../img/common/ico-arrow-01.svg") no-repeat center;
  mask-size: contain;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn:hover, .c-btn__mail:hover, .c-btn__prev:hover {
  text-decoration: none;
  background-color: #9F161A;
  color: #fff;
  border: 1px solid transparent;
}
.c-btn:hover::after, .c-btn__mail:hover::after, .c-btn__prev:hover::after {
  right: 1.2em;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-btn:hover::after, .c-btn__mail:hover::after, .c-btn__prev:hover::after {
    right: 1.5em;
  }
}

.c-btn__prev::after {
  content: none;
}
.c-btn__prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5em;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #333;
  mask: url("../img/common/ico-arrow-01.svg") no-repeat center;
  mask-size: contain;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-btn__prev:hover {
  background-color: #9F161A;
  color: #fff;
}
.c-btn__prev:hover::before {
  background-color: #fff;
}

.c-btn__mail {
  color: #9F161A;
  border: 1px solid #9F161A;
  background-color: #fff;
}
.c-btn__mail::after {
  content: none;
}
.c-btn__mail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5em;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #9F161A;
  mask: url("../img/common/ico-mail-01.svg") no-repeat center;
  mask-size: contain;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn__mail:hover {
  background-color: #9F161A;
  color: #fff;
}
.c-btn__mail:hover::before {
  background-color: #fff;
}

/* 
========================================
ContactForm7
========================================
*/
.c-btn-group {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .c-btn-group {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}

@media screen and (min-width: 961px) {
  .c-btn-group__submit,
  .c-btn-group__prev,
  .c-btn-group__submit:hover,
  .c-btn-group__prev:hover {
    width: 360px !important;
    height: 58px !important;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .c-btn-group__submit,
  .c-btn-group__prev,
  .c-btn-group__submit:hover,
  .c-btn-group__prev:hover {
    width: 300px !important;
    height: 58px !important;
    overflow: hidden;
  }
}

.c-btn-group__submit {
  display: inline-block;
  position: relative;
  text-align: center;
}
.c-btn-group__submit::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  display: block;
  background-color: #000;
  mask: url("../img/common/ico-arrow-01.svg") no-repeat center;
  mask-size: contain;
  transition: 0.3s;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-btn-group__submit:hover::after {
  background-color: #fff;
}

.c-btn-group__prev {
  display: inline-block;
  position: relative;
  text-align: center;
}
.c-btn-group__prev::after {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  display: block;
  background-color: #000;
  mask: url("../img/common/ico-arrow-01.svg") no-repeat center;
  mask-size: contain;
  transition: 0.3s;
  transform: translateY(-50%) rotate(180deg);
}
.c-btn-group__prev:hover {
  background-color: #9F161A;
  color: #fff;
}
.c-btn-group__prev:hover::after {
  background-color: #fff;
}

/* Contact Form 7 のスピナーを非表示にする */
.wpcf7-spinner {
  display: none; /* スピナーを非表示にする */
}

.c-page-top {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 960px) {
  .c-page-top {
    right: 20px;
    bottom: 90px;
  }
}
.c-page-top__link {
  display: block;
  width: 56px;
  height: 56px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #9F161A;
  border-radius: 50%;
}
.c-page-top__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .c-page-top__link:hover {
    opacity: 1;
  }
}
.c-page-top__link img {
  vertical-align: middle;
}
.c-page-top__link.is-active {
  color: #9F161A !important;
  background-color: #fff;
}
.c-page-top__link.is-active svg path {
  stroke: #9F161A !important;
}

.logo {
  line-height: 1;
}
.logo__img {
  display: block;
}

.c-media {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .c-media {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .c-media__img__wrapper {
    margin-bottom: 1.5rem;
  }
}
.c-media__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 961px) {
  .c-media__body {
    width: calc(50% - 20px);
  }
}
.c-media__heading {
  margin-bottom: 2rem;
  line-height: 1.7;
  font-size: calc(24 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .c-media__heading {
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: center;
    font-size: calc(18 / 16 * 1rem);
  }
}

.c-media--reverce {
  flex-direction: row-reverse;
}
.c-media--reverce.c-media__img__wrapper {
  margin-right: 0;
  margin-left: 5rem;
}
.c-media--reverce.c-media-rev--left {
  margin-right: 5rem;
  margin-left: 0;
}
.c-media--reverce.c-media__body {
  padding-left: 5rem;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .c-media--reverce.c-media__body {
    padding-left: 0;
  }
}

.c-card__img {
  overflow: hidden;
  filter: opacity(100%) grayscale(0%);
  transition: all 0.2s ease-in;
}
.c-card__img:hover {
  filter: opacity(80%) grayscale(89%);
  transition: all 0.2s ease-in;
}

.c-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.c-table tr {
  border-bottom: solid 1px #C7C7C7;
}
.c-table th,
.c-table td {
  padding: 30px 10px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .c-table th,
  .c-table td {
    display: block;
    padding: 0;
  }
}
.c-table th {
  width: 20%;
}
@media screen and (max-width: 960px) {
  .c-table th {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 960px) {
  .c-table td {
    margin-bottom: 20px;
  }
}
.c-table p:not(:last-child) {
  margin-bottom: 10px;
}
.c-table ul {
  margin-left: 20px;
}

.c-form__item:not(:last-child) {
  margin-bottom: 40px;
}
.c-form__title {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.c-form__note {
  font-weight: normal;
  margin-left: 5px;
  font-size: calc(12 / 16 * 1rem);
}
.c-form__require {
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .c-form__radio {
    display: inline-block;
  }
}
.c-form__radio:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 960px) {
  .c-form__radio:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.c-form input[type=radio] {
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 50%;
}
.c-form__input, .c-form__select {
  width: 300px;
  padding: 8px;
  border: solid 1px #aaa;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-form__input, .c-form__select {
    width: 100%;
  }
}
.c-form__textarea {
  min-width: 600px;
  min-height: 200px;
  padding: 8px;
  resize: both;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-form__textarea {
    width: 100%;
    min-width: 100%;
  }
}
.c-form__btn {
  margin-top: 50px;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: calc(22 / 16 * 1rem);
  font-weight: bold;
  margin-top: clamp(1.875rem, 1.42rem + 2.27vw, 3.525rem);
  margin-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}
.pagination .pagination-list {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.pagination .pagination-list .pagination-item {
  display: flex;
}
.pagination .pagination-list .pagination-item .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
  color: #000;
  border: 2px solid transparent;
  border-radius: 1px;
}
.pagination .pagination-list .pagination-item .pagination-link:hover, .pagination .pagination-list .pagination-item .pagination-link:focus {
  color: #c23616;
  outline: none;
}
.pagination .pagination-list .pagination-item .pagination-link.current {
  color: #8b1b1b;
  background-color: #fff;
  border-color: #8b1b1b;
}
.pagination .pagination-list .pagination-item .prev,
.pagination .pagination-list .pagination-item .next {
  width: auto;
  height: auto;
  padding: 0 0.5rem 1rem;
}

.c-breadcrumb {
  list-style: none;
  padding: 0.5rem 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ecf0f1;
  z-index: 1;
}
.c-breadcrumb a {
  color: #5e5f60;
}
@media screen and (max-width: 960px) {
  .c-breadcrumb {
    padding: 5px 0;
  }
}
.c-breadcrumb__list {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-breadcrumb__item {
  display: inline;
  list-style: none;
  text-transform: uppercase;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .c-breadcrumb__item {
    font-size: calc(11 / 16 * 1rem);
  }
}
.c-breadcrumb__item::after {
  padding: 0 0.45em;
  content: "/";
  color: #b79393;
}
.c-breadcrumb__item:last-child:after {
  content: "";
}

.c-breadcrumb:before,
.c-breadcrumb:after {
  content: "";
  display: table;
}

.p-hero__inner {
  position: relative;
}
.p-hero__heading {
  position: absolute;
}
.p-hero__scroll {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 0;
  color: #fff;
  padding: 10px 10px 90px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .p-hero__scroll {
    right: 5px;
    padding: 10px 10px 60px;
  }
}
.p-hero__scroll::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  color: #fff;
  content: "";
  -webkit-animation: scrollDownLine 1.5s infinite;
  animation: scrollDownLine 1.5s infinite;
}
@media screen and (max-width: 960px) {
  .p-hero__scroll::after {
    height: 50px;
  }
}

/* スクロールダウンの位置 */
.scroll {
  display: inline-block;
  position: absolute;
  left: 1rem;
  bottom: 0;
  color: #fff;
  padding: 10px 10px clamp(3.288rem, 0.938rem + 6.25vw, 5.625rem);
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  z-index: 100;
  font-size: calc(12 / 16 * 1rem);
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 1rem;
  content: "";
  height: clamp(1.25rem, 0.341rem + 4.55vw, 3.75rem);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 101;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.p-top-hero {
  position: relative;
}
.p-top-hero__info {
  position: absolute;
  text-align: left;
  z-index: 2;
  box-sizing: border-box;
  top: 50%;
}
@media screen and (max-width: 960px) {
  .p-top-hero__info {
    top: 30%;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 961px) {
  .p-top-hero__info {
    top: 30%;
    padding-left: 7rem;
  }
}
.p-top-hero__slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.p-top-hero__info {
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 961px) {
  .p-top-hero__info {
    max-width: 80%;
  }
}
.p-top-hero__logo {
  justify-content: center;
  width: clamp(5rem, 3.136rem + 9.32vw, 10.125rem);
}
.p-top-hero__title {
  position: relative;
  font-weight: bold;
  line-height: 1.6;
  margin-top: clamp(1.688rem, 1.165rem + 2.61vw, 3.125rem);
}
@media screen and (min-width: 961px) {
  .p-top-hero__title {
    font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  }
}
@media screen and (max-width: 960px) {
  .p-top-hero__title {
    line-height: 1.1;
    font-size: calc(20 / 16 * 1rem);
  }
}
.p-top-hero__subtitle {
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-size: calc(16 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .p-top-hero__subtitle {
    font-size: calc(12 / 16 * 1rem);
  }
}

.p-sub-hero {
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 1;
  height: clamp(8.375rem, 4.602rem + 30.86vw, 18.75rem);
  overflow: hidden;
  padding-top: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
}
@media screen and (max-width: 960px) {
  .p-sub-hero {
    height: 200px;
  }
}
.p-sub-hero__inner {
  text-align: center;
}
.p-sub-hero__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  filter: contrast(120%);
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
}

.p-business .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-business-01.jpg") center/cover;
}

.p-furnace .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-furnace-01.jpg") center/cover;
}

.p-works .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-works-01.jpg") center/cover;
}

.p-company .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-company-01.jpg") center/cover;
}

.p-qa .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-faq-01.jpg") center/cover;
}

.p-recruit .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-recruit-01.jpg") center/cover;
}

.p-contact .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-contact-01.jpg") center/cover;
}

.p-recruit .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-recruit-01.jpg") center/cover;
}

.p-entry .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-entry-01.jpg") center/cover;
}

.p-privacy .p-sub-hero__inner::before {
  background: linear-gradient(rgba(109, 3, 3, 0.7019607843), rgba(199, 0, 0, 0.7019607843)), url("../img/common/bg-hero-privacy-01.jpg") center/cover;
}

.swiper-pagination {
  z-index: 1;
}

.swiper-container {
  overflow: hidden;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  text-align: right;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    color: #9F161A;
    padding: 0.5rem 0.8rem;
    background: #fff;
  }
}

@media screen and (max-width: 960px) {
  .swiper-button-prev:after {
    margin-left: -1rem;
  }
}

@media screen and (max-width: 960px) {
  .swiper-button-next:after {
    margin-right: -1rem;
  }
}

.p-top-hero .swiper-wrapper {
  overflow: hidden;
}
.p-top-hero .swiper-slide-active .swiper-slide__item,
.p-top-hero .swiper-slide-duplicate-active .swiper-slide__item,
.p-top-hero .swiper-slide-prev .swiper-slide__item {
  animation: zoomUp 7s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.js-hero-swiper .swiper-pagination-bullet-active {
  background: #9F161A;
}
.js-hero-swiper .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .js-hero-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
  }
}
.js-hero-swiper .swiper-pagination-bullet-active {
  background-color: #9F161A;
}

.js-works-swiper {
  position: relative;
}
.js-works-swiper .swiper-button-next, .js-works-swiper .swiper-button-prev {
  position: absolute;
  color: #fff;
}

@media screen and (min-width: 961px) {
  .p-top-works__img__wrapper .swiper-slide {
    width: 18% !important;
  }
}

.js-works-swiper {
  width: auto !important;
  flex: 1 0 auto;
}
.js-works-swiper .swiper-slide {
  width: auto;
  flex: 1 0 auto;
}
.js-works-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 961px) {
  .js-works-swiper .swiper-wrapper {
    width: 100% !important;
    margin-left: 210px;
  }
}

@media screen and (min-width: 961px) {
  .c-intro__wrapper {
    display: flex;
    justify-content: center;
  }
}
.c-intro__wrapper .c-intro {
  margin-top: clamp(30px, 10vw, 10px);
}
@media screen and (min-width: 961px) {
  .c-intro__wrapper .c-intro {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 961px) {
  .c-intro__wrapper .c-intro .c-text {
    text-align: center;
  }
}
.c-intro__wrapper .c-intro .c-heading__intro {
  font-size: calc(32 / 16 * 1rem);
  margin-bottom: clamp(40px, 10vw, 18px);
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .c-intro__wrapper .c-intro .c-heading__intro {
    font-size: calc(22 / 16 * 1rem);
  }
}

.c-bg--texture {
  background: url("../img/common/bg-red-01.jpg") repeat;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* 
  === SVG background ===
*/
.bg-top-business {
  position: relative;
  overflow: hidden;
}
.bg-top-business::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 100%;
  background: url("../img/bg/bg-sqliner-01.svg") no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .bg-top-business::before {
    top: 0;
    left: -50%;
    width: 80%;
    height: 80%;
  }
}
.bg-top-business::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: -40%;
  width: 100%;
  height: 100%;
  background: url("../img/bg/bg-sqliner-04.svg") no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .bg-top-business::after {
    bottom: 0;
    right: -50%;
    width: 100%;
    height: 100%;
  }
}

.bg-top-company {
  position: relative;
  overflow: hidden;
}
.bg-top-company::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  height: 120%;
  background: url("../img/bg/bg-sqliner-03.svg") no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .bg-top-company::before {
    top: 0;
    left: -50%;
    width: 200%;
    height: 150%;
  }
}

.bg-top-contact {
  position: relative;
  overflow: hidden;
}
.bg-top-contact::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -230%;
  width: 250%;
  height: 250%;
  background: url("../img/bg/bg-sqliner-03.svg") no-repeat;
  background-position: top left;
  background-size: contain;
  z-index: -1;
  transform: scaleX(-1);
}
@media screen and (max-width: 960px) {
  .bg-top-contact::before {
    top: 0;
    left: -140%;
    width: 200%;
    height: 200%;
  }
}
.bg-top-contact::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: -245%;
  width: 305%;
  height: 305%;
  background: url("../img/bg/bg-sqliner-03.svg") no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: -1;
  transform: scaleX(-1);
}
@media screen and (max-width: 960px) {
  .bg-top-contact::after {
    display: none;
  }
}

.bg-company {
  position: relative;
  overflow: hidden;
}
.bg-company::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -35%;
  width: 100%;
  height: 100%;
  background: url("../img/bg/bg-company-sqline-01.svg") no-repeat;
  background-position: top right;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .bg-company::before {
    top: 0;
    right: -50%;
    width: 140%;
    height: 140%;
  }
}
.bg-company::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -12%;
  left: -35%;
  width: 100%;
  height: 100%;
  background: url("../img/bg/bg-company-sqline-02.svg") no-repeat;
  background-position: bottom left;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .bg-company::after {
    bottom: 20%;
    left: -50%;
    width: 140%;
    height: 140%;
  }
}

.bg-business {
  position: relative;
  overflow: hidden;
}
.bg-business::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -5%;
  width: 50%;
  height: 100%;
  background: url("../img/bg/bg-sqliner-03.svg") no-repeat;
  background-position: bottom right;
  background-size: cover;
  z-index: -1;
  transform: scaleX(-1);
}
@media screen and (max-width: 960px) {
  .bg-business::before {
    background-size: 200%;
    background-position: bottom right;
    top: 0;
    right: -35%;
    width: 100%;
    height: 100%;
  }
}

.bg-recruit {
  position: relative;
  overflow: hidden;
}
.bg-recruit::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/bg/bg-recruit-sqliner-01.svg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .bg-recruit::before {
    top: 150px;
    width: 180%;
    height: 180%;
    background-size: contain;
    background-position: center;
  }
}

.c-copy {
  font-size: calc(24 / 16 * 1rem);
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .c-copy {
    font-size: calc(22 / 16 * 1rem);
  }
}

.c-text {
  line-height: 2;
}

.c-movie-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 880px;
  margin: 0 auto;
}

.c-movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-top-about {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .p-top-about {
    padding-bottom: 0;
  }
}
.p-top-about__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
}
@media screen and (min-width: 961px) {
  .p-top-about__inner {
    padding-bottom: 276px;
  }
}
.p-top-about__heading .c-heading-primary {
  color: #fff;
}
@media screen and (min-width: 961px) {
  .p-top-about__body {
    max-width: 600px;
    padding: 3em;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
  }
}
@media screen and (max-width: 960px) {
  .p-top-about__body {
    padding-top: 2em;
    margin-top: 2em;
    border-top: #fff 1px solid;
  }
}
@media screen and (min-width: 961px) {
  .p-top-about__img {
    position: absolute;
    top: 360px;
    left: -140px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-about__img {
    position: absolute;
    bottom: 0;
    left: -140px;
  }
}
@media screen and (max-width: 960px) {
  .p-top-about__img {
    margin-top: 40px;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}

@media screen and (min-width: 961px) {
  .p-top-business {
    padding-top: 270px;
  }
}
.p-top-business__inner {
  max-width: 1100px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top-business__summary {
    position: absolute;
    padding: 5em;
    background: #fff;
    width: 660px;
    right: 0;
    top: -85px;
  }
}
@media screen and (max-width: 960px) {
  .p-top-business__summary {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 961px) {
  .p-top-business__heading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 961px) {
  .p-top-business__body {
    max-width: 600px;
    padding-top: 3em;
    border-top: #9F161A 1px solid;
  }
}
@media screen and (max-width: 960px) {
  .p-top-business__body {
    padding-top: 2em;
    margin-top: 2em;
    border-top: #9F161A 1px solid;
  }
}
.p-top-business__toWorks {
  text-align: center;
  color: #9F161A;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .p-top-business__toWorks {
    margin-top: 40px;
  }
}
.p-top-business .c-button {
  margin-top: 40px;
}

.p-top-works {
  color: #fff;
  text-align: center;
}
.p-top-works__inner {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .p-top-works__inner {
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  }
}
.p-top-works__heading {
  margin-bottom: 2em;
}
@media screen and (max-width: 960px) {
  .p-top-works__text {
    text-align: left;
  }
}
.p-top-works__img__wrapper {
  margin: 4em 0;
}

@media screen and (min-width: 961px) {
  .p-top-company {
    padding-top: 120px;
  }
}
.p-top-company__inner {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top-company__inner {
    max-width: 1100px;
    min-height: 600px;
  }
}
@media screen and (min-width: 961px) {
  .p-top-company__summary {
    position: absolute;
    padding: 5em;
    background: #fff;
    width: 660px;
    left: 0;
    top: -77px;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .p-top-company__summary {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 961px) {
  .p-top-company__img {
    position: absolute;
    right: 0;
  }
}
.p-top-company .c-heading-primary {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9F161A;
}
.p-top-company .c-button {
  margin-top: 40px;
}

.p-top-recrute {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top-recrute {
    padding: 80px 0;
  }
}
@media screen and (max-width: 960px) {
  .p-top-recrute {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-top-recrute__summary {
    width: 600px;
    margin-left: clamp(37.5rem, 43.5rem - 30vw, 21rem);
  }
}
@media screen and (max-width: 960px) {
  .p-top-recrute__summary {
    margin-bottom: 40px;
  }
}
.p-top-recrute__summary .c-copy {
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 961px) {
  .p-top-recrute__summary .c-copy {
    font-size: calc(30 / 16 * 1rem);
  }
}
.p-top-recrute__img {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top-recrute__img {
    width: 50.1538vw;
    max-width: 800px;
    height: auto;
    position: absolute;
    left: 0;
    margin-right: -20.6522%;
    bottom: clamp(50px, 15.227vw, 25px);
    object-fit: cover; /* 画像サイズ調整 */
    object-position: center; /* 中央寄せ */
  }
}
@media screen and (max-width: 960px) {
  .p-top-recrute__img {
    width: 100%;
    margin-right: 0;
  }
}
.p-top-recrute__img img {
  width: 100%;
  height: 100%;
  display: block; /* 不要な余白を排除 */
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-top-recrute__img img {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
.p-top-recrute .c-heading-primary {
  color: #fff;
}
.p-top-recrute .c-button {
  margin-top: 40px;
}

@media screen and (min-width: 961px) {
  .p-top-contact__inner {
    display: flex;
  }
}
.p-top-contact__img {
  position: relative;
  display: flex;
}
@media screen and (min-width: 961px) {
  .p-top-contact__img {
    width: 50.1538vw;
    margin-left: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-top-contact__body {
    margin-bottom: 40px;
  }
}
.p-top-contact__link {
  margin-top: 40px;
}

.p-business__container .p-business__section {
  margin-bottom: clamp(1.563rem, 0.994rem + 2.84vw, 3.125rem);
}
@media screen and (max-width: 960px) {
  .p-business__container .p-business__section {
    padding: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-business__container .p-business__section .l-inner {
    max-width: 1100px;
  }
}
.p-business__container .p-business__section:last-of-type {
  margin-bottom: 0;
}
.p-business__container .p-business-item {
  padding: clamp(1rem, 0.227rem + 3.86vw, 3.125rem);
  background: #fff;
}
@media screen and (min-width: 961px) {
  .p-business__container .p-business-item {
    display: flex;
  }
  .p-business__container .p-business-item__summary {
    width: calc(50% - 40px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-business__container .p-business-item__img {
    margin-bottom: 2rem;
  }
}

.p-business-qual__section {
  padding-top: 140px;
}
@media screen and (max-width: 960px) {
  .p-business-qual__section {
    padding-top: 70px;
  }
}
@media screen and (min-width: 961px) {
  .p-business-qual-item {
    display: flex;
  }
  .p-business-qual-item__summary {
    width: calc(60% - 40px);
    padding-right: 40px;
    box-sizing: border-box;
  }
}
.p-business-qual-item .c-text {
  margin-left: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 961px) {
  .p-business-qual-item .c-text {
    margin-left: 22px;
  }
}
.p-business-qual__h4 {
  font-size: calc(20 / 16 * 1rem);
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .p-business-qual__h4 {
    font-size: calc(14 / 16 * 1rem);
  }
}
.p-business-qual__h4::before {
  content: "○";
  display: inline-block;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 960px) {
  .p-business-qual-docs {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-business-qual-docs__item {
    width: calc(50% - 20px);
  }
}

.p-business-furnace {
  text-align: center;
  padding-top: clamp(2.5rem, 1.364rem + 5.68vw, 5.625rem);
  padding-bottom: clamp(3.125rem, 1.534rem + 7.95vw, 6.5rem);
  content: "";
  background: url("../img/business/bg-business-01.jpg") center/cover;
}
.p-business-furnace .c-copy {
  margin-bottom: clamp(2.5rem, 2.159rem + 1.7vw, 3.038rem);
}

.p-movie .l-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1rem;
}
.p-movie .p-movie-thanks {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-movie .p-movie-thanks {
    margin-top: 2rem;
  }
}
.p-movie .p-movie-thanks__message {
  display: inline-block;
  border: 1px solid #666;
  padding: 0.6rem 1.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-movie .p-movie-thanks__message {
    padding: 0.3rem 0.6rem;
    text-align: left;
  }
}
.p-movie .p-movie-address {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-movie .p-movie-address {
    margin-top: 1rem;
  }
}
.p-movie .p-movie-address__item {
  flex: 1;
}
.p-movie .p-movie-address__item p {
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .p-movie .p-movie-address {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-movie .p-movie-link {
  text-align: center;
  margin-top: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .p-movie .p-movie-link {
    text-align: left;
    margin-top: 1.5rem;
  }
}
.p-movie a {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  text-decoration: underline;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .p-movie a {
    text-align: left;
  }
}

.p-works__section .l-inner {
  max-width: 1240px;
  box-sizing: border-box;
}
.p-works-list {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .p-works-list {
    grid-template-columns: 1fr;
  }
}
.p-works-list__item {
  text-align: left;
}
.p-works-list__item a {
  text-decoration: none;
}
.p-works-list__item a:hover {
  text-decoration: none;
  color: #9F161A;
}
.p-works-list__item img {
  object-fit: cover;
}
.p-works-list__body {
  margin-top: 1rem;
}
.p-works-list__title {
  color: #333;
  font-weight: bold;
}

figure {
  margin: 0;
}

.p-furnace-hedding__title {
  color: #fff;
  font-size: calc(26 / 16 * 1rem);
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  max-width: clamp(13.75rem, 9.205rem + 22.73vw, 26.25rem);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-furnace-hedding__title {
    font-size: calc(22 / 16 * 1rem);
    padding-bottom: 0.5em;
  }
}
.p-furnace-item:first-child {
  margin-bottom: clamp(2.5rem, 1.409rem + 5.45vw, 5.5rem);
}
@media screen and (min-width: 961px) {
  .p-furnace-item__body {
    width: calc(100% - 480px - 50px);
  }
}
@media screen and (min-width: 961px) {
  .p-furnace-item__img {
    width: 480px;
  }
}
@media screen and (max-width: 960px) {
  .p-furnace .c-media__body {
    margin-bottom: 1.5rem;
  }
}

.p-furnace-essential {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-furnace-essential {
    min-height: clamp(350px, 30vw, 400px);
  }
}
@media screen and (max-width: 960px) {
  .p-furnace-essential__summary {
    padding: 40px 15px;
  }
}
@media screen and (min-width: 961px) {
  .p-furnace-essential__summary {
    width: 1100px;
    margin: 0 auto;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-75%);
    height: 100%; /* 親要素の高さを100% */
    display: flex; /* フレックスボックス */
    align-items: center; /* 中央寄せ */
  }
}
@media screen and (min-width: 961px) {
  .p-furnace-essential__summary-inner {
    width: 500px;
    margin: 0 auto;
  }
}
.p-furnace-essential__heading {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 961px) {
  .p-furnace-essential__img {
    width: 50%;
    overflow: hidden;
    object-fit: cover;
    clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0 100%);
    position: absolute;
    z-index: -100;
    right: 0;
    top: 0; /* トップの位置を設定 */
    bottom: 0; /* ボトムの位置を設定 */
    height: 100%; /* 親要素の高さにフィット */
  }
  .p-furnace-essential__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 親要素に合わせて画像をカバー */
  }
}
.p-furnace-essential_heading {
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-furnace-essential_heading {
    margin-bottom: 1.5rem;
  }
}

.p-qa-list__item {
  margin-bottom: clamp(1rem, 0.994rem + 2.84vw, 2rem);
  font-size: calc(18 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .p-qa-list__item {
    font-size: calc(16 / 16 * 1rem);
    margin-bottom: 0.1rem;
  }
}
.p-qa-list__question {
  display: flex;
  align-items: top;
  font-weight: bold;
  color: #9F161A;
  margin-bottom: 10px;
  border-bottom: 1px solid #9F161A;
  padding-bottom: 5px;
  cursor: pointer;
}
.p-qa-list__question-icon {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin-right: 10px;
}
.p-qa-list__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  align-items: top;
  color: #333;
  margin-bottom: 0.5rem;
  padding-left: 34px;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-qa-list__answer {
    display: flex;
    padding-left: 0;
    font-size: calc(14 / 16 * 1rem);
  }
}
.p-qa-list__answer-icon {
  align-items: top;
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 960px) {
  .p-qa-list__answer-icon {
    display: block;
    width: 2em;
  }
}
@media screen and (max-width: 960px) {
  .p-qa-list__answer-text {
    display: block;
    width: calc(100% - 2em);
    padding-bottom: 1.5em;
  }
}
.p-qa-list__answer.is-open {
  max-height: 1000px;
}
@media (max-width: 768px) {
  .p-qa-list__answer {
    padding-left: 0;
    flex-direction: row;
  }
}

.p-company {
  text-align: left;
  padding: 0;
}
.p-company__heading {
  margin-bottom: 30px;
}
.p-company__body {
  margin-bottom: 30px;
}

.p-company-info__heading {
  text-align: center;
}
.p-company-info__table {
  margin-bottom: 60px;
}
.p-company-info__table th {
  position: relative;
  padding: 0 0 0.5rem 1rem;
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .p-company-info__table th {
    padding: 0 0 0.5rem 1rem;
  }
  .p-company-info__table th::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #000;
  }
}
@media screen and (min-width: 961px) {
  .p-company-info__table th {
    border-bottom: 1px solid #000;
    padding: 0 0 0.5rem 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-company-info__table td {
    padding: 0.5rem 0 0 1rem;
  }
}

/* 
  === p-company-partners ===
*/
.p-company-partners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
}
@media screen and (min-width: 961px) {
  .p-company-partners__list {
    gap: 60px;
  }
}
.p-company-partners__list::after {
  content: "";
  flex: 1 1 calc(50% - 30px);
}
@media screen and (max-width: 960px) {
  .p-company-partners__list {
    content: none;
  }
}
.p-company-partners__item {
  flex: 1 1 calc(50% - 30px);
  box-sizing: border-box;
  text-align: left;
}
.p-company-partners__item a {
  color: #9F161A;
  text-decoration: none;
}
.p-company-partners__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .p-company-partners__item {
    flex: 1 1 100%;
  }
}
.p-company-partners__name {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
  font-size: calc(18 / 16 * 1rem);
}

/* 
  === p-company-client ===
*/
.p-company-clients__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 0;
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .p-company-clients__list {
    gap: 40px 20px;
  }
}
.p-company-clients__item {
  flex: 1 1 calc(25% - 15px);
  box-sizing: border-box;
  text-align: left;
  font-size: calc(14 / 16 * 1rem);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .p-company-clients__item {
    flex: 1 1 100%;
  }
}
.p-company-clients__note {
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  .p-company-clients__note {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.p-company-greeting__heading {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-company-greeting__body .c-copy {
    font-size: calc(22 / 16 * 1rem);
  }
}
@media screen and (max-width: 960px) {
  .p-company-greeting__body {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 961px) {
  .p-company-greeting__img {
    width: 385px;
    margin-left: 50px;
  }
}
.p-company-greeting__kokoro {
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  .p-company-greeting__kokoro {
    margin-top: 1.5rem;
  }
}
.p-company-greeting__name {
  text-align: right;
  margin-top: 2rem;
  font-size: calc(16 / 16 * 1rem);
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .p-company-greeting__name {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 961px) {
  .p-company .l-inner {
    width: 1030px;
  }
}
@media screen and (min-width: 961px) {
  .p-company .c-media__body {
    width: 550px;
  }
}

.p-company-info__access {
  margin-top: clamp(3.438rem, 1.96rem + 7.39vw, 7.5rem);
}
.p-company-info__access__map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.p-company-info__access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 961px) {
  .p-company-info__access__map {
    padding-top: 0;
    width: 500px;
    height: 350px;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .p-company-info__access__body {
    margin-bottom: 2rem;
  }
}
.p-company-info__title {
  font-size: calc(18 / 16 * 1rem);
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 961px) {
  .p-recruit .l-inner {
    padding: 0;
  }
}
.p-recruit__section {
  padding-top: 0;
}
.p-recruit-info {
  margin-bottom: 60px;
}
.p-recruit-info:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .p-recruit__img {
    width: 550px;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit__img {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .p-recruit__body {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 960px) {
  .p-recruit__body {
    width: 100%;
  }
}

.p-job-list {
  padding-top: 0;
}
.p-job-list__heading {
  margin-bottom: 30px;
  text-align: center;
}
.p-job-list__name {
  margin-bottom: 30px;
  text-align: center;
  font-size: calc(24 / 16 * 1rem);
}
@media screen and (max-width: 960px) {
  .p-job-list__name {
    margin-bottom: 20px;
    font-size: calc(16 / 16 * 1rem);
  }
}
.p-job-list__table {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-job-list__table {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 961px) {
  .p-job-list__table tr:last-child {
    border-bottom: 0;
  }
}
.p-job-list__table th {
  background: #F4DED6;
}
@media screen and (max-width: 960px) {
  .p-job-list__table td {
    margin-bottom: 0;
  }
}
.p-job-list__table th, .p-job-list__table td {
  box-sizing: border-box;
  padding: 2em;
}
@media screen and (max-width: 960px) {
  .p-job-list__table th, .p-job-list__table td {
    padding: 1em;
  }
}
.p-job-list__link {
  text-align: center;
}
.p-job-list__link-note {
  display: block;
  margin-top: 5px;
  font-size: calc(12 / 16 * 1rem);
}
.p-job-list__note {
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .p-job-list__note {
    margin: 2rem 0 3rem;
    text-align: center;
    font-size: calc(20 / 16 * 1rem);
  }
}

.p-contact-form {
  padding-top: 0;
}
@media screen and (min-width: 961px) {
  .p-contact-form__inner {
    max-width: 1000px;
  }
}
.p-contact-form__body {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-contact-form__body {
    max-width: 1000px;
  }
}

.c-form {
  display: flex;
  flex-direction: column;
}
.c-form__item {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .c-form__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-form__title {
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 700px);
}
@media screen and (max-width: 960px) {
  .c-form__title {
    width: 100%;
    margin-bottom: 1em;
  }
}
.c-form__require {
  padding: 0.5em;
  background: #F4DED6;
  margin-right: 2em;
}
.c-form__input, .c-form__textarea {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
  width: 700px;
}
@media screen and (min-width: 961px) {
  .c-form__input, .c-form__textarea {
    min-width: 700px;
  }
}
@media screen and (max-width: 960px) {
  .c-form__input, .c-form__textarea {
    max-width: 100%;
  }
}
.c-form__input-group {
  width: calc(100% - 220px);
}
@media screen and (max-width: 960px) {
  .c-form__input-group {
    width: 100%;
  }
}
.c-form__textarea {
  height: 100px;
  resize: vertical;
}
.c-form__checkbox {
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.c-form__btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .c-form__privacyText {
    width: 700px;
    margin-left: 235px;
  }
}

@media (max-width: 768px) {
  .c-form__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-form__item .c-form__input, .c-form__item .c-form__textarea {
    width: 100%;
  }
}
.p-contact-confirm {
  padding-top: 80px;
}
@media screen and (min-width: 961px) {
  .p-contact-confirm__inner {
    max-width: 1000px;
  }
}
.p-contact-confirm__text {
  display: block;
  padding: 10px;
  font-size: 14px;
  box-sizing: border-box;
  width: 700px;
  text-align: left;
}
@media screen and (min-width: 961px) {
  .p-contact-confirm__text {
    min-width: 700px;
  }
}
@media screen and (max-width: 960px) {
  .p-contact-confirm__text {
    max-width: 100%;
  }
}

.p-contact-thanks {
  text-align: center;
  padding: 40px 0;
}
.p-contact-thanks__container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.p-contact-thanks__title {
  font-size: 36px;
  color: #A94442;
  margin-bottom: 20px;
}
.p-contact-thanks__message {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-contact-thanks__description {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-contact-thanks__link {
  text-align: center;
  margin-top: 120px;
}

.p-privacy__intro {
  padding-bottom: 0;
}
.p-privacy__section {
  padding-top: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
}
.p-privacy__heading {
  color: #9F161A;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .p-privacy__heading {
    font-size: calc(18 / 16 * 1rem);
  }
}
@media screen and (min-width: 961px) {
  .p-privacy__heading {
    font-size: calc(16 / 16 * 1rem);
  }
}
.p-privacy__content h3 {
  margin-top: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
}
.p-privacy__owner {
  text-align: right;
}
.p-privacy p.c-text {
  margin-bottom: 1rem;
}
.p-privacy ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.p-privacy ul li {
  margin-bottom: 0.2rem;
}

.u-center {
  text-align: center !important;
}

.u-text-bold {
  font-weight: bold !important;
}

.u-text-big {
  font-size: 1.5em;
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-sp-only {
    display: block;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 961px) {
  .u-pc-only {
    display: block;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}/*# sourceMappingURL=main.css.map */