@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  font
=====================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*====================================
  common
=====================================*/
html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 684px) {
  html, body {
    font-size: 1.46199vw;
  }
}

figure {
  margin: initial;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #040000;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.8;
}

.header {
  background-color: #fff;
  padding: 14.5px 0;
  border-bottom: 20px solid #000000;
  text-align: center;
}
@media (max-width: 684px) {
  .header {
    padding: 2.1125vw 0;
    border-bottom: 3vw solid #000000;
  }
}
@media (max-width: 684px) {
  .header img {
    width: 37.14vw;
  }
}

html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 684px) {
  html, body {
    font-size: 1.46199vw;
  }
}

figure {
  margin: initial;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #040000;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.8;
}

.footer {
  padding: 40px 0 32px 0;
  text-align: center;
}
@media (max-width: 684px) {
  .footer {
    padding: 2.924vw 0 4.386vw 0;
  }
}
.footer__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 684px) {
  .footer__top {
    flex-flow: column;
    gap: 2.63158vw;
  }
}
.footer__com {
  margin: initial;
  font-size: 1.2rem;
}
@media (max-width: 684px) {
  .footer__com {
    font-size: 2rem;
  }
}
.footer__address {
  font-size: 1.2rem;
  margin: initial;
}
@media (max-width: 684px) {
  .footer__address {
    font-size: 2rem;
  }
}
.footer__policy {
  font-size: 1.2rem;
}
@media (max-width: 684px) {
  .footer__policy {
    font-size: 2rem;
  }
}
.footer__bottom {
  font-size: 1.2rem;
}
@media (max-width: 684px) {
  .footer__bottom {
    font-size: 2rem;
    margin-top: 2.63158vw;
  }
}

html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 684px) {
  html, body {
    font-size: 1.46199vw;
  }
}

figure {
  margin: initial;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #040000;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.8;
}

html {
  scroll-behavior: auto;
}

a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.inner {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 684px) {
  .inner {
    width: 90%;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 684px) {
  .br-sp {
    display: block;
  }
}

.fadeIn {
  transform: translate3d(0, 10px, 0);
  transition: 1.5s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.yureru-j {
  animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.invalid-feedback {
  color: red;
  display: none; /* エラーメッセージを初めは非表示にする */
}

/*====================================
  config
=====================================*/
html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 684px) {
  html, body {
    font-size: 1.46199vw;
  }
}

figure {
  margin: initial;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #040000;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.8;
}

/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

/*====================================
  page
=====================================*/
html, body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 684px) {
  html, body {
    font-size: 1.46199vw;
  }
}

figure {
  margin: initial;
}

h1 {
  margin: initial;
}

p, a, span, div, dl, dd, dt, ul, li, h1, h2, h3, h4, h5 {
  color: #040000;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.8;
}

.bk01 {
  background-image: url(../img/common/bk01.webp);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}

.bk02 {
  background-image: url(../img/common/bk02.webp);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}

.bk03 {
  background-image: url(../img/common/bk03.webp);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}

.bk04 {
  background-image: url(../img/common/bk04.webp);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}

.bk05 {
  background-image: url(../img/common/bk05.webp);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}

.ttl {
  margin-top: initial;
  margin-bottom: 56px;
}
@media (max-width: 684px) {
  .ttl {
    margin-bottom: 11vw;
  }
}
.ttl__bubble {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 16px 30px;
  position: relative;
  z-index: 10;
  margin-bottom: 16px;
}
@media (max-width: 684px) {
  .ttl__bubble {
    margin-bottom: initial;
    font-size: 3rem;
    padding: 2.924vw 4.386vw;
  }
}
.ttl__bubble::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #040000;
  z-index: -1;
  transform: skew(-25deg);
}
.ttl__bubble::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 12px solid #040000;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
@media (max-width: 684px) {
  .ttl__bubble::after {
    bottom: -1.7vw;
    border-right: 0.8vw solid transparent;
    border-left: 0.8vw solid transparent;
    border-top: 1.9vw solid #040000;
  }
}
.ttl__cap {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 684px) {
  .ttl__cap {
    font-size: 1.998rem;
  }
}
.ttl__black {
  font-size: 40px;
}
@media (max-width: 684px) {
  .ttl__black {
    font-size: 4.5rem;
  }
}
.ttl__inner {
  top: -32px;
  position: relative;
}
@media (max-width: 684px) {
  .ttl__inner {
    top: -5vw;
  }
}

