/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  box-sizing: content-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: inline;
  }
}

.br_pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-title-text {
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-title-text {
    font-size: 29px;
  }
}
.section-title-text--red {
  color: #c1375f;
}
.section-title-img {
  max-width: 870px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .section-title-img {
    width: 100%;
    padding: 0;
  }
}

.header {
  background-color: #c1375f;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 0;
  }
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: 78.7%;
    margin: 0 auto;
    padding: 0;
  }
}
.header__logo {
  width: 14%;
  max-width: 226px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 28.125%;
  }
}
.header__tel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.header__tel-link {
  display: flex;
  align-items: flex-end;
  font-weight: 900;
  color: #fff;
}
.header__tel-label {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .header__tel-label {
    font-size: 12px;
  }
}
.header__tel-number {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .header__tel-number {
    font-size: 22px;
  }
}
.header__tel-time {
  font-size: 26px;
  font-weight: 700;
  color: #c1375f;
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header__tel-time {
    font-size: 10px;
    padding: 5px 0;
  }
}

.footer {
  background-color: #c1375f;
  padding: 2.2397% 0 1.3545%;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 17.067% 0 10.51%;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 0.9896%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    width: 78.7%;
    margin: 0 auto;
    padding: 0 0 9px;
  }
}
.footer__inner-left {
  width: 800px;
}
@media screen and (max-width: 768px) {
  .footer__inner-left {
    width: 100%;
    margin-bottom: 5.423%;
  }
}
.footer__inner-right {
  width: 22.3334%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner-right {
    justify-content: center;
    width: 100%;
  }
}
.footer__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .footer__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    margin-bottom: 3px;
  }
}
.footer__links-link {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__links-link {
    line-height: 1.47;
  }
}
.footer__title {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}
.footer__info {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__info {
    font-size: 19px;
    line-height: 1.42;
  }
}
.footer__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .footer__sns {
    gap: 6px;
    justify-content: center;
  }
}
.footer__sns-link {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .footer__sns-link {
    width: 17.443%;
  }
}
.footer__copyright {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.top .fv {
  background: url(../img/fv-bg.png) no-repeat center center/cover;
}
.top .fv__catchcopy {
  margin-bottom: 3.646%;
}
.top .fv__catchcopy-img {
  width: 70.7814%;
  max-width: 1359px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top .fv__catchcopy-img {
    width: 77.867%;
  }
}
.top .fv__catchcopy-title {
  max-width: 1200px;
  margin: -13% auto 0;
  padding: 0 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top .fv__catchcopy-title {
    width: 78.67%;
    font-size: 36px;
    line-height: 1.29;
    margin: 4.8% auto 0;
    padding: 0;
  }
}
.top .fv__about {
  max-width: 1200px;
  margin: 0 auto 4.43%;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .fv__about {
    width: 78.67%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 33.602%;
  }
}
.top .fv__about-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.67;
  color: #c1375f;
}
@media screen and (max-width: 768px) {
  .top .fv__about-text {
    font-size: 20px;
    line-height: 1.4;
    word-break: keep-all;
  }
}
.top .fv__about-img {
  position: absolute;
  top: 24.3%;
  right: 0;
  width: 21.67%;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .top .fv__about-img {
    top: initial;
    bottom: 2.495%;
    width: 31.525%;
    max-width: initial;
  }
}
.top .commitment {
  background-color: #c1375f;
  padding: 2.1878% 0 4.896%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .commitment {
    padding: 9.067% 0 11.467%;
  }
}
.top .commitment__deco1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.7%;
  max-width: 359px;
}
@media screen and (max-width: 768px) {
  .top .commitment__deco1 {
    display: none;
  }
}
.top .commitment__deco2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43.1774%;
  max-width: 829px;
}
@media screen and (max-width: 768px) {
  .top .commitment__deco2 {
    display: none;
  }
}
.top .commitment__deco3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .commitment__deco3 {
    display: block;
    position: absolute;
    width: 29.6%;
    top: 0;
    left: 0;
  }
}
.top .commitment__deco4 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .commitment__deco4 {
    display: block;
    position: absolute;
    width: 43.47%;
    top: 11.7%;
    right: 0;
  }
}
.top .commitment__deco5 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .commitment__deco5 {
    display: block;
    position: absolute;
    width: 37.6%;
    top: 32.3%;
    left: 0;
  }
}
.top .commitment__deco6 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .commitment__deco6 {
    display: block;
    position: absolute;
    width: 43.47%;
    top: 39.2%;
    right: 0;
  }
}
.top .commitment__deco7 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .commitment__deco7 {
    display: block;
    position: absolute;
    width: 29.6%;
    top: 56%;
    right: 0;
  }
}
.top .commitment__deco8 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .commitment__deco8 {
    display: block;
    position: absolute;
    width: 29.6%;
    top: 63%;
    left: 0;
  }
}
.top .commitment__title {
  margin-bottom: 7.25%;
}
@media screen and (max-width: 768px) {
  .top .commitment__title {
    margin-bottom: 2.987%;
  }
}
.top .commitment__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top .commitment__inner {
    width: 78.67%;
    padding: 0;
  }
}
.top .commitment__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .commitment__list {
    flex-direction: column;
    align-items: initial;
    justify-content: center;
  }
}
.top .commitment__list-item {
  width: 29.8334%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top .commitment__list-item {
    width: 100%;
  }
}
.top .commitment__list-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  text-align: center;
  margin-bottom: 4.75%;
}
@media screen and (max-width: 768px) {
  .top .commitment__list-title {
    font-size: 25px;
    line-height: 1.44;
    margin-bottom: 3.39%;
    order: 1;
  }
}
.top .commitment__list-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 6.706%;
}
@media screen and (max-width: 768px) {
  .top .commitment__list-text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
    order: 3;
  }
}
.top .commitment__list-img {
  aspect-ratio: 358/442;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 60px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .top .commitment__list-img {
    aspect-ratio: 295/204;
    border-radius: 15px;
    margin-bottom: 4.07%;
    order: 2;
  }
}
.top .commitment__list-separator {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .commitment__list-separator {
    display: block;
    width: 100%;
    height: auto;
    margin: 6.104% 0 3.39%;
  }
}
.top .line-up {
  background: url(../img/line-up-bg.png) no-repeat center center/cover;
}
.top .line-up__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.7605% 20px 3.3856%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top .line-up__inner {
    width: 78.67%;
    padding: 4.534% 0 12.534%;
  }
}
.top .line-up__title {
  margin-bottom: 4.167%;
}
@media screen and (max-width: 768px) {
  .top .line-up__title {
    margin-bottom: 3.73%;
  }
}
.top .line-up__text {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  color: #c1375f;
  text-align: center;
  margin-bottom: 8.334%;
}
@media screen and (max-width: 768px) {
  .top .line-up__text {
    font-size: 20px;
    margin-bottom: 9.832%;
  }
}
.top .line-up__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .line-up__list {
    flex-direction: column;
    align-items: initial;
    justify-content: center;
    gap: 33px;
  }
}
.top .line-up__list-item {
  width: 29.8334%;
  display: flex;
  flex-direction: column;
  background-color: #c1375f;
  border-radius: 60px;
  padding: 2.3334% 0 3.8334%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .line-up__list-item {
    width: 100%;
    padding: 7.799% 0 11.187%;
    border-radius: 30px;
  }
}
.top .line-up__list-item:first-of-type .line-up__list-img {
  width: 68.716%;
  margin: 0 auto 8.94%;
}
@media screen and (max-width: 768px) {
  .top .line-up__list-item:first-of-type .line-up__list-img {
    width: 55.592%;
    margin-bottom: 10px;
  }
}
.top .line-up__list-item:nth-of-type(2) .line-up__list-img {
  width: 70.671%;
  margin: 0 auto 8.94%;
}
@media screen and (max-width: 768px) {
  .top .line-up__list-item:nth-of-type(2) .line-up__list-img {
    width: 55.592%;
    margin-bottom: 10px;
  }
}
.top .line-up__list-item:last-of-type .line-up__list-img {
  width: 89.665%;
  margin: 0 auto 8.94%;
}
@media screen and (max-width: 768px) {
  .top .line-up__list-item:last-of-type .line-up__list-img {
    width: 76.61%;
    margin-bottom: 10px;
  }
}
.top .line-up__list-fukidashi {
  width: 55.867%;
  height: auto;
  position: absolute;
  top: -10.8%;
  left: -13.967%;
}
@media screen and (max-width: 768px) {
  .top .line-up__list-fukidashi {
    width: 34.578%;
    top: -18px;
    left: -13px;
  }
}
.top .line-up__list-text {
  width: 72.068%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top .line-up__list-text {
    font-size: 19px;
    line-height: 1.42;
    width: 72.204%;
  }
}
.top .company {
  background-color: #c1375f;
  padding: 2.1878% 0 4.896%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .company {
    padding: 9.067% 0 8.8%;
  }
}
.top .company__deco1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.7%;
  max-width: 359px;
}
@media screen and (max-width: 768px) {
  .top .company__deco1 {
    display: none;
  }
}
.top .company__deco2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43.1774%;
  max-width: 829px;
}
@media screen and (max-width: 768px) {
  .top .company__deco2 {
    display: none;
  }
}
.top .company__deco3 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .company__deco3 {
    display: block;
    position: absolute;
    top: 2.576%;
    left: 0;
    width: 100%;
  }
}
.top .company__deco4 {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .company__deco4 {
    display: block;
    position: absolute;
    bottom: -3.774%;
    right: 0;
    width: 61.334%;
  }
}
.top .company__title {
  margin-bottom: 6.167%;
}
@media screen and (max-width: 768px) {
  .top .company__title {
    margin-bottom: 4.777%;
  }
}
.top .company__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top .company__inner {
    width: 78.67%;
    padding: 0;
  }
}
.top .company__info {
  width: 100%;
  margin-bottom: 6.417%;
}
@media screen and (max-width: 768px) {
  .top .company__info {
    margin-bottom: 5.424%;
  }
}
.top .company__info-item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .top .company__info-item {
    flex-direction: column;
    align-items: initial;
    justify-content: center;
    border-bottom: none;
  }
}
.top .company__info-item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .top .company__info-item:last-of-type {
    border-bottom: none;
  }
}
.top .company__info-title {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  width: 215px;
  background-color: #e4e4e4;
  padding: 3.417% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top .company__info-title {
    font-size: 19px;
    line-height: 1.42;
    width: 100%;
    padding: 5px 0;
  }
}
.top .company__info-text {
  flex: 1;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 2.917%;
}
@media screen and (max-width: 768px) {
  .top .company__info-text {
    font-size: 15px;
    line-height: 1.53;
    text-align: center;
    padding: 6px 0;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.top .company__info-text span {
  display: block;
}
@media screen and (max-width: 768px) {
  .top .company__info-text span {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: left;
  }
}
.top .company__imgs {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .company__imgs {
    flex-direction: column;
    align-items: initial;
    justify-content: center;
    gap: 20px;
  }
}
.top .company__imgs img:first-of-type {
  width: 46.667%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top .company__imgs img:first-of-type {
    width: 100%;
  }
}
.top .company__imgs .company__map {
  width: 51.617%;
  height: auto;
  aspect-ratio: 619/420;
}
@media screen and (max-width: 768px) {
  .top .company__imgs .company__map {
    width: 100%;
  }
}
.top .flow {
  background: url(../img/flow-bg.png) no-repeat center center/cover;
}
.top .flow__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.7814% 20px 6.771%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top .flow__inner {
    width: 78.67%;
    padding: 5.867% 0 10.834%;
  }
}
.top .flow__title {
  margin-bottom: 5.917%;
}
@media screen and (max-width: 768px) {
  .top .flow__title {
    margin-bottom: 7.119%;
  }
}
.top .flow__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 5.917%;
}
@media screen and (max-width: 768px) {
  .top .flow__list {
    flex-direction: column;
    align-items: initial;
    justify-content: center;
    gap: 17px;
    margin-bottom: 18.305%;
  }
}
.top .flow__list-item {
  width: 20.25%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 3px solid #c1375f;
  border-radius: 60px;
  padding: 1.25% 1.5834% 3.417%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .flow__list-item {
    width: initial;
    padding: 6.443%;
    border-radius: 30px;
    border: 4px solid #c1375f;
  }
}
.top .flow__list-item-inner {
  display: contents;
}
@media screen and (max-width: 768px) {
  .top .flow__list-item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top .flow__list-item-content {
  display: contents;
}
@media screen and (max-width: 768px) {
  .top .flow__list-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.top .flow__list-number {
  border-radius: 46px;
  background-color: #c1375f;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  padding: 1px 0 5px;
  margin-bottom: 17.075%;
}
@media screen and (max-width: 768px) {
  .top .flow__list-number {
    font-size: 19px;
    line-height: 1.53;
    padding: 0;
    margin-bottom: 10.834%;
  }
}
.top .flow__list-number span {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .top .flow__list-number span {
    font-size: 32px;
  }
}
.top .flow__list-img {
  margin: 0 auto 12.196%;
}
@media screen and (max-width: 768px) {
  .top .flow__list-img {
    margin-bottom: 0;
  }
}
.top .flow__list-img--step1 {
  width: 33.8%;
}
@media screen and (max-width: 768px) {
  .top .flow__list-img--step1 {
    width: 30.12%;
  }
}
.top .flow__list-img--step2 {
  width: 58.19%;
}
@media screen and (max-width: 768px) {
  .top .flow__list-img--step2 {
    width: 41.365%;
  }
}
.top .flow__list-img--step3 {
  width: 51.917%;
}
@media screen and (max-width: 768px) {
  .top .flow__list-img--step3 {
    width: 42.973%;
  }
}
.top .flow__list-img--step4 {
  width: 80.25%;
}
@media screen and (max-width: 768px) {
  .top .flow__list-img--step4 {
    width: 43.776%;
  }
}
.top .flow__list-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
  color: #c1375f;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .top .flow__list-title {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 8px;
  }
}
.top .flow__list-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .top .flow__list-text {
    font-size: 14px;
    line-height: 1.43;
  }
}
.top .flow__contact {
  width: 100%;
  background-color: #fff;
  border: 3px solid #c1375f;
  padding: 3% 0 4.3334%;
  margin-bottom: 5.75%;
}
@media screen and (max-width: 768px) {
  .top .flow__contact {
    padding: 6px 0 19px;
    margin-bottom: 16.8137%;
  }
}
.top .flow__contact-title {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 1.417%;
}
@media screen and (max-width: 768px) {
  .top .flow__contact-title {
    font-size: 25px;
    margin-bottom: 13px;
  }
}
.top .flow__contact-form {
  width: 89.0834%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top .flow__contact-form {
    width: 87.456%;
    gap: 14px;
  }
}
.top .flow__contact-form-item {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top .flow__contact-form-item {
    flex-direction: column;
    align-items: initial;
    justify-content: center;
  }
}
.top .flow__contact-form-label {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  background-color: #c1375f;
  padding: 12px 0;
  width: 338px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top .flow__contact-form-label {
    font-size: 20px;
    padding: 4.5px 0;
    width: 100%;
  }
}
.top .flow__contact-form-input {
  flex: 1;
  border: 3px solid #d8d8d8;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .top .flow__contact-form-input {
    font-size: 20px;
    padding: 4.5px;
    width: auto;
    border-top: none;
  }
}
.top .flow__contact-form-textarea {
  flex: 1;
  border: 3px solid #d8d8d8;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .top .flow__contact-form-textarea {
    font-size: 20px;
    padding: 4.5px;
    width: auto;
    border-top: none;
  }
}
.top .flow__contact-form-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .flow__contact-form-button-submit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  background-color: #c1375f;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  max-width: 345px;
}
@media screen and (max-width: 768px) {
  .top .flow__contact-form-button-submit {
    font-size: 20px;
    padding: 4.5px 0;
    width: 100%;
    max-width: initial;
  }
}
.top .flow__tel {
  width: 100%;
}
.top .flow__tel-text {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.25%;
}
@media screen and (max-width: 768px) {
  .top .flow__tel-text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
}
.top .flow__tel-link {
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #c1375f;
  padding: 3.75% 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top .flow__tel-link {
    padding: 6px 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 0;
  }
}
.top .flow__tel-label {
  font-size: 30px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .top .flow__tel-label {
    font-size: 17px;
  }
}
.top .flow__tel-number {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.44;
  margin-right: 1.25%;
}
@media screen and (max-width: 768px) {
  .top .flow__tel-number {
    font-size: 29px;
    margin-right: 0;
  }
}
.top .flow__tel-time {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.42;
  color: #c1375f;
  background-color: #fff;
  padding: 10px 3.417%;
  align-self: anchor-center;
}
@media screen and (max-width: 768px) {
  .top .flow__tel-time {
    font-size: 16px;
    line-height: 1.5;
    padding: 11px 30px;
  }
}

