@charset "UTF-8";
/*****************************************************************

    reset

*****************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: break-all;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* addition */
strong,
em {
  font-weight: bold;
}

input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}

select {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

/*****************************************************************

    base

*****************************************************************/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: #262626;
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
}

header, div, section, p, img, li, footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {
  color: #262626;
  text-decoration: none;
}

a:visited {
  color: #262626;
  text-decoration: none;
}

a:hover {
  color: #262626;
  text-decoration: none;
}

a:active {
  color: #262626;
  text-decoration: none;
}

body {
  margin: 0;
}

nav.gm {
  display: none;
}

@media print, screen and (min-width: 768px) {
  nav.gm {
    display: block;
  }
}
footer {
  padding: 15px 0;
  background: #333;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  text-align: center;
}

.hbc-back {
  width: 130px;
  margin: 1% auto 2%;
  padding: 10px;
  background: #fff;
}

address {
  padding: 10px 0 0;
  font: inherit;
  line-height: 20px;
}

@media print, screen and (min-width: 768px) {
  .hbc-back {
    display: none;
  }

  address {
    padding: 10px 0;
  }
}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  /* IE表示用のCSS*/
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}

img {
  max-width: 100%;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767.9px) {
  iframe {
    width: 100%;
  }
}

button {
  font: inherit;
  text-rendering: inherit;
  word-spacing: inherit;
  text-shadow: none;
  text-transform: none;
  text-align: inherit;
  text-indent: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (min-width: 768px) {
  .section_inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .section_inner {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.section_inner__sm {
  max-width: 1160px;
}
.section__mv {
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .section__mv {
    background-image: url("../image/common/bg_mv.jpg");
  }
}
@media screen and (max-width: 767.9px) {
  .section__mv {
    background-image: url("../image/common/bg_mv_sp.jpg");
  }
}
@media screen and (max-width: 1700px) {
  .section__mv {
    background-size: cover;
  }
}
.section__footerLower {
  background-color: #44A0AE;
}
.section__archivePagination {
  background-color: #E6E6E6;
}
@media screen and (min-width: 768px) {
  .section__mv {
    padding-bottom: 240px;
  }
  .section__company {
    padding-top: 240px;
  }
  .section__archiveCompanyArchive {
    padding-top: 120px;
  }
  .section__singleCompany {
    padding-top: 120px;
  }
  .section__singleProjectStory {
    padding-top: 120px;
  }
  .section__singleInterview {
    padding-top: 300px;
  }
  .section__singleAboutCompany {
    padding-top: 300px;
  }
  .section__singleCompanyArchive {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .section__sns {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section__archivePagination {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 30px;
  }
  .section__footerUpper {
    padding-top: 90px;
    padding-bottom: 120px;
  }
  .section__footerLower {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .section__mv {
    padding-bottom: 120px;
  }
  .section__company {
    padding-top: 90px;
  }
  .section__archiveCompanyArchive {
    padding-top: 75px;
  }
  .section__singleCompany {
    padding-top: 75px;
  }
  .section__singleProjectStory {
    padding-top: 60px;
  }
  .section__singleInterview {
    padding-top: 60px;
  }
  .section__singleAboutCompany {
    padding-top: 60px;
  }
  .section__singleCompanyArchive {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .section__sns {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .section__archivePagination {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 30px;
  }
  .section__footerUpper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section__footerLower {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.hr {
  max-width: 1160px;
  border: 0;
  height: 2px;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .hr {
    margin-right: auto;
    margin-left: auto;
    max-width: 1300px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .hr {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 767.9px) {
  .hr {
    width: 88vw;
  }
}

.twocol {
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .twocol {
    flex-direction: column;
  }
}
a.linkText {
  text-decoration: underline;
}
a.linkText:hover {
  text-decoration: none;
}

.linkBtn {
  display: inline-flex;
  align-items: center;
  color: black;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.linkBtn:link, .linkBtn:visited, .linkBtn:hover, .linkBtn:active {
  color: black;
}
.linkBtn:hover {
  text-decoration: none;
}
.linkBtn__bt {
  flex-direction: column;
}
.linkBtn__bt::before {
  content: "";
  display: inline-block;
  margin-bottom: 0.25em;
  border: 0.4em solid rgba(0, 0, 0, 0);
  border-bottom-width: 0.5em;
  border-bottom-color: black;
  background-color: rgba(0, 0, 0, 0);
}
.linkBtn__btsm::before {
  margin-bottom: 0.15em;
  border-width: 0.34em;
  border-bottom-width: 0.425em;
}
.linkBtn__attr::after {
  content: "";
  display: inline-block;
  margin-left: 0.75em;
  border: 0.4em solid rgba(0, 0, 0, 0);
  border-left-width: 0.5em;
  border-left-color: black;
  background-color: rgba(0, 0, 0, 0);
}
.linkBtn__attrsm::after {
  margin-top: 0.1em;
  margin-left: 0.6375em;
  border-width: 0.34em;
  border-left-width: 0.425em;
}
.linkBtn__attb::after {
  content: "";
  display: inline-block;
  margin-left: 0.75em;
  border: 0.4em solid rgba(0, 0, 0, 0);
  border-top-width: 0.5em;
  border-top-color: black;
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(25%);
}
.linkBtn__attbsm::after {
  margin-left: 0.6375em;
  border-width: 0.34em;
  border-top-width: 0.425em;
}
.linkBtn__nbd {
  transition: opacity 250ms ease;
}
.linkBtn__nbd:hover {
  opacity: 0.6;
}
.linkBtn__bd {
  border: 1.5px solid black;
  padding: 0.4em 1em 0.4em 1.8em;
  transition: background-color 250ms ease, color 250ms ease;
}
.linkBtn__bd::after {
  transition: border-left-color 250ms ease;
}
.linkBtn__bd:hover {
  color: white;
  background-color: black;
}
.linkBtn__bd:hover::after {
  border-left-color: white;
}

.companyArchive_cardUnit {
  display: flex;
}
.companyArchive_card {
  transition: opacity 250ms ease;
}
.companyArchive_card__one {
  background-color: #EA5514;
}
.companyArchive_card__two {
  background-color: #44A0AE;
}
.companyArchive_card__three {
  background-color: #9082AA;
}
.companyArchive_card__four {
  background-color: #F6BCB8;
}
.companyArchive_card__five {
  background-color: #E5E647;
}
.companyArchive_card:hover {
  opacity: 0.6;
}
.companyArchive_cardLink {
  display: block;
  width: 100%;
  height: 100%;
}

.card_img img {
  width: 100%;
}
.card_body {
  color: white;
}
@media screen and (min-width: 768px) {
  .card_body {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .card_body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card_body {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .card_body {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  .card_body__thin {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card_body__thin {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.card_txt {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .card_txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card_txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .card_txt {
    text-align: left;
    font-size: 1.8rem;
  }
}
.card_ttl {
  font-size: 3rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .card_ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .card_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .card_ttl {
    text-align: left;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767.9px) {
  .dn_sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .dn_pc {
    display: none !important;
  }
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.fz60 {
  font-size: 60%;
}

.fz65 {
  font-size: 65%;
}

.fz70 {
  font-size: 70%;
}

.fz85 {
  font-size: 85%;
}

.fz90 {
  font-size: 90%;
}

@media screen and (max-width: 767.9px) {
  .fz95_sp {
    font-size: 95%;
  }
}

.lh115 {
  line-height: 1.15 !important;
}

.vat {
  vertical-align: top;
}

.ml_05em {
  margin-left: 0.5em;
}

.mt_075em {
  margin-top: 0.75em;
}

.txt_italic {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .txt_italic {
    transform: skewX(-6deg);
  }
}
@media screen and (max-width: 767.9px) {
  .txt_italic {
    transform: skewX(-3deg);
  }
}

.ff_en {
  font-family: century-gothic, sans-serif;
}

.ls0 {
  letter-spacing: 0px;
}

.archives_only,
.top_archives,
.top_archives_pc,
.archives_only_sp {
  display: none;
}

.section__archiveCompanyArchive .archives_only,
.section__singleCompanyArchive .archives_only {
  display: inline-block;
}

.section__company .top_archives,
.section__archiveCompanyArchive .top_archives,
.section__singleCompanyArchive .top_archives {
  display: inline-block;
}

@media screen and (max-width: 767.9px) {
  .section__archiveCompanyArchive .archives_only_sp,
.section__singleCompanyArchive .archives_only_sp {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .section__company .top_archives_pc,
.section__archiveCompanyArchive .top_archives_pc,
.section__singleCompanyArchive .top_archives_pc {
    display: inline-block;
  }
}

.section__archiveCompanyArchive .sun_subttl {
  font-size: 65%;
}

.section__archiveCompanyArchive .sun_ttl {
  font-size: 80%;
}

.section__archiveCompanyArchive .archives_fz85,
.section__singleCompanyArchive .archives_fz85 {
  font-size: 85%;
}

.sns_ttl {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
}
@media screen and (max-width: 767.9px) {
  .sns_ttl {
    font-size: 1.8rem;
  }
}
.sns .hrItemUnit {
  display: flex;
}
.sns .hrItem {
  width: 60px;
}
.sns .hrItem:not(:first-child) {
  margin-left: 40px;
}
.sns .hrItemUnit {
  margin-top: 20px;
  justify-content: center;
}
.sns .hrItem {
  transition: opacity 250ms ease;
}
.sns .hrItem:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767.9px) {
  .sns .hrItem {
    width: 50px;
  }
}

.sdgsFooterUpper {
  text-align: center;
}
.sdgsFooterUpper_logo {
  display: inline-block;
  transition: opacity 250ms ease;
}
.sdgsFooterUpper_logo:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .sdgsFooterUpper_logo {
    width: 330px;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgsFooterUpper_logo {
    width: 80%;
    max-width: 330px;
  }
}
.sdgsFooterUpper .hrItemUnitWrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sdgsFooterUpper .hrItemUnitWrapper {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgsFooterUpper .hrItemUnitWrapper {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sdgsFooterUpper .hrItemUnitWrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgsFooterUpper .hrItemUnitWrapper {
    flex-direction: column;
  }
}
.sdgsFooterUpper .hrItemUnit {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sdgsFooterUpper .hrItemUnit:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sdgsFooterUpper .hrItemUnit:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgsFooterUpper .hrItemUnit:not(:first-child) {
    margin-top: 15px;
  }
}
.sdgsFooterUpper .hrItem {
  height: 30px;
  transition: opacity 250ms ease;
}
@media screen and (min-width: 768px) {
  .sdgsFooterUpper .hrItem:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgsFooterUpper .hrItem:not(:first-child) {
    margin-left: 24px;
  }
}
.sdgsFooterUpper .hrItem__sm {
  height: 26px;
}
.sdgsFooterUpper .hrItem__xs {
  height: 22px;
}
.sdgsFooterUpper .hrItem img {
  height: 100%;
}
.sdgsFooterUpper .hrItem:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .sdgsFooterUpper_contact {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgsFooterUpper_contact {
    margin-top: 48px;
  }
}
.sdgsFooterUpper_contact .linkBtn {
  font-size: 1.6rem;
  letter-spacing: 0px;
  font-weight: normal;
}
@media screen and (max-width: 767.9px) {
  .sdgsFooterUpper_contact .linkBtn {
    padding-left: 1.5em;
    padding-right: 0.7em;
    font-size: 1.35rem;
  }
}
.sdgsFooterUpper_contact .linkBtn::after {
  margin-left: 0.6em;
}

.sdgsFooterLower .hrItemUnit {
  display: flex;
}
.sdgsFooterLower .hrItem {
  height: 40px;
}
.sdgsFooterLower .hrItem:not(:first-child) {
  margin-left: 90px;
}
.sdgsFooterLower .hrItemUnit {
  justify-content: center;
  align-items: center;
}
.sdgsFooterLower .hrItem {
  transition: opacity 250ms ease;
}
.sdgsFooterLower .hrItem img {
  height: 100%;
}
.sdgsFooterLower .hrItem:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .sdgsFooterLower .hrItem:nth-child(1) {
    height: 56px;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgsFooterLower .hrItem:nth-child(1) {
    height: 38px;
  }
  .sdgsFooterLower .hrItem:nth-child(2) {
    height: 22px;
  }
  .sdgsFooterLower .hrItem:not(:first-child) {
    margin-left: 60px;
  }
}

/* ========================================================= */
/* FOUNDATION SCSS                                           */
/* ========================================================= */
/* ========================================================= */
/* COMPONENTS SCSS                                           */
/* ========================================================= */

/*# sourceMappingURL=styles.css.map */
