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

html {
  line-height: 1.5;
}

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

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

.l-wrapper {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .l-wrapper {
    width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    width: 100%;
  }
}

.l-header {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 34px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    width: 94.6%;
  }
}
.l-header__title {
  flex-shrink: 0;
}
.l-header__imgOuter {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header__imgOuter {
    width: 92.5px;
    height: 21px;
  }
}
.l-header__text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}

.l-footer {
  background-color: #f5f5f5;
}
.l-footer__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 37.5px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 90.5%;
    padding: 37.5px 0 80px;
  }
}

.c-company__inner {
  display: grid;
  grid-template-columns: 168px 1fr 195px;
  grid-template-rows: 1fr;
  margin: 32.8px auto 0;
  max-width: 973px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .c-company__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    margin: 21.5px auto 0;
  }
}
.c-company__logoOuter {
  width: 167.7px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .c-company__logoOuter {
    grid-area: 2/1/3/2;
  }
}
.c-company__textOuter {
  width: 80%;
  margin: 0 100px 0 47.3px;
}
@media screen and (max-width: 768px) {
  .c-company__textOuter {
    grid-area: 1/1/2/3;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-company__textOuter p {
    font-size: 10px;
    margin-bottom: 2px;
  }
}
.c-company__nav {
  margin-top: 13px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .c-company__nav {
    grid-area: 2/2/3/3;
    margin: 0;
    text-align: center;
    font-size: 10px;
  }
}
.c-company__link {
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .c-company__link {
    padding-left: 11px;
    font-size: 11px;
  }
}
.c-company__link a {
  color: #666 !important;
  text-decoration: none !important;
  position: relative;
}
.c-company__link a:first-child {
  margin-right: 25px;
}
.c-company__link a::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/newWindow.png) no-repeat center/cover;
  position: absolute;
  top: 2px;
  left: -15px;
}

@media screen and (max-width: 768px) {
  .c-cvFixed {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-cvFixed__inner {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.4392156863);
  }
}
@media screen and (max-width: 768px) {
  .c-cvFixed__anchor {
    position: relative;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #FB8050;
    line-height: 3;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF !important;
    filter: drop-shadow(0 6px 0 #DB6233);
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .c-cvFixed__anchor::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-left: 8px solid white;
    border-bottom: 8px solid transparent;
  }
}

.c-licence__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-licence__list {
    flex-direction: column;
  }
}
.c-licence__item {
  width: calc((100% - 30px) / 3);
  padding: 11px 29px 19px 18.5px;
  margin: 0px 16px;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .c-licence__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 19px 20px 15px 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-licence__item:not(:first-child) {
    margin-top: 12px;
  }
}
.c-licence__head {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-licence__head {
    position: relative;
  }
}
.c-licence__imgOuter {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-licence__imgOuter {
    position: absolute;
    top: -10px;
    left: -80px;
  }
}
.c-licence__lead {
  display: flex;
  align-items: center;
  margin-left: 13px;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1.57;
  color: #2b2f2f;
}
@media screen and (max-width: 768px) {
  .c-licence__lead {
    margin: 0;
  }
}
.c-licence__body {
  margin: 14px 0 0 0;
}
.c-licence__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.77;
}

.contact {
  position: relative;
  background: url(../img/contact_bg.png) no-repeat top/cover;
  -webkit-backdrop-filter: sepia(90%);
          backdrop-filter: sepia(90%);
  color: white;
  text-align: center;
  padding: 50px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0;
    background: none;
  }
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(24, 61, 87, 0.6392156863);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact::before {
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact__titleOuter {
    position: relative;
    padding: 28.5px 0 30px;
    background-color: #183D57;
  }
}
.contact__titleOuter h2 {
  font-weight: bold;
  font-size: 27px;
}
.contact__titleOuter p {
  display: inline-block;
  padding: 10px 0 0 56px;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact__titleOuter p {
    display: inline-block;
    text-align: left;
  }
}
.contact .wrap {
  display: flex;
  max-width: 1000px;
  align-items: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .contact .wrap {
    flex-direction: column-reverse;
    width: 100%;
    margin: 0;
    padding-top: 34px;
    background: center/cover no-repeat url(../img/contact_bg_sp.png);
  }
}
.contact .wrap .web, .contact .wrap .tel {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .contact .wrap .web, .contact .wrap .tel {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .contact .wrap .web {
    position: relative;
    margin-top: 48.5px;
  }
}
.contact .wrap .web h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .wrap .web h3 {
    font-size: 4.5vw;
  }
}
.contact .wrap .web a {
  padding: 18px 32px;
  background: #df7b18;
  border-radius: 300px;
  margin-top: 19px;
  font-size: 15px;
  color: white;
  font-weight: 500;
}
.contact .wrap .web a:hover {
  opacity: 0.7;
}
.contact .wrap .tel {
  position: relative;
}
.contact .wrap .tel::before {
  content: "";
  border-left: 0.5px solid rgba(255, 255, 255, 0.568627451);
  position: absolute;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .contact .wrap .tel::before {
    width: 100%;
    height: 1px;
    bottom: -30px;
    border-left: none;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.568627451);
  }
}
.contact .wrap .tel h3 {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact .wrap .tel h3 {
    font-size: 4.5vw;
  }
}
.contact .wrap .tel p {
  margin-top: 11px;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact .wrap .tel p {
    display: inline-block;
    text-align: left;
  }
}
.contact .wrap .tel p:nth-of-type(2) {
  margin-top: 8px;
}
.contact .wrap .tel a {
  margin-top: 8px;
  font-size: 40px;
  line-height: 24px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 768px) {
  .contact .wrap .tel a {
    font-size: 44px;
    line-height: 26px;
  }
}

