/*! destyle.css v2.0.2 | 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;
  line-height: 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; /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

/**
 * 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 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-feature-settings: "halt" 1;
  line-height: 1;
  color: #4f091d;
  letter-spacing: 0.03em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (min-width: 1025px) {
  body {
    min-width: 1025px;
  }
}
@media (max-width: 959px) {
  body {
    min-width: 320px;
  }
}

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

a:hover {
  transition: 0.2s;
}

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

.l-main {
  padding-bottom: 52px;
  background-color: #f5eedc;
}

.l-main__wrapper {
  padding: 70px 9%;
}
@media (max-width: 960px) {
  .l-main__wrapper {
    padding: 42px 9%;
  }
}

.l-main__contents {
  max-width: 1058px;
  margin: 0 auto;
}
.l-main__contents--height {
  min-height: 45vh;
}

.header {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 8%;
  background-color: #dd4a48;
}
.header .header__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.header .header__logo {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .header__logoIcon {
  margin-right: 14px;
}
@media (max-width: 960px) {
  .header .header__logoIcon {
    width: 40px;
  }
}
.header .header__logoText {
  font-size: 3.6rem;
  font-weight: bold;
  color: #f5eedc;
}
@media (max-width: 960px) {
  .header .header__logoText {
    font-size: 2.4rem;
  }
}

.p-top {
  line-height: 1.5;
}
.p-top .mainVisual {
  padding: 128px 4.2%;
  background-color: #f5eedc;
}
@media (max-width: 960px) {
  .p-top .mainVisual {
    padding: 50px 14%;
  }
}
.p-top .mainVisual .mainVisual__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .mainVisual .mainVisual__textBox {
  margin: 48px 0 84px;
}
.p-top .mainVisual .mainVisual__text {
  margin-top: 48px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 425px) {
  .p-top .mainVisual .mainVisual__text {
    font-size: 1.6rem;
  }
}
.p-top .mainVisual .mainVisual__accent {
  text-align: right;
}
@media (max-width: 425px) {
  .p-top .mainVisual .mainVisual__accent {
    width: 60px;
    margin-left: auto;
  }
}
.p-top .mainVisual .mainVisual__img {
  width: 50%;
  max-width: 700px;
}
@media (max-width: 960px) {
  .p-top .mainVisual .mainVisual__img {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .p-top .mainVisual .mainVisual__wrap {
    flex-direction: column;
  }
  .p-top .mainVisual .mainVisual__contents {
    order: 2;
  }
  .p-top .mainVisual .mainVisual__title {
    margin-top: 20px;
  }
}
.p-top .about {
  background-color: #8bb897;
}
.p-top .about .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
@media (max-width: 960px) {
  .p-top .about .contents {
    flex-flow: column-reverse;
    margin-top: 36px;
  }
}
.p-top .about .contents-image {
  width: 50%;
  max-width: 500px;
}
@media (max-width: 960px) {
  .p-top .about .contents-image {
    width: 100%;
  }
}
.p-top .about .contents-textBox {
  width: 100%;
  max-width: 650px;
  padding: 60px;
  background-color: #f5eedc;
  border: 4px solid #4f091d;
  border-radius: 30px;
}
@media (max-width: 960px) {
  .p-top .about .contents-textBox {
    padding: 32px;
  }
}
.p-top .about .contents-text {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .p-top .about .contents-text {
    font-size: 1.6rem;
  }
}
.p-top .about .contents-text--mt40 {
  margin-top: 40px;
}
.p-top .point {
  background-color: #f5eedc;
}
.p-top .point .pointText {
  margin-top: 38px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 960px) {
  .p-top .point .pointText {
    font-size: 1.6rem;
  }
}
.p-top .point .point__stepList {
  max-width: 1200px;
  margin: 0 auto;
}
.p-top .point .point__stepItem {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 160px;
}
.p-top .point .point__stepItem--reverse {
  flex-flow: row-reverse;
}
@media (max-width: 960px) {
  .p-top .point .point__stepItem {
    flex-direction: column;
    margin-top: 64px;
  }
}
.p-top .point .point__stepBody {
  position: relative;
  width: 100%;
  max-width: 640px;
  padding: 60px;
  font-weight: bold;
  border: 4px solid #4f091d;
  border-radius: 30px;
}
@media (max-width: 960px) {
  .p-top .point .point__stepBody {
    padding: 34px;
  }
}
.p-top .point .point__stepBody::before {
  position: absolute;
  top: -50px;
  left: -54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 4rem;
  font-weight: bold;
  color: #f5eedc;
  background-color: #dd4a48;
  border: solid 4px #4f091d;
  border-radius: 50px;
}
@media (max-width: 960px) {
  .p-top .point .point__stepBody::before {
    top: -25px;
    left: -30px;
    width: 55px;
    height: 55px;
    font-size: 2rem;
  }
}
.p-top .point .point__stepBody--step1::before {
  content: "1";
}
.p-top .point .point__stepBody--step2::before {
  content: "2";
}
.p-top .point .point__stepBody--step3::before {
  content: "3";
}
.p-top .point .point__stepBody-title {
  font-size: 3.6rem;
}
@media (max-width: 960px) {
  .p-top .point .point__stepBody-title {
    font-size: 2.4rem;
  }
}
.p-top .point .point__stepBody-text {
  font-size: 2.4rem;
}
@media (max-width: 960px) {
  .p-top .point .point__stepBody-text {
    font-size: 1.6rem;
  }
}
.p-top .point .point__image {
  width: 50%;
  max-width: 580px;
}
.p-top .point .point__image--step2 {
  max-width: 288px;
  margin-right: 80px;
}
@media (max-width: 960px) {
  .p-top .point .point__image--step2 {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .p-top .point .point__image {
    width: 100%;
    margin-top: 40px;
  }
}
.p-top .banner {
  padding: 160px 70px;
  background-color: #8bb897;
}
@media (max-width: 960px) {
  .p-top .banner {
    padding: 56px 0;
  }
}
.p-top .banner .banner__wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-top .banner .banner__wrap {
    max-width: 530px;
  }
}
.p-top .banner .presentLeftIcon,
.p-top .banner .presentRightIcon {
  position: absolute;
  width: 10%;
}
.p-top .banner .presentLeftIcon {
  top: 10%;
  left: 0%;
}
@media (max-width: 960px) {
  .p-top .banner .presentLeftIcon {
    top: 14%;
    left: 3%;
  }
}
.p-top .banner .presentRightIcon {
  right: 0%;
  bottom: 100%;
}
@media (max-width: 960px) {
  .p-top .banner .presentRightIcon {
    right: 3%;
    bottom: 96%;
  }
}
.p-top .banner .banner__text {
  margin-bottom: 86px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 960px) {
  .p-top .banner .banner__text {
    margin-bottom: 44px;
    font-size: 1.6rem;
  }
}

.footer {
  padding: 56px 0;
  font-size: 14px;
  color: #f5eedc;
  text-align: center;
  background-color: #4f091d;
}
@media (max-width: 960px) {
  .footer {
    padding: 34px 0;
  }
}
.footer .footer__copyRight {
  margin-bottom: 4px;
}
.footer .footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer__item {
  margin-top: 10px;
}
.footer .footer__item:not(:last-child) {
  margin-right: 10px;
}
.footer .footer__item:not(:last-child)::after {
  margin-left: 10px;
  content: "|";
}

.c-button {
  max-width: 600px;
  margin: 0 auto;
}
.c-button .c-button__box {
  position: relative;
  width: 266px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .c-button .c-button__box {
    width: 160px;
  }
}
.c-button .c-button__deco {
  position: absolute;
  top: -42px;
  left: 82px;
}
@media (max-width: 425px) {
  .c-button .c-button__deco {
    top: -32px;
    left: 40px;
    width: 80px;
  }
}
.c-button .c-button__link {
  position: relative;
  display: block;
  padding: 24px 72px 24px 50px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #f5eedc;
  white-space: nowrap;
  background-color: #dd4a48;
  border-radius: 12px;
  box-shadow: 5px 5px #4f091d;
}
@media (max-width: 425px) {
  .c-button .c-button__link {
    padding: 18px 36px 18px 24px;
    font-size: 1.6rem;
    box-shadow: 2px 2px #4f091d;
  }
}
.c-button .c-button__link::after {
  position: absolute;
  top: 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 15px;
  content: "";
  background-image: url("../images/icon_buttonArrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 425px) {
  .c-button .c-button__link::after {
    top: 23px;
    width: 16px;
    height: 16px;
    margin-left: 8px;
  }
}
.c-button .c-button__text {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #4f091d;
  text-align: center;
}
@media (max-width: 425px) {
  .c-button .c-button__text {
    font-size: 1.2rem;
  }
}

.c-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 960px) {
  .c-heading {
    font-size: 2.4rem;
  }
}
.c-heading::before, .c-heading::after {
  width: 250px;
  height: 4px;
  content: "";
  background-color: #4f091d;
}
.c-heading::before {
  margin-right: 20px;
}
.c-heading::after {
  margin-left: 20px;
}
