@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
}

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

body {
  font-family: Futura, "Hiragino Sans", sans-serif;
  color: #333;
  max-width: 1334px;
  margin-inline: auto;
  background-color: #eee;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 2em;
  }
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
}

.l-header {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  height: 71px;
  position: fixed;
  z-index: 10;
  top: 0;
  max-width: 1334px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-header {
    height: 140px;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.25rem 1.0625rem;
}
@media screen and (min-width: 1025px) {
  .l-header__inner {
    padding: 2.8125rem 2.5rem 2.125rem;
  }
}

.logo__link {
  display: block;
  width: 190px;
}
@media screen and (min-width: 1025px) {
  .logo__link {
    width: 380px;
  }
}

.l-header__contact {
  width: 96px;
  font-size: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .l-header__contact {
    width: 192px;
  }
}

.l-main {
  background-color: #fff;
}

.l-footer {
  text-align: center;
}

.l-footer__inner {
  padding: 1.5rem 0;
}
@media screen and (min-width: 1025px) {
  .l-footer__inner {
    padding: 3rem 0 2rem;
  }
}

@media screen and (min-width: 1025px) {
  .l-footer-nav__list {
    display: flex;
    justify-content: center;
  }
}

.l-footer-nav__item:last-child {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1025px) {
  .l-footer-nav__item:not(last-child) {
    padding-right: 2rem;
  }
}

.l-footer-nav__link {
  text-decoration: underline;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  display: block;
}
@media screen and (min-width: 1025px) {
  .l-footer-nav__link {
    font-size: 1.25rem;
  }
}

.l-footer__copy {
  font-size: 0.75rem;
}

.c-button {
  background-color: #E70013;
  color: #fff;
  display: block;
  font-weight: 800;
  padding: 8px 0;
  border-radius: 90px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-size: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .c-button {
    padding: 16px 0;
    font-size: 1.5rem;
  }
}

.c-diagonal-text {
  position: relative;
  text-align: center;
}
.c-diagonal-text:before, .c-diagonal-text:after {
  content: "";
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  top: 5px;
}
@media screen and (min-width: 1025px) {
  .c-diagonal-text:before, .c-diagonal-text:after {
    height: 4px;
    width: 30px;
    top: 10px;
  }
}
.c-diagonal-text:before {
  transform: rotate(50deg);
  left: 3px;
}
.c-diagonal-text:after {
  transform: rotate(-50deg);
  right: 3px;
}

.c-section-title__wrap {
  text-align: center;
}

.c-section-title__wrap--mbe {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .c-section-title__wrap--mbe {
    margin-bottom: 5rem;
  }
}

.c-section-title {
  font-size: 1.5rem;
  color: #E70013;
  padding-bottom: 0.5rem;
  line-height: 2;
  background: linear-gradient(transparent 85%, #E70013 0%);
  display: inline;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .c-section-title {
    font-size: 3rem;
  }
}

.c-section-title--white {
  color: #fff;
  background: linear-gradient(transparent 85%, #fff 0%);
}

.p-mv {
  background: url("../img/mv.jpg") center center/cover no-repeat;
  position: relative;
  z-index: -2;
  margin-top: 4.4375rem;
}
@media screen and (min-width: 1025px) {
  .p-mv {
    margin-top: 8.75rem;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.p-mv__inner {
  padding: 0.625rem 0 4.0625rem;
}
@media screen and (min-width: 1025px) {
  .p-mv__inner {
    padding: 1.25rem 0 8.125rem;
  }
}

.p-mv__message-from {
  background-color: #E1001C;
  border-radius: 4px;
  font-size: 1.125rem;
  color: #fff;
  width: fit-content;
  padding: 26px 23px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 374px) {
  .p-mv__message-from {
    padding: 26px 23px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-mv__message-from {
    padding: 55px 160px;
    font-size: 2rem;
  }
}

.p-mv__message-stop {
  position: relative;
  width: clamp(16.25rem, 9.441rem + 34.04vw, 31.25rem);
  margin: 0 auto;
  z-index: 3;
}
.p-mv__message-stop::before {
  content: "";
  background: url("../img/mv_fukidashi-min.png") center center/contain no-repeat;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 190px;
}
@media screen and (min-width: 1025px) {
  .p-mv__message-stop::before {
    width: 500px;
    height: 360px;
    top: -61px;
  }
}

.p-mv__message-stop-text {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 145px;
  transform: translateX(-50%) rotate(-8deg);
}
@media screen and (min-width: 1025px) {
  .p-mv__message-stop-text {
    width: 289px;
    top: 31px;
    left: 52%;
  }
}
.p-mv__message-stop-text--02 {
  font-size: 24px;
  text-shadow: 0px 2px 0px #E9E5DF;
  color: #E70013;
}
@media screen and (min-width: 1025px) {
  .p-mv__message-stop-text--02 {
    font-size: 48px;
  }
}
.p-mv__message-stop-text--03 {
  font-size: 32px;
  text-shadow: 0px 2px 0px #E9E5DF;
  color: #E70013;
}
@media screen and (min-width: 1025px) {
  .p-mv__message-stop-text--03 {
    font-size: 64px;
  }
}
.p-mv__message-stop-text--04 {
  font-size: 48px;
  text-shadow: 0px 2px 0px #E9E5DF;
  color: #E70013;
  line-height: 0;
}
@media screen and (min-width: 1025px) {
  .p-mv__message-stop-text--04 {
    font-size: 96px;
  }
}

.p-mv__arrow {
  position: absolute;
  top: 168px;
  left: 50%;
  transform: translateX(-50%);
  width: 196px;
  height: 120px;
  background: url("../img/mv_arrow.png") center center/cover no-repeat;
}
@media screen and (min-width: 1025px) {
  .p-mv__arrow {
    width: 394px;
    height: 214px;
    top: 346px;
  }
}

.p-mv__arrow-text {
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-mv__arrow-text {
    top: 100px;
  }
}

.p-mv__guide {
  display: flex;
  margin-top: 162px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-mv__guide {
    margin-top: 320px;
  }
}

.p-mv__guide-text-img {
  width: 169px;
}
@media screen and (min-width: 1025px) {
  .p-mv__guide-text-img {
    width: 337px;
  }
}

.p-mv__guide-img {
  position: relative;
  z-index: 1;
  margin-left: -26%;
  width: 160px;
}
@media screen and (min-width: 1025px) {
  .p-mv__guide-img {
    width: 320px;
  }
}

.p-mv__illust01 {
  position: absolute;
  display: block;
  top: 6px;
  width: 45.75px;
  left: 59%;
  transform: translateX(-50%);
  height: 61px;
}
@media screen and (min-width: 1025px) {
  .p-mv__illust01 {
    width: 91.49px;
    height: 121.99px;
    top: 15px;
    left: 68%;
  }
}

.p-inquiry {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2.5rem;
  width: 295px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-inquiry {
    width: 590px;
    padding-bottom: 5rem;
  }
}

.p-inquiry--big {
  width: 335px;
}
@media screen and (max-width: 374px) {
  .p-inquiry--big {
    width: 295px;
  }
}
@media screen and (min-width: 1025px) {
  .p-inquiry--big {
    width: 670px;
  }
}
.p-inquiry--big .p-inquiry__form-link {
  padding: 0.9375rem 0;
}
@media screen and (min-width: 1025px) {
  .p-inquiry--big .p-inquiry__form-link {
    padding: 1.875rem 0;
  }
}

.p-inquiry--relative {
  position: relative;
  top: -23px;
}
@media screen and (min-width: 1025px) {
  .p-inquiry--relative {
    top: -49px;
  }
}

.p-inquiry__head-tail {
  text-align: center;
  position: relative;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 1025px) {
  .p-inquiry__head-tail {
    margin-bottom: 1.875rem;
  }
}
.p-inquiry__head-tail::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #a00013 transparent transparent transparent;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .p-inquiry__head-tail::after {
    border-width: 20px 8px 0 8px;
    bottom: -14px;
  }
}

.p-inquiry__head-tail-bgwhite::after {
  border-color: #fff transparent transparent transparent;
}

.p-inquiry__head-tail-text {
  color: #fff;
  background-color: #A00012;
  text-align: center;
  display: inline-block;
  padding: 0.1875rem 0.5rem;
  border-radius: 90px;
}
@media screen and (min-width: 1025px) {
  .p-inquiry__head-tail-text {
    padding: 0.25rem 1.25rem;
  }
}

.p-inquiry__head-tail-red-text {
  color: #A00012;
  background-color: #fff;
}

.p-inquiry__head-text {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-inquiry__head-text {
    margin-bottom: 2rem;
  }
}
.p-inquiry__head-text img {
  width: 190px;
}
@media screen and (min-width: 1025px) {
  .p-inquiry__head-text img {
    width: 381px;
  }
}

.p-inquiry__form-button {
  width: 295px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .p-inquiry__form-button {
    width: 590px;
    margin-bottom: 1.5rem;
  }
}

.p-inquiry--big .p-inquiry__form-button {
  width: 335px;
}
@media screen and (min-width: 1025px) {
  .p-inquiry--big .p-inquiry__form-button {
    width: 670px;
    margin-bottom: 1.5rem;
  }
}

.p-inquiry__form-link {
  padding: 12px 0;
}

.p-inquiry__form-link--consult {
  position: relative;
  padding-block: 16px 14px;
}
.p-inquiry__form-link--consult::before {
  content: "まずはご相談！";
  position: absolute;
  color: #E70013;
  background-color: #fff;
  border: 2px solid #E70013;
  border-radius: 90px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  padding: 2px 20px;
}
@media screen and (min-width: 1025px) {
  .p-inquiry__form-link--consult::before {
    top: -20px;
    font-size: 24px;
    padding: 4px 40px;
    border: 4px solid #E70013;
  }
}
@media screen and (min-width: 1025px) {
  .p-inquiry__form-link--consult {
    width: 590px;
    padding: 32px 0 29px;
  }
}

.p-inquiry__line-button,
.p-inquiry__phon-button {
  width: 140px;
}
@media screen and (min-width: 1025px) {
  .p-inquiry__line-button,
  .p-inquiry__phon-button {
    width: 280px;
  }
}

.p-inquiry--big .p-inquiry__line-button,
.p-inquiry--big .p-inquiry__phon-button {
  width: 160px;
}
@media screen and (max-width: 374px) {
  .p-inquiry--big .p-inquiry__line-button,
  .p-inquiry--big .p-inquiry__phon-button {
    width: 147px;
  }
}
@media screen and (min-width: 1025px) {
  .p-inquiry--big .p-inquiry__line-button,
  .p-inquiry--big .p-inquiry__phon-button {
    width: 320px;
  }
}

.p-inquiry__line-button {
  margin-right: 15px;
}
@media screen and (max-width: 374px) {
  .p-inquiry__line-button {
    margin-right: 1px;
  }
}

.p-comparative {
  background-color: #E9E5DF;
  border-radius: 24px 24px 0px 0px;
  margin-top: -1.875rem;
  padding-block: 0.3125rem;
}
@media screen and (min-width: 1025px) {
  .p-comparative {
    padding-block: 0.625rem;
    margin-top: -3.75rem;
  }
}

.p-comparative__inner {
  padding: 1.5rem 1.25rem 0;
}
@media screen and (max-width: 374px) {
  .p-comparative__inner {
    padding: 0;
  }
}

.p-comparative__content {
  width: 20.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .p-comparative__content {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .p-comparative__content {
    width: 41.875rem;
  }
}

.p-comparative__cards {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}

.p-card {
  width: 160px;
}
@media screen and (max-width: 374px) {
  .p-card {
    width: 43%;
  }
}
@media screen and (min-width: 1025px) {
  .p-card {
    width: 320px;
  }
}
.p-card:nth-of-type(1) {
  margin-right: 0.9375rem;
}
@media screen and (max-width: 374px) {
  .p-card:nth-of-type(1) {
    margin-right: 0.3125rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-card:nth-of-type(1) {
    margin-right: 1.875rem;
  }
}

.p-card__top-text {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .p-card__top-text {
    margin-bottom: 0.625rem;
  }
}

.p-card--normal .p-card__title {
  background-color: #333;
}

.p-card--company .p-card__title {
  background-color: #A00012;
}
.p-card--company .p-card__body {
  border: 4px solid #A00012;
}
@media screen and (min-width: 1025px) {
  .p-card--company .p-card__body {
    border: 8px solid #A00012;
  }
}

.p-card__title {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .p-card__title {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 1.75rem 0 0.6875rem;
  }
}
.p-card__title::first-line {
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .p-card__title::first-line {
    font-size: 2.25rem;
  }
}

.p-logo-comparative {
  width: 86.44px;
}
@media screen and (min-width: 1025px) {
  .p-logo-comparative {
    width: 172.89px;
  }
}

.p-card__body {
  border: 4px solid #333;
  background-color: #fff;
  padding: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-card__body {
    padding: 1.5rem;
    border: 8px solid #333;
  }
}

.p-card__body-title {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .p-card__body-title {
    margin-bottom: 1rem;
  }
}

.p-card__body-money {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}

.p-card__body-money-img01 {
  width: 24px;
}
@media screen and (min-width: 1025px) {
  .p-card__body-money-img01 {
    width: 48px;
  }
}

.p-card__body-money-img02 {
  width: 48px;
}
@media screen and (min-width: 1025px) {
  .p-card__body-money-img02 {
    width: 96px;
  }
}

.p-card__body-money-text {
  text-align: right;
  font-size: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .p-card__body-money-text {
    font-size: 1.5rem;
  }
}
.p-card__body-money-text span {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .p-card__body-money-text span {
    font-size: 4rem;
  }
}

.p-card__table {
  font-weight: normal;
  width: 100%;
}

.p-card__table-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1875rem;
}

.p-card__top-text {
  color: #E70013;
}
.p-card__top-text:before, .p-card__top-text:after {
  background-color: #E70013;
}

.p-comparative__small-text {
  text-align: right;
}

.p-card__top-text {
  color: #E70013;
}
.p-card__top-text:before, .p-card__top-text:after {
  background-color: #E70013;
}
@media screen and (max-width: 374px) {
  .p-card__top-text {
    font-size: 0.625rem !important;
  }
}

.p-gap {
  position: relative;
  overflow: hidden;
  background-color: #E9E5DF;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .p-gap {
    padding-bottom: 3.75rem;
  }
}

.p-gap__content {
  height: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-gap__content {
    width: 960px;
    height: 480px;
  }
}
.p-gap__content::before {
  content: "";
  background: url(../img/decoration-bubble02.png) no-repeat center center/cover;
  position: absolute;
  width: 480px;
  height: 248px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .p-gap__content::before {
    width: 960px;
    height: 496px;
  }
}

.p-gap__content-inner {
  position: relative;
  width: 298px;
  height: 100%;
  margin: 0 auto;
}

.p-gap__text {
  width: fit-content;
  padding: 0 1.25rem;
  position: absolute;
  top: 75px;
  left: 16%;
}
@media screen and (min-width: 1025px) {
  .p-gap__text {
    padding: 0 2.375rem;
    top: 146px;
    left: -104px;
  }
}
.p-gap__text:before, .p-gap__text:after {
  background-color: #333;
}

.p-gap-img {
  position: absolute;
  width: 86px;
  top: 17px;
  left: 194px;
}
@media screen and (min-width: 1025px) {
  .p-gap-img {
    width: 172px;
  }
}

.p-gap__big-number {
  z-index: 1;
  position: absolute;
  top: 83px;
  left: 50%;
  width: 297px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .p-gap__big-number {
    width: 570px;
    top: 161px;
  }
}

.p-gap__bottom-text {
  background-color: #333;
  color: #fff;
  border-radius: 90px;
  text-align: center;
  width: 292px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 86px;
  padding: 0.1875rem 0;
}
@media screen and (min-width: 1025px) {
  .p-gap__bottom-text {
    width: 584px;
    bottom: 160px;
    padding: 0.375rem 0;
  }
}

.p-worry {
  padding: 2.5rem 0;
}

.p-worry__inner {
  padding: 0 2rem;
}

@media screen and (min-width: 1025px) {
  .p-worry__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-worry__bg {
  background: url(../img/bg.jpg) no-repeat center center/cover;
  height: 160px;
  position: relative;
  margin: 2.5rem 0 1.875rem;
}
@media screen and (min-width: 1025px) {
  .p-worry__bg {
    height: 353px;
  }
}
.p-worry__bg::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-worry__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-worry__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-worry__item:nth-child(even) .p-worry__item-text {
  background: url(../img/worry-tail-right.png) no-repeat center center/contain;
}
.p-worry__item:nth-child(even) .p-worry__item-img {
  width: 72px;
  margin-right: -35px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-worry__item:nth-child(even) .p-worry__item-img {
    width: clamp(6.25rem, -2.814rem + 14.15vw, 9rem);
  }
}
@media screen and (min-width: 1025px) {
  .p-worry__item:nth-child(2) .p-worry__item-img {
    width: clamp(5.625rem, -3.439rem + 14.15vw, 8.375rem);
  }
}
@media screen and (min-width: 1025px) {
  .p-worry__item {
    width: 50%;
    margin-bottom: 2.5rem;
  }
}

.p-worry__item-text {
  text-align: center;
  display: grid;
  place-content: center;
  background: url(../img/worry-tail-left.png) no-repeat center center/contain;
  width: 271px;
  height: 78px;
}
@media screen and (min-width: 1025px) {
  .p-worry__item-text {
    width: clamp(26.813rem, 2.978rem + 34.08vw, 31.438rem);
    height: 148.9px;
  }
}

.p-worry__item-img {
  width: 72px;
  margin-left: -35px;
}
@media screen and (min-width: 1025px) {
  .p-worry__item-img {
    width: clamp(6.25rem, -2.814rem + 14.15vw, 9rem);
  }
}

.p-flow {
  padding-block: 3.125rem;
}

.p-flow__inner {
  padding: 3.125rem 2.5rem 0.625rem;
}
@media screen and (max-width: 374px) {
  .p-flow__inner {
    font-size: 3rem;
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-flow__inner {
    padding-bottom: 0;
  }
}

.p-flow__wrap {
  width: 295px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p-flow__wrap {
    width: 590px;
  }
}

.p-flow__wrap-item {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .p-flow__wrap-item {
    margin-bottom: 3rem;
  }
}

.p-flow__wrap-head {
  line-height: 1.5;
}

.p-flow__wrap-item--mb0 {
  margin-bottom: 0;
}

.p-flow__wrap-item-col {
  width: 50%;
  text-align: center;
}
.p-flow__wrap-item-col img {
  width: 120px;
}
@media screen and (min-width: 1025px) {
  .p-flow__wrap-item-col img {
    width: 240px;
  }
}

.p-flow__wrap-item-col-company {
  line-height: 2;
  margin-top: -0.5rem;
}
@media screen and (min-width: 1025px) {
  .p-flow__wrap-item-col-company {
    margin-top: -0.875rem;
  }
}

.p-flow__wrap-item-arrow {
  position: relative;
}
.p-flow__wrap-item-arrow::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (min-width: 1025px) {
  .p-flow__wrap-item-arrow::before {
    top: -30px;
    border-width: 16px 16px 0 16px;
  }
}

.p-flow__wrap-item-border {
  border: 1px solid #fff;
  border-radius: 4px;
  padding-block: 0.375rem;
}
@media screen and (min-width: 1025px) {
  .p-flow__wrap-item-border {
    padding-block: 0.75rem;
    border: 2px solid #fff;
  }
}

.p-flow__wrap-item-bg {
  color: #E70013;
  background: #fff;
  border-radius: 4px;
  padding: 0.375rem 0;
}

.p-flow__wrap-item-big {
  color: #fff;
  font-size: 1rem;
}

.p-flow__wrap-item-last {
  align-items: flex-end;
  font-size: 0.875rem;
}

.p-flow__wrap-item-big-span {
  position: relative;
}
.p-flow__wrap-item-big-span::before {
  content: "約";
  top: 15px;
  left: -3%;
  position: absolute;
  font-family: "Hiragino Sans", sans-serif;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  .p-flow__wrap-item-big-span::before {
    font-size: 2rem;
  }
}

.p-flow__wrap-item-big-span-en {
  color: #FFF500;
  font-size: 3.5rem;
}
@media screen and (min-width: 1025px) {
  .p-flow__wrap-item-big-span-en {
    font-size: 7rem;
  }
}

.p-flow__wrap-item-big-span-ja {
  color: #FFF500;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .p-flow__wrap-item-big-span-ja {
    font-size: 3rem;
  }
}

.p--col-w30 {
  width: 30%;
}

.p--col-w60 {
  width: 61%;
}

.p--col-w100 {
  width: 100%;
}

.p--col-mt01 {
  margin-bottom: -0.5rem;
}
@media screen and (min-width: 1025px) {
  .p--col-mt01 {
    margin-bottom: -1.125rem;
  }
}

.p--col-mt02 {
  margin-bottom: -0.625rem;
}
@media screen and (min-width: 1025px) {
  .p--col-mt02 {
    margin-bottom: -1.1875rem;
  }
}

.p-flow__catchphrase {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-flow__catchphrase {
    margin-top: 2.5rem;
  }
}

.p-flow__catchphrase-inner {
  padding: 0 1.25rem;
}

.p-flow__catchphrase-text {
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.2;
  display: grid;
  place-content: center;
  background: url(../img/decoration-bubble03.png) no-repeat center center/cover;
  width: 280px;
  height: 95px;
  color: #333;
}
@media screen and (min-width: 1025px) {
  .p-flow__catchphrase-text {
    width: 560px;
    height: 192px;
    font-size: 2.625rem;
  }
}

.p-flow__catchphrase-img {
  width: 96px;
  margin-left: -57px;
}
@media screen and (min-width: 1025px) {
  .p-flow__catchphrase-img {
    width: 192px;
    margin-left: -131px;
  }
}

.p-accomplishment {
  padding: 2.5rem 0;
}

.p-accomplishment__inner {
  padding: 1.25rem 0;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__inner {
    padding: 0;
  }
}

.p-accomplishment__title {
  margin-bottom: 2.5rem;
}

.p-accomplishment__content-text {
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__content-text {
    margin-bottom: 4rem;
  }
}

.p-accomplishment__content-text-big {
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__content-text-big {
    font-size: 3rem;
  }
}

.p-accomplishment__content {
  text-align: center;
}

.p-accomplishment__shop {
  width: 335px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop {
    width: 318px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop {
    width: 798px;
  }
}

.p-accomplishment__shop {
  background-color: #fff;
  text-align: center;
  padding: 1rem 0.375rem;
  border-radius: 8px;
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop {
    padding: 2rem 5rem;
  }
}

.p-accomplishment__shop-gallery {
  margin: 1rem 0;
  width: 319px;
  display: grid;
  gap: 6px;
  grid-template: "area01 area02 area03" "area04 area05 area06" "area07 area08 area06" "area09 area10 area11" "area12 area13 area14"/120px 122px 69px;
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-gallery {
    width: 638px;
    gap: 8px;
    grid-template-columns: 240px 244px 1fr;
    margin: 2rem 0;
  }
}

.p-accomplishment__shop-img:nth-of-type(1) {
  width: 120px;
  grid-area: area01;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(1) {
    width: 110px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(1) {
    width: 240px;
  }
}
.p-accomplishment__shop-img:nth-of-type(2) {
  width: 122px;
  grid-area: area02;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(2) {
    width: 112px;
    margin-left: -5px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(2) {
    width: 244px;
  }
}
.p-accomplishment__shop-img:nth-of-type(3) {
  width: 69px;
  grid-area: area03;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(3) {
    width: 59px;
    margin-left: -9px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(3) {
    width: 138px;
  }
}
.p-accomplishment__shop-img:nth-of-type(4) {
  width: 76px;
  grid-area: area04;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(4) {
    width: 66px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(4) {
    width: 152px;
  }
}
.p-accomplishment__shop-img:nth-of-type(5) {
  width: 124px;
  grid-area: area05;
  margin-left: -43px;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(5) {
    width: 114px;
    margin-left: -45px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(5) {
    width: 248px;
    margin-left: -84px;
  }
}
.p-accomplishment__shop-img:nth-of-type(6) {
  width: 109px;
  grid-area: area06;
  margin-left: -39px;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(6) {
    width: 99px;
    margin-left: -49px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(6) {
    width: 218px;
    margin-left: -81px;
  }
}
.p-accomplishment__shop-img:nth-of-type(7) {
  width: 96px;
  grid-area: area07;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(7) {
    width: 86px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(7) {
    width: 192px;
  }
}
.p-accomplishment__shop-img:nth-of-type(8) {
  width: 106px;
  grid-area: area08;
  margin-left: -26px;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(8) {
    width: 96px;
    margin-left: -27px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(8) {
    width: 212px;
    margin-left: -49px;
  }
}
.p-accomplishment__shop-img:nth-of-type(9) {
  width: 89px;
  grid-area: area09;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(9) {
    width: 79px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(9) {
    width: 178px;
  }
}
.p-accomplishment__shop-img:nth-of-type(10) {
  width: 89px;
  grid-area: area10;
  margin-left: -30px;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(10) {
    width: 79px;
    margin-left: -33px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(10) {
    width: 178px;
    margin-left: -60px;
  }
}
.p-accomplishment__shop-img:nth-of-type(11) {
  width: 133px;
  grid-area: area11;
  margin-left: -64px;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(11) {
    width: 123px;
    margin-left: -72px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(11) {
    width: 266px;
    margin-left: -129px;
  }
}
.p-accomplishment__shop-img:nth-of-type(12) {
  width: 116px;
  grid-area: area12;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(12) {
    width: 106px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(12) {
    width: 232px;
  }
}
.p-accomplishment__shop-img:nth-of-type(13) {
  width: 92px;
  grid-area: area13;
  margin-left: -5px;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(13) {
    width: 83px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(13) {
    width: 184px;
  }
}
.p-accomplishment__shop-img:nth-of-type(14) {
  width: 103px;
  grid-area: area14;
  margin-left: -34px;
}
@media screen and (max-width: 374px) {
  .p-accomplishment__shop-img:nth-of-type(14) {
    width: 93px;
    margin-left: -43px;
  }
}
@media screen and (min-width: 1025px) {
  .p-accomplishment__shop-img:nth-of-type(14) {
    width: 206px;
    margin-left: -69px;
  }
}

.p-accomplishment__shop-text {
  font-size: 0.75rem;
}

.p-accomplishment__shop-text-link {
  color: #2892C5;
  text-decoration: underline;
}

.p-faq {
  padding: 2.5rem 0;
}

.p-faq__inner {
  padding: 0 1.25rem;
}
@media screen and (max-width: 374px) {
  .p-faq__inner {
    padding: 0;
  }
}

.p-faq__wrap {
  margin: 1.875rem auto 2.5rem;
  width: 335px;
}
@media screen and (max-width: 374px) {
  .p-faq__wrap {
    width: clamp(18.75rem, 6.157rem + 62.96vw, 20.875rem);
  }
}
@media screen and (min-width: 1025px) {
  .p-faq__wrap {
    width: 670px;
  }
}

.p-faq__item:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .p-faq__item:not(:first-child) {
    margin-top: 2rem;
  }
}

.p-faq__item-title {
  background: #fff;
  border: 4px solid #A00012;
  font-size: 14px;
  padding: 0.75rem 0.75rem 0.75rem 2.75rem;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .p-faq__item-title {
    padding: 2rem 3.5rem 1.875rem 5.5rem;
    border: 8px solid #A00012;
  }
}
.p-faq__item-title:before {
  content: "Q";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  display: grid;
  place-content: center;
  top: 8px;
  left: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background-color: #A00012;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  .p-faq__item-title:before {
    width: 48px;
    height: 48px;
    font-size: 28px;
    top: 22px;
  }
}

.p-faq__item-answer {
  background-color: #A00012;
  color: #fff;
  padding: 0.75rem 0.75rem 0.75rem 3rem;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px) {
  .p-faq__item-answer {
    padding: 1rem 3.125rem 1.5625rem 5.5rem;
  }
}
.p-faq__item-answer::before {
  content: "A";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  display: grid;
  place-content: center;
  top: 12px;
  left: 16px;
  color: #A00012;
  font-weight: normal;
  font-size: 14px;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  .p-faq__item-answer::before {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }
}

.p-company {
  background-color: #fff;
  padding: 2.5rem 0;
  margin-top: 4.4375rem;
}
@media screen and (min-width: 1025px) {
  .p-company {
    margin-top: 8.75rem;
  }
}

.p-company__section-title {
  margin-bottom: 2.5rem;
}

.p-company__inner {
  padding: 0 0.625rem;
}

.p-company__list {
  display: grid;
  grid-template-columns: minmax(97px, 180px) minmax(189px, 315px);
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 374px) {
  .p-company__list {
    gap: 16px 6px;
    margin: 0 auto;
    max-width: 320px;
  }
}

dt {
  font-weight: 600;
  font-size: 0.875rem;
  text-align: right;
}
@media screen and (max-width: 374px) {
  dt {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1025px) {
  dt {
    font-size: 1.25rem;
  }
}

dd {
  font-size: 0.875rem;
}
@media screen and (max-width: 374px) {
  dd {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1025px) {
  dd {
    font-size: 1.25rem;
  }
}

.p-company__link {
  text-decoration: underline;
}

.p-greeting {
  background-color: #fff;
  padding: 2.5rem 0;
  margin-top: 4.4375rem;
}
@media screen and (min-width: 1025px) {
  .p-greeting {
    margin-top: 8.75rem;
  }
}

.p-greeting__section-title {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .p-greeting__section-title {
    margin-bottom: 5rem;
  }
}

.p-greeting__content {
  text-align: center;
}
.p-greeting__content p {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1025px) {
  .p-greeting__content p {
    font-size: 1.25rem;
  }
}

.p-greeting__ceo {
  margin-block: 3rem;
}
@media screen and (min-width: 1025px) {
  .p-greeting__ceo {
    margin: 6rem 0;
  }
}

.p-greeting__ceo-text {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .p-greeting__ceo-text {
    margin-bottom: 1rem;
  }
}

.p-greeting__ceo-name {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-greeting__ceo-name {
    width: 240px;
  }
}

.p-privacy {
  padding-block: 2.5rem;
  margin-top: 4.4375rem;
}
@media screen and (min-width: 1025px) {
  .p-privacy {
    margin-top: 8.75rem;
    padding-block: 5rem;
  }
}

.p-privacy__inner {
  padding: 0 1.25rem;
  max-width: 710px;
  margin: 0 auto;
}

.p-privacy__content {
  font-size: 0.75rem;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .p-privacy__content {
    font-size: 1rem;
  }
}

.p-privacy__head,
.p-privacy__box {
  margin-bottom: 1.5rem;
}

.p-privacy__box-head {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .p-privacy__box-head {
    margin-bottom: 0.625rem;
  }
}

.p-contact {
  padding: 2.5rem 0;
  margin-top: 4.4375rem;
}
@media screen and (min-width: 1025px) {
  .p-contact {
    margin-top: 8.75rem;
  }
}

.p-contact__inner {
  padding: 0 1.25rem;
}

.form_content {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .form_content {
    margin-bottom: 5rem;
  }
}

.form_wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.form_item {
  margin-bottom: 1.5rem;
}
.form_item:nth-of-type(5) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .form_item:nth-of-type(5) {
    margin-bottom: 5rem;
  }
}

.form_item__label {
  line-height: 1.6;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (min-width: 1025px) {
  .form_item__label {
    font-size: 1.25rem;
  }
}

.p-form__required {
  background-color: #E70013;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  padding: 0.125rem 0.25rem 0.1875rem;
  vertical-align: 2px;
  margin-left: 8px;
}
@media screen and (min-width: 1025px) {
  .p-form__required {
    font-size: 15px;
  }
}

.form_radio__item {
  margin-bottom: 16px;
}
.form_radio__item:last-child {
  margin-bottom: 0;
}
.form_radio__item input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.form_radio__item input:checked + label::after {
  opacity: 1;
}

.radio_label {
  position: relative;
  cursor: pointer;
  padding-left: 34px;
}
.radio_label::before, .radio_label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.radio_label::before {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 0;
}
.radio_label::after {
  background-color: #A00012;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 6px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 6px;
  font-size: 1em;
  padding: 0.75rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    padding: 0.9375rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

textarea {
  height: 134px;
}
@media screen and (min-width: 1025px) {
  textarea {
    height: 124px;
  }
}

::placeholder {
  color: #ccc;
}
@media screen and (min-width: 1025px) {
  ::placeholder {
    font-size: 1.25rem;
  }
}

.form_under__text {
  margin-bottom: 40px;
}
.form_under__text p {
  font-size: 14px;
}

.p-contact__button {
  width: 189px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-contact__button {
    width: 378px;
  }
}
.p-contact__button input {
  width: 100%;
}

.p-contact__button-link {
  font-size: 1.5rem;
  padding: 0.75rem 0;
}
@media screen and (min-width: 1025px) {
  .p-contact__button-link {
    font-size: 2rem;
    padding: 1.625rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-thanks {
    padding-bottom: 5rem;
  }
}

.p-thanks__wrap {
  padding: 0 1.875rem;
}
@media screen and (min-width: 1025px) {
  .p-thanks__wrap {
    padding: 0 5rem;
  }
}

.p-thanks__content {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1025px) {
  .p-thanks__content {
    margin-bottom: 5rem;
  }
}

.p-thanks__head {
  margin-bottom: 1rem;
}

.p-thanks__text {
  text-align: center;
  line-height: 1.5;
}

.p-thanks__button {
  padding: 1rem 0;
}
@media screen and (min-width: 1025px) {
  .p-thanks__button {
    padding: 1.75rem 0;
  }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
  .tanks-dn-pc {
    display: none;
  }
}

.p-cta {
  background: url(../img/cta-bg.jpg) no-repeat center center/cover;
}

.p-cta__inner {
  padding: 3.75rem 1.25rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 374px) {
  .p-cta__inner {
    padding: 1.875rem 0.625rem;
  }
}

.p-cta__head {
  line-height: 1.7;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1025px) {
  .p-cta__head {
    margin-bottom: 3.125rem;
  }
}

.p-cta__logo {
  display: inline-block;
  vertical-align: sub;
  width: 190px;
}
@media screen and (min-width: 1025px) {
  .p-cta__logo {
    width: 381px;
  }
}

.p-cta__link-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1025px) {
  .p-cta__link-text {
    margin-bottom: 1.25rem;
  }
}
.p-cta__link-text::before, .p-cta__link-text::after {
  width: 3px;
  height: 20px;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 1025px) {
  .p-cta__link-text::before, .p-cta__link-text::after {
    height: 30px;
  }
}
.p-cta__link-text:before {
  transform: rotate(-35deg);
  margin-right: 20px;
}
.p-cta__link-text:after {
  transform: rotate(35deg);
  margin-left: 20px;
}

.p-cta__links {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .p-cta__links {
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .p-cta__links {
    flex-direction: row;
  }
}

.p-cta__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.25rem;
}

.p-cta__link-button {
  display: block;
  max-width: 330px;
  width: 100%;
  border: 3px solid #fff;
  padding: 1rem 0;
  border-radius: 100px;
  box-shadow: 0 11px 16px rgba(0, 0, 0, 0.36);
}
@media screen and (min-width: 1025px) {
  .p-cta__link-button {
    max-width: 670px;
  }
}

.u-font--normal {
  font-weight: normal;
}
.u-font--medium {
  font-weight: 600;
}
.u-font--bold {
  font-weight: 800;
}
.u-font--hiragino {
  font-family: "Hiragino Sans", sans-serif;
}
.u-font--futura-italic {
  font-family: "futura-pt-bold", "futura-pt", "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.u-fsz--10 {
  font-size: 0.625rem;
}
@media screen and (min-width: 1025px) {
  .u-fsz--10 {
    font-size: 1.25rem;
  }
}
.u-fsz--12 {
  font-size: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .u-fsz--12 {
    font-size: 1.5rem;
  }
}
.u-fsz--14 {
  font-size: 0.875rem;
}
@media screen and (min-width: 1025px) {
  .u-fsz--14 {
    font-size: 1.75rem;
  }
}
.u-fsz--16 {
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .u-fsz--16 {
    font-size: 2rem;
  }
}
.u-fsz--18 {
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .u-fsz--18 {
    font-size: 2.25rem;
  }
}

.u-color--line {
  border: 2px solid #22BA4F;
  color: #22BA4F;
  background-color: #fff;
}
.u-color--phon {
  border: 2px solid #2892C5;
  color: #2892C5;
  background-color: #fff;
}
.u-color--font-red {
  color: #E70013;
}
.u-color--font-red02 {
  color: #A00012;
}

.u--bg-white {
  background-color: #fff;
}

.u--bg-red {
  background-color: #A00012;
  color: #fff;
}

.u--bg-beige {
  background-color: #E9E5DF;
}

/* ============================
foundation
 ========================= */
/* ============================
layout
  ========================= */
/* ============================
component
 ========================= */
/* ============================
project
 ========================= */
/* ============================
utility
 ========================= *//*# sourceMappingURL=style.css.map */