@charset "UTF-8";
/* ! --------------------------------------------------
Foundation [サイト全体のデフォルトスタイル]
-------------------------------------------------- */
/* ! Variable [変数を管理] ------------------------- */
/* ! ==================================================

- メディアクエリ

================================================== */
/* ! --------------------------------------------------

- メディアクエリ

-------------------------------------------------- */
/* ! ==================================================

- カラー

================================================== */
/* ! --------------------------------------------------

- カラー

-------------------------------------------------- */
html {
  color: #000;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, xmp {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

input, select, textarea, button {
  outline: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  min-height: 0%;
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ! ==================================================

- html/body
- text

================================================== */
/* ! --------------------------------------------------

- html/body

-------------------------------------------------- */
html {
  min-height: 100vh;
  min-width: 360px;
  display: flex;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  display: flex;
  flex: auto;
  min-width: 10px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  background: #fff;
}

/* ! --------------------------------------------------

- text

-------------------------------------------------- */
p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  p {
    line-height: 1.71429em;
  }
}

a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: none;
  cursor: pointer;
}

::-moz-selection {
  color: #fff;
  background: #ccc;
}

::selection {
  color: #fff;
  background: #ccc;
}

/* ! --------------------------------------------------
Layout [各ページを構成するサイト全体で共通したエリア]
-------------------------------------------------- */
/* ! ==================================================

- ボディ

================================================== */
/* ! --------------------------------------------------

- ボディ

-------------------------------------------------- */
.l-body {
  min-height: 750px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  min-width: 0;
}

/* ! ==================================================

- ベースレイアウト

================================================== */
/* ! --------------------------------------------------

- ベースレイアウト[サイドバー、メインを並べるために使用]

-------------------------------------------------- */
.l-base {
  display: flex;
  flex: auto;
  min-width: 0;
}

/* ! ==================================================

- ヘッダー

================================================== */
/* ! --------------------------------------------------

- ヘッダー

-------------------------------------------------- */
.l-header {
  height: 56px;
  position: relative;
}
@media screen and (max-width: 560px) {
  .l-header {
    height: 48px;
  }
}

/* ! ==================================================

- メイン

================================================== */
/* ! --------------------------------------------------

- メイン

-------------------------------------------------- */
.l-main {
  display: flex;
  flex: auto;
  min-width: 0;
}

/* ! ==================================================

- コンテナ

================================================== */
/* ! --------------------------------------------------

- コンテナ

-------------------------------------------------- */
.l-container {
  max-width: 1160px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .l-container {
    padding: 0 16px;
  }
}

/* ! ==================================================

- ホームレイアウト

================================================== */
/* ! --------------------------------------------------

- ホームレイアウト

-------------------------------------------------- */
.l-home {
  width: 100%;
  overflow: hidden;
}

/* ! ==================================================

- ページレイアウト

================================================== */
/* ! --------------------------------------------------

- ページレイアウト

-------------------------------------------------- */
.l-page {
  width: 100%;
  flex: auto;
  min-width: 0;
}

/* ! --------------------------------------------------

- 下層ページレイアウト

-------------------------------------------------- */
.l-underPage {
  width: 100%;
  flex: auto;
  min-width: 0;
}

