@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 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;
}

.common-banner {
  background: url(../img/innovativehuman/innovative-img01.jpg) no-repeat center/cover;
}

.banner-ttl {
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.banner-ttl p {
  letter-spacing: 0.1em;
}

@media print, (min-width: 768px) {
  .common-banner {
    height: 800px;
  }
  .banner-title {
    font-size: 20px;
    padding: 16px 20px;
    min-width: 400px;
  }
  .banner-ttl {
    margin-top: 130px;
  }
  .banner-ttl p {
    font-size: 22px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .banner-ttl h2 {
    font-size: 42px;
  }
}
@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: 8rem;
  }
  .banner-title {
    font-size: 0.4rem;
    padding: 0.17rem 0.2rem;
    min-width: 4rem;
  }
  .banner-tag {
    font-size: 0.35rem;
    top: 0.2rem;
    right: 0.16rem;
  }
  .banner-tag img {
    width: auto;
    height: 1.6rem;
  }
  .banner-ttl {
    margin-top: 1.2rem;
  }
  .banner-ttl p {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .banner-ttl h2 {
    font-size: 0.43rem;
  }
}
/* 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;
  }
}
/* PAGE
 * ----------------------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.inner-block {
  max-width: 1000px;
  margin: auto;
  position: relative;
  width: 100%;
}
.ttl {
  color: #1b2d60;
  font-size: 42px;
  text-align: center;
}
@media print, (max-width: 919px) {
  .inner-block {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ttl {
    font-size: 0.35rem;
  }
}

/* ---link-area--- */
.link-area {
  background: #000910;
  color: #fff;
}
.link-area .content-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 33px;
}
.link-area .content-link li button {
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.link-area .content-link li button p {
  line-height: 1.6;
  color: #fff;
  text-align: left;
}

@media print, (min-width: 768px) {
  .link-area {
    padding: 60px 0;
  }
  .link-area .content-link li button:hover {
    opacity: 0.8;
  }
  .link-area .content-link li button p {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .link-area {
    padding: 0.6rem 0;
  }
  .link-area .content-link {
    gap: 0.26rem;
  }
  .link-area .content-link li {
    width: 48%;
  }
  .link-area .content-link li button p {
    font-size: 0.2rem;
    margin-top: 0.2rem;
  }
}
/* ---モーダル--- */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999;
}
.modal_content {
  width:100%;
  background:#E6E6E6;
  margin:0;
  position:relative;
  top: 0;
  left: 0;
}
.modal_content .btn_close {
  background: #000910;
  position: fixed;
  top: 23px;
  right: 34px;
  z-index: 9999;
}
.modal_content .btn_close div {
  position: relative;
}
.modal_content .btn_close div::after {
  background: url(../img/innovativehuman/innovative-icon01.svg)no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.modal_content h3 {
  text-align: center;
  background: #fff;
  line-height: 1.1;
}

.modal_content .profile-block {
  background: #fff;
  display: flex;
  justify-content: center;
}
.modal_content .profile-block .profile-content {
  border-right: solid 1px #585757;
  width: 34%;
}
.modal_content .profile-block .profile-content:last-child {
  border-right: none;
}
.modal_content .profile02 .profile-content {
  border-left: solid 1px #585757;
  widows: 31%;
}
.modal_content .profile-block .profile-content .profile p.en-le {
  letter-spacing: -0.1em;
}

.modal_content .main-block {
  background: #575757;
  color: #fff;
}
.modal_content .main-block .img-area div {
  position: relative;
}
.modal_content .main-block .img-area div p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  color: #fff;
}

@media print, (min-width: 768px) {
  .modal_content .btn_close {
    width: 70px;
    height: 70px;
  }
  .modal_content .btn_close div::after {
    height: 30px;
    width: 30px;
  }
  .modal_content .profile-block .profile-content {
    padding: 15px 36px;
  }
  .modal_content .inner-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .modal_content h3 {
    font-size: 29px;
    padding: 25px;
    border: solid 10px #ccc;
  }
  .modal_content h3 span {
    font-size: 20px;
  }
  .modal_content .main-img {
    margin-top: 60px;
  }
  .modal_content .profile-block {
    padding: 20px 0;
  }
  .modal_content .profile-block .profile-content .profile {
    font-size: 12px;
  }
  .modal_content .profile-block .profile-content .profile:first-child {
    min-height: 130px;
  }
  .modal02 .modal_content .profile-block .profile-content .profile:first-child {
    min-height: 80px;
  }
  .modal_content .profile-block .profile-content .profile .name {
    font-size: 22px;
    margin-top: 5px;
  }
  .modal_content .main-block {
    margin-top: 60px;
    display: flex;
  }
  .modal_content .main-block .txt-area {
    padding: 70px 50px;
    font-size: 15px;
    width: 65%;
    line-height: 1.7;
  }
  .modal_content .main-block .txt-area .content {
    margin-top: 70px;
  }
  .modal_content .main-block .txt-area .content01 {
    margin-top: 0;
  }
  .modal_content .main-block .txt-area .content h4 {
    font-size: 28px;
    line-height: 1.6;
  }
  .modal_content .main-block .txt-area .content p {
    margin-top: 40px;
  }
  .modal_content .main-block .txt-area .content p:first-child {
    margin-top: none;
  }
  .modal_content .main-block .img-area {
    width: 35%;
  }
  .modal_content .main-block .img-area div p {
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .modal_content .btn_close {
    width: 0.7rem;
    height: 0.7rem;
    right: 20px;
  }
  .modal_content .btn_close div::after {
    height: 0.3rem;
    width: 0.3rem;
  }
  .modal_content .inner-block {
    padding: 1.6rem 0;
  }
  .modal_content h3 {
    font-size: 0.4rem;
    padding: 0.3rem 0.2rem;
    border: solid 6px #ccc;
    margin: 0 20px;
  }
  .modal_content h3 span {
    font-size: 0.24rem;
  }
  .modal_content .main-img {
    margin-top: 0.22rem;
  }
  .modal_content .main-img img {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .modal_content .profile-block {
    padding: 0.2rem 0;
    margin: 0 20px;
  }
  .modal_content .profile-block .profile-content {
    padding: 0.1rem 0.14rem;
  }
  .modal_content .profile02 .profile-content {
    widows: 38%;
  }
  .modal_content .profile-block .profile-content .profile {
    font-size: 0.17rem;
  }
  .modal_content .profile-block .profile-content .profile:first-child {
    min-height: 2.8rem;
  }
  .modal02 .modal_content .profile-block .profile-content .profile:first-child {
    white-space: nowrap;
    min-height: 1rem;
  }
  .modal_content .profile-block .profile-content .profile .name {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .modal_content .profile-block .profile-content .profile .en-le {
    font-size: 0.17rem;
  }
  .modal_content .main-block {
    margin-top: 0.6rem;
  }
  .modal_content .main-block .txt-area {
    font-size: 0.3rem;
    line-height: 1.7;
  }
  .modal_content .main-block .txt-area .content {
    padding: 0.6rem 20px;
  }
  .modal_content .main-block .txt-area .content:last-child {
    padding-top: none;
  }
  .modal_content .main-block .txt-area .content h4 {
    font-size: 0.4rem;
    line-height: 1.6;
  }
  .modal_content .main-block .txt-area .content p {
    margin-top: 0.5rem;
  }
  .modal_content .main-block .txt-area .content p:first-child {
    margin-top: none;
  }
  .modal_content .main-block .img-area div {
    display: flex;
  }
  .modal_content .main-block .img-area div img {
    height: 100%;
    width: 100%;
  }
  .modal02 .main-block .img-area div img {
    height: auto;
  }
  .modal_content .main-block .img-area div .img08 {
    width: 45%;
  }
  .modal_content .main-block .img-area div .img09 {
    width: 100%;
  }
  .modal_content .main-block .img-area div p {
    padding: 0.1rem 0.15rem;
    font-size: 0.25rem;
    min-height: 0.6rem;
  }
  .modal_content .main-block .img-area div .en-le {
    letter-spacing: -0.15em;
    font-size: 0.22rem;
    padding: 0.12rem 0.15rem;
  }
}

@media screen and (min-width:337px) and ( max-width:399px) {
  .modal_content .profile-block .profile-content .profile:first-child {
    min-height: 2.4rem;
  }
}

@media screen and (min-width:400px) and ( max-width:767px) {
  .modal_content .profile-block .profile-content .profile:first-child {
    min-height: 2.1rem;
  }
}




/*# sourceMappingURL=qa.css.map */