@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #4d4d4d;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

a {
  color: #148df0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

ol, ul, dl {
  list-style: none;
}

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: input;
  -webkit-box-sizing: content-box;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print, screen and (min-width: 960px) {
  input[type="input"],
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="search"] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

input[type="input"].error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  background-color: #fee;
  border-color: #b40019;
}

textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

textarea.error {
  border-color: #b40019;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

/* SP style */
@media print, screen and (max-width: 959px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none;
  }
}

/* PC style */
@media print, screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

/* layouts */
/* # =============================================
   # LayoutColumn
   # ============================================= */
.LayoutColumn {
  padding: 20px;
}

@media print, screen and (min-width: 960px) {
  .LayoutColumn {
    padding: 100px 50px;
  }
  .LayoutColumn .LayoutColumn__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .LayoutColumn .LayoutColumn__main {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#43e97b), to(#38f9d7));
    background-image: linear-gradient(to bottom, #43e97b 0%, #38f9d7 100%);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
  }
  .LayoutColumn .LayoutColumn__side {
    background-color: #ddd;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin-left: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

/* # =============================================
   # LayoutSingle
   # ============================================= */
.LayoutSingle .LayoutSingle__inner {
  padding: 0 17px;
}

@media print, screen and (min-width: 960px) {
  .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    max-width: 1210px;
    padding: 0px 20px;
    width: 100%;
  }
}

/* # =============================================
   # LayoutZigzag
   # ============================================= */
.LayoutZigzag {
  padding: 20px;
}

.LayoutZigzag .LayoutZigzag__imageWrapper {
  margin: 20px -20px 20px -20px;
  overflow: hidden;
}

.LayoutZigzag .LayoutZigzag__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .LayoutZigzag {
    padding: 100px 0;
  }
  .LayoutZigzag .LayoutZigzag__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 0;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .LayoutZigzag .LayoutZigzag__contentWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    padding-top: 20px;
  }
  .LayoutZigzag .LayoutZigzag__imageWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 750px;
    flex: 1 1 750px;
    margin: 0;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1200px) {
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: calc(50% - 600px);
    padding-left: 100px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-right: calc(50% - 600px);
    padding-right: 100px;
  }
}

/* blocks */
/**
 * Bnr
 */
.Bnr {
  padding-bottom: 20px;
}

.Bnr .Bnr__btn {
  margin-bottom: 20px;
}

.Bnr .Bnr__link {
  display: block;
}

@media print, screen and (min-width: 960px) {
  .Bnr {
    padding-bottom: 150px;
    padding-top: 60px;
  }
  .Bnr .Bnr__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 800px;
  }
  .Bnr .Bnr__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
    margin-bottom: 0px;
    max-width: 375px;
  }
  .Bnr .Bnr__link {
    display: block;
  }
  .Bnr .Bnr__link:hover {
    opacity: .8;
  }
  .Bnr .Bnr__link img {
    width: 100%;
  }
}

.Contact .Contact__inner {
  padding-bottom: 40px;
  padding-top: 35px;
}

.Contact .Contact__wrapper {
  background-color: #e3e3e5;
  padding: 30px 30px;
}

.Contact .Contact__title {
  margin: 0 auto 30px;
  width: 66%;
}

.Contact .Contact__content {
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 15px;
  padding: 25px 30px 20px;
}

.Contact .Contact__content .fig1 {
  margin: 0 auto;
  width: 80%;
}

.Contact .Contact__note {
  color: #404040;
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 1.6;
}

@media print, screen and (min-width: 960px) {
  .Contact .Contact__inner {
    padding-bottom: 60px;
    padding-top: 80px;
  }
  .Contact .Contact__wrapper {
    padding: 50px 30px;
  }
  .Contact .Contact__title {
    margin: 0 auto 45px;
    max-width: 536px;
    width: 100%;
  }
  .Contact .Contact__content {
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
    max-width: 916px;
    padding: 40px 20px 40px;
  }
  .Contact .Contact__content .fig1 {
    margin: 0 45px 0 0;
    max-width: 300px;
    width: 100%;
  }
  .Contact .Contact__content .mail {
    margin: 0;
    max-width: 300px;
    width: 100%;
  }
  .Contact .Contact__content .mail a:hover {
    opacity: .8;
  }
  .Contact .Contact__note {
    font-size: 12px;
    text-align: center;
  }
}

