/*! 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 {
  /* 1 */
  overflow: visible;

  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 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] {
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;

  border-bottom: none;
  /* 2 */

  -webkit-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 {
  padding: 0;

  border-style: none;
}

/**
 * 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 {
  /* 2 */
  display: table;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */

  white-space: normal;
  /* 1 */

  color: inherit;
  /* 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"] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 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 {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 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;
}

ul,
p,
dl,
dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
p,
dl,
dd,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
}

body {
  font-family: "HiraKakuProN-W3", "verdana";
  font-size: 16px;
  line-height: 1.6;

  color: rgba(0, 0, 0, 0.8);
  background: url("../images/pc/bg_main_dot.gif") repeat;
}

.hero {
  padding: 30px 0;

  background: url("../images/pc/bg_main.png") top center no-repeat;
}

.hero__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
}

.header__title {
  text-align: center;
}

.header__text {
  font-size: 18px;

  margin-top: 30px;

  text-align: center;
}

.featured-field {
  font-size: 20px;
  font-weight: bold;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 30px;
  padding: 20px 34px;

  border-radius: 5px;
  background: #fff;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-field__title {
  white-space: nowrap;
  margin-right: 40px;
}

.featured-field__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.featured-field__list > ul:nth-of-type(n + 3) {
  margin-top: 10px;
}

.featured-field__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 190px;
  padding: 8px 14px;

  text-align: center;

  color: #fff;
  background: #ed4644;
}
.featured-field__item_text {
  font-size: 16px;
  color: #ed4644;
  min-width: 190px;
  text-align: center;
}

.navi {
  padding: 20px 0;

  background: #ffda6f;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
}

.navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 710px;
  margin: 0 auto;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navi__item {
  font-size: 24px;
  font-weight: bold;
}

.navi__link {
  padding-left: 30px;

  color: #000;
  background: url("../images/pc/ico_menu_arrow.png") left center no-repeat;
}

.summary {
  padding: 70px 0;

  background: url("../images/pc/bg_about.png") center bottom 23.5% no-repeat;
}

.summary__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
}

.summary-chat__item:nth-child(1) {
  padding: 60px 0 40px;

  background: url("../images/pc/pic_summary_contract.png") no-repeat top right
    45px;
}

.summary-chat__item:nth-child(2) {
  padding: 60px 0 40px;

  background: url("../images/pc/pic_summary_sideline.png") no-repeat top left
    45px;
}

.summary-chat__item:nth-child(3) {
  padding: 60px 0 116px;

  background: url("../images/pc/pic_summary_continuance.png") no-repeat top
    right 80px;
}

.summary-chat__item:nth-child(4) {
  margin-top: -26px;
  padding: 60px 0 100px;

  background: url("../images/pc/pic_summary_idea.png") no-repeat top left 45px;
}

.summary-chat__item:nth-child(5) {
  margin: -40px 0 20px;
  padding: 60px 0 100px;

  background: url("../images/pc/pic_summary_field.png") no-repeat top right 0;
}

.summary-chat__text {
  font-size: 22px;
  line-height: 1.3;

  position: relative;

  width: 500px;
  padding: 30px;

  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 4px 0 #ffb629;
  box-shadow: 0 4px 0 #ffb629;
}

.summary-chat__text::before {
  position: absolute;
  top: 50%;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.summary-chat__text--left {
  margin-right: auto;
}

.summary-chat__text--left::before {
  left: 100%;

  width: 0;
  height: 0;

  content: "";

  border: solid transparent;
  border-width: 7px;
  border-color: transparent transparent transparent #fff;
}

.summary-chat__text--right {
  margin-left: auto;
}

.summary-chat__text--right::before {
  right: 100%;

  width: 0;
  height: 0;

  content: "";

  border: solid transparent;
  border-width: 7px;
  border-color: transparent #fff transparent transparent;
}

.summary-assets {
  padding: 50px 70px;

  border: 5px solid #ff9c00;
  background: #fff;
}

.summary-assets__title {
  font-size: 30px;

  text-align: center;
}

.summary-assets__body {
  font-size: 22px;

  margin-top: 35px;
}

.summary-assets__lead {
  margin-bottom: 25px;

  text-align: center;
}

.summary-assets__text {
  padding-left: 225px;

  background: url("../images/pc/img_shisan.png") no-repeat left top 20px;
}

.summary-assets__item {
  font-weight: bold;
  line-height: 2;
}

.summary-assets__item--etc {
  margin-left: 6px;
}

.info {
  background: #ffcb36;
  -webkit-box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.03);
}

.info__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
  padding: 70px 0;
}

.info-recruitment {
  padding-bottom: 0;
}

.info-recruitment__title {
  font-size: 30px;

  text-align: center;
}

.info-recruitment__body {
  margin-top: 45px;
}

.info-recruitment .overview {
  padding: 60px;

  border-radius: 5px;
  background: #fff;
}

.info-recruitment .overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 40px;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.info-recruitment .overview__item:last-child {
  margin-bottom: 0;
}

.info-recruitment .overview__title {
  height: 24px;
  padding-left: 14px;

  vertical-align: top;

  border-left: 4px solid #ffcb36;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 126px;
  flex: 0 0 126px;
}

.info-recruitment .overview__text {
  margin: 0;
}

.info-recruitment .overview__text--small {
  font-size: 13px;

  margin-top: 5px;

  color: #777;
}

.info-flow {
  text-align: center;
}

.info-flow__title {
  font-size: 30px;

  text-align: center;
}

.info-flow__body {
  margin-top: 30px;
}

.info-flow__text {
  margin-top: 30px;
}

.info-flow .flowchart__text {
  font-size: 12px;

  margin: 8px 0 30px;
}

.info-flow .required-document {
  position: relative;

  padding: 30px 115px 0;

  border-radius: 5px;
  background: #fff;
}

.info-flow .required-document::before {
  position: absolute;
  bottom: 100%;
  left: 180px;

  width: 0;
  height: 0;

  content: "";

  border: solid transparent;
  border-width: 20px;
  border-color: transparent transparent #fff transparent;
}

.info-flow .required-document__title {
  font-size: 30px;
  font-weight: normal;

  text-align: center;
}

.info-flow .required-document__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 20px 0 5px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-flow .required-document__item {
  font-size: 24px;

  width: 210px;
  padding: 6px 0;

  background-color: #ffcb36;
}

.info-flow .required-document__foot {
  width: 440px;
  margin: 0 auto;
  padding: 16px 116px 40px 0;

  background: url("../images/pc/pic_docs_kaityo.png") top right no-repeat;
}

.info-flow .required-document__text {
  position: relative;

  padding: 10px 5px;

  color: #fff;
  border-radius: 5px;
  background: #000;
}

.info-flow .required-document__text::before {
  position: absolute;
  top: 50%;
  left: 100%;

  width: 0;
  height: 0;

  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  border: solid transparent;
  border-width: 7px;
  border-color: transparent transparent transparent #000;
}

.info-qa__title {
  font-size: 30px;

  text-align: center;
}

.info-qa__body {
  margin-top: 45px;
}

.info-qa .qa-list {
  padding: 60px;

  border-radius: 5px;
  background: #fff;
}

.info-qa .qa-list__item {
  padding: 25px 0;

  border-bottom: dashed 1px #777;
}

.info-qa .qa-list__item:first-child {
  padding-top: 0;
}

.info-qa .qa-list__text {
  font-size: 16px;

  position: relative;

  margin: 0;
  padding-left: 40px;

  text-align: left;
}

.info-qa .qa-list__text:first-child {
  margin-bottom: 10px;
}

.info-qa .qa-list__text::before {
  font-weight: bold;

  position: absolute;
  top: 0;
  left: 0;
}

.info-qa .qa-list__text--q::before {
  content: "Q.";
}

.info-qa .qa-list__text--a::before {
  content: "A.";
}

.info-qa .qa-list__link {
  color: #ff9c00;
}

.info-qa .qa-list__link:hover {
  opacity: 0.8;
}

.entry {
  padding: 50px 0 70px;

  text-align: center;

  background: url("../images/pc/bg_presentation.png") no-repeat top center;
}

.entry__head {
  position: relative;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.entry__subtitle {
  position: absolute;
  right: 25px;
  bottom: 0;
}

.entry__text {
  font-size: 12px;
  line-height: 1.8;

  margin-top: 10px;
}

.entry__button {
  font-size: 24px;
  font-weight: bold;

  display: block;

  width: 342px;
  margin: 0 auto;
  padding: 15px 0;

  text-decoration: none;

  color: #fff;
  border: 5px solid #fff;
  background: #ed4644;
}

.go-to-top {
  position: fixed;
  z-index: 20;
  right: 30px;
  bottom: 30px;
}

.go-to-top:hover {
  opacity: 0.8;
}

.footer {
  margin-top: 60px;
  padding: 30px 0;

  text-align: center;

  color: #fff;
  background-color: #222;
}

.footer .social-button__item {
  line-height: 1;

  display: inline-block;

  margin: 0 4px 8px;

  vertical-align: top;
}