.ttl01 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media (max-width: 684px) {
  .ttl01 {
    font-size: 6rem;
  }
}
.ttl01 span {
  font-size: 5rem;
  color: #fff;
}
@media (max-width: 684px) {
  .ttl01 span {
    font-size: 6.4rem;
  }
}

.ttl02 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 7rem;
  font-weight: 700;
  color: #D50F19;
}
@media (max-width: 684px) {
  .ttl02 {
    font-size: 10rem;
    gap: 5vw;
  }
}

.ttl03 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 5rem;
  font-weight: 700;
  color: #D50F19;
  text-align: center;
}
@media (max-width: 684px) {
  .ttl03 {
    font-size: 6rem;
    gap: 5vw;
    margin-bottom: initial;
  }
}

.ttl04 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 5rem;
  font-weight: 700;
  color: #D50F19;
}
@media (max-width: 684px) {
  .ttl04 {
    font-size: 7rem;
    gap: 5vw;
  }
}

@media (max-width: 684px) {
  .fv__pc {
    display: none;
  }
}
.fv__sp {
  display: none;
}
@media (max-width: 684px) {
  .fv__sp {
    display: initial;
  }
}

.manga__wrap {
  text-align: center;
}
@media (max-width: 684px) {
  .manga__wrap {
    width: 100%;
  }
}
.manga__wrap img {
  padding: 30px 10%;
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  height: auto;
  min-width: 0;
  /* Flexアイテムが縮小可能に */
}
@media (max-width: 684px) {
  .manga__wrap img {
    padding: 8.1871vw 0;
  }
}

.worries {
  padding: 48px 0;
}
.worries figure {
  display: flex;
  justify-content: space-evenly;
  gap: 32px;
  width: 100%;
}
@media (max-width: 684px) {
  .worries figure {
    gap: 11vw;
    flex-flow: column;
    align-items: center;
  }
}
.worries figure img {
  max-width: 100%;
  height: auto;
  min-width: 0;
  /* Flexアイテムが縮小可能に */
  flex-shrink: 1;
  /* 必要に応じて縮小する */
}
@media (max-width: 684px) {
  .worries figure img {
    width: 57.895vw;
  }
}

.cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
@media (max-width: 684px) {
  .cta__inner {
    flex-flow: column;
    padding-top: 8.7719vw;
    gap: 4vw;
  }
}
.cta__left {
  margin-top: auto;
  width: 24.7%;
}
@media (max-width: 684px) {
  .cta__left {
    display: none;
  }
}
.cta__left img {
  max-width: 247px;
  width: 100%;
}
.cta__center {
  display: flex;
  flex-flow: column;
  gap: 24px;
  padding: 50px 0;
  width: 45%;
}
@media (max-width: 684px) {
  .cta__center {
    width: 100%;
    padding: initial;
    gap: 4.09356vw;
  }
}
.cta__center img {
  max-width: 458px;
  width: 100%;
}
@media (max-width: 684px) {
  .cta__center img {
    max-width: initial;
  }
}
.cta__right {
  width: 24.9%;
  margin-top: auto;
}
@media (max-width: 684px) {
  .cta__right {
    width: 100%;
  }
}
.cta__right img {
  max-width: 249px;
  width: 100%;
}
@media (max-width: 684px) {
  .cta__right img {
    max-width: 100%;
  }
}
@media (max-width: 684px) {
  .cta__pc {
    display: none;
  }
}
.cta__sp {
  display: none;
}
@media (max-width: 684px) {
  .cta__sp {
    display: block;
  }
}
.cta__pt .ttl {
  margin-bottom: initial;
}
.cta__pt .cta__inner {
  margin-top: -20px;
}