.cvArea__outer {
  margin-top: 147px;
  background: url(../img/cvArea_bg.svg) center/cover;
}
@media screen and (max-width: 768px) {
  .cvArea__outer {
    margin-top: 100px;
  }
}
.cvArea__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 124px 0 86px;
}
@media screen and (max-width: 768px) {
  .cvArea__inner {
    width: 94.6%;
    padding: 97px 0 32px;
    z-index: 0;
  }
}
.cvArea__inner::before {
  content: "";
  display: inline-block;
  width: 234px;
  height: 251px;
  background: url(../img/cvArea_left.png) no-repeat top/cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .cvArea__inner::before {
    width: 375px;
    height: 130px;
    background: url(../img/cvArea_left_sp.png) no-repeat top/cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cvArea__inner::after {
  content: "";
  display: inline-block;
  width: 210px;
  height: 253px;
  background: url(../img/cvArea_right.png) no-repeat top/cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .cvArea__inner::after {
    display: none;
  }
}
.cvArea__head {
  width: 827px;
  height: 112px;
  background: url(../img/cvArea_titleBg.svg) no-repeat center/cover;
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cvArea__head {
    width: 314px;
    height: 106px;
    background: url(../img/cvArea_titleBg_sp.svg) no-repeat center/cover;
    top: -60px;
    z-index: -1;
  }
}
.cvArea__head img {
  max-width: none;
}
.cvArea__title {
  margin-top: 16px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cvArea__title {
    font-size: 16px;
    letter-spacing: 0.005em;
    line-height: 1.4;
  }
}
.cvArea__body {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 400px) {
  .cvArea__body {
    justify-content: flex-end;
  }
}
.cvArea__anchor {
  position: relative;
  display: flex;
  align-items: center;
  width: 550px;
  height: 80px;
  padding: 0 85px 0 155px;
  border-radius: 10px;
  background: #fb8050;
  box-shadow: 0px 8px 0px #db6233;
}
@media screen and (max-width: 768px) {
  .cvArea__anchor {
    width: 335px;
    height: 48.5px;
    padding: 0 33px 0 73px;
  }
}
.cvArea__anchor:hover {
  opacity: 0.7;
}
.cvArea__imgOuter {
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cvArea__imgOuter {
    width: 77px;
    height: 79px;
    left: -20px;
  }
}
.cvArea__text {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cvArea__text {
    font-size: 21px;
    letter-spacing: 0.05em;
  }
}

.flow__outer {
  margin-top: 100px;
  background: url(../img/flow_bg.svg) center/cover;
}
@media screen and (max-width: 768px) {
  .flow__outer {
    margin-top: 40px;
    background: url(../img/flow_bg_sp.svg) center/cover;
  }
}
.flow__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    width: 94.6%;
    padding: 40px 0 45px;
  }
}
.flow__title {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .flow__title {
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.flow__title::after {
  content: "";
  display: inline-block;
  width: 296px;
  height: 7px;
  background: url(../img/flow_title_underline.svg) no-repeat top/cover;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow__title::after {
    width: 148px;
    height: 3.5px;
    bottom: -11px;
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .flow__list {
    margin-top: 62.5px;
  }
}
.flow__item {
  position: relative;
  width: calc((100% - 105px) / 3);
  min-height: 390px;
  padding: 25px 20px 43px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .flow__item {
    width: calc((100% - 31px) / 2);
    min-height: auto;
    padding: 16px 10.5px 15.5px;
  }
}
.flow__item:nth-of-type(3n+1) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .flow__item:nth-of-type(3n+1) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow__item:nth-of-type(2n+1) {
    margin-left: 8px;
  }
}
.flow__item:nth-of-type(n+4) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .flow__item:nth-of-type(n+4) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow__item:nth-of-type(n+3) {
    margin-top: 23.5px;
  }
}
.flow__number {
  position: absolute;
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .flow__number {
    top: -8px;
    left: -8px;
    width: 40px;
    height: 40px;
  }
}
.flow__inTitle, .flow__inTitle--02 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__inTitle, .flow__inTitle--02 {
    min-height: 39.5px;
    font-size: 15px;
    letter-spacing: 0.015em;
  }
}
.flow__inTitle--02 {
  padding-left: 18px;
}
.flow__imgOuter {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .flow__imgOuter {
    margin-top: 10px;
  }
}
.flow__text, .flow__text--point {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .flow__text, .flow__text--point {
    margin-top: 8px;
    font-size: 13px;
  }
}
.flow__text--point {
  color: #fb8050;
}