/**
 * Cv
 */
.Cv {
  padding-bottom: 40px;
  padding-top: 40px;
}

.Cv .Cv__btn {
  margin-left: 18px;
  margin-right: 18px;
}

.Cv .Cv__btnLink {
  display: block;
}

.Cv .Cv__note {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
  text-align: center;
}

@media print, screen and (min-width: 960px) {
  .Cv {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .Cv .Cv__btn {
    margin: 0 auto;
    max-width: 610px;
  }
  .Cv .Cv__btnLink {
    display: block;
  }
  .Cv .Cv__btnLink:hover {
    opacity: .8;
  }
  .Cv .Cv__note {
    font-size: 14px;
  }
}

/**
 * Flow
 */
.Flow {
  padding-bottom: 15px;
  padding-top: 60px;
}

.Flow .Flow__inner {
  padding-left: 25px;
  padding-right: 25px;
}

.Flow .Flow__title {
  margin: 0 auto 17px;
  width: 80%;
}

.Flow .Flow__wrap {
  background-color: #fff;
  padding: 0px 0px 30px;
}

.Flow .Flow__left {
  margin-bottom: 12px;
  position: relative;
}

.Flow .Flow__btn {
  bottom: 30%;
  left: 10%;
  margin: 0 auto;
  position: absolute;
  width: 80%;
}

.Flow .Flow__btnLink {
  display: block;
}

.Flow .Flow__note {
  margin: 20px auto 0;
  width: 96%;
}

@media print, screen and (min-width: 960px) {
  .Flow {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .Flow .Flow__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .Flow .Flow__title {
    margin: 0 auto 50px;
    max-width: 433px;
    width: 100%;
  }
  .Flow .Flow__wrap {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
    padding: 55px 0px 40px;
  }
  .Flow .Flow__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1030px;
  }
  .Flow .Flow__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.5%;
    flex: 0 0 25.5%;
    margin-bottom: 0px;
    max-width: 25.5%;
  }
  .Flow .Flow__leftFig img {
    width: 100%;
  }
  .Flow .Flow__btn {
    bottom: 45px;
    left: 10%;
    margin: 0 auto;
    max-width: 200px;
    width: 80%;
  }
  .Flow .Flow__btnLink {
    display: block;
  }
  .Flow .Flow__btnLink:hover {
    opacity: .8;
  }
  .Flow .Flow__btnLink img {
    width: 100%;
  }
  .Flow .Flow__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
  .Flow .Flow__right img {
    width: 100%;
  }
  .Flow .Flow__note {
    margin: 20px auto 0;
    max-width: 1080px;
    width: 100%;
  }
}

/**
 * Intro
 */
.Intro {
  background-color: #e3e3e5;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 60px;
}

.Intro .Intro__title {
  margin: 0 auto 20px;
  width: 80%;
}

.Intro .Intro__AnchorItem {
  margin-bottom: 4px;
}

.Intro .Intro__AnchorLink {
  display: block;
}

.Intro .Intro__wrap {
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  margin-bottom: 90px;
  margin-top: 50px;
  padding: 35px 0px 30px;
  position: relative;
}

.Intro .Intro__wrap:before {
  background-color: #c8c8c8;
  bottom: -45px;
  content: '';
  display: block;
  height: 1px;
  left: -20px;
  position: absolute;
  width: 120%;
}

.Intro .Intro__wrap:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Intro .Intro__wrap.-a01 {
  padding-bottom: 40px;
}

.Intro .Intro__wrap.-a01:after {
  background-image: url("../images/anchor_01.svg");
  height: 33px;
  width: 47px;
}

.Intro .Intro__wrap.-a02:after {
  background-image: url("../images/anchor_02.svg");
  height: 33px;
  width: 57px;
}

