@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit; /* 1 */
  height: 0; /* 2 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  /* content: "\200B"; */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
  -ms-overflow-style: scrollbar; /* 3 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
  resize: block; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* =====================
  カラー用
===================== */
/* =====================
  装飾用
===================== */
/* =====================
  フォント用
===================== */
/* =====================
  ブレイクポイント用
===================== */
/* =====================
  パス用
===================== */
html {
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #404040;
  font-family: YakuHanMPs, "Noto Serif JP", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
          font-feature-settings: "liga" 0, "clig" 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  body.is-fixed {
    position: fixed;
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.15em;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

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

sup {
  font-size: 1rem;
  vertical-align: super;
}

.show-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none !important;
  }
}

.show-tab {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .show-tab {
    display: block !important;
  }
}

.show-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .show-sp {
    display: block !important;
  }
}

main {
  position: relative;
  overflow: hidden;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 5vw;
    height: 64px;
  }
}
.header.scrolled {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.header__logo-img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .header__logo-img {
    height: 32px;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header__nav-link {
  color: #404040;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-link:hover {
  color: #0068B7;
}
@media screen and (max-width: 768px) {
  .header__nav-link {
    font-size: 1.4rem;
  }
}

.footer {
  padding: 48px 24px 16px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 48px 5vw 16px;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.footer__container {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 160px;
    margin: 0 auto;
  }
}
.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    gap: 16px 24px;
  }
}
.footer__nav-link {
  color: #404040;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 1.3rem;
  }
}
.footer__nav-link:hover {
  color: #0068B7;
}
.footer__copyright {
  margin: 24px auto 0;
  color: #404040;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.p-top-hero {
  position: relative;
  width: 100%;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -80px 0 0;
  padding: 80px 24px 0;
  background: url("/images/top/bg-hero_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-top-hero {
    padding: 128px 16px 64px;
    height: auto;
    background: url("/images/top/bg-hero_sp.jpg") no-repeat center/cover;
  }
}
.p-top-hero__content {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-hero__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-hero__title {
  color: #0068B7;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-hero__title {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.8;
  }
}
.p-top-section {
  padding: 100px 24px;
  width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-section {
    padding: 64px 5vw;
  }
}
.p-top-section__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.p-top-section__title, .p-top-section__title--white {
  margin: 0 auto 32px;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-section__title, .p-top-section__title--white {
    font-size: 2.4rem;
  }
}
.p-top-section__title--white {
  color: #fff;
}
.p-top-promises {
  background: url("/images/top/bg-promises_pc.jpg") no-repeat center/cover;
}
.p-top-promises__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-promises__main {
    grid-template-columns: 1fr;
  }
}
.p-top-promises__main-item {
  position: relative;
}
.p-top-promises__main-item-title {
  position: relative;
  color: #0068B7;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-promises__main-item-title {
    font-size: 2rem;
  }
}
.p-top-promises__main-item-description {
  position: relative;
  margin-top: 16px;
  font-weight: 400;
  line-height: 2;
  z-index: 2;
}
.p-top-promises__main-item-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 280px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-promises__main-item-bg {
    width: 240px;
  }
}
.p-top-promises__meaning {
  position: relative;
  margin: 64px auto 0;
}
.p-top-promises__meaning-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-promises__meaning-title {
    font-size: 1.8rem;
  }
}
.p-top-promises__meaning-title::before, .p-top-promises__meaning-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: #D9935C;
}
@media screen and (max-width: 768px) {
  .p-top-promises__meaning-title::before, .p-top-promises__meaning-title::after {
    width: 40px;
  }
}
.p-top-promises__meaning-title::before {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-promises__meaning-title::before {
    margin-right: 16px;
  }
}
.p-top-promises__meaning-title::after {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-promises__meaning-title::after {
    margin-left: 16px;
  }
}
.p-top-promises__meaning-title-highlight {
  color: #D9935C;
}
.p-top-promises__meaning-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 960px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-promises__meaning-list {
    grid-template-columns: 1fr;
  }
}
.p-top-promises__meaning-item-title {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-promises__meaning-item-title {
    font-size: 1.6rem;
  }
}
.p-top-promises__meaning-item-title-highlight {
  color: #D9935C;
}
.p-top-promises__meaning-item-description {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top-promises__meaning-item-description {
    margin-top: 12px;
    font-size: 1.3rem;
  }
}
.p-top-promises__meaning-pict {
  position: absolute;
  top: calc(50% + 32px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top-promises__meaning-pict {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    margin: 24px auto 0;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}
.p-top-promises__meaning-pict-img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top-promises__meaning-pict-img {
    max-width: 160px;
    max-height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-top-reason {
  background: url("/images/top/bg-reason_pc.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .p-top-reason {
    background: url("/images/top/bg-reason_sp.jpg") no-repeat left top/cover;
  }
}
.p-top-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-reason__list {
    gap: 48px;
  }
}
.p-top-reason__item {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-top-reason__item-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item-title {
    font-size: 2rem;
  }
}
.p-top-reason__item-text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item-text {
    margin-top: 12px;
  }
}
.p-top-reason__item-description {
  color: #fff;
  line-height: 1.8;
}
.p-top-reason__item-note {
  margin-top: 16px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-reason__item-note {
    margin-top: 12px;
  }
}
.p-top-reason__item-pict-img {
  border-radius: 4px;
}