@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .android body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .android .font-serif {
    font-family: 'Noto Serif JP', serif;
  }
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.font-english {
  font-family: "Avenir", "Montserrat", sans-serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.hover {
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.hover:before {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 130%;
  background-color: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
.hover:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 1200px;
  }

  .wrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.50);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* COMMON TITLE
 * ----------------------------------------------- */
.section-title {
  width: auto;
  height: auto;
}

@media print, (min-width: 768px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.breadcrumb {
  width: auto;
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
/* COMMON Banner
 * ----------------------------------------------- */
.common-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-title {
  color: white;
  display: inline-block;
  background: #1b2d60;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.banner-tag {
  position: absolute;
  color: #fff;
  letter-spacing: 0.15em;
}

@media print, (min-width: 768px) {
  .common-banner {
    height: 252px;
    background: url(../img/common/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 20px;
    padding: 16px 20px;
    min-width: 400px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .banner-title {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}

@media print, (min-width: 768px) {
  .banner-tag {
    top: 30px;
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .common-banner {
    height: 2.56rem;
    background: url(../img/common/sp/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 0.32rem;
    padding: 0.17rem 0.2rem;
    min-width: 4rem;
  }

  .banner-tag {
    font-size: 0.35rem;
    top: 0.05rem;
    right: 0.16rem;
  }
  .banner-tag img {
    width: auto;
    height: 0.32rem;
  }
}
/* PAGE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .section-human {
    padding: 117px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-human {
    padding: 0.37rem 0;
  }
}

.human-intro {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .human-intro {
    max-width: 1200px;
    margin-bottom: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .human-intro {
    padding: 0 0.55rem;
    margin-bottom: 0.5rem;
  }
}

.intro-text {
  color: #1b2d60;
  letter-spacing: 0.09em;
  margin: 0 auto;
  text-align: justify;
}
@media print, (min-width: 768px) {
  .intro-text {
    font-size: 15px;
    max-width: 700px;
    line-height: 2.14;
    margin-bottom: 66px;
  }
  .intro-text p + p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-text {
    font-size: 0.24rem;
    line-height: 1.75;
    margin-bottom: 0.38rem;
  }
}

@media print, (min-width: 768px) {
  .intro-list {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
  }
}

@media print, (min-width: 768px) {
  .intro-item {
    margin: 0 0.7466%;
    width: 31.72%;
  }
}
@media only screen and (max-width: 767px) {
  .intro-item:not(:last-child) {
    margin-bottom: 0.36rem;
  }
}

@media print, (min-width: 768px) {
  .intro-item img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-item img {
    margin-bottom: 0.2rem;
  }
}

.intro-item figcaption {
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
@media print, (min-width: 768px) {
  .intro-item figcaption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-item figcaption {
    font-size: 0.24rem;
  }
}

@media print, (min-width: 768px) {
  .human-article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
  }
}

.article-heading {
  font-weight: bold;
  color: #1b2d60;
  text-align: center;
  border-bottom: 1px solid #8d96af;
}
@media print, (min-width: 768px) {
  .article-heading {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.24em;
    padding-bottom: 22px;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .article-heading {
    font-size: 0.28rem;
    line-height: 1.55;
    letter-spacing: 0.4em;
    margin: 0 0.27rem 0.32rem;
    padding-bottom: 0.21rem;
  }
}

@media only screen and (max-width: 767px) {
  .article-list {
    margin: 0 0.27rem;
  }
}

.article-item {
  border-bottom: 1px solid rgba(27, 45, 96, 0.5);
}
@media print, (min-width: 768px) {
  .article-item {
    padding: 0 0 27px;
  }
  .article-item:not(:last-child) {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .article-item {
    padding: 0 0.28rem 0.25rem;
  }
  .article-item:not(:last-child) {
    margin-bottom: 0.3rem;
  }
}

.article-accordion {
  display: flex;
  align-items: center;
  position: relative;
}
.article-accordion:before, .article-accordion:after {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  background: #1b2d60;
}
.article-accordion:before {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 1px;
}
@media print, (min-width: 768px) {
  .article-accordion:before {
    height: 35px;
    right: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .article-accordion:before {
    height: 0.35rem;
    right: 0.3rem;
  }
}
.article-accordion:after {
  height: 1px;
}
@media print, (min-width: 768px) {
  .article-accordion:after {
    width: 35px;
    right: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .article-accordion:after {
    width: 0.35rem;
    right: 0.13rem;
  }
}
.article-accordion.active:before {
  transform: translateY(-50%) rotate(270deg);
  opacity: 0;
}

@media print, (min-width: 768px) {
  .article-photo {
    width: 282px;
  }
}
@media only screen and (max-width: 767px) {
  .article-photo {
    width: 2.36rem;
  }
}

.article-title {
  color: #1b2d60;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .article-title {
    letter-spacing: 0.2em;
    width: calc( 100% - 282px );
    padding: 12px 110px 0 37px;
    font-size: 20px;
  }
  .article-title.no-img {
    padding: 12px 16px 0;
  }
  .article-text.no-img {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .article-title {
    padding: 0 0.6rem 0 0.24rem;
    width: calc( 100% - 2.36rem );
    font-size: 0.28rem;
  }
  .article-title.no-img {
    padding: 0;
  }
  .article-text.no-img {
    padding-top: 0.55rem;
  }
}

.article-subtitle {
  display: block;
  font-weight: normal;
}
@media print, (min-width: 768px) {
  .article-subtitle {
    font-size: 18px;
    letter-spacing: 0.12em;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .article-subtitle {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
}

.article-text {
  text-align: justify;
  color: #1b2d60;
}
@media print, (min-width: 768px) {
  .article-text {
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 2.14;
    max-width: 775px;
    padding: 19px 0 0 16px;
    margin-bottom: -10px;
  }
  .article-text p + p {
    margin-top: 30px;
  }
  .article-text .spacing {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .article-text {
    padding-top: 0.21rem;
    letter-spacing: 0.1em;
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .article-text p + p {
    margin-top: 0.4rem;
  }
}

.accordion-content {
  display: none;
}

/*# sourceMappingURL=human.css.map */
