/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;700&display=swap");
html {
  line-height: 1.5;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

body * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  vertical-align: top;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  border: none;
}

button:focus,
html [type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
  outline: none;
}

/**
 * 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;
}

li {
  list-style: none;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  min-width: 320px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

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

select,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

select:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}

.l-siteMain {
  width: 100%;
  max-width: 680px;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.l-footer {
  padding: 34px 16px 82px;
  background-repeat: no-repeat;
  background-image: url(../img/bg-howBox-sp.jpg);
  background-size: 100% auto;
}

.f-logo {
  text-align: center;
}

.f-logo a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.f-address {
  margin-top: 12px;
}

.f-address p {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.f-cv {
  margin-top: 24px;
}

.f-cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  margin: 0 auto;
  border-radius: 8px;
  font-size: 13px;
  color: #fff;
  background-color: #333;
  font-weight: bold;
  max-width: 200px;
}

.f-cv a::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin-left: 8px;
  background-image: url(../img/arrow-cv.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-copy {
  margin-top: 10px;
}

.c-copy-item {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
}

.f-cvBtns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: center;
}

.f-cvBtns .f-cvBtn {
  width: calc(50% - 8px);
}

.f-cvBtns .f-cvBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.f-cvBtns .f-cvBtn.is-tel a {
  background-color: #333;
}

.f-cvBtns .f-cvBtn.is-tel a::before {
  content: "";
  display: block;
  width: 12px;
  height: 19px;
  margin-right: 8px;
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.f-cvBtns .f-cvBtn.is-mail a {
  background: linear-gradient(90deg, #571409, #BC3434);
}

.f-cvBtns .f-cvBtn.is-mail a::before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  margin-right: 8px;
  background-image: url(../img/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.f-cvBtns .f-cvBtn + .f-cvBtn {
  margin-left: 16px;
}

.f-cvBtns.is-single .f-cvBtn {
  width: 100%;
}

.l-header {
  height: 50px;
}

.l-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-logo {
  padding: 13px 16px;
}

.h-logo a {
  display: block;
  width: 105px;
  height: 22px;
  text-indent: -200vw;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.h-action {
  display: none;
}

.h-action-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.h-action-cv {
  position: absolute;
  top: 0;
  right: 0;
}

.h-tel {
  display: flex;
  align-items: center;
}

.h-tel-head {
  font-weight: bold;
  color: #674105;
  font-size: 16px;
}

.h-tel-num {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 15px;
  line-height: 1;
}

.h-tel-num::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-image: url(../img/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.h-nav ul {
  display: flex;
}

.h-nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
}

.h-nav ul li + li {
  margin-left: 32px;
}

.h-cv {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
}

.h-cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 190px;
  height: 120px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-bottom-left-radius: 16px;
  background: linear-gradient(90deg, #571409, #BC3434);
}

.h-cv a::after {
  content: "";
  display: block;
  width: 43px;
  height: 5px;
  margin-top: 16px;
  background-image: url(../img/arrow-cv.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-slidemenu {
  position: relative;
}

.c-slidemenu-trigger {
  width: 50px;
  height: 50px;
}

.c-slidemenu-trigger a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-image: url(../img/slidemenu-open.svg);
  background-position: center center;
  text-indent: -200vw;
}

.c-slidemenu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 20px;
  height: 20px;
}

.c-slidemenu-close a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-image: url(../img/slidemenu-close.svg);
  background-position: center center;
  text-indent: -200vw;
}

.c-slidemenu-target {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  padding: 80px 0;
  background: linear-gradient(45deg, #571409, #AD7F29, #4A1C1C);
}

.c-slidemenu-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-slidemenu-menu ul li a {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}

.c-slidemenu-menu ul li + li {
  margin-top: 60px;
}

.h-cvBtns {
  width: 100%;
  padding: 0 16px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.h-cvBtns .h-cvBtn {
  width: calc(50% - 8px);
}

.h-cvBtns .h-cvBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.h-cvBtns .h-cvBtn.is-tel a {
  background-color: #333;
}

.h-cvBtns .h-cvBtn.is-tel a::before {
  content: "";
  display: block;
  width: 12px;
  height: 19px;
  margin-right: 8px;
  background-image: url(../img/icon-tel.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.h-cvBtns .h-cvBtn.is-mail a {
  background: linear-gradient(90deg, #571409, #BC3434);
}

.h-cvBtns .h-cvBtn.is-mail a::before {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  margin-right: 8px;
  background-image: url(../img/icon-mail.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.h-cvBtns .h-cvBtn + .h-cvBtn {
  margin-left: 16px;
}

.c-middleFv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 30px 0;
  background-image: url(../img/middleFv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.c-middleFv .c-centerHead-item::after {
  background-color: #fff;
}

.c-middleFv .c-centerHead-sub {
  color: #fff;
}

.c-middleFv .c-centerHead-main {
  color: #fff;
}

.c-relation {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 16px 30px;
}

.c-relation-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #4B2D1C;
  border-bottom: 1px solid #4B2D1C;
}

.c-relation-item + .c-relation-item {
  margin-top: 24px;
}

.c-call {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0;
}

.c-call-catch {
  font-size: 15px;
  color: #4B2D1C;
}

.c-call-num {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 15px;
  line-height: 1;
  color: #4B2D1C;
}

.c-call-num::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-image: url(../img/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-line {
  display: none;
}

.c-line-qr {
  width: 84px;
  margin-right: 25px;
}

.c-line-qr img {
  width: 100%;
  vertical-align: bottom;
}

.c-line-catch {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #4B2D1C;
}

.c-line-catch::before {
  content: "";
  display: block;
  width: 26px;
  height: 25px;
  margin-right: 8px;
  background-image: url(../img/icon-line.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-linebanner a {
  display: block;
}

.c-linebanner img {
  width: 100%;
  vertical-align: bottom;
}

.c-form {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 16px 40px;
}

.c-form-item {
  display: flex;
  flex-direction: column;
}

.c-form-item dt {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

.c-form-item dd {
  flex: 1;
}

.c-form-item + dl {
  margin-top: 32px;
}

.c-form-item:last-of-type {
  margin-top: 32px;
}

.c-form select,
.c-form input,
.c-form textarea {
  width: 100%;
  border: none;
  padding: 20px 28px;
  background-color: #F7F4EF;
  border-radius: 16px;
  font-size: 14px;
}

.c-form-rule {
  display: none;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: auto;
  width: calc(100% - 256px);
  height: 216px;
  overflow-y: scroll;
  padding: calc(20px - 1em) 28px 20px 28px;
  background-color: #F7F4EF;
  border-radius: 16px;
  font-size: 14px;
  color: #333333;
}

.c-form-rule h2 {
  margin-top: 1em;
}

.c-form-rule p {
  margin-top: 1em;
}

.c-select {
  position: relative;
}

.c-select::before {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 26px;
  height: 13px;
  background-image: url(../img/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.c-check {
  font-size: 14px;
}

.c-check label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c-check label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #674105;
  margin-right: 12px;
}

.c-check input {
  display: none;
}

.c-check input:checked + label::before {
  content: "";
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.c-formCv {
  margin-top: 40px;
}

.c-formCv button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #571409, #BC3434);
  border-radius: 8px;
  cursor: pointer;
}

.c-formCv button::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin-left: 8px;
  background-image: url(../img/arrow-cv.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-confirm {
  padding: 32px 0 160px;
}

.c-confirm-head-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-confirm-head-sub {
  font-size: 16px;
  color: #8E8E8E;
  font-weight: normal;
  margin-bottom: 8px;
}

.c-confirm-head-main {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #674105;
}

.c-confirm-head::after {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  margin: 20px auto 0;
  background-color: #333333;
}

.c-confirm-body {
  padding: 40px 16px 0;
}

.c-confirm-message {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.1em;
}

.c-subCall {
  display: none;
}

.c-subCall-catch {
  color: #674105;
  font-size: 28px;
  text-align: center;
}

.c-subCall-num {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 15px;
  line-height: 1;
  color: #333;
}

.c-subCall-num::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-image: url(../img/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-backtop {
  display: none;
}

.c-backtop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  margin: 0 auto;
  border-radius: 8px;
  font-size: 13px;
  color: #fff;
  background-color: #333;
  font-weight: bold;
  max-width: 200px;
}

.c-backtop a::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin-left: 8px;
  background-image: url(../img/arrow-cv.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c-fv {
  padding-top: 66%;
  background-image: url(../img/fv-sp.jpg);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

.c-fv-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 0 15px;
}

.c-fv-catch-sub {
  font-size: 15px;
  color: #674105;
  line-height: 1;
  font-weight: 900;
}

.c-fv-catch-main {
  margin-top: 10px;
  font-size: 9vw;
  color: #9F6200;
  line-height: 1;
  font-weight: 900;
}

.c-fv-head {
  margin-top: 16px;
}

.c-fv-head-sub {
  font-size: 4vw;
  font-weight: bold;
}

.c-fv-head-main {
  font-size: 6vw;
  font-weight: bold;
}

.c-fv-head-main span {
  color: #9F6200;
}

.c-fv-cv {
  display: none;
  margin-top: 48px;
}

.c-fv-cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  background: linear-gradient(to right, #571409, #BC3434);
  border-radius: 16px;
}

.c-fv-cv a::after {
  content: "";
  display: block;
  width: 43px;
  height: 5px;
  margin-left: 16px;
  background-image: url(../img/arrow-cv.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sec-how {
  margin-top: 50px;
  padding: 32px 0;
  background-repeat: no-repeat;
  background-image: url(../img/bg-howBox-sp.jpg);
  background-size: auto 100%;
}

.c-howHead-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.c-howHead-item::before {
  content: "";
  display: block;
  width: 25px;
  height: 37px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/howHead-l.svg);
}

.c-howHead-item::after {
  content: "";
  display: block;
  width: 21px;
  height: 37px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(../img/howHead-r.svg);
}

.c-howList {
  margin-top: 32px;
  padding: 0 16px;
}

.c-howList ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-howBox {
  width: 100%;
}

.c-howBox-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.c-howBox-txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-top: 8px;
}

.sec-about {
  padding-top: 75px;
}
.sec-cation {
  padding-top: 35px;
  text-align: center;
  color: #B33130;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.c-centerHead-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.c-centerHead-item::after {
  content: "";
  width: 33px;
  height: 1px;
  margin-top: 20px;
  background-color: #333333;
}

.c-centerHead-sub {
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  color: #8E8E8E;
  margin-bottom: 8px;
}

.c-centerHead-main {
  font-size: 24px;
  font-weight: bold;
  color: #674105;
}

.c-rowSec {
  padding: 50px 0;
}

.c-rowSec-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

.c-rowSec-thumb {
  width: 100%;
}

.c-rowSec-thumb img {
  width: 100%;
}

.c-rowSec-head-item {
  font-size: 18px;
  color: #674105;
}

.c-rowSec-desc {
  margin-top: 24px;
}

.c-rowSec-desc p {
  font-size: 16px;
  line-height: calc(30 / 16);
}

.c-rowSec.is-gray {
  background-color: #F7F7F7;
}

.c-movie {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 15px;
}

.c-movie-head-item {
  font-size: 18px;
  color: #674105;
}

.c-movie-desc {
  margin-top: 12px;
}

.c-movie-desc p {
  text-align: center;
  font-size: 16px;
  color: #333;
}

.c-movie-frame {
  margin-top: 24px;
}

.c-movie-frame img {
  width: 100%;
}

.jsc-moviemodal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
}

.jsc-moviemodal-trigger {
  cursor: pointer;
}

.jsc-moviemodal-target {
  display: none;
}

.jsc-moviemodal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-indent: -9999px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-color: #000;
  background-position: center center;
}

.jsc-moviemodal-inner {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.06);
  width: calc(600 / 750 * 100vw);
  height: calc(467 / 750 * 100vw);
}

.jsc-moviemodal iframe {
  width: 100%;
  height: 100%;
}

.c-grayCv {
  padding: 32px 16px;
  background-color: #F7F7F7;
}

.c-grayCv-sub {
  font-size: 14px;
  text-align: center;
}

.c-grayCv-main {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #674105;
}

.c-grayCv-main span {
  color: #9F6200;
}

.c-grayCv-cv {
  margin-top: 24px;
}

.c-grayCv-cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 57px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #571409, #BC3434);
  border-radius: 8px;
}

.c-grayCv-cv a::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin-left: 8px;
  background-image: url(../img/arrow-cv.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sec-origin {
  padding-top: 80px;
}

.sec-origin .c-rowSec {
  padding: 0;
}

.sec-origin .c-rowSec + .c-rowSec {
  margin-top: 62px;
}

.sec-voice {
  padding-top: 70px;
}

.c-voiceList {
  max-width: 1012px;
  padding: 0 16px;
  margin: 40px auto 60px;
}

.c-voiceBox {
  display: flex;
  flex-direction: column;
  border: 1px solid #9F6200;
  border-radius: 16px;
  padding: 32px 24px;
}

.c-voiceBox-thumb {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.c-voiceBox-thumb figure img {
  width: 100%;
  vertical-align: bottom;
}

.c-voiceBox-cs {
  font-size: 18px;
  font-weight: 900;
  margin-top: 16px;
  color: #333;
}

.c-voiceBox-info {
  margin-top: 24px;
}

.c-voiceBox-head {
  font-size: 18px;
  font-weight: 900;
  color: #674105;
  margin-bottom: 24px;
}

.c-voiceBox-txt p {
  font-size: 16px;
  color: #333;
  line-height: calc(30 / 16);
}

.c-voiceBox-txt p + p {
  margin-top: 1em;
}

.c-voiceBox + .c-voiceBox {
  margin-top: 32px;
}

.sec-award {
  padding: 40px 16px 40px;
  background-color: #ECF5E8;
}

.c-award {
  max-width: 1012px;
  margin: 0 auto;
}

.c-award-head-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #4AB040;
}

.c-award-head-sub {
  font-size: 16px;
  font-weight: 900;
}

.c-award-head-main {
  font-size: 5.5vw;
  font-weight: 900;
}

.c-award-head-main span {
  font-size: 16px;
}

.c-award-logo {
  max-width: 448px;
  margin: 26px auto 32px;
}

.c-award-logo img {
  width: 100%;
  vertical-align: bottom;
}

.c-award-desc {
  max-width: 664px;
  margin: 0 auto;
}

.c-award-desc p {
  font-size: 16px;
  color: #333;
}

.c-award-thumb {
  margin-top: 32px;
}

.c-award-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.c-award-thumb-cap {
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 10px;
  margin-top: 16px;
}

.sec-flow {
  padding: 60px 16px;
}

.c-flow {
  max-width: 1012px;
  margin: 0 auto;
  background-color: #F9F6F0;
  border-radius: 16px;
  padding: 55px 24px 40px;
}

.c-flowList {
  margin-top: 60px;
}

.c-flowList ol li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background-color: #000;
  margin: 12px auto 32px;
}

.c-flowBox {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 20px;
}

.c-flowBox-head-item {
  font-size: 18px;
  font-weight: 900;
  color: #674105;
}

.c-flowBox-head-item span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 900;
  color: #CCAB77;
  font-size: 40px;
}

.c-flowBox-desc {
  margin-top: 24px;
}

.c-flowBox-desc p {
  font-size: 16px;
  color: #333;
}

.sec-faq {
  padding: 0 15px 60px;
}

.c-faq {
  max-width: 1012px;
  margin: 25px auto 0;
}

.c-faq dl dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 50px 16px 16px;
  border: 1px solid #674105;
  border-radius: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #674105;
  cursor: pointer;
}

.c-faq dl dt:hover {
  opacity: 0.8;
}

.c-faq dl dt::before {
  content: "Q";
  font-size: 28px;
  font-weight: bold;
  margin-right: 8px;
}

.c-faq dl dt::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/faq-open.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.c-faq dl dd {
  display: none;
  margin-top: 16px;
  font-size: 16px;
  color: #333;
  transition: opacity 200ms ease;
}

.c-faq dl + dl {
  margin-top: 16px;
}

.c-faq dl.is-open dt {
  color: #fff;
  background-color: #674105;
}

.c-faq dl.is-open dt::before {
  color: #fff;
}

.c-faq dl.is-open dt::after {
  background-image: url(../img/faq-close.svg);
}

@media screen and (min-width: 768px) {
  a,
  a:visited,
  a:active,
  a:hover {
    transition: opacity 200ms ease;
  }
  a:hover {
    opacity: 0.8;
  }
  .l-siteWrapper {
    padding-left: 320px;
  }
  .l-siteMain {
    padding-top: 60px;
    padding-left: 40px;
  }
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .l-footer {
    padding: 50px 0 30px;
    background-image: url(../img/bg-howBox.jpg);
    background-size: cover;
  }
  .f-logo a {
    font-size: 32px;
    font-weight: 900;
  }
  .f-address {
    margin-top: 30px;
  }
  .f-address p {
    font-size: 20px;
  }
  .f-cv a {
    width: 327px;
    height: 66px;
    max-width: 100%;
    font-size: 18px;
    border-radius: 16px;
  }
  .f-cv a::after {
    width: 43px;
    height: 5px;
    margin-left: 16px;
  }
  .c-copy {
    margin-top: 14px;
  }
  .c-copy-item {
    font-size: 16px;
    font-weight: 900;
  }
  .f-cvBtns {
    display: none;
  }
  .l-header {
    height: 80px;
  }
  .l-header-inner {
    min-width: 1060px;
    padding-right: calc(190px + 32px);
  }
  .h-logo {
    padding: 24px 32px;
  }
  .h-logo a {
    width: 142px;
    height: 33px;
  }
  .h-action {
    display: block;
  }
  .c-slidemenu-trigger {
    display: none;
  }
  .h-cvBtns {
    display: none;
  }
  .c-middleFv {
    padding: 0;
    height: 348px;
  }
  .c-relation {
    padding: 120px 0 80px;
    flex-direction: row;
  }
  .c-relation-item {
    width: 400px;
  }
  .c-relation-item + .c-relation-item {
    margin-left: 31px;
    margin-top: 0;
  }
  .c-call-catch {
    font-size: 18px;
  }
  .c-call-num {
    font-size: 32px;
  }
  .c-call-num::before {
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }
  .c-line {
    display: flex;
    align-items: center;
  }
  .c-linebanner {
    display: none;
  }
  .c-form {
    padding: 0 30px 80px;
  }
  .c-form-item {
    align-items: center;
    flex-direction: row;
  }
  .c-form-item dt {
    width: 200px;
    font-size: 20px;
    margin-right: 56px;
    margin-bottom: 0;
  }
  .c-form .is-middle {
    width: 393px;
  }
  .c-form .is-small {
    width: 230px;
  }
  .c-form select,
  .c-form input,
  .c-form textarea {
    font-size: 20px;
    padding: 22px 32px;
  }
  .c-form-rule {
    display: block;
    font-size: 14px;
    padding: calc(32px - 1em) 32px 32px;
  }
  .c-check {
    font-size: 20px;
  }
  .c-check a {
    pointer-events: none;
  }
  .c-check label::before {
    width: 26px;
    height: 26px;
    margin-right: 20px;
  }
  .c-formCv {
    margin-top: 85px;
  }
  .c-formCv button {
    font-size: 23px;
    width: 522px;
    height: 80px;
    border-radius: 16px;
  }
  .c-formCv button::after {
    width: 43px;
    height: 5px;
    margin-left: 16px;
  }
  .c-confirm {
    padding: 80px 0;
  }
  .c-confirm-head-sub {
    margin-bottom: 0;
    font-weight: bold;
  }
  .c-confirm-head-main {
    font-size: 32px;
  }
  .c-confirm-head::after {
    width: 66px;
    margin: 32px auto 0;
  }
  .c-confirm-body {
    padding: 80px 0 0 0;
  }
  .c-confirm-message {
    letter-spacing: 0.1em;
    line-height: calc(30 / 15);
    text-align: center;
  }
  .c-subCall {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .c-subCall-num {
    font-size: 58px;
  }
  .c-subCall-num::before {
    width: 52px;
    height: 52px;
    margin-right: 12px;
  }
  .c-backtop {
    display: block;
    margin-top: 100px;
  }
  .c-backtop a {
    width: 327px;
    height: 66px;
    max-width: 100%;
    font-size: 18px;
    border-radius: 16px;
  }
  .c-backtop a::after {
    width: 43px;
    height: 5px;
    margin-left: 16px;
  }
  .l-center {
    min-width: 1060px;
    margin: 0 auto;
  }
  .c-fv {
    padding-top: 0;
    height: calc(100vh - 80px);
    min-width: 1060px;
    background-image: url(../img/fv.jpg);
  }
  .c-fv-inner {
    padding: 0 80px;
  }
  .c-fv-catch-sub {
    font-size: 30px;
  }
  .c-fv-catch-main {
    font-size: 77px;
    margin-top: 15px;
  }
  .c-fv-head {
    margin-top: 32px;
  }
  .c-fv-head-sub {
    font-size: 30px;
  }
  .c-fv-head-main {
    font-size: 43px;
  }
  .c-fv-cv {
    display: block;
  }
  .c-fv-cv a {
    width: 522px;
    height: 80px;
  }
  .sec-how {
    margin-top: 82px;
    padding: 40px 0 80px;
    background-image: url(../img/bg-howBox.jpg);
    background-size: cover;
  }
  .c-howHead-item {
    font-size: 32px;
    line-height: 1;
  }
  .c-howHead-item br {
    display: none;
  }
  .c-howList {
    padding: 0;
    margin-top: 40px;
  }
  .c-howList ul {
    justify-content: center;
  }
  .c-howList ul li + li {
    margin-left: 25px;
  }
  .c-howList ul li:nth-child(even) {
    transform: translateY(30px);
  }
  .c-howBox {
    width: 178px;
  }
  .c-howBox-txt {
    font-size: 20px;
    margin-top: 18px;
  }
  .sec-about {
    padding-top: 80px;
  }
  .sec-cation {
    padding-top: 40px;
  }
  .c-centerHead-item::after {
    width: 66px;
    margin-top: 32px;
  }
  .c-centerHead-sub {
    margin-bottom: 14px;
  }
  .c-centerHead-main {
    font-size: 32px;
    font-weight: 900;
  }
  .c-centerHead-main br {
    display: none;
  }
  .c-rowSec {
    padding: 50px 0;
  }
  .c-rowSec-inner {
    padding: 0 30px;
    flex-direction: row;
  }
  .c-rowSec-main {
    width: calc(100% - 403px);
    padding-right: 32px;
  }
  .c-rowSec-thumb {
    width: 603px;
  }
  .c-rowSec-head-item {
    font-size: 24px;
  }
  .c-rowSec-desc {
    margin-top: 40px;
  }
  .c-rowSec.is-wide .c-rowSec-inner {
    padding: 0 0 0 calc(80% - 1012px);
    max-width: 100%;
  }
  .c-rowSec.is-wide .c-rowSec-main {
    width: calc(100% - 667px);
    padding: 0 30px 0 0;
  }
  .c-rowSec.is-wide .c-rowSec-thumb {
    width: 667px;
  }
  .c-rowSec.is-wide.is-reverse .c-rowSec-inner {
    padding: 0 calc(80% - 1012px) 0 0;
  }
  .c-rowSec.is-reverse .c-rowSec-inner {
    flex-direction: row-reverse;
  }
  .c-rowSec.is-reverse .c-rowSec-main {
    margin-left: 30px;
  }
  .c-movie {
    padding: 60px 30px;
  }
  .c-movie-head-item {
    text-align: center;
    font-size: 24px;
  }
  .jsc-moviemodal {
    padding: 0;
  }
  .jsc-moviemodal-close {
    width: 60px;
    height: 60px;
  }
  .jsc-moviemodal-inner {
    padding: 30px;
    width: calc(800 / 1400 * 100vw);
    height: calc(535 / 1400 * 100vw);
  }
  .c-grayCv {
    padding: 65px 0;
  }
  .c-grayCv-sub {
    font-size: 20px;
  }
  .c-grayCv-main {
    font-size: 32px;
  }
  .c-grayCv-cv {
    margin-top: 32px;
  }
  .c-grayCv-cv a {
    font-size: 23px;
    width: 522px;
    height: 80px;
    border-radius: 16px;
  }
  .c-grayCv-cv a::after {
    width: 43px;
    height: 5px;
    margin-left: 16px;
  }
  .sec-origin {
    min-width: 1012px;
  }
  .sec-origin-head {
    margin-bottom: 108px;
  }
  .sec-voice {
    padding-top: 80px;
  }
  .c-voiceList {
    padding: 0 30px;
    margin: 64px auto 80px;
  }
  .c-voiceBox {
    flex-direction: row;
    border: 2px solid #9F6200;
    border-radius: 32px;
    padding: 40px 30px;
  }
  .c-voiceBox-thumb {
    width: 132px;
  }
  .c-voiceBox-cs {
    margin-top: 22px;
    font-size: 20px;
  }
  .c-voiceBox-info {
    margin-top: 0;
    width: calc(100% -132px);
    padding-left: 48px;
  }
  .c-voiceBox-head {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .sec-award {
    padding: 80px 0 60px;
  }
  .c-award {
    padding: 0 30px;
  }
  .c-award-head-sub {
    font-size: 32px;
    font-weight: 900;
  }
  .c-award-head-main {
    font-size: 41px;
  }
  .c-award-head-main span {
    font-size: 32px;
  }
  .c-award-thumb-cap {
    font-size: 20px;
    margin-top: 17px;
  }
  .sec-flow {
    padding: 80px 30px;
  }
  .c-flow {
    border-radius: 32px;
    padding: 65px 120px 80px;
  }
  .c-flowList ol li + li::before {
    height: 53px;
    margin: 15px auto 32px;
  }
  .c-flowBox {
    border-radius: 32px;
    padding: 40px 20px 28px;
  }
  .c-flowBox-head-item {
    font-size: 24px;
  }
  .sec-faq {
    padding: 0 30px 105px;
  }
  .c-faq {
    margin: 45px auto 0;
  }
  .c-faq dl dt {
    padding: 0 50px;
    height: 70px;
  }
  .c-faq dl dt::before {
    font-size: 29px;
    margin-right: 16px;
  }
  .c-faq dl dt::after {
    right: 42px;
    width: 25px;
    height: 25px;
  }
  .c-faq dl dd {
    padding: 0 30px 48px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .c-relation-item:nth-child(2) {
    border: none;
  }
  .c-call {
    width: 100%;
    align-items: center;
    margin: 16px 0;
  }
  .c-check a {
    color: #B33130;
  }
  .c-howList ul li {
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
  .c-grayCv-main span {
    display: block;
  }
}
.size {
  border-top: 1px solid #ccc;
}
.size dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  }
  .size dt {
  flex-basis: 20%;
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  }
  .size dd {
  flex-basis: 80%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  }
  @media screen and (max-width: 559px) {
  .size dl {
  flex-flow: column;
  }
  }