@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

html {
  font-size: 62.5%;
  font-family: "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  height: 100%;
}

body {
  font-size: 1.6rem;
  color: #333;
  height: 100%;
}

/* リセット系 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
}

p, figure {
  margin: 0;
}

ul, ol {
  padding-left: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

a {
  color: #333;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

.c-page {
  font-family: "Cabin", sans-serif;
  overflow: hidden;
}
.c-page .c-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.c-page .c-header .c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-page .c-header .c-heading .c-logo {
  -o-object-fit: cover;
     object-fit: cover;
  height: 3rem;
}
.c-page .c-header .c-heading .c-header__title {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}
.c-page .c-header .c-heading .c-header__title-inline-block {
  display: inline-block;
}
.c-page .c-header .c-small-button-wrapper {
  margin-right: 5rem;
}
.c-page .c-header .menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 90;
}
.c-page .c-header .menu-btn .c-hamburger {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
}
.c-page .c-header .menu-btn .c-hamburger::before {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
  bottom: 8px;
}
.c-page .c-header .menu-btn .c-hamburger::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
  top: 8px;
}
.c-page .c-header #menu-btn-check:checked ~ .menu-btn .c-hamburger {
  background-color: rgba(255, 255, 255, 0);
}
.c-page .c-header #menu-btn-check:checked ~ .menu-btn .c-hamburger::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}
.c-page .c-header #menu-btn-check:checked ~ .menu-btn .c-hamburger::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}
.c-page .c-header #menu-btn-check {
  display: none;
}
.c-page .c-header .c-menu-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #977525;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-page .c-header .c-menu-content .c-menu-content__list {
  padding: 70px 10px 0;
  background-color: #977525;
}
.c-page .c-header .c-menu-content .c-menu-content__list .c-menu-content__list-item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.c-page .c-header .c-menu-content .c-menu-content__list .c-menu-content__list-item .c-menu-content__link {
  display: block;
  width: 100%;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.c-page .c-header .c-menu-content .c-menu-content__list .c-menu-content__list-item .c-menu-content__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.c-page .c-header #menu-btn-check:checked ~ .c-menu-content {
  left: 0;
}
.c-page .c-hero {
  background-position: center;
  background-size: cover;
  background-image: url(../images/hero.png);
  background-repeat: no-repeat;
  margin-bottom: 3rem;
}
.c-page .c-hero .c-hero__img {
  text-align: center;
  padding: 5%;
}
.c-page .c-content {
  margin: 0;
  padding: 3rem 5%;
}
.c-page .c-content .c-content__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.c-page .c-content .c-content__header .c-content__title {
  font-family: "Crimson Pro", serif;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 6rem;
}
.c-page .c-content .c-content__header .c-content__title::before {
  border-top: 1px solid;
  content: "";
  width: 2rem;
  margin-right: 1rem;
}
.c-page .c-content .c-content__header .c-content__title::after {
  border-top: 1px solid;
  content: "";
  width: 2rem;
  margin-left: 1rem;
}
.c-page .c-content .c-content__header #entry {
  font-size: 5rem;
  font-weight: bold;
}
.c-page .c-content .c-content__body {
  max-width: 1000px;
  margin: 0 auto;
}
.c-page .c-content .c-content__body .c-content__body-text {
  font-family: "Crimson Pro", serif;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.c-page .c-content .c-content__body .c-illustration-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-page .c-content .c-content__body .c-illustration-container .c-illustration-content {
  width: 30%;
  margin-bottom: 3rem;
}
.c-page .c-content .c-content__body .c-illustration-container .c-illustration-content .c-illustration-image {
  width: 100%;
}
.c-page .c-content .c-content__body .c-future-container {
  max-width: 850px;
  margin: 0 auto;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content .c-future-image-wrapper {
  width: 48%;
  height: 26rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content .c-future-image-wrapper .c-future-image {
  width: 100%;
  height: 26rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content .c-future-summary {
  position: absolute;
  right: 0;
  border: 1px solid #977525;
  padding: 1.5rem 2.5rem;
  width: 53%;
  height: 24rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content .c-future-summary .c-future-summary__heading {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content .c-future-summary .c-future-summary__heading .c-font-dark-yellow {
  font-size: 1.8rem;
  line-height: 1.25;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content__even {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content__even .c-future-image-wrapper {
  width: 48%;
  height: 26rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content__even .c-future-image-wrapper .c-future-image {
  position: absolute;
  right: 0;
  width: 48%;
  height: 26rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content__even .c-future-summary {
  z-index: 10;
  border: 1px solid #977525;
  padding: 1.5rem 2.5rem;
  width: 53%;
  height: 24rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content__even .c-future-summary .c-future-summary__heading {
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.c-page .c-content .c-content__body .c-future-container .c-future-content__even .c-future-summary .c-future-summary__heading .c-font-dark-yellow {
  font-size: 1.8rem;
  line-height: 1.25;
}
.c-page .c-content .c-content__body .c-distribution-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4rem 6rem 4rem 0;
}
.c-page .c-content .c-content__body .c-slider {
  padding: 0 6rem;
}
.c-page .c-content .c-content__body .c-slider::before {
  content: "";
  width: 45px;
  height: 101%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  display: block;
  z-index: 5;
}
.c-page .c-content .c-content__body .c-slider::after {
  content: "";
  width: 45px;
  height: 101%;
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  display: block;
  z-index: 5;
}
.c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content {
  height: auto;
  border: 1px solid #977525;
  padding: 2rem;
  -webkit-box-shadow: 2px 2.5px 1.5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2.5px 1.5px 0 rgba(0, 0, 0, 0.3);
}
.c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content .c-slider-content__category {
  margin-bottom: 1rem;
}
.c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content .c-slider-content__category .c-slider-content__category-text {
  display: inline;
  padding: 0.5rem 2rem;
  color: #ffffff;
  background-color: #977525;
  border-radius: 20px;
  text-align: center;
}
.c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content .c-slider-content__area {
  font-weight: bold;
}
.c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content .c-slider-content__heading {
  margin-bottom: 1rem;
  font-weight: bold;
}
.c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content .c-slider-content__text {
  margin-bottom: 1rem;
}
.c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content .c-slider-content__annual-income {
  margin-bottom: 1rem;
  font-weight: bold;
}
.c-page .c-content .c-content__body .c-slider .c-slider--button-prev {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9BA58), to(#977525));
  background: linear-gradient(#E9BA58, #977525);
  border-radius: 70px;
}
.c-page .c-content .c-content__body .c-slider .c-slider--button-prev::after {
  display: none;
}
.c-page .c-content .c-content__body .c-slider .c-slider--button-prev:focus {
  outline: none;
}
.c-page .c-content .c-content__body .c-slider .c-slider--button-next {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9BA58), to(#977525));
  background: linear-gradient(#E9BA58, #977525);
  border-radius: 70px;
}
.c-page .c-content .c-content__body .c-slider .c-slider--button-next::after {
  display: none;
}
.c-page .c-content .c-content__body .c-slider .c-slider--button-next:focus {
  outline: none;
}
.c-page .c-content .c-content__body .c-slider .c-slider--button-next .c-slider-button__image {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-page .c-content .c-content__body .c-case-content {
  margin-bottom: 2rem;
  padding: 1.5rem;
}
.c-page .c-content .c-content__body .c-case-content .c-case-img-wrapper {
  margin-left: 1rem;
}
.c-page .c-content .c-content__body .c-case-content .c-case-img-wrapper .c-case-img {
  float: right;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 2rem;
}
.c-page .c-content .c-content__body .c-case-content .c-case-content__person-introduction {
  display: inline-block;
  border-bottom: 1px solid #977525;
}
.c-page .c-content .c-content__body .c-case-content .c-case-content__heading {
  margin: 1.5rem 0;
  font-weight: bold;
}
.c-page .c-content .c-content__body .c-process-container__heading {
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.c-page .c-content .c-content__body .c-process-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content {
  position: relative;
  width: 30rem;
  max-width: 30rem;
  height: 30rem;
  border: 1px solid #977525;
  padding: 1.5rem;
  margin: 2rem 3rem 2rem 0;
  background-color: #ffffff;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content::after {
  content: "";
  width: 1.5rem;
  height: 2rem;
  background: url("../images/icons/right-arrow.svg") no-repeat center;
  display: block;
  position: absolute;
  right: -2.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content.dummy {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  height: 0;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content.dummy::after {
  display: none;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content:nth-last-of-type(3)::after {
  display: none;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content .c-process-content__heading {
  font-size: 2rem;
  color: #977525;
  font-weight: bold;
  margin-bottom: 2rem;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content .c-process-content__text {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content .c-process-button-wrapper {
  text-align: center;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content .c-rhombus {
  position: absolute;
  top: -20px;
  left: -20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 4rem;
  height: 4rem;
  background-color: #977525;
}
.c-page .c-content .c-content__body .c-process-container .c-process-content .c-rhombus .c-rhombus__number {
  position: absolute;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 9px;
  bottom: 7px;
}
.c-page .c-content .c-content__body .c-follow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}
.c-page .c-content .c-content__body .c-follow-content .c-follow-image-wrapper {
  width: 100%;
  margin: 2rem;
}
.c-page .c-content .c-content__body .c-follow-content .c-follow-image-wrapper .c-follow-image {
  min-width: 35rem;
}
.c-page .c-content .c-content__body .c-follow-content .c-follow-summary {
  margin-left: 2rem;
}
.c-page .c-content .c-content__body .c-follow-content .c-follow-summary .c-follow-summary__upper-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.c-page .c-content .c-content__body .c-follow-content .c-follow-summary .c-follow-summary__upper-text .c-follow-summary__text {
  font-size: 1.3rem;
}
.c-page .c-content .c-content__body .c-consultant-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
.c-page .c-content .c-content__body .c-consultant-container .c-consultant-content {
  max-width: 45rem;
  width: 45rem;
  margin-left: 1rem;
}
.c-page .c-content .c-content__body .c-consultant-container .c-consultant-content .c-consultant-image-wrapper {
  height: 50rem;
  margin-bottom: 2rem;
}
.c-page .c-content .c-content__body .c-consultant-container .c-consultant-content .c-consultant-image-wrapper .c-consultant-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page .c-content .c-content__body .c-consultant-container .c-consultant-content .c-consultant__detail {
  border-bottom: 1px solid #977525;
  margin-bottom: 1rem;
}
.c-page .c-content .c-content__body .c-consultant-container .c-consultant-content .c-consultant__detail .c-consultant__name {
  font-size: 2.8rem;
  margin-right: 1rem;
  font-weight: bold;
}
.c-page .c-content .c-content__body .c-consultant-container .c-consultant-content .c-consultant__detail .c-english-name {
  font-style: italic;
}
.c-page .c-content .c-content__body .c-consultant-container .c-consultant-content .c-consultant__detail .c-consultant__text {
  font-family: "Roboto", sans-serif;
}
.c-page .c-content .c-content__body .c-question-content {
  border: 1px solid #977525;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-page .c-content .c-content__body .c-question-content .c-question__title {
  color: #977525;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
}
.c-page .c-content .c-content__body .c-form__text {
  margin-bottom: 3rem;
}
.c-page .c-content .c-content__body .c-form-content {
  margin-bottom: 1.5rem;
}
.c-page .c-content .c-content__body .c-form-content .c-form-content__header .c-required-badge {
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #f00;
  border: 1px solid #f00;
  padding: 0.2rem 0.4rem;
  margin-left: 0.5rem;
  border-radius: 5px;
}
.c-page .c-content .c-content__body .c-form-content .c-pull-down {
  border: 1.5px solid #afafaf;
  padding: 5px 20px 5px 5px;
  border-radius: 3px;
  background-color: white;
}
.c-page .c-content .c-content__body .c-form-content .c-pull-down:focus {
  outline: none;
}
.c-page .c-content .c-content__body .c-form-content .c-prefectures-under-arrow {
  position: relative;
}
.c-page .c-content .c-content__body .c-form-content .c-prefectures-under-arrow::after {
  position: absolute;
  top: 8px;
  left: 220px;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}
.c-page .c-content .c-content__body .c-form-content .c-age-under-arrow {
  position: relative;
}
.c-page .c-content .c-content__body .c-form-content .c-age-under-arrow::after {
  position: absolute;
  top: 8px;
  left: 48px;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  display: block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  pointer-events: none;
}
.c-page .c-content .c-content__body .c-form-content .c-form-content__body {
  border: 1.5px solid #afafaf;
  width: 100%;
  padding: 0.5rem;
}
.c-page .c-content .c-content__body .c-form-content .c-form-content__body:focus {
  border: solid 2px #00b7ff;
  outline: none;
}
.c-page .c-content .c-content__body .c-form-content .c-form-content__body::-webkit-input-placeholder {
  color: #afafaf;
}
.c-page .c-content .c-content__body .c-form-content .c-form-content__body::-moz-placeholder {
  color: #afafaf;
}
.c-page .c-content .c-content__body .c-form-content .c-form-content__body:-ms-input-placeholder {
  color: #afafaf;
}
.c-page .c-content .c-content__body .c-form-content .c-form-content__body::-ms-input-placeholder {
  color: #afafaf;
}
.c-page .c-content .c-content__body .c-form-content .c-form-content__body::placeholder {
  color: #afafaf;
}
.c-page .c-footer {
  text-align: center;
  height: 6rem;
  color: #ffffff;
  background-color: #977525;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-page .c-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-page .c-header .c-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 3.5rem;
    margin-bottom: 1rem;
  }
  .c-page .c-header .c-heading .c-logo {
    margin-bottom: 1rem;
    height: 2.5rem;
  }
  .c-page .c-header .c-heading .c-header__title {
    font-size: 1.2rem;
  }
  .c-page .c-header .c-small-button-wrapper {
    text-align: center;
    margin-right: 0;
  }
  .c-page .c-hero {
    background-size: contain;
    margin-bottom: 0;
  }
  .c-page .c-hero .c-hero__img {
    padding: 0 5% 5%;
  }
  .c-page .c-hero .c-hero__img .c-hero__text {
    width: 60rem;
  }
  .c-page .c-content {
    padding: 2rem 5%;
  }
  .c-page .c-content .c-content__header .c-content__title {
    font-size: 4rem;
  }
  .c-page .c-content .c-content__header #entry {
    font-size: 3rem;
  }
  .c-page .c-content .c-content__body .c-content__body-text {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .c-page .c-content .c-content__body .c-illustration-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-page .c-content .c-content__body .c-illustration-container .c-illustration-content {
    width: 100%;
    text-align: center;
  }
  .c-page .c-content .c-content__body .c-illustration-container .c-illustration-content .c-illustration-image {
    width: 70%;
    max-width: 28rem;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content .c-future-image-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 2rem;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content .c-future-image-wrapper .c-future-image {
    width: 70%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content .c-future-summary {
    position: static;
    width: 100%;
    height: auto;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content .c-future-summary .c-future-summary__heading {
    font-size: 1.8rem;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content__even {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content__even .c-future-image-wrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 2rem;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content__even .c-future-image-wrapper .c-future-image {
    position: static;
    width: 70%;
    height: auto;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content__even .c-future-summary {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 0;
    width: 100%;
    height: auto;
  }
  .c-page .c-content .c-content__body .c-future-container .c-future-content__even .c-future-summary .c-future-summary__heading {
    font-size: 2rem;
  }
  .c-page .c-content .c-content__body .c-distribution-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem 0;
  }
  .c-page .c-content .c-content__body .c-distribution-image-container .c-distribution-image-wrapper {
    text-align: center;
  }
  .c-page .c-content .c-content__body .c-distribution-image-container .c-distribution-image-wrapper .c-distribution-image {
    width: 70%;
    margin-right: 15%;
    margin-bottom: 2rem;
  }
  .c-page .c-content .c-content__body .c-slider {
    padding: 0 4.5rem;
  }
  .c-page .c-content .c-content__body .c-slider::before {
    width: 35px;
  }
  .c-page .c-content .c-content__body .c-slider::after {
    width: 35px;
  }
  .c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content {
    padding: 1rem;
  }
  .c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content .c-font-small {
    font-size: 1.6rem;
  }
  .c-page .c-content .c-content__body .c-slider .c-slider-container .c-slider-content .c-slider-content__text {
    font-size: 1.4rem;
  }
  .c-page .c-content .c-content__body .c-slider .c-slider--button-prev {
    width: 30px;
    height: 30px;
  }
  .c-page .c-content .c-content__body .c-slider .c-slider--button-next {
    width: 30px;
    height: 30px;
  }
  .c-page .c-content .c-content__body .c-case-content .c-case-img-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-page .c-content .c-content__body .c-case-content .c-case-img-wrapper .c-case-img {
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .c-page .c-content .c-content__body .c-process-container__heading {
    font-size: 2rem;
  }
  .c-page .c-content .c-content__body .c-process-container__heading .c-font-large {
    font-size: 2.8rem;
  }
  .c-page .c-content .c-content__body .c-process-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-page .c-content .c-content__body .c-process-container .c-process-content {
    margin: 2rem auto;
    width: 27rem;
    max-width: 27rem;
    height: 27rem;
    padding: 1rem;
  }
  .c-page .c-content .c-content__body .c-process-container .c-process-content::after {
    display: none;
  }
  .c-page .c-content .c-content__body .c-process-container .c-process-content .c-process-content__heading .c-font-large {
    font-size: 3.2rem;
  }
  .c-page .c-content .c-content__body .c-process-container .c-process-content .c-process-content__text {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .c-page .c-content .c-content__body .c-process-container .c-right-arrow-wrapper {
    display: none;
  }
  .c-page .c-content .c-content__body .c-follow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-page .c-content .c-content__body .c-follow-content .c-follow-image-wrapper {
    margin: 0;
    text-align: center;
  }
  .c-page .c-content .c-content__body .c-follow-content .c-follow-image-wrapper .c-follow-image {
    min-width: 20rem;
    width: 40rem;
    margin-bottom: 2rem;
  }
  .c-page .c-content .c-content__body .c-follow-content .c-follow-summary {
    margin-left: 0;
  }
  .c-page .c-content .c-content__body .c-follow-content .c-follow-summary .c-follow-summary__upper-text {
    font-size: 1.8rem;
  }
  .c-page .c-content .c-content__body .c-consultant-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .c-page .c-content .c-content__body .c-consultant-container .c-consultant-content {
    max-width: initial;
    width: 100%;
    margin: 0 auto 4rem;
  }
  .c-page .c-content .c-content__body .c-consultant-container .c-consultant-content .c-consultant-image-wrapper {
    height: auto;
    text-align: center;
  }
  .c-page .c-content .c-content__body .c-consultant-container .c-consultant-content .c-consultant-image-wrapper .c-consultant-image {
    width: 70%;
    max-width: 260px;
  }
  .c-page .c-content .c-content__body .c-consultant-container .c-consultant-content .c-consultant__detail .c-consultant__name {
    font-size: 2.2rem;
  }
  .c-page .c-content .c-content__body .c-question-content .c-question__title {
    font-size: 2rem;
  }
}
.c-thanks-page {
  background-color: #debf77;
  padding: 14px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-thanks-page .c-message-section {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border: 14px solid #977525;
  padding: 100px 14px;
}
.c-thanks-page .c-message-section__inner {
  max-width: 630px;
  margin: 0 auto;
}
.c-thanks-page .c-message-section__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px solid #d3c8af;
  margin-bottom: 30px;
}
.c-thanks-page .c-message-section__text {
  margin-bottom: 30px;
}
.c-thanks-page .c-message-section__link-button {
  display: block;
  width: 100%;
  max-width: 360px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #977525;
  border: 1px solid #977525;
  border-radius: 60px;
  padding: 10px 30px;
  margin: 0 auto;
  position: relative;
}
.c-thanks-page .c-message-section__link-button::before {
  content: "→";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  font-size: 2.8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-thanks-page {
    padding: 8px;
  }
  .c-thanks-page .c-message-section {
    padding: 30px 14px 36px;
    border: 8px solid #977525;
    max-width: 500px;
  }
  .c-thanks-page .c-message-section__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .c-thanks-page .c-message-section__text {
    margin-bottom: 20px;
  }
  .c-thanks-page .c-message-section__link-button {
    font-size: 1.8rem;
    padding: 4px 16px;
  }
}
.c-small-button-wrapper {
  text-align: center;
}
.c-small-button-wrapper .c-small-button {
  display: inline-block;
  width: 22rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9BA58), to(#977525));
  background: linear-gradient(#E9BA58, #977525);
  border: none;
  font-size: 1.8rem;
  text-decoration: none;
  border-radius: 5px;
}

.c-large-button-wrapper {
  text-align: center;
}
.c-large-button-wrapper .c-large-button {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9BA58), to(#977525));
  background: linear-gradient(#E9BA58, #977525);
  border: none;
  font-size: 2.7rem;
  padding: 5px 10px;
  border-radius: 5px;
}
.c-large-button-wrapper .c-form__button {
  color: #ffffff;
  background-color: #4144e1;
  border: none;
  padding: 1rem 7rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .c-small-button-wrapper .c-small-button {
    width: 16rem;
    font-size: 1.6rem;
  }
  .c-large-button-wrapper .c-large-button {
    font-size: 2.2rem;
  }
}
.c-bg-color-beige {
  background-color: #EAE4D7;
}

.c-bg-color-light-beige {
  background-color: #F2F0EA;
}

.c-font-yellow {
  color: #E9BA58;
}

.c-font-dark-yellow {
  color: #977525;
}

.c-font-gray {
  color: #808080;
}

.c-font-small {
  font-size: 2rem;
}

.c-font-medium {
  font-size: 2.8rem;
}

.c-font-large {
  font-size: 3.6rem;
}

.c-font-bold {
  font-weight: bold;
}

.c-light-yellow-under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE800));
  background: linear-gradient(transparent 60%, #FFE800 60%);
}

.c-yellow-under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E9BA58));
  background: linear-gradient(transparent 60%, #E9BA58 60%);
}

.c-hidden {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .c-font-medium {
    font-size: 2.4rem;
  }
  .c-font-small {
    font-size: 1.8rem;
  }
}
/*z-index  5　　  c-slider*/
/*z-index  10　　c-future-summary*/
/*z-index  80　　c-menu-content */
/*z-index  90　　menu-btn*/