.Intro .Intro__wrap.-a03:after {
  background-image: url("../images/anchor_03.svg");
  height: 33px;
  width: 58px;
}

.Intro .Intro__wrap.-a04 {
  margin-bottom: 0px;
}

.Intro .Intro__wrap.-a04:before {
  display: none;
}

.Intro .Intro__wrap.-a04:after {
  background-image: url("../images/anchor_04.svg");
  height: 33px;
  width: 59px;
}

.Intro .Intro__title2.-a01 {
  margin: 0 auto 35px;
  width: 56%;
}

.Intro .Intro__title2.-a02 {
  margin: 0 auto 35px;
  width: 39%;
}

.Intro .Intro__title2.-a03 {
  margin: 0 auto 40px;
  width: 84%;
}

.Intro .Intro__title2.-a04 {
  margin: 0 auto 10px;
  width: 84%;
}

.Intro .Intro__item {
  margin: 0 auto 10px;
  width: 86%;
}

.Intro .Intro__item.-feature {
  margin-top: 20px;
}

.Intro .Intro__price figure {
  margin: 20px auto 35px;
  width: 86%;
}

.Intro .Intro__priceNote1 {
  color: #838383;
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 1.33333;
  padding: 0 20px 20px;
}

.Intro .Intro__priceNote2 {
  color: #838383;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 1.33333;
  padding: 0 20px 10px;
}

.Intro .Intro__priceNote2 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5em;
  flex: 0 0 1.5em;
}

.Intro .Intro__estimateTitle {
  margin: 20px auto 25px;
  width: 55%;
}

.Intro .Intro__estimateLink {
  display: block;
  margin: 0px auto 0px;
  width: 84%;
}

.Intro .Intro__color figure {
  margin: 20px auto 0px;
  width: 73%;
}

.Intro .Intro__shade figure {
  margin: 20px auto 20px;
  width: 86%;
}

.Intro .Intro__shadeNote {
  color: #838383;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 1.33333;
  padding: 0 20px 10px;
}

.Intro .Intro__shadeNote span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5em;
  flex: 0 0 1.5em;
}

.Intro .Intro__goodsdrive figure {
  margin: 15px auto 30px;
  width: 97%;
}

.Intro .Intro__goodsitem figure {
  margin: 0px auto 20px;
  width: 88%;
}

.Intro .Intro__goodsdriveNote {
  color: #838383;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 1.33333;
  padding: 0 20px 0px;
}

.Intro .Intro__goodsdriveNote span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5em;
  flex: 0 0 1.5em;
}

.Intro .Intro__btnNote {
  margin: 30px auto 15px;
  width: 64%;
}

.Intro .Intro__btn1 {
  margin: 15px auto 30px;
  width: 86%;
}

.Intro .Intro__btn1Link {
  display: block;
}

.Intro .Intro__btn2 {
  margin: 30px auto 0;
  width: 55%;
}

.Intro .Intro__btn2Link {
  display: block;
  margin: 40px auto 0;
}

.Intro .Intro__slide {
  margin-bottom: 30px;
  margin-top: 20px;
}

.Intro .Intro__slideItem {
  padding: 0px 8px;
}

.Intro .slick-prev,
.Intro .slick-next {
  display: none !important;
}

.Intro .slick-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 22px;
}

.Intro .slick-dots li {
  background-color: #c8c8c8;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11px;
  flex: 0 0 11px;
  font-size: 0;
  height: 11px;
  margin: 0 6px;
  max-width: 11px;
  -webkit-transition: 100ms;
  transition: 100ms;
}

.Intro .slick-dots li.slick-active {
  background-color: #c3002e;
}