.cta02 {
  padding-top: 40px;
}
.cta02__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
@media (max-width: 684px) {
  .cta02__inner {
    flex-flow: column-reverse;
  }
}
.cta02__inner img {
  min-width: 0;
  /* Flexアイテムが縮小可能に */
  flex-shrink: 1;
  /* 必要に応じて縮小する */
}
.cta02__apply {
  max-width: 322px;
  width: 32.3%;
}
@media (max-width: 684px) {
  .cta02__apply {
    max-width: initial;
    width: 66.082vw;
    margin-right: auto;
    margin-left: 7vw;
  }
}
.cta02__tel-wrap {
  width: 50%;
}
@media (max-width: 684px) {
  .cta02__tel-wrap {
    width: 100%;
  }
}
.cta02__tel {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 684px) {
  .cta02__tel {
    max-width: 100%;
  }
}

.review {
  padding: 40px 0;
}
@media (max-width: 684px) {
  .review {
    padding: 13.1579vw 0;
  }
}
@media (max-width: 684px) {
  .review__pc {
    display: none;
  }
}
.review__sp {
  display: none;
}
@media (max-width: 684px) {
  .review__sp {
    display: block;
  }
}

.work {
  padding: 50px 0 96px 0;
}
@media (max-width: 684px) {
  .work {
    padding: 14vw 0 19.0059vw 0;
  }
}
.work__img-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 684px) {
  .work__img-wrap {
    flex-flow: column;
    gap: 7.30994vw;
  }
}
.work__img-wrap img {
  width: calc(32.4% - 16px);
}
@media (max-width: 684px) {
  .work__img-wrap img {
    width: 100%;
  }
}
.work__town {
  background-image: url(../img/pc/town.webp);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 192px;
}
@media (max-width: 684px) {
  .work__town {
    height: 14.62vw;
    background-image: url(../img/sp/town.webp);
    background-size: cover;
    margin-top: 9.3567vw;
  }
}

.step {
  padding: 60px 0;
}
.step__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
@media (max-width: 684px) {
  .step__inner {
    flex-flow: column;
    gap: initial;
    margin-top: 5.2632vw;
  }
}
.step__inner img {
  min-width: 0;
  /* Flexアイテムが縮小可能に */
  flex-shrink: 1;
  /* 必要に応じて縮小する */
}
.step__img {
  max-width: 300px;
}
@media (max-width: 684px) {
  .step__img {
    max-width: 100%;
  }
}
.step__arrow {
  margin-top: 128px;
  transform: rotate(-90deg);
  max-height: 40px;
}
@media (max-width: 684px) {
  .step__arrow {
    transform: initial;
    max-height: initial;
    margin-top: initial;
    margin-bottom: 4.386vw;
    width: 7.31vw;
  }
}

.contact {
  padding: 60px 0;
  font-size: 1.6rem;
}
.contact input, .contact select {
  margin-top: 4px;
}
@media (max-width: 684px) {
  .contact {
    font-size: 2.5536rem;
  }
}
.contact .form-style {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.contact .label-style {
  display: block;
  margin-bottom: 10px;
}
.contact .input-style,
.contact .select-style {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact ::-moz-placeholder {
  color: #888;
}
.contact ::placeholder {
  color: #888;
}
.contact .button-style {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #D50F19;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
}
.contact .button-style:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.contact .checkbox-style {
  margin-right: 10px;
}
.contact .text-style,
.contact .required-mark {
  color: #D50F19;
  margin-left: 1rem;
}
.contact .text-style {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.contact .text-style.error {
  color: #D50F19;
}
.contact .checkbox-label {
  display: flex;
  align-items: center;
}
.contact .form-section {
  margin-bottom: 20px;
}

.birth__wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.birth__year {
  display: flex;
  align-items: center;
  gap: 8px;
}
.birth__month {
  display: flex;
  align-items: center;
  gap: 8px;
}
.birth__day {
  display: flex;
  align-items: center;
  gap: 8px;
}/*# sourceMappingURL=style.css.map */