/* ! --------------------------------------------------
Object [サイト全体で再利用できるパターンを持つモジュール]
-------------------------------------------------- */
/* ! Component [小さな単位のモジュールを管理] ------------------------- */
/* ! ==================================================

- ボタン
- ボタンエリア

================================================== */
/* ! --------------------------------------------------

- ボタン

-------------------------------------------------- */
.c-button {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #023049;
  background: #023049;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .c-button {
    font-size: 12px;
    padding: 0 10px;
  }
}
.c-button:hover {
  background: #000;
  border: 1px solid #222A36;
}
.c-button--line {
  background: white;
  border: 1px solid #222A36;
  color: #03284A;
}
.c-button--line:hover {
  background: #000;
  color: #fff;
}
.c-button--icon:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 -5px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url(../image/icon/ico_mail_white.svg);
}
.c-button--heightLarge {
  height: 60px;
}
@media screen and (max-width: 1080px) {
  .c-button--heightLarge {
    height: 45px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 480px) {
  .c-button--heightLarge {
    height: 35px;
  }
}
.c-button--heightSmail {
  height: 32px;
}
.c-button--widthLarge {
  padding: 0 50px;
}
@media screen and (max-width: 1080px) {
  .c-button--widthLarge {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .c-button--widthLarge {
    padding: 0 35px;
  }
}

/* ! ==================================================

- ボタン

================================================== */
/* ! --------------------------------------------------

- ボタン

-------------------------------------------------- */
.p-home__mainVisual .title {
  color: #03284A;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.45833em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-home__mainVisual .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-home__mainVisual .title {
    line-height: 1.2em;
    font-size: 26px;
  }
}
.p-matter__text .en, .p-underPage__head .title {
  color: #03284A;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.45833em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-matter__text .en, .p-underPage__head .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-matter__text .en, .p-underPage__head .title {
    font-size: 20px;
    line-height: 1em;
  }
}
.p-underHeading__character .subTitle, .p-home__heading--holizontal .title {
  color: #03284A;
  font-weight: 600;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-underHeading__character .subTitle, .p-home__heading--holizontal .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-underHeading__character .subTitle, .p-home__heading--holizontal .title {
    font-size: 18px;
  }
}
.p-banner__contact__show .information .call, .p-contact__complete .title, .p-matter__text .title, .p-contents__list > li article .text .title, .p-home__heading .title {
  color: #03284A;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .p-banner__contact__show .information .call, .p-contact__complete .title, .p-matter__text .title, .p-contents__list > li article .text .title, .p-home__heading .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-banner__contact__show .information .call, .p-contact__complete .title, .p-matter__text .title, .p-contents__list > li article .text .title, .p-home__heading .title {
    font-size: 15px;
    line-height: 1.5em;
  }
}
.p-pagination__list .active a, .p-banner__contact__show .information .mail, .p-team__list__information .name, .p-peformance__list__core .title, .p-business__list > li article .text .title, .p-point__list > li article .text .title, .p-underHeading__about .subTitle, .p-matter__text .ja, .p-home__mainVisual .subTitle {
  color: #03284A;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-pagination__list .active a, .p-banner__contact__show .information .mail, .p-team__list__information .name, .p-peformance__list__core .title, .p-business__list > li article .text .title, .p-point__list > li article .text .title, .p-underHeading__about .subTitle, .p-matter__text .ja, .p-home__mainVisual .subTitle {
    font-size: 17px;
  }
}
.p-banner__contact__consultation .text, .p-cont__list > li article .cnt p, .p-support__list > li article .img .title, .p-job__list > li article .cnt p, .p-recruit__list > li article .cnt p, .p-team__list__introduction .role, .p-form__list > li article .cnt p, .p-list_archive__body__list > li article .number, .p-list_archive__head .title, .p-news__list__information .title, .p-underPage__head .subTitle, .p-contents__list > li article .text .subTitle, .p-home__vision__text__body .description, .p-contact__complete .description {
  color: #03284A;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-banner__contact__consultation .text, .p-cont__list > li article .cnt p, .p-support__list > li article .img .title, .p-job__list > li article .cnt p, .p-recruit__list > li article .cnt p, .p-team__list__introduction .role, .p-form__list > li article .cnt p, .p-list_archive__body__list > li article .number, .p-list_archive__head .title, .p-news__list__information .title, .p-underPage__head .subTitle, .p-contents__list > li article .text .subTitle, .p-home__vision__text__body .description, .p-contact__complete .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-banner__contact__consultation .text, .p-cont__list > li article .cnt p, .p-support__list > li article .img .title, .p-job__list > li article .cnt p, .p-recruit__list > li article .cnt p, .p-team__list__introduction .role, .p-form__list > li article .cnt p, .p-list_archive__body__list > li article .number, .p-list_archive__head .title, .p-news__list__information .title, .p-underPage__head .subTitle, .p-contents__list > li article .text .subTitle, .p-home__vision__text__body .description, .p-contact__complete .description {
    font-size: 13px;
  }
}
.p-contact__complete .description {
  font-weight: 400;
}
.p-listForm__label, .p-cont__list > li article .title p, .p-support__list > li article .text .point, .p-job__list > li article .title p, .p-recruit__list > li article .title p, .p-business__list > li article .text .description, .p-point__list > li article .text .description, .p-form__list > li article .title p, .p-list_show__body .description, .p-list_show__head__information .category, .p-underHeading__about .title, .p-underHeading__character .title, .p-matter__text .clause, .p-matter__text .description, .p-home__heading .subTitle, .p-footer__nav__list > li a {
  color: #222;
  font-weight: 300;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-listForm__label, .p-cont__list > li article .title p, .p-support__list > li article .text .point, .p-job__list > li article .title p, .p-recruit__list > li article .title p, .p-business__list > li article .text .description, .p-point__list > li article .text .description, .p-form__list > li article .title p, .p-list_show__body .description, .p-list_show__head__information .category, .p-underHeading__about .title, .p-underHeading__character .title, .p-matter__text .clause, .p-matter__text .description, .p-home__heading .subTitle, .p-footer__nav__list > li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-listForm__label, .p-cont__list > li article .title p, .p-support__list > li article .text .point, .p-job__list > li article .title p, .p-recruit__list > li article .title p, .p-business__list > li article .text .description, .p-point__list > li article .text .description, .p-form__list > li article .title p, .p-list_show__body .description, .p-list_show__head__information .category, .p-underHeading__about .title, .p-underHeading__character .title, .p-matter__text .clause, .p-matter__text .description, .p-home__heading .subTitle, .p-footer__nav__list > li a {
    font-size: 12px;
  }
}
.p-team__list__information .kana, .p-news__list__information .category {
  color: #03284A;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.45455em;
  letter-spacing: 0.04em;
}
.p-bread__list > li a, .p-footer__address .ttl {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
.p-listForm__label--required:before, .p-footer__info .copyright {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.45455em;
  letter-spacing: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-listForm__label--required:before, .p-footer__info .copyright {
    font-size: 10px;
  }
}
.p-listForm__label--required:before, .p-underHeading__about .title, .p-underHeading__character .title, .p-contents__list > li article .text .title, .p-home__heading .title, .p-home__heading--holizontal .title, .p-home__mainVisual .title {
  font-weight: 700;
}
.p-news__list__information .title, .p-matter__text .ja, .p-home__vision__text__body .description {
  font-weight: 500;
}
/* ! ==================================================

- インプット、セレクト

================================================== */
/* ! --------------------------------------------------

- インプット

-------------------------------------------------- */
.c-input, .c-input--radio, .c-input--checkbox, .c-input--select, .c-input--full {
  display: inline-flex;
  position: relative;
  /*
  	::-webkit-input-placeholder { color: map-get($colors,third);}
    :-ms-input-placeholder { color: map-get($colors,third);}
    ::-moz-placeholder { color: map-get($colors,third);}
  */
}
.c-input--select select, .c-input textarea, .c-input--radio textarea, .c-input--checkbox textarea, .c-input--select textarea, .c-input--full textarea, .c-input input, .c-input--radio input, .c-input--checkbox input, .c-input--select input, .c-input--full input {
  font-size: 16px;
  height: 44px;
  padding: 0 8px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 480px) {
  .c-input--select select, .c-input textarea, .c-input--radio textarea, .c-input--checkbox textarea, .c-input--select textarea, .c-input--full textarea, .c-input input, .c-input--radio input, .c-input--checkbox input, .c-input--select input, .c-input--full input {
    height: 40px;
  }
}
.c-input textarea, .c-input--radio textarea, .c-input--checkbox textarea, .c-input--select textarea, .c-input--full textarea {
  overflow: auto;
  padding: 8px 8px;
  resize: none;
  min-height: 64px;
}
@media screen and (max-width: 480px) {
  .c-input textarea, .c-input--radio textarea, .c-input--checkbox textarea, .c-input--select textarea, .c-input--full textarea {
    padding: 5px 8px;
  }
}
.c-input input[type=number]::-webkit-outer-spin-button, .c-input--radio input[type=number]::-webkit-outer-spin-button, .c-input--checkbox input[type=number]::-webkit-outer-spin-button, .c-input--select input[type=number]::-webkit-outer-spin-button, .c-input--full input[type=number]::-webkit-outer-spin-button,
.c-input input[type=number]::-webkit-inner-spin-button,
.c-input--radio input[type=number]::-webkit-inner-spin-button,
.c-input--checkbox input[type=number]::-webkit-inner-spin-button,
.c-input--select input[type=number]::-webkit-inner-spin-button,
.c-input--full input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-input input[type=number], .c-input--radio input[type=number], .c-input--checkbox input[type=number], .c-input--select input[type=number], .c-input--full input[type=number] {
  -moz-appearance: textfield;
}
.c-input--full {
  width: 100%;
}
.c-input--full input,
.c-input--full textarea {
  width: 100%;
}
.c-input--select {
  position: relative;
}
.c-input--select:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://www.sapphirecapital.co.jp/img/admin/p-input/select.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-input--select select {
  padding-right: 24px;
  background: #fff;
}
.c-input--select select::-ms-expand {
  display: none;
}
.c-input--radio input[type=radio], .c-input--checkbox input[type=checkbox] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-input--radio label:before, .c-input--checkbox label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://www.sapphirecapital.co.jp/img/admin/p-input/radio.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}
.c-input--radio label, .c-input--checkbox label {
  font-size: 14px;
  line-height: 1em;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 12px 0 20px;
  position: relative;
}
.c-input--checkbox {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.c-input--checkbox--column {
  flex-direction: column;
}
.c-input--checkbox input[type=checkbox]:checked + label:before {
  background: url(https://www.sapphirecapital.co.jp/img/admin/p-input/checkbox--checked.svg);
}
.c-input--checkbox label:before {
  background: url(https://www.sapphirecapital.co.jp/img/admin/p-input/checkbox.svg);
}
.c-input--radio {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.c-input--radio input[type=radio]:checked + label:before {
  background: url(https://www.sapphirecapital.co.jp/img/admin/p-input/radio--checked.svg);
}
.c-input--radio label:before {
  background: url(https://www.sapphirecapital.co.jp/img/admin/p-input/radio.svg);
}

/* ! --------------------------------------------------

- セレクト

-------------------------------------------------- */
.c-parts {
  flex: auto;
  min-width: 10px;
  padding: 2px;
}

.c-none {
  flex: none;
}

.c-select {
  width: 100%;
  position: relative;
}
.c-select__form {
  height: 33px;
  border: 1px solid #222A36;
  width: 90px;
}

/* ! Project [Componentと、他の要素によって構成される大きな単位のモジュール] ------------------------- */
/* ! --------------------------------------------------

- ヘッダー

-------------------------------------------------- */
@media screen and (max-width: 850px) {
  .on_850.on_850 {
    display: block;
  }

  .off_850.off_850 {
    display: none;
  }
}
.p-header {
  height: 56px;
  width: 100%;
  min-width: 360px;
  background: #fff;
  padding: 0 8px 0 20px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1080px) {
  .p-header {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 560px) {
  .p-header {
    height: 48px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 560px) and (max-width: 480px) {
  .p-header {
    padding: 0 10px;
  }
}
.p-header__logo {
  flex: none;
}
.p-header__logo a {
  display: block;
}
.p-header__logo a .img {
  background: url(../image/img/logotu.jpg) no-repeat center center !important;
  background-size: cover !important;
  height: 32px;
  width: 114px;
}
@media screen and (max-width: 1080px) {
  .p-header__logo a .img {
    height: 34px;
    width: 120px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 560px) {
  .p-header__logo a .img {
    height: 37px;
    width: 130px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 560px) and (max-width: 480px) {
  .p-header__logo a .img {
    height: 30px;
    width: 105px;
  }
}
.p-header__nav {
  flex: auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 850px) {
  .p-header__nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 850px) {
  .p-header__nav {
    display: block !important;
  }
}
@media screen and (max-width: 850px) {
  .p-header__nav__item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.p-header__nav__item__logo {
  display: none;
}
@media screen and (max-width: 850px) {
  .p-header__nav__item__logo {
    display: block;
  }
  .p-header__nav__item__logo .img {
    background: url(../image/logo/logo.svg) no-repeat center center !important;
    background-size: cover !important;
    height: 36px;
    width: 100px;
  }
}
.p-header__nav__item__list {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  .p-header__nav__item__list {
    margin: 25px 0 0;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 850px) and (max-width: 768px) {
  .p-header__nav__item__list {
    flex-direction: column-reverse;
  }
}
.p-header__nav__item__list__special {
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-header__nav__item__list__special {
    display: none;
  }
}
.p-header__nav__item__list__special__company {
  display: none;
}
.p-header__nav__item__list__special:hover .p-header__nav__item__list__special__company {
  display: block;
  position: absolute;
  /*
  					    width: 123px;
  					    height: 105px;
  */
  background: #fff;
  /*
  					    bottom: -105px;
  					    left: -25px;
  */
  height: auto;
  /*
  							bottom: -75px;
  				    	left: -15px;
  */
  bottom: -70px;
  left: -15px;
  width: 105px;
}
.p-header__nav__item__list__special:hover .p-header__nav__item__list__special__company ul {
  border: 1px solid #03284a;
}
.p-header__nav__item__list__special:hover .p-header__nav__item__list__special__company ul > li {
  padding: 2px 0;
}
.p-header__nav__item__list__special:hover .p-header__nav__item__list__special__company ul > li:hover {
  background: #E6EEF2;
}
.p-header__nav__item__list__special:hover .p-header__nav__item__list__special__company ul > li + li {
  border-top: 1px solid #03284a;
}
@media screen and (max-width: 768px) {
  .p-header__nav__item__list > li {
    margin: 10px 0 0;
  }
}
.p-header__nav__item__list > li.add {
  display: none;
}
@media screen and (max-width: 850px) {
  .p-header__nav__item__list > li.add {
    display: block;
  }
}
.p-header__nav__item__list > li a {
  color: #000;
  text-align: center;
  display: flex;
  padding: 8px;
  line-height: 1em;
}
@media screen and (max-width: 1080px) {
  .p-header__nav__item__list > li a {
    padding: 8px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 560px) {
  .p-header__nav__item__list > li a {
    padding: 8px 0;
  }
}
.p-header__nav__item__list > li a.break {
  cursor: auto;
}
@media screen and (max-width: 850px) {
  .p-header__nav__item__list > li a.break {
    display: none;
  }
}
.p-header__nav__item__list--action {
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .p-header__nav__item__list--action {
    margin: 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 850px) {
  .p-header__nav__item__list--action {
    margin: 0 0 0 auto;
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 850px) and (max-width: 480px) {
  .p-header__nav__item__list--action {
    padding: 0 30px 0 0;
  }
}
.p-header__nav__item__list--action > li + li {
  margin: 0 0 0 4px;
}
.p-header__nav__item__list--modal {
  display: none;
}
@media screen and (max-width: 850px) {
  .p-header__nav__item__list--modal {
    display: flex;
    margin: 25px 0 0;
  }
}

/* スマホメニュー */
.p-sp_menu {
  display: none;
}
@media screen and (max-width: 850px) {
  .p-sp_menu {
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 10;
    width: 25px;
    height: 24px;
    cursor: pointer;
  }
}
@media screen and (max-width: 850px) and (max-width: 560px) {
  .p-sp_menu {
    top: 14px;
  }
}
@media screen and (max-width: 850px) and (max-width: 560px) and (max-width: 480px) {
  .p-sp_menu {
    right: 12px;
  }
}
@media screen and (max-width: 850px) {
  .p-sp_menu .btn-trigger {
    position: relative;
  }
  .p-sp_menu .btn-trigger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #222A36;
    margin: 3px;
  }
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  width: 25px;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 10px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

.btn-trigger span:nth-of-type(1).active {
  transform: translateY(5px) rotate(45deg);
}

.btn-trigger span:nth-of-type(2).active {
  opacity: 0;
}

.btn-trigger span:nth-of-type(3).active {
  transform: translateY(-7px) rotate(-45deg);
}

/* ! --------------------------------------------------

- フッター

-------------------------------------------------- */
.p-footer {
  padding: 30px 0;
  background: #222;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 20px 0;
  }
}
.p-footer__nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-footer__nav__list > li a {
  color: #fff;
  text-align: center;
  display: flex;
  padding: 8px 12px;
  line-height: 1em;
}
.p-footer__address {
  margin: 20px 0 0;
  text-align: center;
}
.p-footer__address .ttl {
  color: #fff;
}
.p-footer__info {
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__info {
    margin: 20px 0 0;
  }
}
.p-footer__info .copyright {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

/* ! --------------------------------------------------

- ホームページ TOP

-------------------------------------------------- */
.p-home__mainVisual {
  height: 620px;
  background: url(../image/img/bg_firstview.jpg) no-repeat center center !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-home__mainVisual {
    height: 550px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p-home__mainVisual {
    height: 450px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) and (max-width: 480px) {
  .p-home__mainVisual {
    height: 330px;
  }
}
.p-home__mainVisual .title {
  font-family: "Roboto-Bold", sans-serif;
  color: #fff;
  text-shadow: 1px 3px 5px #222;
}
.p-home__mainVisual .subTitle {
  color: #fff;
  text-shadow: 1px 3px 5px #222;
  margin: 10px 0 0;
}
@media screen and (max-width: 480px) {
  .p-home__mainVisual .subTitle {
    margin: 14px 0 0;
    font-size: 14px !important;
  }
}
.p-home__mainVisual .subTitle br {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-home__mainVisual .subTitle br {
    display: block;
  }
}
.p-home__section {
  padding: 80px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-home__section {
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-home__section {
    padding: 30px 0 15px;
  }
}
.p-home__section--contents {
  padding: 0;
}
.p-home__heading {
  margin: 0 0 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home__heading {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-home__heading {
    margin: 0 0 15px;
  }
}
.p-home__heading--holizontal {
  display: flex;
  align-items: center;
}
.p-home__heading--holizontal .title {
  letter-spacing: 0.1em;
  font-family: "Roboto-Bold", sans-serif;
  position: relative;
}
.p-home__heading--holizontal .title:after {
  content: "";
  background: #03314A;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin: 0 0 0 10px;
}
.p-home__heading--holizontal .subTitle {
  color: #03284A;
}
@media screen and (max-width: 1080px) {
  .p-home__heading--holizontal .subTitle {
    padding: 0;
  }
}
.p-home__heading:before {
  content: "";
  background: #03314A;
  width: 12%;
  height: 1px;
  position: absolute;
  right: 65%;
  top: 50%;
}
@media screen and (max-width: 480px) {
  .p-home__heading:before {
    right: 70%;
  }
}
.p-home__heading:after {
  content: "";
  background: #03314A;
  width: 12%;
  height: 1px;
  position: absolute;
  left: 65%;
  top: 50%;
}
@media screen and (max-width: 480px) {
  .p-home__heading:after {
    left: 70%;
  }
}
.p-home__heading .title {
  font-family: "Roboto-Bold", sans-serif;
}
.p-home__heading .subTitle {
  color: #03284A;
}
@media screen and (max-width: 480px) {
  .p-home__heading .subTitle {
    line-height: 1.3em;
  }
}
.p-home__heading--holizontal {
  flex-direction: row;
  display: block;
}
/* ! ------------ 新規情報 TOP------- */
.p-home__news__body__buttonArea {
  text-align: center;
  padding: 15px 0 0;
}

/* ! ------------ ビジョン TOP------- */
.p-home__vision {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-home__vision {
    flex-direction: column-reverse;
  }
}
.p-home__vision__text {
  flex: auto;
  min-width: 0;
  padding: 0 40px;
}
@media screen and (max-width: 1080px) {
  .p-home__vision__text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p-home__vision__text {
    padding: 0 18px;
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) and (max-width: 480px) {
  .p-home__vision__text {
    padding: 0 16px;
  }
}
.p-home__vision__text__body {
  margin: 30px 0 0;
}
@media screen and (max-width: 1080px) {
  .p-home__vision__text__body {
    margin: 10px 0 0;
  }
}
.p-home__vision__text__body .description {
  color: #536b77;
  font-weight: 400;
}
.p-home__vision__text__body .description + .title {
  margin: 10px 0 0;
}
.p-home__vision__text__body .description {
  margin: 18px 0 0;
  line-height: 1.9em;
}
@media screen and (max-width: 1080px) {
  .p-home__vision__text__body .description {
    margin: 8px 0 0;
    font-size: 12px;
  }
}
.p-home__vision__text__body .buttonArea {
  margin: 15px 0 0;
}
.p-home__vision__image {
  height: 410px;
  min-width: 620px;
  background: url(../image/img/min-bg_vision.jpg) no-repeat center center !important;
  background-size: cover !important;
  flex: 0 0 180px;
}
@media screen and (max-width: 1080px) {
  .p-home__vision__image {
    height: 360px;
    min-width: 480px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 850px) {
  .p-home__vision__image {
    height: 380px;
    min-width: 410px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 850px) and (max-width: 480px) {
  .p-home__vision__image {
    max-height: 120px;
  }
}

/* ! ------------ コンテンツ TOP------- */
/*
.p-contents{
	&__list{
		display: flex;
		flex-flow: wrap;
		>li{
			width: 50%;
			text-align: center;
			@include mq(sp){
				width: 100%;
			}
			article{
				.image{
					height: 200px;
			    background-size: cover !important;
			    background-position: center center !important;
			    background-repeat: no-repeat !important;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    flex-flow: column;
			    &:hover{
				    opacity: 0.9;
			    }
			    @include mq(tablet){
				    height: 150px;
				    @include mq(sp){
					    height: 100px;
				    }
			    }
					&--conpany{
						background: url(../image/img/home_conpany.jpg);
					}
					&--team{
						background: url(../image/img/home_team.jpg);
					}
					&--concept{
						background: url(https://www.sapphirecapital.co.jp/image/img/home_concept.jpg);
					}
					&--peformance{
						background: url(../image/img/home_peformance.jpg);
					}
					.title{
						@extend %c-text__lv3;
						font-family: 'Roboto-Bold',sans-serif;
						@extend %c-text__weight--700;
						color: color("title_white");
					}
					.subTitle{
						@extend %c-text__lv5;
						color: color("title_white");
					}
				}
			}
		}
	}
}
*/
.p-contents__list > li + li {
  margin: 2px 0 0;
}
.p-contents__list > li:hover {
  opacity: 0.9;
}
.p-contents__list > li article {
  display: flex;
}
.p-contents__list > li article .image {
  flex: 0 0 840px;
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 1080px) {
  .p-contents__list > li article .image {
    flex: 0 0 640px;
    height: 160px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p-contents__list > li article .image {
    flex: 0 0 410px;
    height: 135px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) and (max-width: 560px) {
  .p-contents__list > li article .image {
    flex: 0 0 340px;
    height: 100px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) and (max-width: 560px) and (max-width: 480px) {
  .p-contents__list > li article .image {
    flex: 0 0 240px;
    height: 70px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) and (max-width: 560px) and (max-width: 480px) and (max-width: 374px) {
  .p-contents__list > li article .image {
    flex: 0 0 230px;
    height: 65px;
  }
}
.p-contents__list > li article .image--conpany {
  background: url(../image/img/home_conpany.jpg);
}
.p-contents__list > li article .image--team {
  background: url(../image/img/home_team.jpg);
}
.p-contents__list > li article .image--business {
  background: url(../image/img/home_business.jpg);
}
.p-contents__list > li article .image--peformance {
  background: url(../image/img/home_peformance.jpg);
}
.p-contents__list > li article .image--access {
  background: url(../image/img/home_access.jpg);
}
.p-contents__list > li article .image--peformance {
  background: url(../image/img/home_peformance.jpg);
}
.p-contents__list > li article .text {
  background: #041929;
  text-align: center;
  flex: auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-contents__list > li article .text .title {
  color: #fff;
  font-family: "Roboto-Bold", sans-serif;
}
.p-contents__list > li article .text .subTitle {
  color: #fff;
}

/*
.p-second{
	&__list{
		display: flex;
		flex-flow: wrap;
		>li{
			width: 50%;
			text-align: center;
			@include mq(sp){
				width: 100%;
			}
			.image{
				height: 200px;
		    background-size: cover !important;
		    background-position: center center !important;
		    background-repeat: no-repeat !important;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    flex-flow: column;
		    @include mq(note){
			    height: 175px;
			    @include mq(tablet){
				    height: 155px;
				    @include mq(sp){
					    height: 120px;
				    }
			    }
		    }
			  &:hover{
				  opacity: 0.9;
			  }
			  &--recruitment{
					background: url(../image/img/home_recruitment.jpg);
				}
				&--peformance{
					background: url(../image/img/home_peformance.jpg);
				}
				.text{
					.title{
						color: color("title_white");
						font-family: 'Roboto-Bold',sans-serif;
			      @extend %c-text__lv3;
			      @extend %c-text__weight--700;
					}
					.subTitle{
						color: color("title_white");
						@extend %c-text__lv5;
					}
				}
				.button{
					margin: 10px 0 0;
				}
			}
		}		
	}
}	

*/
/* ! ------------ map TOP------- */
.p-home__map__atlas {
  height: 350px;
}
@media screen and (max-width: 768px) {
  .p-home__map__atlas {
    height: 250px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-home__map__atlas {
    height: 200px;
  }
}

/* ! --------------------------------------------------

- 下層ページ

-------------------------------------------------- */
.p-underPage__head {
  height: 245px;
  background: #222A36;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .p-underPage__head {
    height: 200px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-underPage__head {
    height: 130px;
  }
}
.p-underPage__head .title {
  color: #fff;
  font-family: "Roboto-Bold", sans-serif;
}
.p-underPage__head .subTitle {
  color: #fff;
}
.p-underPage__head--news {
  background: url(../image/img/underpage_news.jpg);
}
.p-underPage__head--company {
  background: url(../image/img/underpage_company.jpg);
}
.p-underPage__head--vision {
  background: url(../image/img/underpage_vision.jpg);
}
.p-underPage__head--peformance {
  background: url(../image/img/underpage_peformance.jpg);
}
.p-underPage__head--team {
  background: url(../image/img/underpage_team.jpg);
}
.p-underPage__head--business {
  background: url(../image/img/underpage_business.jpg);
}
.p-underPage__head--recruit {
  background: url(../image/img/underpage_recruit.jpg);
}
.p-underPage__head--contact {
  background: url(../image/img/underpage_contact.jpg);
}
.p-underPage__head--access {
  background: url(../image/img/underpage_access.jpg);
}
.p-underPage__body {
  padding: 80px 0 130px;
}
@media screen and (max-width: 768px) {
  .p-underPage__body {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-underPage__body {
    padding: 40px 0 70px;
  }
}
.p-underPage__body .p-underHeading:nth-of-type(n + 2) {
  margin: 56px 0 0;
}

.p-matter__text {
  display: flex;
  text-align: center;
}
.p-matter__text .title {
  color: #000;
}
.p-matter__text .en {
  margin: 18px 0 0;
  color: #03284A;
  font-family: "Roboto-Bold", sans-serif;
}
.p-matter__text .ja {
  color: #222;
  margin: 5px 0 17px;
}
@media screen and (max-width: 480px) {
  .p-matter__text .ja {
    font-weight: 600 !important;
    margin: 10px 0 15px;
    font-size: 13px !important;
  }
}
.p-matter__text .description {
  margin: 15px 0 0;
  color: #000;
}
@media screen and (max-width: 560px) {
  .p-matter__text .description {
    text-align: left;
  }
}
.p-matter__text .description br {
  display: block;
}
@media screen and (max-width: 850px) {
  .p-matter__text .description br {
    display: none;
  }
}
.p-matter__text .clause {
  margin: 12px 0 0;
}
@media screen and (max-width: 560px) {
  .p-matter__text .clause {
    text-align: left;
  }
}
.p-matter__text .clause span {
  margin: 0 5px 0 0;
  font-size: 22px;
}

/* ! --------------------------------------------------

- 見出し

-------------------------------------------------- */
.p-underHeading__character {
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: 1px solid #C6C1C1;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-underHeading__character {
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
}
.p-underHeading__character:after {
  content: "";
  background-color: #222A36;
  width: 80px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.p-underHeading__character .title {
  font-family: "Roboto-Bold", sans-serif;
  color: #03284A;
  margin: 0 0 8px;
}
@media screen and (max-width: 480px) {
  .p-underHeading__character .title {
    margin: 0;
  }
}
.p-underHeading__character .subTitle {
  color: #000;
}
.p-underHeading__about {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-underHeading__about:after {
  content: "";
  background-color: #222A36;
  width: 65px;
  height: 3px;
  border-radius: 10px;
  bottom: -20px;
  margin: 10px 0 0;
}
@media screen and (max-width: 480px) {
  .p-underHeading__about:after {
    height: 2px;
    margin: 6px 0 0;
  }
}
.p-underHeading__about .title {
  font-family: "Roboto-Bold", sans-serif;
  color: #03284A;
  margin: 0 0 5px;
}
@media screen and (max-width: 480px) {
  .p-underHeading__about .title {
    margin: 0;
  }
}
.p-underHeading__about .subTitle {
  color: #000;
}

/* ! --------------------------------------------------

- お知らせ

-------------------------------------------------- */
.p-news__list > li {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: solid 1px #E2E2E2;
}
@media screen and (max-width: 768px) {
  .p-news__list > li {
    padding: 0 0 25px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-news__list > li {
    padding: 0 0 20px;
    margin: 0 0 15px;
  }
}
.p-news__list > li article {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-news__list > li article {
    display: block;
  }
}
.p-news__list > li article .number {
  color: #888;
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-news__list > li article .number {
    margin-right: 0;
  }
}
.p-news__list__information {
  display: flex;
  align-items: center;
}
.p-news__list__information .category {
  text-align: center;
  color: #fff;
  background-color: #4B5F6E;
  padding: 4px 8px;
  margin-right: 15px;
  width: 72px;
}
@media screen and (max-width: 768px) {
  .p-news__list__information .category {
    flex: 0 0 70px;
    margin-right: 10px;
    padding: 0;
  }
}
.p-news__list__information .title {
  display: flex;
  color: #464646;
}
.p-news__list__information .title:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-news__list__information .title {
    flex: auto;
    min-width: 0;
  }
}
.p-news__list--home > li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: solid 1px #E2E2E2;
}
@media screen and (max-width: 768px) {
  .p-news__list--home > li {
    padding: 0 0 8px;
    margin: 0 0 8px;
  }
}

/* ! --------------------------------------------------

- お知らせ詳細

-------------------------------------------------- */
.p-show_whole {
  display: flex;
}
@media screen and (max-width: 480px) {
  .p-show_whole {
    flex-direction: column-reverse;
  }
}
.p-show_whole__show {
  flex: auto;
  min-width: 0;
}
.p-show_whole__archive {
  flex: 0 0 180px;
  margin: 0 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-show_whole__archive {
    flex: 0 0 130px;
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-show_whole__archive {
    flex: auto;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .p-list_show {
    margin: 25px 0 0;
  }
}
.p-list_show__head {
  margin: 0 0 35px;
  padding: 0 0 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-list_show__head {
    margin: 0 0 25px;
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-list_show__head {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
.p-list_show__head:after {
  content: "";
  background-color: #222A36;
  width: 45px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-list_show__head__information {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-list_show__head__information {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-list_show__head__information {
    margin: 0 0 10px;
  }
}
.p-list_show__head__information .number {
  color: #888;
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 480px) {
  .p-list_show__head__information .number {
    margin-right: 5px;
  }
}
.p-list_show__head__information .category {
  color: #fff;
  background-color: #4B5F6E;
  padding: 0 8px;
  width: 75px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-list_show__head__information .category {
    padding: 0;
    width: 65px;
  }
}
.p-list_show__head__text .title {
  font-size: 24px;
  display: flex;
  color: #464646;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .p-list_show__head__text .title {
    font-size: 17px;
  }
}
.p-list_show__body .description {
  color: #222;
}

.p-list_archive__head {
  padding: 0 0 10px;
  border-bottom: 2px solid #222A36;
}
@media screen and (max-width: 480px) {
  .p-list_archive__head {
    padding: 0;
  }
}
.p-list_archive__head .title {
  color: #222;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 480px) {
  .p-list_archive__body__list {
    display: flex;
    flex-flow: wrap;
  }
}
.p-list_archive__body__list > li {
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 480px) {
  .p-list_archive__body__list > li {
    width: 50%;
  }
}
.p-list_archive__body__list > li article {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .p-list_archive__body__list > li article {
    padding: 10px 0;
  }
}
.p-list_archive__body__list > li article .number {
  color: #888;
  font-family: "Roboto", sans-serif;
}
.p-list_archive__body__list > li article .number:hover {
  color: #000;
}

/* ! --------------------------------------------------

- 会社概要

-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .p-form__list__cnt {
    margin: 10px 0 0;
  }
}
.p-form__list__cnt > li + li {
  margin: 7px 0 0;
}
.p-form__list__cnt > li .title {
  flex: auto !important;
  margin: 0 60px 0 0 !important;
}
@media screen and (max-width: 768px) {
  .p-form__list__cnt > li .title {
    flex: 0 0 100px !important;
    margin: 0 !important;
  }
}
.p-form__list__cnt > li .title p {
  font-size: 16px !important;
  color: #222;
  font-weight: 600;
  line-height: 1.3em !important;
}
@media screen and (max-width: 768px) {
  .p-form__list__cnt > li .title p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-form__list__cnt > li .title p {
    font-size: 13px !important;
  }
}
.p-form__list__cnt > li .cnt p {
  font-size: 13px !important;
  color: #222;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-form__list__cnt > li .cnt p {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-form__list__cnt > li .cnt p {
    font-size: 11px !important;
  }
}
.p-form__list > li + li {
  padding: 30px 0 0;
  margin: 30px 0 0;
  border-top: 1px dotted #DDDDDD;
}
@media screen and (max-width: 768px) {
  .p-form__list > li + li {
    padding: 20px 0 0;
    margin: 20px 0 0;
  }
}
.p-form__list > li article {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-form__list > li article {
    display: block;
  }
}
.p-form__list > li article .title {
  flex: 0 0 200px;
  margin: 0 10px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-form__list > li article .title {
    margin: 0;
  }
}
.p-form__list > li article .title p {
  color: #222;
  font-weight: 600;
}
.p-form__list > li article .cnt p {
  color: #222;
  line-height: 2em;
}

/* ! --------------------------------------------------

- point 解説

-------------------------------------------------- */
.p-point {
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .p-point {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-point {
    margin: 30px 0 0;
  }
}
.p-point__list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -5px;
}
@media screen and (max-width: 480px) {
  .p-point__list {
    margin: -10px 0;
  }
}
.p-point__list > li {
  width: 50%;
  padding: 20px 5px;
}
@media screen and (max-width: 480px) {
  .p-point__list > li {
    width: 100%;
    padding: 10px 0;
  }
}
.p-point__list > li article .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.p-point__list > li article .img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48%;
}
@media screen and (max-width: 1080px) {
  .p-point__list > li article .img:before {
    padding-top: 52%;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p-point__list > li article .img:before {
    padding-top: 60%;
  }
}
.p-point__list > li article .text {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p-point__list > li article .text {
    margin: 10px 0 0;
  }
}
.p-point__list > li article .text .title {
  color: #000;
}
.p-point__list > li article .text .description {
  margin: 20px 0 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-point__list > li article .text .description {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-point__list > li article .text .description {
    margin: 0;
  }
}

/* ! --------------------------------------------------

- concept 解説

-------------------------------------------------- */
.p-business {
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .p-business {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-business {
    margin: 30px 0 0;
  }
}
.p-business__list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -5px;
}
@media screen and (max-width: 480px) {
  .p-business__list {
    margin: -10px 0;
  }
}
.p-business__list > li {
  width: 50%;
  padding: 20px 5px;
}
@media screen and (max-width: 768px) {
  .p-business__list > li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-business__list > li {
    width: 100%;
    padding: 10px 0;
  }
}
.p-business__list > li article .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.p-business__list > li article .img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48%;
}
@media screen and (max-width: 1080px) {
  .p-business__list > li article .img:before {
    padding-top: 52%;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p-business__list > li article .img:before {
    padding-top: 60%;
  }
}
.p-business__list > li article .text {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p-business__list > li article .text {
    margin: 10px 0 0;
  }
}
.p-business__list > li article .text .title {
  color: #000;
}
.p-business__list > li article .text .description {
  margin: 20px 0 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-business__list > li article .text .description {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-business__list > li article .text .description {
    margin: 0;
  }
}

/* ! --------------------------------------------------

- 投資実績

-------------------------------------------------- */
.p-peformance__list {
  display: flex;
  flex-flow: wrap;
  margin: -20px;
}
.p-peformance__list > li {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 560px) {
  .p-peformance__list > li {
    width: 100%;
  }
}
.p-peformance__list__img {
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p-peformance__list__img {
    margin: 0 0 15px;
  }
}
.p-peformance__list__img img {
  width: 100%;
  border: 1px solid #ddd;
}
.p-peformance__list__core .title {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p-peformance__list__core .title {
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-peformance__list__core .title {
    padding: 0 0 10px;
  }
}
.p-peformance__list__text > li {
  border-bottom: 1px solid #ddd;
}
.p-peformance__list__text > li article {
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-peformance__list__text > li article {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-peformance__list__text > li article {
    padding: 10px 0;
  }
}
.p-peformance__list__text > li article .title {
  flex: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p-peformance__list__text > li article .title {
    flex: 0 0 85px;
  }
}

/* ! --------------------------------------------------

- チーム

-------------------------------------------------- */
.p-team {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.p-team__list {
  margin: 40px 0 0;
}
@media screen and (max-width: 480px) {
  .p-team__list {
    margin: 20px 0 0;
  }
}
.p-team__list > li {
  border-bottom: 1px solid #DDD;
  padding: 0 0 25px;
  margin: 0 0 25px;
}
@media screen and (max-width: 480px) {
  .p-team__list > li {
    padding: 0 0 18px;
    margin: 0 0 18px;
  }
}
.p-team__list > li artile {
  display: flex;
}
@media screen and (max-width: 480px) {
  .p-team__list > li artile {
    display: block;
  }
}
.p-team__list__information {
  flex: 0 0 170px;
}
@media screen and (max-width: 768px) {
  .p-team__list__information {
    flex: 0 0 130px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-team__list__information {
    flex: auto;
  }
}
.p-team__list__information .kana {
  color: #222;
}
.p-team__list__information .name {
  color: #222;
}
.p-team__list__information .img {
  margin: 8px 0 0;
  background: #ddd;
  height: 150px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .p-team__list__information .img {
    height: 125px;
    width: 100px;
  }
}
.p-team__list__introduction {
  flex: auto;
  min-width: 0;
}
@media screen and (max-width: 480px) {
  .p-team__list__introduction {
    margin: 10px 0 0;
  }
}
.p-team__list__introduction .role {
  color: #888;
}
.p-team__list__introduction .sentence {
  margin: 8px 0 0;
  line-height: 1.8em;
}
@media screen and (max-width: 480px) {
  .p-team__list__introduction .sentence {
    font-size: 12px;
    margin: 0;
  }
}

/* ! --------------------------------------------------

- 会社概要

-------------------------------------------------- */
.p-recruit__list > li {
  border-top: 1px solid #C6C1C1;
}
.p-recruit__list > li article {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-recruit__list > li article {
    display: block;
  }
}
.p-recruit__list > li article .title {
  background: #D6DCE5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit__list > li article .title {
    margin: 0;
    min-height: 25px;
  }
}
.p-recruit__list > li article .title p {
  color: #222;
  font-weight: 600;
}
.p-recruit__list > li article .cnt {
  padding: 15px 10px 15px 30px;
}
.p-recruit__list > li article .cnt p {
  color: #222;
  line-height: 2em;
}

.p-job__list {
  margin: 0 0 10px;
}
.p-job__list > li {
  border: 1px solid #C6C1C1;
  margin: 0 0 2px;
}
.p-job__list > li article {
  display: flex;
  width: 100%;
}
.p-job__list > li article .title {
  padding: 15px 10px;
  background: #D6DCE5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 200px;
  width: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-job__list > li article .title {
    margin: 0;
    flex: 0 0 60px;
  }
}
.p-job__list > li article .title p {
  color: #222;
  font-weight: 600;
}
.p-job__list > li article .cnt {
  padding: 15px 0px 15px 10px;
}
@media screen and (max-width: 768px) {
  .p-job__list > li article .cnt {
    text-align: center;
  }
}
.p-job__list > li article .cnt p {
  color: #222;
  line-height: 2em;
}

/* ! --------------------------------------------------

- コンセプト

-------------------------------------------------- */
.p-concept {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-concept {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-concept {
    margin: 20px 0 0;
  }
}
.p-concept__imge {
  margin: 30px 0 0;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 480px) {
  .p-concept__imge {
    margin: 20px 0 0;
  }
}

/* ! --------------------------------------------------

- 経営支援

-------------------------------------------------- */
.p-support {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p-support {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-support {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .p-support {
    margin: 15px 0 0;
  }
}
.p-support__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.p-support__list > li {
  width: 33.3333%;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .p-support__list > li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-support__list > li {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-support__list > li + li {
    margin: 5px 0 0;
  }
}
.p-support__list > li article {
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-start;
}
.p-support__list > li article .img {
  height: 170px;
  background: #222A36;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 560px) {
  .p-support__list > li article .img {
    height: 140px;
  }
}
@media screen and (max-width: 560px) and (max-width: 480px) {
  .p-support__list > li article .img {
    height: 100px;
  }
}
.p-support__list > li article .img .title {
  border: 1px solid #fff;
  padding: 8px 10px;
  font-family: "Roboto-Bold", sans-serif;
  color: #fff;
  font-weight: 600;
}
.p-support__list > li article .text {
  margin: 10px 0 0;
}
@media screen and (max-width: 480px) {
  .p-support__list > li article .text {
    margin: 5px 0 0;
  }
}
.p-support__list > li article .text .point {
  padding: 0 0 0 16px;
  position: relative;
}
.p-support__list > li article .text .point:before {
  content: "";
  background: #222A36;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-cont__list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -5px;
}
.p-cont__list > li {
  width: 33.3333%;
  padding: 20px 5px;
}
.p-cont__list > li article {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-start;
}
.p-cont__list > li article .title {
  min-height: 32px;
  flex: 0 0 200px;
  margin: 0 10px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cont__list > li article .title {
    margin: 0;
    min-height: 25px;
  }
}
.p-cont__list > li article .title p {
  color: #222;
  font-weight: 600;
}
.p-cont__list > li article .cnt p {
  color: #222;
  line-height: 2em;
}

/* ! --------------------------------------------------

- お問い合わせ

-------------------------------------------------- */
.p-contact {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.p-contact textarea {
  min-height: 160px;
}
@media screen and (max-width: 560px) {
  .p-contact .p-listForm > li {
    width: 100%;
  }
}
.p-contact__bottom {
  margin: 24px 0 0;
  text-align: center;
}
.p-contact__complete .c-image {
  width: 144px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: 0 auto 40px;
  transform: translateX(-8px);
}
@media screen and (max-width: 768px) {
  .p-contact__complete .c-image {
    width: 80px;
    margin: 0 auto 16px;
  }
}
.p-contact__complete .title {
  margin: 0 0 32px;
}
.p-contact__complete .description + .description {
  margin: 16px 0 0;
}

/* ! --------------------------------------------------

- フォームリスト

-------------------------------------------------- */
.p-listForm {
  display: flex;
  flex-direction: column;
}
.p-listForm > li + li {
  margin: 16px 0 0;
}
.p-listForm--split2 {
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
}
.p-listForm--split2 > li {
  width: 50%;
  padding: 8px;
}
.p-listForm--split2 > li + li {
  margin: 0;
}
.p-listForm--split2 > li.full {
  width: 100%;
}
.p-listForm__label {
  display: flex;
  align-items: center;
  margin: 0 0 4px;
}
.p-listForm__label--required:before {
  content: "必須";
  color: #fff;
  background-color: #BC1239;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 28px;
  margin: 0 0.8em 0 0;
}
.p-listForm__data {
  font-size: 14px;
}

/* ! --------------------------------------------------

- お問い合わせバナー

-------------------------------------------------- */
.p-banner {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .p-banner {
    margin: 30px 0;
  }
}
.p-banner__contact {
  height: 90px;
  border: 3px solid #222A36;
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.p-banner__contact:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1080px) {
  .p-banner__contact {
    flex-direction: column;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 850px) {
  .p-banner__contact {
    height: 100px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 850px) and (max-width: 768px) {
  .p-banner__contact {
    padding: 10px 0;
    height: 100px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 850px) and (max-width: 768px) and (max-width: 480px) {
  .p-banner__contact {
    height: 105px;
    border: 2px solid #222A36;
  }
}
.p-banner__contact__consultation {
  text-align: center;
}
.p-banner__contact__consultation .text {
  color: #000;
}
.p-banner__contact__consultation .reception {
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-banner__contact__consultation .reception {
    font-size: 12px;
  }
}
.p-banner__contact__consultation .reception span {
  font-family: "Roboto", sans-serif;
}
.p-banner__contact__show {
  flex: auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p-banner__contact__show {
    flex-direction: column;
  }
}
.p-banner__contact__show .information {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1080px) {
  .p-banner__contact__show .information {
    flex-direction: row;
    align-items: center;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 850px) and (max-width: 768px) {
  .p-banner__contact__show .information {
    margin: auto;
  }
}
@media screen and (max-width: 1080px) and (max-width: 850px) and (max-width: 768px) and (max-width: 480px) {
  .p-banner__contact__show .information {
    flex-direction: column;
  }
}
.p-banner__contact__show .information .call {
  letter-spacing: 0.1em;
  color: #000;
  font-family: "Roboto-Bold", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .p-banner__contact__show .information .call {
    letter-spacing: 0.04em;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p-banner__contact__show .information .call {
    letter-spacing: 0.04em;
    line-height: 1.2em;
    margin: 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) and (max-width: 768px) {
  .p-banner__contact__show .information .call {
    font-size: 18px !important;
  }
}
.p-banner__contact__show .information .call:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url(../image/icon/tel.svg);
}
@media screen and (max-width: 1080px) {
  .p-banner__contact__show .information .call:before {
    width: 17px;
    height: 17px;
    margin: 0 4px 0 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 480px) {
  .p-banner__contact__show .information .call:before {
    width: 15px;
    height: 15px;
  }
}
.p-banner__contact__show .information .mail {
  color: #000;
  font-family: "Roboto-Bold", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .p-banner__contact__show .information .mail {
    margin: 0 10px 0 10px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .p-banner__contact__show .information .mail {
    letter-spacing: 0.04em;
    line-height: 1.2em;
    margin: 0 10px 0 3px;
  }
}
.p-banner__contact__show .information .mail:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 8px 0 0;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background: url(../image/icon/mail.svg);
}
@media screen and (max-width: 1080px) {
  .p-banner__contact__show .information .mail:before {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
  }
}

/* ! --------------------------------------------------

- ぱんクズ

-------------------------------------------------- */
.p-bread {
  background-color: #222A36;
  padding: 5px 0;
}
.p-bread__list {
  display: flex;
  align-items: center;
}
.p-bread__list > li + li {
  padding-left: 30px;
  position: relative;
}
.p-bread__list > li + li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../image/icon/prev_white.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.p-bread__list > li a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  display: block;
}

/* ! --------------------------------------------------

- ページング

-------------------------------------------------- */
.p-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-pagination__list > li {
  margin: 0 15px;
}
.p-pagination__list .p-pagination__control__button--prev {
  background: url(../image/icon/prev.svg);
  display: block;
  width: 32px;
  height: 32px;
  background-size: 16px 16px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}
.p-pagination__list .active {
  background-color: #222A36;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pagination__list .active a {
  color: #fff;
  font-family: "Roboto-Bold", sans-serif;
}
.p-pagination__list .p-pagination__control__button--next {
  background: url(../image/icon/next.svg);
  display: block;
  width: 32px;
  height: 32px;
  background-size: 16px 16px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

/* ! --------------------------------------------------

- アトラクション

-------------------------------------------------- */
.p-attractionUp {
  position: fixed;
  right: 16px;
  bottom: 50px;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-attractionUp {
    bottom: 65px;
    right: 7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .p-attractionUp {
    bottom: 125px;
  }
}
.p-attractionUp.is-active__show {
  opacity: 1;
  pointer-events: all;
}
.p-attractionUp__button {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../image/icon/btn_scroll_up.svg);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-attractionUp__button {
    width: 45px;
    height: 45px;
  }
}

/* ! ==================================================

- ファイル名、クラス名なるべくは省略しない
　button title text image

- ファイル名、複数形使用しない
　×images ×assets

- 2単語以上のワードを使用する場合はキャメル式を使用する
　videoCreator frequentlyQuestion

================================================== */