@media print, screen and (min-width: 960px) {
  .Intro {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .Intro .Intro__title {
    margin: 0 auto 50px;
    max-width: 516px;
    width: 100%;
  }
  .Intro .Intro__Anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Intro .Intro__AnchorItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.5%;
    flex: 0 0 24.5%;
    margin-bottom: 0px;
    max-width: 24.5%;
  }
  .Intro .Intro__AnchorItem img {
    width: 100%;
  }
  .Intro .Intro__AnchorLink:hover {
    opacity: .8;
  }
  .Intro .Intro__wrap {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
    margin-top: 120px;
    padding: 80px 0px 60px;
  }
  .Intro .Intro__wrap:before {
    display: none;
  }
  .Intro .Intro__wrap:after {
    top: -35px;
  }
  .Intro .Intro__wrap.-a01 {
    padding: 80px 0px 120px;
  }
  .Intro .Intro__wrap.-a01:after {
    height: 68px;
    width: 100px;
  }
  .Intro .Intro__wrap.-a02:after {
    height: 69px;
    width: 122px;
  }
  .Intro .Intro__wrap.-a03:after {
    height: 68px;
    width: 124px;
  }
  .Intro .Intro__wrap.-a04:after {
    height: 69px;
    width: 126px;
  }
  .Intro .Intro__title2.-a01 {
    margin: 0 auto 0px;
    max-width: 346px;
    width: 100%;
  }
  .Intro .Intro__title2.-a02 {
    margin: 0 auto 60px;
    max-width: 220px;
    width: 100%;
  }
  .Intro .Intro__title2.-a03 {
    margin: 0 auto 40px;
    max-width: 514px;
    width: 100%;
  }
  .Intro .Intro__title2.-a04 {
    margin: 0 auto 10px;
    max-width: 646px;
    width: 100%;
  }
  .Intro .Intro__item {
    margin: 60px auto 40px;
    max-width: 860px;
    width: 100%;
  }
  .Intro .Intro__item.-feature {
    margin-top: 60px;
  }
  .Intro .Intro__price figure {
    margin: 0px auto 35px;
    max-width: 830px;
    width: 100%;
  }
  .Intro .Intro__price figure img {
    width: 100%;
  }
  .Intro .Intro__priceNote1 {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0 0px 15px;
    width: 860px;
  }
  .Intro .Intro__priceNote2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 1.75;
    margin: 0 auto;
    padding: 0 0px 0px;
    width: 860px;
  }
  .Intro .Intro__priceNote2 span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5em;
    flex: 0 0 1.5em;
  }
  .Intro .Intro__feature figure {
    margin: 0 auto 60px;
    max-width: 860px;
    width: 100%;
  }
  .Intro .Intro__feature figure img {
    width: 100%;
  }
  .Intro .Intro__estimateTitle {
    margin: 60px auto 40px;
    max-width: 608px;
    width: 100%;
  }
  .Intro .Intro__estimateTitle img {
    width: 100%;
  }
  .Intro .Intro__estimateList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 860px;
  }
  .Intro .Intro__estimateItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 273px;
    flex: 0 0 273px;
    max-width: 273px;
  }
  .Intro .Intro__estimateLink {
    margin: 0px auto 0px;
    width: 100%;
  }
  .Intro .Intro__estimateLink img {
    width: 100%;
  }
  .Intro .Intro__estimateLink:hover {
    opacity: .8;
  }
  .Intro .Intro__color figure {
    margin: 20px auto 0px;
    width: 73%;
  }
  .Intro .Intro__shade figure {
    margin: 20px auto 20px;
    width: 100%;
    width: 860px;
  }
  .Intro .Intro__shadeNote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    line-height: 1.63636;
    margin: 0 auto;
    padding: 0 0px 3px;
    width: 860px;
  }
  .Intro .Intro__shadeNote span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5em;
    flex: 0 0 1.5em;
  }
  .Intro .Intro__goodsdrive figure {
    margin: 0px auto 30px;
    max-width: 850px;
    width: 100%;
  }
  .Intro .Intro__goodsdrive figure img {
    width: 100%;
  }
  .Intro .Intro__goodsitem figure {
    margin: 0px auto 35px;
    max-width: 850px;
    width: 100%;
  }
  .Intro .Intro__goodsdriveNote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0 0px 0px;
    width: 860px;
  }
  .Intro .Intro__goodsdriveNote span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5em;
    flex: 0 0 1.5em;
  }
  .Intro .Intro__btnNote {
    margin: 60px auto 30px;
    max-width: 538px;
    width: 100%;
  }
  .Intro .Intro__btnNote img {
    width: 100%;
  }
  .Intro .Intro__btn1 {
    margin: 30px auto 50px;
    max-width: 365px;
    width: 100%;
  }
  .Intro .Intro__btn1Link:hover {
    cursor: pointer;
    opacity: .8;
  }
  .Intro .Intro__btn2 {
    margin: 45px auto 0;
    max-width: 238px;
    width: 100%;
  }
  .Intro .Intro__btn2Link {
    display: block;
    margin: 45px auto 0;
  }
  .Intro .Intro__btn2Link:hover {
    cursor: pointer;
    opacity: .8;
  }
  .Intro .Intro__slide {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .Intro .Intro__slideItem {
    padding: 0px 8px;
  }
  .Intro .slick-prev,
  .Intro .slick-next {
    display: none !important;
  }
  .Intro .slick-dots {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 22px;
  }
  .Intro .slick-dots li {
    background-color: #c8c8c8;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11px;
    flex: 0 0 11px;
    font-size: 0;
    height: 11px;
    margin: 0 6px;
    max-width: 11px;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  .Intro .slick-dots li.slick-active {
    background-color: #c3002e;
  }
}

/**
 * Lead
 */
.Lead {
  background-image: url("../images/lead_img_sp.jpg");
  background-position: center　top 30px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.Lead:after {
  background-color: rgba(77, 77, 77, 0.6);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.Lead .Lead__inner {
  padding-bottom: 30px;
}

.Lead .Lead__fig1 {
  margin: 0 auto;
  padding-top: 8vw;
  width: 92%;
}

.Lead .Lead__fig2 {
  margin: 0 auto;
  padding-top: 41vw;
  width: 68%;
}

.Lead .Lead__btn {
  margin: 15px auto 0;
  width: 90%;
}

.Lead .Lead__btnLink {
  display: block;
}

@media print, screen and (min-width: 960px) {
  .Lead {
    background-image: url("../images/lead_img_pc.jpg");
    background-position: center　top 30px;
    padding-bottom: 58px;
  }
  .Lead .Lead__fig1 {
    margin: 0;
    margin-left: auto;
    padding-top: 58px;
    width: 484px;
  }
  .Lead .Lead__fig2 {
    margin: 0 auto;
    padding-top: 41vw;
    width: 68%;
  }
  .Lead .Lead__btn {
    margin: 32px 28px 0 auto;
    width: 424px;
  }
  .Lead .Lead__btnLink:hover {
    opacity: .8;
  }
}

/**
 * Sample
 */
.iziModal {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 90% !important;
}

.iziModal-wrap {
  background-color: rgba(0, 0, 0, 0.8);
}

@media print, screen and (min-width: 960px) {
  .iziModal {
    max-width: 1170px !important;
    width: 90% !important;
  }
}

/**
 * ModalContent
 */
.ModalContent {
  background-color: rgba(0, 0, 0, 0);
  height: 250px;
  position: relative;
}

.ModalContent .ModalContent__title {
  left: 50%;
  position: absolute;
  top: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 216px;
}

.ModalContent .ModalContent__wrap {
  background-color: #fff;
  border-radius: 10px;
  height: 250px;
  padding: 15px 10px;
}

.ModalContent .ModalContent__wrapInner {
  height: 220px;
  overflow: scroll;
  padding: 0px 15px 0 10px;
}

.ModalContent .ModalContent__wrapInner p {
  color: #404040;
  font-size: 12px;
  line-height: 1.83333;
}

.ModalContent .ModalContent__closeLink {
  display: block;
  width: 60px;
}

.ModalContent .ModalContent__close {
  bottom: -50px;
  left: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, screen and (min-width: 960px) {
  .ModalContent {
    height: 320px;
  }
  .ModalContent .ModalContent__title {
    top: -65px;
    width: 425px;
  }
  .ModalContent .ModalContent__wrap {
    border-radius: 15px;
    height: 320px;
    padding: 35px 40px;
  }
  .ModalContent .ModalContent__wrapInner {
    height: 250px;
    padding: 0px 30px 0 10px;
  }
  .ModalContent .ModalContent__wrapInner p {
    font-size: 14px;
    line-height: 1.42857;
  }
  .ModalContent .ModalContent__closeLink {
    width: 84px;
  }
  .ModalContent .ModalContent__close {
    bottom: -55px;
  }
}

/**
 * Mv
 */
.Mv .Mv__inner {
  position: relative;
}

.Mv .Mv__logo {
  height: 14px;
  left: 15px;
  position: absolute;
  top: 18px;
  width: 122px;
}

.Mv .Mv__logo a {
  display: block;
}

@media print, screen and (min-width: 960px) {
  .Mv .Mv__logo {
    height: 84px;
    left: 65px;
    top: 35px;
    width: 100px;
  }
  .Mv .Mv__logo a {
    display: block;
  }
  .Mv .Mv__fig img {
    width: 100%;
  }
}

/**
 * Overview
 */
.Overview {
  background-color: #e3e3e5;
  padding-bottom: 60px;
  padding-top: 60px;
}

.Overview .Overview__title {
  margin: 0 auto 17px;
  width: 80%;
}

.Overview .Overview__wrap {
  background-color: #fff;
  padding: 17px 0px 30px;
}

.Overview .Overview__fig1 {
  margin: 0 auto 18px;
  width: 88%;
}

.Overview .Overview__fig2 {
  margin: 0 auto 15px;
  width: 83%;
}

.Overview .Overview__note {
  color: #838383;
  font-size: 11px;
  letter-spacing: -0.01em;
  line-height: 1.33333;
  padding: 0 20px;
}

@media print, screen and (min-width: 960px) {
  .Overview {
    padding-bottom: 130px;
    padding-top: 130px;
  }
  .Overview .Overview__title {
    margin: 0 auto 45px;
    width: 516px;
  }
  .Overview .Overview__wrap {
    padding: 50px 0px 55px;
  }
  .Overview .Overview__fig1 {
    margin: 0 auto 35px;
    max-width: 1024px;
    width: 100%;
  }
  .Overview .Overview__fig1 img {
    width: 100%;
  }
  .Overview .Overview__fig2 {
    margin: 0 auto 30px;
    max-width: 1000px;
    width: 100%;
  }
  .Overview .Overview__fig2 img {
    width: 100%;
  }
  .Overview .Overview__note {
    color: #838383;
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 1.75;
    padding: 0 90px;
  }
}

/**
 * Terms
 */
.Terms {
  background-color: #808080;
  padding-bottom: 40px;
  padding-top: 30px;
}

.Terms .Terms__title {
  margin: 0 auto 12px;
  width: 50%;
}

.Terms .Terms__wrap {
  background-color: #fff;
  border-radius: 10px;
  height: 250px;
  padding: 15px 10px 30px 20px;
}

.Terms .Terms__wrapInner {
  height: 220px;
  overflow: scroll;
  padding: 0px 20px 0 0px;
}

.Terms .Terms__wrapInner p {
  color: #404040;
  font-size: 12px;
  line-height: 1.83333;
}

@media print, screen and (min-width: 960px) {
  .Terms {
    padding-bottom: 85px;
    padding-top: 85px;
  }
  .Terms .Terms__title {
    margin: 0 auto 45px;
    max-width: 288px;
    width: 100%;
  }
  .Terms .Terms__wrap {
    border-radius: 15px;
    padding: 35px 35px 35px 45px;
  }
  .Terms .Terms__wrapInner {
    height: 180px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px 35px 0 0px;
  }
  .Terms .Terms__wrapInner p {
    font-size: 14px;
    line-height: 1.42857;
  }
}

.Thanks .Thanks__inner {
  padding-bottom: 42px;
  padding-top: 40px;
}

.Thanks .Thanks__fig {
  margin: 0 auto;
  width: 93%;
}

@media print, screen and (min-width: 960px) {
  .Thanks .Thanks__inner {
    padding-bottom: 95px;
    padding-top: 95px;
  }
  .Thanks .Thanks__fig {
    max-width: 634px;
    width: 100%;
  }
}
