@charset "UTF-8";
/* ##############################################################################

    HEADER

############################################################################## */
header div{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* header
========================================================================== */
/* 共通部分 */
.logo-background {
  background: #fff;
  border-bottom: 1px solid #cc0022;
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
}
.logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.left-logo {
  max-width: 211px;
  height: auto;
  display: block;
}
.right-logo {
  height: 18px;
  display: block;
}
/* SP専用ロゴの初期設定（PCでは非表示） */
.sp-logo {
  display: none;
}
/* レスポンシブデザイン（SP用） */
@media screen and (max-width: 1020px) {
  .logo-background {
    height: 65px;
    display: none;
  }
  .sp-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    background: #fff;
    border-bottom: 1px solid #cc0022;
  }
  .sp-logo img {
    height: auto;
    max-height: 50px;
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
progress {
  vertical-align: baseline
}
[hidden], template {
  display: none
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: inherit
}
b, strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: 1em
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
blockquote, code, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, legend, li, ol, p, pre, ul {
  margin: 0;
  padding: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 12px
}
li {
  list-style: none
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: none
}
img {
  vertical-align: top;
  line-height: 1
}
caption {
  padding: 0
}
td, th {
  padding: 0
}
fieldset {
  border: 0
}
body, html {
  height: 100%
}
html {
  background: #f2f7f6
}
body {
  font-size: 14px;
  background: #f2f7f6;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  position: relative;
  width: 100%;
  min-height: 100%
}
@media (max-width:768px) {
  body {
    font-size: 13px
  }
}
a {
  color: #000;
  text-decoration: underline
}
address {
  font-style: normal
}
@media (max-width:768px) {
  body {
    overflow-x: hidden
  }
  .screen {
    overflow-x: hidden
  }
  .wrapper {
    overflow-x: hidden
  }
}

.img-maxw-100 {
  max-width: 100%
}
.is-hide-sp {
  display: none
}
@media (min-width:768px) {
  .is-hide-sp {
    display: inline
  }
}
.interview-tag {
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  font-weight: bold;
  font-size: 14px;
  font-size: .875rem;
  padding: 4px 12px 3px;
  border-radius: 15px;
  border: solid 1px #fff;
}
.wrap-center {
  margin: 0 auto;
  max-width: 1000px
}
.typing-wrap {
  height: 42px
}
@keyframes typing {
  from {
    width: 0
  }
}
@keyframes topVisual {
  0% {
    top: 0
  }
  100% {
    top: -100%
  }
}
@keyframes cultureFirstSp {
  0% {
    left: 0
  }
  100% {
    left: -1680px
  }
}
@keyframes cultureSecondSp {
  0% {
    left: 1680px
  }
  100% {
    left: 0
  }
}
@keyframes cultureFirst {
  0% {
    left: 0
  }
  100% {
    left: -3120px
  }
}
@keyframes cultureSecond {
  0% {
    left: 3120px
  }
  100% {
    left: 0
  }
}
.is-pc {
  display: none
}
.is-sp {
  display: block
}
@media (min-width:768px) {
  .is-pc {
    display: block
  }
  .is-sp {
    display: none
  }
}
#PeopleDetail main {
  overflow: hidden;
  position: relative
}
#PeopleDetail .typing-wrap {
  height: auto
}
#PeopleDetail .section-title {
  color: #0dafad;
  font-size: 26px;
  font-size: 1.625rem
}
#PeopleDetail #HeaderPersonal {
  background: transparent linear-gradient(-130deg, #f2f7f6 0, #3dc4d5 48%, #0dafad 100%) 0 0 no-repeat padding-box;
  display: flex;
  flex-direction: column-reverse;
  position: relative
}
#PeopleDetail #HeaderPersonal .header-personal {
  color: #fff;
  line-height: 1.5;
  padding: 30px 30px 40px;
  position: relative
}
#PeopleDetail #HeaderPersonal .header-personal::before {
  content: "";
  background-image: url(../images/img_triangle_4.png);
  bottom: 5%;
  display: block;
  height: 382px;
  left: -300px;
  position: absolute;
  width: 531px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(-10deg)
}
#PeopleDetail #HeaderPersonal .header-personal::after {
  content: "";
  background-image: url(../images/img_triangle_4.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 255px;
  right: -150px;
  position: absolute;
  top: -120px;
  transform: rotate(-15deg);
  width: 354px
}
#PeopleDetail #HeaderPersonal .header-personal .page-title {
  display: inline;
  font-size: 1.5rem;
  line-height: 1.6
}
#PeopleDetail #HeaderPersonal .header-personal .page-title span.page-title-sub {
  font-size: 25px;
}
.yellow-text {
  color: #f3ff00;
}
.orange-text {
  color: #ff8710;
  font-weight: bold;
}
#PeopleDetail #HeaderPersonal .header-personal .header-person-info {
  margin-top: 24px
}
#PeopleDetail #HeaderPersonal .header-personal .header-person-name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
#PeopleDetail #HeaderPersonal .header-personal .header-person-department {
  line-height: 1;
  margin-top: 4px
}
#PeopleDetail #HeaderPersonal .header-personal .interview-tag {
  margin-bottom: 15px
}
.mb-25 {
  margin-bottom: 25px
}
.kome {
  margin-top: 10px;
  margin-bottom: 50px
}
.mb-0 {
  margin-bottom: 0 !important;
}
#PeopleDetail #HeaderPersonal .header-personal .header-person-career {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.6;
  margin-top: 16px
}