.heroArea__inner {
  max-width: 1560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .heroArea__inner {
    width: 94.6%;
  }
}

#info {
  margin-top: -50px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  #info {
    margin-top: 0;
  }
}

.merit__outer {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .merit__outer {
    margin-top: 38px;
  }
}
.merit__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merit__inner {
    width: 94.6%;
  }
}
.merit__title {
  text-align: center;
}
.merit__list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 60px 20px;
  border-radius: 20px;
  background: #fff6f2;
  border: 5px solid #fb8050;
}
@media screen and (max-width: 768px) {
  .merit__list {
    flex-direction: column;
    margin-top: 25px;
    padding: 22.5px 15px 27.5px;
  }
}
.merit__item {
  width: calc((100% - 52px) / 3);
}
@media screen and (max-width: 768px) {
  .merit__item {
    width: 100%;
  }
  .merit__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.merit__head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .merit__head {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .merit__head img {
    width: 44px;
    height: 44px;
  }
}
.merit__inTitleOuter {
  display: flex;
  align-items: center;
  margin-left: 13px;
}
@media screen and (max-width: 768px) {
  .merit__inTitleOuter {
    margin-left: 10px;
  }
}
.merit__inTitle, .merit__inTitle--point {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .merit__inTitle, .merit__inTitle--point {
    font-size: 18px;
  }
}
.merit__inTitle--point {
  color: #fb8050;
}
.merit__body, .merit__body--03 {
  margin-top: 16px;
}
.merit__body--03 {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .merit__body, .merit__body--03 {
    margin-top: 10px;
  }
}
.merit__imgOuter {
  display: flex;
  justify-content: center;
}
.merit__textOuter {
  min-height: 160px;
  margin-top: 17px;
  padding: 16px 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .merit__textOuter {
    min-height: auto;
    margin-top: 12.5px;
    padding: 10px;
  }
}
.merit__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .merit__text {
    font-size: 13px;
    line-height: 1.8;
  }
}

.offer__outer {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .offer__outer {
    margin-top: 76px;
  }
}
.offer__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .offer__inner {
    width: 94.6%;
  }
}
.offer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .offer__list {
    flex-direction: column;
  }
}
.offer__item {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 25px 15px 96px;
  border-radius: 20px;
  border: 2px solid #fb8050;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .offer__item {
    width: 100%;
    padding: 12.5px 7.5px 63px;
  }
}
.offer__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fb8050;
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
.offer__item:nth-of-type(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .offer__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.offer__inTitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .offer__inTitle {
    font-size: 16px;
    line-height: 1.37;
  }
}
.offer__box {
  display: flex;
  align-items: center;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .offer__box {
    margin-top: 5.5px;
  }
}
.offer__status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 20px;
  padding: 1px 12px;
  border-radius: 10px;
  background: #fb8050;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .offer__status {
    width: 50px;
    height: 16px;
    padding: 1px 5px;
    border-radius: 8px;
    font-size: 13px;
  }
}
.offer__income {
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .offer__income {
    margin-left: 7.5px;
    font-size: 13px;
  }
}
.offer__imgOuter {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .offer__imgOuter {
    margin-top: 5.5px;
  }
}
@media screen and (max-width: 768px) {
  .offer__imgOuter img {
    width: 100%;
  }
}
.offer__text {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .offer__text {
    margin-top: 7.5px;
    font-size: 14px;
  }
}
.offer__anchor {
  position: absolute;
  right: -15px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .offer__anchor {
    width: 175px;
    height: 38px;
    right: -10px;
    bottom: 17.5px;
  }
}
.offer__anchor:hover {
  opacity: 0.7;
}
.offer__note {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .offer__note {
    margin-top: 17.5px;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.slick-prev, .slick-next {
  width: 60px;
  height: 56px;
  z-index: 1;
}
.slick-prev::before, .slick-next::before {
  content: "";
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: auto;
}
.slick-prev {
  background: url(../img/voice_prev.svg) no-repeat center/cover;
  left: -90px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    width: 30px;
    height: 28px;
    left: -37.5px;
  }
}
.slick-prev:hover, .slick-prev:focus {
  background: url(../img/voice_prev.svg) no-repeat center/cover;
}
.slick-next {
  background: url(../img/voice_next.svg) no-repeat center/cover;
  right: -90px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    width: 30px;
    height: 28px;
    right: -37.5px;
  }
}
.slick-next:hover, .slick-next:focus {
  background: url(../img/voice_next.svg) no-repeat center/cover;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .slick-dotted.slick-slider {
    padding-bottom: 30px;
  }
}
.slick-dots {
  bottom: 0px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-dots li button::before {
  display: block;
  width: 10px;
  height: 10px;
}
.slick-dots li.slick-active button:before {
  color: #fb8050;
}

.kaigo__body, .kaigo__body--voice, .kaigo__body--merit {
  position: relative;
}
.kaigo__body::before, .kaigo__body--voice::before, .kaigo__body--merit::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 39px;
  background: url(../img/top_left.svg) no-repeat top/cover;
  position: absolute;
  top: 0;
  left: -52px;
}
@media screen and (max-width: 768px) {
  .kaigo__body::before, .kaigo__body--voice::before, .kaigo__body--merit::before {
    width: 21.7px;
    height: 22.7px;
    top: 7.4px;
    left: -21px;
  }
}
.kaigo__body::after, .kaigo__body--voice::after, .kaigo__body--merit::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 39px;
  background: url(../img/top_right.svg) no-repeat top/cover;
  position: absolute;
  top: 0;
  right: -52px;
}
@media screen and (max-width: 768px) {
  .kaigo__body::after, .kaigo__body--voice::after, .kaigo__body--merit::after {
    width: 21.7px;
    height: 22.7px;
    top: 7.4px;
    right: -21px;
  }
}
@media screen and (max-width: 768px) {
  .kaigo__body--merit::before {
    left: -33px;
  }
}
@media screen and (max-width: 768px) {
  .kaigo__body--merit::after {
    right: -33px;
  }
}
.kaigo__body--voice::before {
  left: -66px;
}
@media screen and (max-width: 768px) {
  .kaigo__body--voice::before {
    left: -35px;
  }
}
.kaigo__body--voice::after {
  right: -66px;
}
@media screen and (max-width: 768px) {
  .kaigo__body--voice::after {
    right: -35px;
  }
}
.kaigo__title, .kaigo__title--point, .kaigo__title--orange {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kaigo__title, .kaigo__title--point, .kaigo__title--orange {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.kaigo__title--orange {
  color: #FB8050;
}
.kaigo__title--point {
  font-size: 32px;
  text-decoration: underline;
  text-decoration-thickness: 18px;
  text-decoration-color: #FFF94D;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -0.4em;
}
@media screen and (max-width: 768px) {
  .kaigo__title--point {
    font-size: 21px;
    text-decoration-thickness: 12px;
    text-underline-offset: -0.3em;
  }
}

.voice__outer {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .voice__outer {
    margin-top: 40px;
  }
}
.voice__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    width: 94.6%;
  }
}
.voice__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice__title {
    width: 212px;
    height: 62px;
    margin: 0 auto;
  }
}
.voice__listOuter {
  max-width: 900px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .voice__listOuter {
    width: 76%;
    margin-top: 25px;
  }
}
.voice__item {
  min-height: 384px;
  margin: 0 15px;
  padding: 24px 18px;
  border-radius: 20px;
  background: #fff6f2;
}
@media screen and (max-width: 768px) {
  .voice__item {
    min-height: 323px;
    margin: 0 5px;
    padding: 12px 10px;
  }
}
.voice__head {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .voice__head {
    align-items: center;
  }
}
.voice__box {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .voice__box {
    margin-left: 7.5px;
  }
}
.voice__info {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .voice__info {
    font-size: 16px;
    letter-spacing: 0.0015em;
  }
}
.voice__star {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .voice__star img {
    width: 97px;
    height: 15px;
  }
}
.voice__number {
  margin-left: 7px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .voice__number {
    margin-left: 5px;
    font-size: 17px;
    letter-spacing: 0.01em;
  }
}
.voice__body {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .voice__body {
    margin-top: 12.5px;
  }
}
.voice__inTitle {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .voice__inTitle {
    font-size: 21px;
    letter-spacing: 0.015em;
  }
}
.voice__text, .voice__text--point {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .voice__text, .voice__text--point {
    margin-top: 7.5px;
    font-size: 13px;
    line-height: 1.8;
  }
}
.voice__text--point {
  font-weight: bold;
  color: #FB8050;
}

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

.u-spOnly {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-spOnly {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */