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

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]: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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 0.667vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.333vw;
  }
}

#wrap {
  max-width: 1500px;
  margin: 0 auto;
  box-shadow: 0 10px 25px 0 rgb(189, 203, 210);
  overflow: hidden;
  color: #171717;
  background: #fff;
}
@media screen and (max-width: 1500px) {
  #wrap {
    max-width: 100%;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .inner {
    max-width: 73.3333333333%;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    max-width: 100%;
    padding: 0 3rem;
  }
}

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

li {
  vertical-align: middle;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

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

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.btn {
  display: inline-block;
  color: #fff;
  background: #53b9b5;
  box-shadow: 0px 0.8rem 0px 0px #006c68;
  text-align: center;
  border-radius: 10px;
  transition: 0.1s;
  position: relative;
}
.btn--color01 {
  background: #fc5714;
  box-shadow: 0px 0.8rem 0px 0px #b10000;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  box-shadow: none !important;
  transform: translateY(0.8rem);
}
.btn--color01:hover {
  box-shadow: none !important;
}
@media screen and (max-width: 750px) {
  .btn:hover {
    box-shadow: 0px 0.8rem 0px 0px #006c68;
    transform: none;
  }
  .btn--color01:hover {
    box-shadow: 0px 0.8rem 0px 0px #b10000;
  }
}

.btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
  top: 42%;
  right: 13px;
}
.header .btn:after {
  content: none;
}
.yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.din {
  font-family: din-2014, sans-serif;
  font-weight: normal;
  letter-spacing: normal !important;
}

/* ヘッダー
====================================================*/
.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 1500px;
  margin: 0 auto;
  background: rgba(40, 40, 40, 0.75);
}
@media screen and (max-width: 1500px) {
  .header {
    width: 100%;
  }
}
.header .inner {
  min-height: 10rem;
}
@media screen and (max-width: 750px) {
  .header .inner {
    min-height: 12.5rem;
    max-width: 100%;
    padding: 0 1rem;
  }
}
.header__logo {
  width: 23.4rem;
}
.header ul {
  font-size: 0;
}
.header li {
  display: inline-block;
  font-weight: bold;
}
.header li:first-child {
  margin-right: 2rem;
}
.header .btn {
  width: 20rem;
  line-height: 5rem;
  font-size: 2rem;
  box-shadow: 0px 0.5rem 0px 0px #006c68;
}
.header .btn--color01 {
  box-shadow: 0px 0.5rem 0px 0px #b10000;
}
.header .btn:hover {
  transform: translateY(0.5rem);
}
@media screen and (max-width: 750px) {
  .header .btn {
    font-size: 2.5rem;
    line-height: 6.5rem;
    box-shadow: 0px 0.8rem 0px 0px #006c68;
  }
  .header .btn:hover {
    transform: none;
  }
  .header .btn--color01 {
    box-shadow: 0px 0.8rem 0px 0px #b10000;
  }
}

/* FV
====================================================*/
.fv {
  background: url("../img/fv_pc_bg.webp") no-repeat center/cover;
  min-height: 70rem;
  padding-top: 16rem;
  /*padding-left: 20rem;*/
  color: #fff;
}
@media screen and (max-width: 750px) {
  .fv {
    background: url("../img/fv_sp_bg.webp") no-repeat center/cover;
    min-height: 105rem;
    padding-top: 22rem;
    padding-left: 0;
    text-align: center;
  }
}
.fv__txt--01 {
  font-size: 2.5rem;
  font-weight: 700;
  width: 46rem;
  line-height: 5rem;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 2.65rem;
  margin-bottom: 4rem;
  text-shadow: 0px 0px 1rem #000;
}
@media screen and (max-width: 750px) {
  .fv__txt--01 {
    font-size: 3rem;
    width: 56.7rem;
    line-height: 6.531rem;
    border-radius: 3.266rem;
    margin: 0 auto 8rem;
  }
}
.fv__txt--02 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0px 0px 1.5rem #000;
  margin-bottom: 2rem;
}
.fv__txt--02 strong {
  font-size: 200%;
  letter-spacing: normal;
}
@media screen and (max-width: 750px) {
  .fv__txt--02 {
    font-size: 4.887rem;
    line-height: 1.34;
    margin-bottom: 9rem;
  }
  .fv__txt--02 strong {
    font-size: 9.774rem;
  }
}
.fv__txt--03 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0px 0px 1.5rem #000;
  margin-bottom: 10px;
}
.fv__txt--03 span {
  font-size: 200%;
  letter-spacing: normal;
}
@media screen and (max-width: 750px) {
  .fv__txt--03 {
    font-size: 3.4rem;
  }
  .fv__txt--03 span {
    font-size: 200%;
  }
}
.fv ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8rem;
}
.fv li img {
  width: 95%;
  box-shadow: 0px 0.8rem 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.fv li a:hover img {
  box-shadow: none;
  transform: translateY(0.8rem);
}
@media screen and (max-width: 750px) {
  .fv li {
    display: block;
  }
  .fv li:first-child {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .fv li a:hover img {
    box-shadow: 0px 0.8rem 0px 0px rgba(0, 0, 0, 0.4);
    transform: none;
  }
}
.fv .btn {
  font-size: 3.3rem;
  font-weight: bold;
  width: 26.37rem;
  line-height: 6.5rem;
  box-shadow: 0px 0px 0.8rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 750px) {
  .fv .btn {
    font-size: 4.21rem;
    width: 100%;
    line-height: 10rem;
  }
}

.catch {
  text-align: center;
  padding-bottom: 5.3rem;
}
.catch p {
  font-size: 2rem;
  font-weight: 700;
  margin: 1em 0;
}
@media screen and (max-width: 750px) {
  .catch p {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.catch__label {
  display: inline-block;
  color: #53b9b5;
  font-size: 4rem;
  font-weight: 700;
  width: 57.3rem;
  border: 0.5rem solid #53b9b5;
  padding: 1.5rem 0;
}
.catch__label:first-child {
  margin-right: 6rem;
}
.catch__label span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .catch__label {
    font-size: 5.085rem;
    width: 97.3333333333%;
  }
  .catch__label:first-child {
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .catch__label span {
    font-size: 2.6rem;
  }
}
.catch .carousel {
  width: 91.2%;
  margin: 5.4rem auto 0;
  overflow: hidden;
}
.catch .carousel__inner {
  display: flex;
  -webkit-animation: roll 20s linear infinite;
  animation: roll 20s linear infinite;
}
@media screen and (max-width: 750px) {
  .catch .carousel {
    width: 100%;
  }
  .catch .carousel img {
    max-width: 136.8rem;
  }
  .catch .carousel__inner {
    -webkit-animation: roll 10s linear infinite;
    animation: roll 10s linear infinite;
  }
}

@-webkit-keyframes roll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes roll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.trouble {
  background: #f4f4f4;
  padding-bottom: 4.3rem;
}
.trouble h2 {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  padding: 1.75em 0;
}
.trouble h2 strong {
  font-size: 6rem;
}
@media screen and (max-width: 750px) {
  .trouble h2 {
    font-size: 4rem;
    line-height: 1.37;
  }
}
.trouble__container {
  margin-bottom: 5.7rem;
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.05);
}
.trouble__check {
  color: #fff;
  background: #303030;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 4.5rem 0 3rem 21rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .trouble__check {
    padding: 2.5rem 0 1rem 23.3rem;
  }
}
.trouble__check::before {
  content: "";
  display: block;
  position: absolute;
}
.trouble__check--01::before {
  width: 22.7rem;
  height: 19.8rem;
  background: url("../img/illu_01.webp") no-repeat center/contain;
  left: -3.1rem;
  bottom: 1.3rem;
}
@media screen and (max-width: 750px) {
  .trouble__check--01::before {
    width: 15.7rem;
    height: 13.7rem;
    left: 1.5rem;
    top: 3.1rem;
  }
}
.trouble__check--02::before {
  width: 27.8rem;
  height: 19.3rem;
  background: url("../img/illu_02.webp") no-repeat center/contain;
  left: -7.4rem;
  bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .trouble__check--02::before {
    width: 18.2rem;
    height: 12.7rem;
    left: 0;
    bottom: 3.2rem;
  }
}
.trouble__check--03::before {
  width: 18.4rem;
  height: 20rem;
  background: url("../img/illu_03.webp") no-repeat center/contain;
  left: 1.9rem;
  bottom: 1.3rem;
}
@media screen and (max-width: 750px) {
  .trouble__check--03::before {
    width: 15.2rem;
    height: 16.6rem;
    top: 2.8rem;
    left: 2.1rem;
  }
}
.trouble__check li {
  line-height: 2.5;
}
.trouble__check li::before {
  content: "";
  width: 3rem;
  height: 2.3rem;
  display: inline-block;
  background: url("../img/check.svg") no-repeat center/contain;
  margin-right: 1rem;
}
@media screen and (max-width: 750px) {
  .trouble__check {
    font-size: 2.8rem;
  }
  .trouble__check li {
    line-height: 1.4285714286;
    margin-bottom: 0.75em;
    position: relative;
  }
  .trouble__check li::before {
    position: absolute;
    left: -4rem;
    top: 0.8rem;
  }
}
.trouble__bar {
  font-size: 2rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #fff;
  background: #53b9b5;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.trouble__bar::after {
  content: "";
  width: 5.8rem;
  height: 100%;
  display: block;
  background: url("../img/arrow_up.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.trouble__bar.opened::after {
  transform: none;
}
@media screen and (max-width: 750px) {
  .trouble__bar {
    font-size: 2.8rem;
    line-height: 8rem;
  }
  .trouble__bar::after {
    width: 8rem;
    background: url("../img/arrow_up_sp.svg") no-repeat center/contain;
  }
}
.trouble__merit {
  background: #fff;
  padding: 2rem 3rem;
}
.trouble__merit__img {
  width: 38.5454545455%;
  text-align: center;
}
.trouble__merit__desc {
  flex: 1;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .trouble__merit {
    flex-direction: column;
    text-align: center;
    padding: 4rem 0;
  }
  .trouble__merit__img {
    width: 52.8767123288%;
  }
  .trouble__merit__desc {
    font-size: 2.8rem;
    line-height: 1.7857142857;
    margin-top: 1em;
  }
}
@media screen and (max-width: 750px) {
  .trouble .inner {
    padding: 0 1rem;
  }
}

.cta {
  min-height: 49.6rem;
  background: url("../img/cta_bg.webp") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .cta {
    min-height: 64.7rem;
  }
}
.cta p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.34;
}
.cta p strong {
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  .cta p {
    line-height: 1.5;
  }
}
.cta ul {
  font-size: 0;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .cta ul {
    margin-top: 3rem;
  }
}
.cta li {
  display: inline-block;
}
.cta li:first-child {
  margin-right: 3.6rem;
}
@media screen and (max-width: 750px) {
  .cta li:first-child {
    margin-right: 0;
    margin-bottom: 3.2rem;
  }
}
.cta .btn {
  width: 36.1rem;
  line-height: 9rem;
  font-size: 3.5rem;
}

@media screen and (max-width: 750px) {
  .cta .btn {
    width: 69rem;
    font-size: 4.21rem;
    line-height: 10rem;
  }
}
.cta .arrow {
  margin-bottom: 4.5rem;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 750px) {
  .cta .arrow {
    margin-bottom: 3.5rem;
  }
}

.arrow {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5em;
}
.arrow::before,
.arrow::after {
  content: "";
  height: 1.5rem;
  border-top: 2px solid #fff;
  display: block;
  position: absolute;
  bottom: 0;
}
.arrow::before {
  width: 49%;
}
.arrow::after {
  width: 47%;
  right: 0;
  border-left: 3px solid #fff;
  transform: skewX(-45deg);
}

.rectangle {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  min-height: 40rem;
  margin-bottom: -17rem;
  padding-top: 10rem;
  background: #53b9b5;
  text-align: center;
}
.rectangle strong {
  font-size: 6.5rem;
}
@media screen and (max-width: 750px) {
  .rectangle {
    min-height: 45.8rem;
    margin-bottom: -14.5rem;
    font-size: 4rem;
  }
  .rectangle strong {
    font-size: 6rem;
  }
}

.reasons .inner {
  background: #fff;
  padding: 6rem 3rem 2rem;
}
@media screen and (max-width: 750px) {
  .reasons .inner {
    width: 94.6666666667%;
    padding: 8rem 2rem;
  }
}

.reason {
  position: relative;
}
@media screen and (max-width: 750px) {
  .reason__overview {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
}
.reason__overview__l {
  flex: 1;
  /*padding-right: 3.8rem;*/
}
@media screen and (max-width: 750px) {
  .reason__overview__l {
    width: 100%;
    padding-right: 0;
  }
}
.reason__overview__l .din {
  font-size: 23.616rem;
  letter-spacing: normal;
  color: #d5ebea;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 40%;
  line-height: 0.8;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .reason__overview__l .din {
    left: 50%;
    top: 0rem;
    transform: translateX(-50%);
  }
}
.reason__overview__l p {
  color: #fff;
  background: #53b9b5;
  line-height: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-radius: 2.5rem;
  width: 51%;
  margin: 1.5em auto;
}
@media screen and (max-width: 750px) {
  .reason__overview__l p {
    font-size: 2.8rem;
    line-height: 1.5;
    padding: 0.3em 0;
    border-radius: 4.9rem;
    margin-top: 2.75em;
    margin-bottom: 1.25em;
    width: 100%;
  }
}
.reason__overview__r {
  background: #f3f3f3;
  margin-top: 10.5rem;
}
.reason__overview__r img {
  width: 50%;
  margin: 0 auto;
  display: block;
  padding: 2rem 0;
}
.reason__overview__r p {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .reason__overview__r img {
    width: 100%;
  }
  .reason__overview__r {
    width: 100%;
    padding: 10px;
  }
  .reason__overview__r p {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}
.reason__overview h3 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 20;
  padding-top: 10rem;
}
.reason__overview h3 strong {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .reason__overview h3 {
    font-size: 4rem;
    padding-top: 9rem;
  }
  .reason__overview h3 strong {
    font-size: 5rem;
  }
}
.reason--01 {
  align-items: flex-end;
}
.reason--01__label {
  padding: 0 4.5rem;
}
.reason--01__label li {
  text-align: center;
  width: 45rem;
  font-size: 1.8rem;
  border: 1px solid #d8d8d8;
  border-radius: 1rem;
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.38);
  padding: 2.5rem 0 2rem;
  margin-bottom: 5rem;
  color: #7a7a7a;
}
.reason--01__label li span {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #53b9b5;
  margin-top: 0.25em;
}
@media screen and (max-width: 750px) {
  .reason--01__label {
    padding: 0;
  }
  .reason--01__label li {
    width: 100%;
    font-size: 2.8rem;
    padding: 3.5rem 0 3rem;
  }
  .reason--01__label li span {
    font-size: 4.539rem;
  }
  .reason--01__label li:nth-child(1) {
    order: 4;
  }
  .reason--01__label li:nth-child(2) {
    order: 2;
  }
  .reason--01__label li:nth-child(3) {
    order: 3;
  }
  .reason--01__label li:nth-child(4) {
    order: 1;
  }
}
.reason--02 {
  align-items: flex-start;
  padding-top: 6.5rem;
}
.reason--02 .din {
  top: 6rem;
}
.reason--02 .reason__overview__r p:nth-of-type(1) {
  font-weight: 700;
}
.reason--02 .reason__overview__r p:nth-of-type(3) {
  color: #53b9b5;
  font-weight: 700;
  margin-top: 0.5em;
}
.reason--02__img {
  margin-top: 10.5rem;
  text-align: center;
}
.reason--02__img img:first-of-type {
  display: inline-block;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .reason--02__img img:nth-of-type(2) {
    margin-bottom: 4.5rem;
  }
}
.reason--03 {
  align-items: flex-start;
  padding-top: 9rem;
}
@media screen and (max-width: 750px) {
  .reason--03 {
    padding-top: 15rem;
  }
}
.reason--03 .din {
  top: 8rem;
}
.reason--03 .comments {
  font-size: 1.4rem;
  font-weight: 400;
  color: #717171;
  line-height: 1.7857142857;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .reason--03 .din {
    top: 17rem;
  }
  .reason--03 .comments {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-top: 1.5em;
  }
}
.reason--03__img {
  margin-top: 6.5rem;
  margin-bottom: 7.5rem;
}
.reason--03__img li {
  width: 33.3333333333%;
  text-align: center;
}
.reason--03__img img {
  width: 22.682rem;
}
@media screen and (max-width: 750px) {
  .reason--03__img {
    justify-content: center;
  }
  .reason--03__img li {
    width: 50%;
  }
  .reason--03__img li:last-of-type {
    margin-top: 2.9rem;
  }
  .reason--03__img img {
    width: 28.1rem;
  }
}
.reason .cta,
.cta.type01 {
  background: none;
  color: #53b9b5;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.reason .cta .arrow::before,
.cta.type01 .arrow::before,
.reason .cta .arrow::after,
.cta.type01 .arrow::after {
  border-color: #53b9b5;
}

.underbar {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 1.5em 0;
}
.underbar::after {
  content: "";
  width: 9.3rem;
  height: 3px;
  background: #7c9d9b;
  display: block;
  margin: 0.75em auto 0;
}
@media screen and (max-width: 750px) {
  .underbar {
    font-size: 4rem;
    margin-top: 2.5em;
  }
}

.cordinate {
  text-align: center;
  margin-bottom: 2rem;
  width: 47.1698113208%;
}
.cordinate img {
  box-shadow: 1.2rem 1.5rem 0px 0px rgba(0, 0, 0, 0.1);
}
.cordinate figcaption {
  font-size: 1.8em;
  font-weight: 700;
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  .cordinate {
    width: 100%;
  }
  .cordinate figcaption {
    font-size: 2.8rem;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}

.bland li {
  margin-bottom: 3rem;
}
.bland li img {
  width: 18.3rem;
}
.bland + p {
  font-size: 1.4rem;
  color: #717171;
  text-align: center;
  padding-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  .bland__ttl {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .bland li:last-of-type {
    width: 100%;
    text-align: center;
  }
  .bland + p {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 4rem;
  }
}

.lineup {
  background: #f4f4f4;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
.lineup__container {
  padding: 0 3rem;
}
@media screen and (max-width: 750px) {
  .lineup {
    padding-top: 7.3rem;
  }
  .lineup h2 {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .lineup .inner {
    padding: 0;
  }
  .lineup__container {
    padding: 0;
    justify-content: center;
  }
}

.item {
  width: 29.0384615385%;
  background: #fff;
  box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
  margin-bottom: 5rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .item {
    width: 32.8rem;
    margin: 1.6rem;
    padding-bottom: 2.8rem;
  }
}
.item span {
  vertical-align: middle;
}
.item__img {
  width: 100%;
}
.item__name {
  font-size: 3rem;
  font-weight: 600;
  word-break: keep-all;
  line-height: 4rem;
  padding-bottom: 0.1em;
  border-bottom: 1px dashed #494949;
  display: inline-block;
  width: 90%;
}
.item__name--s {
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  .item__name {
    font-size: 3.277rem;
  }
  .item__name--s {
    font-size: 2.624rem;
  }
}
.item__variation {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 1em;
}
.item__variation span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: initial;
  margin-top: 0.25em;
}
@media screen and (max-width: 750px) {
  .item__variation {
    font-size: 1.749rem;
  }
  .item__variation span {
    font-size: 2.185rem;
  }
}
.item__price {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.05em !important;
}
.item__price::before {
  content: "￥";
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .item__price {
    font-size: 4.92rem;
  }
  .item__price::before {
    font-size: 2.187rem;
  }
}
.item__price__tag {
  font-size: 2rem;
  color: #fff;
  background: #292929;
  display: inline-block;
  padding: 0.1em 0.4em;
  border-radius: 0.5rem;
}
@media screen and (max-width: 750px) {
  .item__price__tag {
    font-size: 2.187rem;
  }
}
.item__tax {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .item__tax {
    font-size: 1.749rem;
  }
}

.example {
  background: #f4f4f4;
  padding-top: 9rem;
}
.example h2 {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.example h2:nth-of-type(2) {
  margin-top: 3em;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .example h2:nth-of-type(2) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  .example h2 {
    margin-bottom: 2em;
  }
}
.example__card {
  background: #fff;
  padding: 4.5rem 3.1rem 2.5rem 3.1rem;
  align-items: flex-start;
  margin-bottom: 5.8rem;
  box-shadow: 1.2rem 1.5rem 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .example__card {
    flex-direction: column;
    padding: 2rem 2rem 3rem;
  }
}
.example__img {
  width: 48.6512524085%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .example__img {
    width: 100%;
  }
}
.example__body {
  flex: 1;
  padding-left: 4rem;
}
.example__body h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
.example__body h3 span {
  display: block;
  color: #53b9b5;
}
.example__body p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #171717;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .example__body {
    padding-left: 0;
  }
  .example__body h3 {
    text-align: center;
    margin-top: 1.5em;
  }
  .example__body p {
    font-size: 2.4rem;
    margin-top: 1.2em;
  }
}
.example__logo--01 {
  width: 22.7rem;
  margin-top: 1.9rem;
}
.example__logo--02 {
  width: 21.3rem;
  margin-top: 2.1rem;
}
.example__logo--03 {
  width: 7.2rem;
  margin-top: 0.8rem;
}

.others {
  text-align: center;
  padding-bottom: 5.7rem;
}
@media screen and (max-width: 750px) {
  .others {
    padding-bottom: 8.5rem;
  }
}
.others__card {
  width: 31.8181818182%;
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.5);
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 750px) {
  .others__card {
    width: calc(50% - 5px);
  }
}
.others p:nth-of-type(2) {
  color: #fff;
  background: #2c2c2c;
  line-height: 4.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .others p:nth-of-type(2) {
    font-size: 2rem;
    line-height: 4.092rem;
  }
}

.flow .inner {
  background: #fff;
  padding-top: 5.2rem;
}
.flow p {
  font-size: 1.6em;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 750px) {
  .flow .inner {
    padding: 0;
    width: 94.6666666667%;
    margin: 0 auto;
  }
  .flow .rectangle {
    min-height: 36.7rem;
  }
  .flow p {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}

.footer {
  text-align: center;
  color: #fff;
  background: #2c2c2c;
  font-size: 2rem;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.footer a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  margin-bottom: 2.5em;
  transition: 0.1s;
}
.footer a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .footer {
    font-size: 2.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