#PeopleDetail #Article {
  margin: 40px 0 0;
  position: relative
}
#PeopleDetail #Article .article-wrap {
  padding: 0 30px
}
#PeopleDetail #Article .article-wrap .article-separate + .article-separate {
  margin-top: 50px
}
#PeopleDetail #Article .article-wrap .article-separate .article-title {
  color: #0dafad;
  font-size: 20px;
  font-size: 1.25rem
}
#PeopleDetail #Article .article-wrap .article-separate .article-title ~ .article-title {
  margin-top: 50px
}
#PeopleDetail .Last-Comment{
  background: #f2f7f6;
  overflow: hidden;
  margin: 30px 30px;
  position: relative;
}

#PeopleDetail .Last-Comment .Comment{
  margin: 0 auto;
  max-width: 900px;
}
.c-head03 {
  margin-bottom: 15px;
  line-height: 1.6;
  position: relative;
  padding-left: 22px;
  font-size: 1.1rem;
}
.c-head03::before {
  display: block;
  position: absolute;
  top: 0.65em;
  left: -0.2em;
  content: '';
  width: 20px;
  height: 2px;
  background: #0dafad;
}
#PeopleDetail #Article .article-wrap .article-separate .article-text-wrap {
  display: flex;
  flex-direction: column;
}
#PeopleDetail #Article .article-wrap .article-separate .article-text-wrap .article-text {
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  padding: 20px;
  margin: 30px 0;
}
#PeopleDetail #Article .article-wrap .article-separate .article-text-wrap .article-image {
  left: 0;
  margin-top: 50px;
  position: relative;
  width: calc(100vw - 24px)
}
#PeopleDetail #Article .article-wrap .article-separate.interview04 .article-text-wrap {
  flex-direction: column-reverse
}
#PeopleDetail .Comment {
  background: #fff;
  border: 1px solid #0dafad;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  padding: 20px;
  margin-bottom: 30px;
}
#PeopleDetail .Comment .article-wrap {
  position: relative;
  z-index: 1
}
#PeopleDetail .Comment .Comment-tag {
  background: #0dafad;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
  padding: 2px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
#PeopleDetail .Comment .Comment-tag::before {
  content: "";
  background-image: url(../images/icon_microphone.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  display: inline-block;
  height: 14px;
  padding-right: 2px;
  position: relative;
  top: 2px;
  width: 14px
}
#PeopleDetail #Impression .impression-wrap {
  padding: 0 30px;
  margin-bottom: 30px;
}
#PeopleDetail #Impression .impression-wrap .impression-info {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px
}
#PeopleDetail #Impression .impression-wrap .impression-title {
  color: #0dafad;
  font-size: 16px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
#PeopleDetail #Impression .impression-wrap .impression-word {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 16px
}
#PeopleDetail #Impression .impression-wrap .impression-text {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 20px
}
#PeopleDetail #Impression .impression-bg {
  position: relative;
  top: -5px;
  z-index: -1
}
#PeopleDetail #Impression .impression-bg .impression-image {
  min-height: 250px;
  object-fit: cover
}
@media (min-width:768px) {
  #PeopleDetail .Last-Comment {
    margin: 50px 20px 70px;
  }
  #PeopleDetail .Comment .Comment-tag {
    margin-bottom: 0;
  }
  #PeopleDetail .Comment {
    margin: 50px 0 70px;
  }
  #PeopleDetail .typing-wrap .page-title + .ityped-cursor {
    font-size: clamp(28px, 2.1vw, 40px)
  }
  #PeopleDetail #HeaderPersonal {
    background: 0 0;
    display: flex;
    height: 690px;
    flex-direction: row;
    justify-content: flex-end
  }
  #PeopleDetail #HeaderPersonal .header-personal {
    align-items: center;
    background-image: url(../images/header_bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    left: 0;
    height: 100%;
    padding: 0 56px 0 16px;
    position: absolute;
    justify-content: center;
    width: 51vw
  }
  #PeopleDetail #HeaderPersonal .header-personal::after, #PeopleDetail #HeaderPersonal .header-personal::before {
    background-image: none
  }
  #PeopleDetail #HeaderPersonal .header-personal .header-personal-wrap {
    max-width: 540px
  }
  #PeopleDetail #HeaderPersonal .header-personal .header-personal-wrap .header-person-info {
    margin-top: 10px
  }
  #PeopleDetail #HeaderPersonal .header-personal .header-personal-wrap .page-title {
    font-size: clamp(28px, 2.1vw, 40px)
  }
  #PeopleDetail #HeaderPersonal .header-personal .header-personal-wrap .header-person-name {
    font-size: 24px
  }
  #PeopleDetail #HeaderPersonal .header-personal .header-personal-wrap .header-person-department {
    font-size: min(1vw, 16px);
    line-height: 1.3
  }
  #PeopleDetail #HeaderPersonal .header-personal .header-personal-wrap .interview-tag {
    margin-top: 10px
  }
  #PeopleDetail #HeaderPersonal .header-personal .header-personal-wrap .header-person-career {
    font-size: 15px;
    line-height: 2;
    margin-top: 24px
  }
  #PeopleDetail #HeaderPersonal .header-graphic {
    width: 54vw
  }
  #PeopleDetail #HeaderPersonal .header-graphic img {
    height: 690px;
    object-fit: cover
  }
  #PeopleDetail #Article {
    overflow: hidden;
    padding: 130px 20px 0;
    position: relative
  }
  #PeopleDetail #Article::before {
    content: "";
    background-image: url(../images/img_triangle_3.png);
    top: 80px;
    display: block;
    height: 255px;
    left: 70%;
    position: absolute;
    width: 354px;
    background-size: 100%;
    background-repeat: no-repeat
  }
  #PeopleDetail #Article .article-wrap {
    margin: 0 auto;
    max-width: 900px
  }
  #PeopleDetail #Article .article-wrap .article-separate {
    position: relative
  }
  #PeopleDetail #Article .article-wrap .article-separate:nth-child(1) .article-text-wrap .article-text {
    max-width: 900px;
    margin-bottom: 50px;
  }
  #PeopleDetail #Article .article-wrap .article-separate:nth-child(2) {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 60px
  }
  #PeopleDetail #Article .article-wrap .article-separate.interview04 .article-text-wrap, #PeopleDetail #Article .article-wrap .article-separate.interview04 .article-title {
    max-width: 900px
  }
  #PeopleDetail #Article .article-image {
    margin-bottom: 50px
  }
  #PeopleDetail #Article .article-wrap .article-separate .article-title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 50px;
  }
  #PeopleDetail #Article .article-wrap .article-separate.interview03 .article-text-wrap .article-text {
    max-width: 900px;
    padding: 50px;
    margin-bottom: 50px;
  }
  #PeopleDetail #Article .article-wrap .article-separate .article-text-wrap .article-text {
    max-width: 900px;
    padding: 50px;
    margin: 0;
  }
  #PeopleDetail #Article .article-wrap .article-separate .article-text-wrap .article-image {
    position: absolute;
    left: 0;
    width: 745px
  }
  #PeopleDetail .Comment::before {
    content: "";
    background-image: url(../images/img_triangle_2.png);
    top: 850px;
    z-index: -1;
    display: block;
    height: 638px;
    right: 64%;
    position: absolute;
    width: 886px;
    background-size: 80%;
    background-repeat: no-repeat;
    transform: rotate(-120deg)
  }
  #PeopleDetail .Comment::after {
    content: "";
    background-image: url(../images/img_triangle_2.png);
    top: 2000px;
    display: block;
    height: 638px;
    left: 60%;
    position: absolute;
    width: 886px;
    transform: rotate(-100deg);
  }
  #PeopleDetail .Comment .Comment-title-wrap {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 10px;
  }
  #PeopleDetail #Impression {
    height: 600px;
    margin-top: 0;
    position: relative
  }
  #PeopleDetail #Impression .impression-wrap {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 30px;
    position: relative;
    top: 100px;
    z-index: 1
  }
  #PeopleDetail #Impression .impression-wrap .impression-info {
    box-sizing: border-box;
    max-width: 550px;
    padding: 50px
  }
  #PeopleDetail #Impression .impression-wrap .impression-title {
    font-size: 18px;
    font-size: 1.25rem;
  }
  #PeopleDetail #Impression .impression-wrap .impression-word {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    margin-top: 16px
  }
  #PeopleDetail #Impression .impression-wrap .impression-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-top: 25px;
  }
  #PeopleDetail #Impression .impression-bg {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0
  }
  #PeopleDetail #Impression .impression-bg .impression-image {
    min-height: 600px
  }
}
/* PCのフッター設定 */
.footer-copy {
  background: #cc0022;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.copy-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 990px;
}
.footer-logo {
  height: auto;
  max-height: 12px;
}
#current-year {
  color: #fff;
  font-size: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.copyright {
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.br-sp {
  display: none;
}
/* SP時のフッター設定 */
@media screen and (max-width: 1020px) {
  .footer-copy {
    height: 65px;
  }
  /* ロゴを非表示 */
  .footer-logo {
    display: none;
  }
  .copy-inner {
    justify-content: center;
  }
  .copyright {
    text-align: center;
    line-height: 1.5;
    padding: 12px 0 8px;
  }
  .br-sp {
    display: inline-block;
  }
}