.privacy-policy {
  background: url(../img/privacy-policy-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  padding-bottom: 6.771%;
}
.privacy-policy .fv {
  margin-bottom: 6.6146%;
}
@media screen and (max-width: 768px) {
  .privacy-policy .fv {
    margin-bottom: 18.667%;
  }
}
.privacy-policy .fv__catchcopy {
  margin-bottom: 3.646%;
}
.privacy-policy .fv__catchcopy-img {
  width: 70.7814%;
  max-width: 1359px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .privacy-policy .fv__catchcopy-img {
    width: 77.867%;
  }
}
.privacy-policy .fv__catchcopy-title {
  max-width: 1200px;
  margin: -13% auto 0;
  padding: 0 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .privacy-policy .fv__catchcopy-title {
    width: 78.67%;
    font-size: 36px;
    line-height: 1.29;
    margin: 4.8% auto 0;
    padding: 0;
  }
}
.privacy-policy .policy__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .privacy-policy .policy__inner {
    width: 78.7%;
    margin: 0 auto;
    padding: 0;
  }
}
.privacy-policy .policy__title {
  margin-bottom: 4.8334%;
}
@media screen and (max-width: 768px) {
  .privacy-policy .policy__title {
    font-size: 29px;
    line-height: 1.45;
    margin-bottom: 40px;
  }
}
.privacy-policy .policy__sub-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.23;
  color: #c1375f;
  margin-bottom: 2.7083%;
  padding-bottom: 2%;
  border-bottom: 3px solid #c1375f;
}
@media screen and (max-width: 768px) {
  .privacy-policy .policy__sub-title {
    font-size: 29px;
    line-height: 1.24;
    padding-bottom: 11px;
    margin-bottom: 40px;
  }
}
.privacy-policy .policy__text {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.24;
  color: #000;
  margin-bottom: 6.167%;
}
@media screen and (max-width: 768px) {
  .privacy-policy .policy__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.privacy-policy .policy__text:last-of-type {
  margin-bottom: 0;
}
.privacy-policy .policy__text a {
  word-break: break-all;
}

.thanks {
  background: url(../img/privacy-policy-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  padding: 6.771% 0;
}
.thanks .thanks-content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .thanks .thanks-content__inner {
    width: 78.7%;
    margin: 0 auto;
    padding: 0;
  }
}
.thanks .thanks-content__title {
  margin-bottom: 4.8334%;
}
@media screen and (max-width: 768px) {
  .thanks .thanks-content__title {
    font-size: 29px;
    line-height: 1.45;
    margin-bottom: 40px;
  }
}
.thanks .thanks-content__text {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.24;
  color: #000;
  text-align: center;
  margin-bottom: 6.167%;
}
@media screen and (max-width: 768px) {
  .thanks .thanks-content__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.thanks .thanks-content__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks .thanks-content__button-link {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  background-color: #c1375f;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  max-width: 345px;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .thanks .thanks-content__button-link {
    font-size: 20px;
    padding: 4.5px 0;
    width: 100%;
    max-width: initial;
  }
}
.thanks .thanks-content__button-link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */