@charset "UTF-8";
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
/* 汎用スタイル */
@media screen and (max-width: 768px) {
  .l-header {
    padding-right: 10px;
    padding-left: 10px; } }

.l-header__logo {
  height: 77px; }
  @media screen and (max-width: 768px) {
    .l-header__logo {
      width: 42vw;
      height: auto;
      position: absolute;
      bottom: 40%; } }

.l-recruitMenu {
  background: #e60012;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .l-recruitMenu {
      bottom: 50%;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); } }
  .l-recruitMenu__ttl {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: .15em;
    color: #fff;
    background: #fff; }
    @media screen and (max-width: 768px) {
      .l-recruitMenu__ttl {
        font-size: 10px;
        font-size: 0.625rem; } }
    .l-recruitMenu__ttl a {
      background: #e60012;
      padding: 17px 20px 17px 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
      .l-recruitMenu__ttl a:hover {
        opacity: .6; }
      @media screen and (max-width: 768px) {
        .l-recruitMenu__ttl a {
          padding: 11px 8px; } }
      .l-recruitMenu__ttl a span {
        font-family: "Old Standard TT",serif;
        font-style: italic;
        font-size: 34px;
        font-size: 2.125rem;
        letter-spacing: 0;
        color: #fff;
        margin-right: 15px;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .l-recruitMenu__ttl a span {
            font-size: 24px;
            font-size: 1.5rem;
            margin-right: 10px; } }
  .l-recruitMenu__btn {
    width: 84px;
    border-left: 1px solid #fff;
    margin: 12px 0; }
    @media screen and (max-width: 768px) {
      .l-recruitMenu__btn {
        width: 48px;
        margin: 6px 0 5px; } }
    .l-recruitMenu__btn__txt {
      font-family: "Old Standard TT",serif;
      font-style: italic;
      text-align: center;
      color: #fff;
      margin-top: 7px; }
  .l-recruitMenu .l-overMenuTrigger {
    width: 35px;
    height: 21px;
    margin: 0 auto;
    position: relative;
    top: auto;
    right: 0;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      .l-recruitMenu .l-overMenuTrigger {
        width: 25px;
        height: 15px; } }
    .l-recruitMenu .l-overMenuTrigger span {
      width: 100%;
      height: 2px;
      background: #fff; }
    .l-recruitMenu .l-overMenuTrigger--close span:nth-of-type(1) {
      -webkit-transform: translate(-50%, 10px) rotate(-45deg);
              transform: translate(-50%, 10px) rotate(-45deg); }
      @media screen and (max-width: 768px) {
        .l-recruitMenu .l-overMenuTrigger--close span:nth-of-type(1) {
          -webkit-transform: translate(-50%, 7px) rotate(-45deg);
                  transform: translate(-50%, 7px) rotate(-45deg); } }
    .l-recruitMenu .l-overMenuTrigger--close span:nth-of-type(3) {
      -webkit-transform: translate(-50%, -9px) rotate(45deg);
              transform: translate(-50%, -9px) rotate(45deg); }
      @media screen and (max-width: 768px) {
        .l-recruitMenu .l-overMenuTrigger--close span:nth-of-type(3) {
          -webkit-transform: translate(-50%, -6px) rotate(45deg);
                  transform: translate(-50%, -6px) rotate(45deg); } }

@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 60.84vw; } }

.l-footer__widget {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .l-footer__widgetItem {
    width: 13%; }
  .l-footer__widget__recruit {
    height: 60px;
    background: #e60012;
    margin: auto 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .l-footer__widget__recruit .l-recruitMenu__ttl {
      height: 100%;
      margin-right: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .l-footer__widget__recruit .l-recruitMenu__ttl a {
        padding: 13px 20px 13px 34px; }

.c-sectionTitle--withSubText {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-sectionTitle__subText {
  width: auto; }

.c-anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .c-anchorList {
      margin-bottom: 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-anchorList li {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .c-anchorList li {
        border-bottom: 1px solid #000; } }
    .c-anchorList li + li {
      border-left: 1px solid #000;
      margin-left: 80px;
      padding-left: 80px; }
      @media screen and (max-width: 768px) {
        .c-anchorList li + li {
          border-left: none;
          margin-left: 0;
          padding-left: 0; } }
    .c-anchorList li a {
      width: 100%;
      position: relative;
      display: inline-block;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
      .c-anchorList li a:hover {
        opacity: .6; }
      @media screen and (max-width: 768px) {
        .c-anchorList li a {
          padding: 20px 0; } }
      .c-anchorList li a:after {
        content: "";
        width: 9px;
        height: 9px;
        border-right: 1px solid #e60012;
        border-bottom: 1px solid #e60012;
        margin: 0 auto;
        position: absolute;
        right: 0;
        bottom: -15px;
        left: 0;
        display: inline-block;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
        @media screen and (max-width: 768px) {
          .c-anchorList li a:after {
            margin: auto 0;
            top: 0;
            right: 15px;
            bottom: 0;
            left: auto; } }
  .c-anchorList__ttl {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-size: 50px;
    font-size: 3.125rem; }
    @media screen and (max-width: 768px) {
      .c-anchorList__ttl {
        font-size: 27px;
        font-size: 1.6875rem;
        margin-right: 15px; } }
  .c-anchorList__sub {
    font-size: 19px;
    font-size: 1.1875rem;
    letter-spacing: .2em;
    margin-top: 10px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .c-anchorList__sub {
        font-size: 10px;
        font-size: 0.625rem; } }
  .c-anchorList02 {
    margin: 30px 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .c-anchorList02 {
        margin-bottom: 30px; } }
    .c-anchorList02 li {
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: .3em;
      padding: 18px 40px;
      border-left: 1px solid #e60012;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .c-anchorList02 li {
          font-size: 12px;
          font-size: 0.75rem;
          letter-spacing: .15em;
          border: none !important;
          margin: 0 20px 30px 0;
          padding: 0; } }
      .c-anchorList02 li:last-child {
        border-right: 1px solid #e60012; }
      .c-anchorList02 li a {
        font-weight: bold;
        -webkit-transition: opacity .4s;
        transition: opacity .4s; }
        .c-anchorList02 li a:hover {
          opacity: .6; }
        @media screen and (max-width: 768px) {
          .c-anchorList02 li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .c-anchorList02 li a:before {
              content: "";
              width: 8px;
              height: 8px;
              border-right: 1px solid #e60012;
              border-bottom: 1px solid #e60012;
              margin: -8px 8px 0 0;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg);
              display: inline-block; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide > div {
    height: 100%; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: none;
  border: none;
  border-top: 1px solid #e60012;
  border-left: 1px solid #e60012;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .slick-arrow {
      background: #f2f2f2;
      border: none; } }
  .slick-arrow.slick-prev {
    left: -40px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    @media screen and (max-width: 768px) {
      .slick-arrow.slick-prev {
        top: auto;
        left: auto;
        right: 50px;
        -webkit-transform: rotate(0);
                transform: rotate(0); }
        .slick-arrow.slick-prev:before {
          content: "";
          width: 10px;
          height: 10px;
          border-top: 1px solid #e60012;
          border-left: 1px solid #e60012;
          margin: auto;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 6px;
          display: inline-block;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); } }
  .slick-arrow.slick-next {
    right: -40px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
    @media screen and (max-width: 768px) {
      .slick-arrow.slick-next {
        top: auto;
        right: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0); }
        .slick-arrow.slick-next:before {
          content: "";
          width: 10px;
          height: 10px;
          border-top: 1px solid #e60012;
          border-right: 1px solid #e60012;
          margin: auto;
          position: absolute;
          top: 0;
          right: 6px;
          bottom: 0;
          left: 0;
          display: inline-block;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); } }
  .slick-arrow.slick-disabled {
    display: none !important; }

.p-linkBlock__item > a {
  display: inline-block;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
  .p-linkBlock__item > a:hover {
    opacity: .6; }

.p-linkBlock__itemTitle {
  letter-spacing: .1em; }

.p-linkBlock__itemLead {
  line-height: 2.19;
  letter-spacing: .1em; }

.p-linkBlock__itemImg {
  position: relative; }
  .p-linkBlock__itemImg a {
    display: inline-block;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
    .p-linkBlock__itemImg a:hover {
      opacity: .6; }

.p-linkBlock__itemNote {
  position: absolute;
  letter-spacing: .2em;
  bottom: -1.5rem;
  z-index: 1; }

.p-linkBlock__itemLinkItem {
  letter-spacing: .2em; }

.p-recruitSection__title {
  margin-bottom: 1.875rem; }
  @media screen and (max-width: 768px) {
    .p-recruitSection__title {
      margin-bottom: 3.91vw; } }

.p-textBanner__list {
  width: auto; }

.p-textBanner__item {
  width: auto;
  min-width: 25rem; }
  @media screen and (min-width: 1px) and (max-width: 767px) {
    .p-textBanner__item {
      width: 100%;
      min-width: unset; } }
  .p-textBanner__item a {
    padding: 1.875rem 3.5rem 1.875rem 2rem; }
    @media screen and (min-width: 1px) and (max-width: 767px) {
      .p-textBanner__item a {
        padding: 3.91vw 5.21vw; } }
  .p-textBanner__item--current a {
    background: #e60012;
    border: none; }
    .p-textBanner__item--current a:after {
      background-image: url(/cms/wp-content/themes/carbide/images/common/ico10.svg); }
    .p-textBanner__item--current a .p-textBanner__itemJa,
    .p-textBanner__item--current a .p-textBanner__itemEn {
      color: #fff; }

.p-productExcerpt__item--01 {
  background-image: url(/freshers/cms/wp-content/themes/carbide/images/corporate/corporate-img01.jpg); }

.p-productCategoryExcerpt__item--all .p-productCategoryExcerpt__itemImg {
  position: relative; }
  .p-productCategoryExcerpt__item--all .p-productCategoryExcerpt__itemImg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e60012;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block; }

.p-productCategoryExcerpt__item--all .p-productCategoryExcerpt__itemTitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .p-productCategoryExcerpt__item--all .p-productCategoryExcerpt__itemTitle {
      font-size: 12px;
      font-size: 0.75rem; } }
  .p-productCategoryExcerpt__item--all .p-productCategoryExcerpt__itemTitle:after {
    width: 11px;
    height: 11px;
    background: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media screen and (max-width: 768px) {
      .p-productCategoryExcerpt__item--all .p-productCategoryExcerpt__itemTitle:after {
        width: 6px;
        height: 6px; } }

.p-productCategoryExcerpt__itemImg {
  position: relative; }

.p-office01 {
  position: relative; }
  .p-office01 .p-office__title {
    margin: 0;
    position: absolute;
    top: 70px;
    left: 110px; }
    @media screen and (max-width: 768px) {
      .p-office01 .p-office__title {
        position: static; } }

.p-office02 {
  position: relative; }
  .p-office02 .p-office__title {
    margin: 0;
    position: absolute;
    top: 30px;
    left: 110px; }
    @media screen and (max-width: 768px) {
      .p-office02 .p-office__title {
        position: static; } }

.p-office__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .3em;
  text-align: left;
  margin: 100px 0 0 110px; }
  @media screen and (max-width: 768px) {
    .p-office__title {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 30px 0; } }
  .p-office__title span {
    font-weight: bold;
    color: #e60012;
    border-bottom: 1px solid #e60012;
    padding-bottom: 5px;
    display: inline-block; }

.p-jobsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .p-jobsList li {
      display: block; } }
  .p-jobsList li + li {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .p-jobsList li + li {
        margin-top: 80px; } }
  .p-jobsList li > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.p-jobsList__ttl {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #e60012;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .p-jobsList__ttl {
      font-size: 16px;
      font-size: 1rem; } }
  .p-jobsList__ttl span {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: normal;
    color: #000;
    margin-top: 15px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .p-jobsList__ttl span {
        font-size: 14px;
        font-size: 0.875rem; } }

.p-jobsList__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.19;
  letter-spacing: 0.2em; }
  @media screen and (max-width: 768px) {
    .p-jobsList__txt {
      font-size: 12px;
      font-size: 0.75rem; } }

.p-jobsList__img {
  margin-left: 60px; }
  @media screen and (max-width: 768px) {
    .p-jobsList__img {
      text-align: center;
      margin: 30px 0 0 0; } }

.p-people__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .p-people__list li {
    width: 29.69%;
    border-top: 2px solid #e60012;
    margin-right: 5.46%; }
    @media screen and (max-width: 768px) {
      .p-people__list li {
        width: 47.3%;
        margin-right: 5.4%; } }
    .p-people__list li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .p-people__list li:nth-child(3n) {
          margin-right: 5.4%; } }
    .p-people__list li:nth-child(n+4) {
      margin-top: 5.46%; }
      @media screen and (max-width: 768px) {
        .p-people__list li:nth-child(n+4) {
          margin-top: 0; } }
    @media screen and (max-width: 768px) {
      .p-people__list li:nth-child(even) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .p-people__list li:nth-child(n+3) {
        margin-top: 5.4%; } }
    .p-people__list li a {
      width: 100%;
      height: 100%;
      display: inline-block;
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
      .p-people__list li a:hover {
        opacity: .6; }
  .p-people__list__thumb {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .p-people__list__thumb {
        margin-bottom: 15px; } }
  .p-people__list__affiliation {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .p-people__list__affiliation {
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 1.53;
        margin-bottom: 8px; } }
  .p-people__list__position {
    letter-spacing: .3em;
    color: #e60012;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .p-people__list__position {
        font-size: 10px;
        font-size: 0.625rem; } }
  .p-people__list__name {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    letter-spacing: .3em; }
    @media screen and (max-width: 768px) {
      .p-people__list__name {
        font-size: 15px;
        font-size: 0.9375rem;
        letter-spacing: .15em; } }
    .p-people__list__name span {
      font-family: "Old Standard TT", serif;
      font-style: italic;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: normal;
      letter-spacing: 0;
      margin-left: 14px;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .p-people__list__name span {
          font-size: 10px;
          font-size: 0.625rem;
          margin-left: 5px; } }

.p-linkBlock__list--people .p-linkBlock__itemImgLink {
  letter-spacing: 0;
  left: 30%; }
  @media screen and (max-width: 768px) {
    .p-linkBlock__list--people .p-linkBlock__itemImgLink {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (max-width: 768px) {
    .p-linkBlock__list--people .p-linkBlock__itemImgLink:after {
      width: 11px;
      height: 11px;
      right: -1.5rem; } }

.p-cross-talk__mainImgInner {
  height: 37.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .p-cross-talk__mainImgInner {
      height: 20.3rem; } }
  .p-cross-talk__mainImgInner .p-page__titleEn {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: inherit; }
    @media screen and (max-width: 768px) {
      .p-cross-talk__mainImgInner .p-page__titleEn {
        font-size: 50px;
        font-size: 3.125rem; } }
  .p-cross-talk__mainImgInner .p-page__titleJa {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .p-cross-talk__mainImgInner .p-page__titleJa {
        font-size: 10px;
        font-size: 0.625rem; } }

.p-cross-talk__lead {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: .3em;
  text-shadow: 0 0 0.9375rem #fff, 0 0 0.9375rem #fff, 0 0 0.9375rem #fff, 0 0 0.9375rem #fff;
  margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .p-cross-talk__lead {
      font-size: 13px;
      font-size: 0.8125rem; } }

.p-cross-talk__member {
  background: #e60012;
  padding: 80px 0 70px; }
  @media screen and (max-width: 768px) {
    .p-cross-talk__member {
      padding: 40px 0 35px;
      position: relative; } }
  .p-cross-talk__member__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .p-cross-talk__member__list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .p-cross-talk__member__list li {
      width: 18%;
      text-align: center;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .p-cross-talk__member__list li {
          width: 50%; } }
      .p-cross-talk__member__list li + li {
        margin-left: 6.93%;
        position: relative; }
        @media screen and (max-width: 768px) {
          .p-cross-talk__member__list li + li {
            margin-left: 0; } }
        .p-cross-talk__member__list li + li:before {
          content: "";
          width: 30.9%;
          height: 1px;
          background: #fff;
          margin: auto 0;
          position: absolute;
          top: -50%;
          bottom: 0;
          left: -34.9%;
          display: inline-block;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
          @media screen and (max-width: 768px) {
            .p-cross-talk__member__list li + li:before {
              content: none; } }
        .p-cross-talk__member__list li + li:after {
          content: "";
          width: 30.9%;
          height: 1px;
          background: #fff;
          margin: auto 0;
          position: absolute;
          top: -50%;
          bottom: 0;
          left: -34.9%;
          display: inline-block;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
          @media screen and (max-width: 768px) {
            .p-cross-talk__member__list li + li:after {
              content: none; } }
      .p-cross-talk__member__list li:nth-child(n+5) {
        margin-top: 60px; }
        @media screen and (max-width: 768px) {
          .p-cross-talk__member__list li:nth-child(n+5) {
            margin-top: 0; } }
      @media screen and (max-width: 768px) {
        .p-cross-talk__member__list li:nth-child(n+3) {
          margin-top: 56px; } }
      @media screen and (max-width: 768px) {
        .p-cross-talk__member__list li:nth-child(2n+3):before {
          content: "";
          width: 53px;
          height: 3px;
          background: #fff;
          margin: 0;
          position: absolute;
          top: -20px;
          right: -25px;
          bottom: auto;
          left: auto;
          display: inline-block;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .p-cross-talk__member__list li:nth-child(2n+3):after {
          content: "";
          width: 3px;
          height: 53px;
          background: #fff;
          margin: 0;
          position: absolute;
          top: -45px;
          right: 0;
          bottom: auto;
          left: auto;
          display: inline-block;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); } }
    .p-cross-talk__member__list__img {
      border-radius: 50%;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .p-cross-talk__member__list__img {
          width: 66%;
          margin: 0 auto; } }
    .p-cross-talk__member__list__name {
      font-size: 26px;
      font-size: 1.625rem;
      letter-spacing: .3em;
      margin: 35px 0 10px; }
      @media screen and (max-width: 768px) {
        .p-cross-talk__member__list__name {
          font-size: 13px;
          font-size: 0.8125rem;
          margin-top: 16px; } }
      .p-cross-talk__member__list__name span {
        font-family: "Old Standard TT", serif;
        font-style: italic;
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: 0;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .p-cross-talk__member__list__name span {
            font-size: 10px;
            font-size: 0.625rem; } }
    .p-cross-talk__member__list__profile {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.43;
      letter-spacing: .1em; }
      @media screen and (max-width: 768px) {
        .p-cross-talk__member__list__profile {
          font-size: 10px;
          font-size: 0.625rem; } }

.p-cross-talk__title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #e60012;
  text-indent: -2.4em;
  padding-left: 2.4em;
  letter-spacing: .15em;
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .p-cross-talk__title {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.33;
      margin-bottom: 20px; } }
  .p-cross-talk__title span {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-size: 46px;
    font-size: 2.875rem;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .p-cross-talk__title span {
        font-size: 23px;
        font-size: 1.4375rem; } }

.p-cross-talk__interview, .p-cross-talk__interview--rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .p-cross-talk__interview, .p-cross-talk__interview--rev {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .p-cross-talk__interview + div, .p-cross-talk__interview--rev + div {
    margin-top: 70px; }
    @media screen and (max-width: 768px) {
      .p-cross-talk__interview + div, .p-cross-talk__interview--rev + div {
        margin-top: 40px; } }
  .p-cross-talk__interview__img {
    text-align: center;
    margin-right: 50px; }
    @media screen and (max-width: 768px) {
      .p-cross-talk__interview__img {
        margin: 0 0 25px 0; } }
  .p-cross-talk__interview__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .p-cross-talk__interview__list li {
      font-size: 16px;
      font-size: 1rem;
      line-height: 2.25;
      text-indent: -6em;
      padding-left: 6em; }
      @media screen and (max-width: 768px) {
        .p-cross-talk__interview__list li {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.8; } }
      .p-cross-talk__interview__list li + li {
        margin-top: 2.25em; }
        @media screen and (max-width: 768px) {
          .p-cross-talk__interview__list li + li {
            margin-top: 1.8em; } }
      .p-cross-talk__interview__list li span {
        width: 80px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1;
        text-indent: 0;
        text-align: center;
        color: #fff;
        margin-right: 0.88em;
        padding: 5px 0;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .p-cross-talk__interview__list li span {
            width: 60px;
            font-size: 12px;
            font-size: 0.75rem; } }
        .p-cross-talk__interview__list li span small {
          font-size: 14px;
          font-size: 0.875rem; }
          @media screen and (max-width: 768px) {
            .p-cross-talk__interview__list li span small {
              font-size: 10px;
              font-size: 0.625rem; } }
    .p-cross-talk__interview__list__question {
      font-weight: bold; }
      .p-cross-talk__interview__list__question span {
        background: #000;
        font-weight: normal; }
    .p-cross-talk__interview__list__answer span {
      background: #e60012; }
  .p-cross-talk__interview--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .p-cross-talk__interview--rev .p-cross-talk__interview__img {
      margin-right: 0;
      margin-left: 50px; }
      @media screen and (max-width: 768px) {
        .p-cross-talk__interview--rev .p-cross-talk__interview__img {
          margin: 0 0 25px 0; } }

.p-corporateGreeting__desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .p-corporateGreeting__descTitle {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    padding-bottom: 0.94rem; }
    @media screen and (max-width: 768px) {
      .p-corporateGreeting__descTitle {
        font-size: 5.3vw; } }
  .p-corporateGreeting__descText {
    letter-spacing: 0; }
    .p-corporateGreeting__descText + .p-corporateGreeting__descText {
      margin-top: 2.5em; }

.p-corporateGreeting__photo {
  width: auto;
  margin-right: 0;
  margin-left: 5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media screen and (max-width: 768px) {
    .p-corporateGreeting__photo {
      margin: 0 auto; } }

.p-research__wellTitle {
  line-height: 1.5;
  letter-spacing: .2em; }

.p-application__table {
  border-top: 1px solid #000;
  margin-top: 25px; }
  .p-application__table tr:first-child th,
  .p-application__table tr:first-child td {
    padding-top: 1.875rem; }
    @media screen and (max-width: 768px) {
      .p-application__table tr:first-child th,
      .p-application__table tr:first-child td {
        padding-top: 0; } }
  .p-application__table tr th {
    width: 18%;
    background: #f4f4f4; }
    @media screen and (max-width: 768px) {
      .p-application__table tr th {
        width: auto;
        margin-top: 0; } }
  .p-application__table tr td {
    padding: 1.875rem; }
    @media screen and (max-width: 768px) {
      .p-application__table tr td {
        padding: 0 0 3.91vw; } }
  .p-application__table span {
    display: inline-block; }
  .p-application__table__sh {
    font-size: 1.13em;
    color: #e60012;
    font-weight: bold; }
  .p-application__table__w4 {
    width: 4em; }
  .p-application__table__w6 {
    width: 6em; }
  .p-application__table__w9 {
    width: 9em; }

.p-faq__list {
  border-bottom: 1px solid #000; }
  .p-faq__list dt {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .25em;
    padding: 42px 55px 42px 20px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media screen and (max-width: 768px) {
      .p-faq__list dt {
        font-size: 11px;
        font-size: 0.6875rem;
        text-indent: -3em;
        padding: 26px 30px 26px 4em; } }
    .p-faq__list dt:before {
      content: "";
      width: 21px;
      height: 1px;
      background: #e60012;
      margin: auto 0;
      position: absolute;
      top: 0;
      right: 25px;
      bottom: 0;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .p-faq__list dt:before {
          width: 11px;
          right: 15px; } }
    .p-faq__list dt:after {
      content: "";
      width: 1px;
      height: 21px;
      background: #e60012;
      margin: auto 0;
      position: absolute;
      top: 0;
      right: 35px;
      bottom: 0;
      display: inline-block;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      @media screen and (max-width: 768px) {
        .p-faq__list dt:after {
          height: 11px;
          right: 20px; } }
    .p-faq__list dt.is-open:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .p-faq__list dt span {
      font-family: "Old Standard TT", serif;
      font-style: italic;
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: normal;
      text-indent: 0;
      line-height: 1;
      letter-spacing: 0;
      color: #e60012;
      margin-right: 0.63em;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .p-faq__list dt span {
          font-size: 20px;
          font-size: 1.25rem; } }
  .p-faq__list dd {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: .25em;
    background: #f8f8f8;
    border-top: 1px solid #c7c7c7;
    padding: 42px 25px 42px 20px;
    display: none; }
    @media screen and (max-width: 768px) {
      .p-faq__list dd {
        font-size: 11px;
        font-size: 0.6875rem;
        padding: 26px 15px 26px 10px; } }
  .p-faq__list__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .p-faq__list__answer > div {
      margin-top: .3em;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media screen and (max-width: 768px) {
        .p-faq__list__answer > div {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .p-faq__list__answer__ttl {
      font-family: "Old Standard TT", serif;
      font-style: italic;
      font-size: 40px;
      font-size: 2.5rem;
      font-weight: normal;
      line-height: 1;
      letter-spacing: 0;
      color: #e60012;
      margin-right: 0.63em;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .p-faq__list__answer__ttl {
          font-size: 20px;
          font-size: 1.25rem; } }
    .p-faq__list__answer__txt {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .p-faq__list__answer__img {
      margin-left: 60px; }
      @media screen and (max-width: 768px) {
        .p-faq__list__answer__img {
          margin-top: 20px;
          margin-left: 0; } }

.p-education__wrap {
  max-width: 1280px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(98%, #f6f7f7), to(#fff));
  background: -webkit-linear-gradient(#f6f7f7 98%, #fff);
  background: linear-gradient(#f6f7f7 98%, #fff);
  margin: 60px auto 0;
  padding: 30px 80px 110px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .p-education__wrap {
      margin-top: 30px;
      padding: 15px 15px 60px 15px; } }

.p-education__table {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .p-education__table tr {
      width: 100%;
      display: block; } }
  .p-education__table tr th {
    width: 10%;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #c7c7c7;
    padding: 35px 0 25px 0; }
    @media screen and (max-width: 768px) {
      .p-education__table tr th {
        width: 100%;
        font-size: 20px;
        font-size: 1.25rem;
        border-bottom: none;
        display: block;
        padding: 20px 0 0 0; } }
    .p-education__table tr th span {
      font-family: "Old Standard TT", serif;
      font-style: italic;
      font-size: 60px;
      font-size: 3.75rem; }
      @media screen and (max-width: 768px) {
        .p-education__table tr th span {
          font-size: 35px;
          font-size: 2.1875rem; } }
  .p-education__table tr td {
    border-bottom: 1px solid #c7c7c7;
    padding: 35px 0 25px 0; }
    @media screen and (max-width: 768px) {
      .p-education__table tr td {
        width: 100%;
        padding: 20px 0 15px 0;
        display: block; } }
  .p-education__table__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .15em;
    color: #e60012;
    margin-bottom: 8px; }
    @media screen and (max-width: 768px) {
      .p-education__table__ttl {
        font-size: 14px;
        font-size: 0.875rem; } }
  .p-education__table__txt {
    line-height: 1.63;
    letter-spacing: .03em; }
  .p-education__table__w385 {
    width: 385px; }
    @media screen and (max-width: 768px) {
      .p-education__table__w385 {
        width: 43.24%; } }
  .p-education__table__w465 {
    width: 465px; }
    @media screen and (max-width: 768px) {
      .p-education__table__w465 {
        width: 90%; } }
  .p-education__table__w654 {
    width: 654px; }
    @media screen and (max-width: 768px) {
      .p-education__table__w654 {
        width: 43.24%; } }
  @media screen and (max-width: 768px) {
    .p-education__table__w95p {
      width: 95%; } }
  .p-education__table__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .p-education__table__inr .p-education__table__w385,
      .p-education__table__inr .p-education__table__w465 {
        width: auto; } }
  .p-education__table__system {
    width: 625px;
    margin-left: auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .p-education__table__system {
        width: 100%;
        margin: 20px 0 0 0; } }
    .p-education__table__system--single {
      width: 540px; }
      @media screen and (max-width: 768px) {
        .p-education__table__system--single {
          width: 100%; } }
      .p-education__table__system--single .p-education__table__department {
        width: auto; }
        .p-education__table__system--single .p-education__table__department:before {
          height: 1131px; }
          @media screen and (max-width: 768px) {
            .p-education__table__system--single .p-education__table__department:before {
              height: 871px; } }
        .p-education__table__system--single .p-education__table__department:after {
          bottom: -1131px; }
          @media screen and (max-width: 768px) {
            .p-education__table__system--single .p-education__table__department:after {
              bottom: -870px; } }
  .p-education__table__department {
    width: 260px;
    background: #fff;
    border: 3px solid #e60012;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 768px) {
      .p-education__table__department {
        width: 50%;
        border-width: 1px;
        padding: 15px 10px; } }
    .p-education__table__department:before {
      content: "";
      width: 6px;
      height: 1161px;
      background: #e60012;
      margin: 0 auto;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .p-education__table__department:before {
          width: 3px;
          height: 896px;
          right: 2px;
          left: auto; } }
    .p-education__table__department:after {
      content: "";
      width: 25px;
      height: 25px;
      border-right: 6px solid #e60012;
      border-bottom: 6px solid #e60012;
      margin: 0 auto;
      position: absolute;
      right: 0;
      bottom: -1161px;
      left: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media screen and (max-width: 768px) {
        .p-education__table__department:after {
          width: 13px;
          height: 13px;
          border-width: 3px;
          right: -4px;
          bottom: -895px;
          left: auto; } }
    .p-education__table__department__txt {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.43; }
      @media screen and (max-width: 768px) {
        .p-education__table__department__txt {
          font-size: 12px;
          font-size: 0.75rem; } }
  .p-education__table__training {
    width: 340px;
    background: #e60012;
    margin-top: -30px;
    padding: 30px 30px 967px 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .p-education__table__training {
        width: 45.95%;
        margin-top: 0;
        padding: 15px 10px 910px 10px; } }
    .p-education__table__training:after {
      content: "";
      width: 100%;
      height: 92px;
      background: url(/freshers/cms/wp-content/themes/carbide/images/information/education01/education01-icon.png) 0 0 no-repeat;
      background-size: 100% 100%;
      position: absolute;
      top: 100%;
      left: 0; }
      @media screen and (max-width: 768px) {
        .p-education__table__training:after {
          height: 43px; } }
    .p-education__table__training__item {
      background: #fff;
      margin-bottom: 60px;
      padding: 25px 30px 20px; }
      @media screen and (max-width: 768px) {
        .p-education__table__training__item {
          margin-bottom: 25px;
          padding: 15px 10px; } }

.p-members__mainImg {
  background-color: #f6f6f6;
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 170px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-members__mainImg {
      margin-bottom: 70px; } }
  .p-members__mainImg__item {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 768px) {
      .p-members__mainImg__item {
        right: -90px; } }
    .p-members__mainImg__item:before {
      content: "";
      width: 100%;
      height: 100%;
      background: url(/freshers/cms/wp-content/themes/carbide/images/members/mainmg-bg.png) 0 0 no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block; }
    .p-members__mainImg__item img {
      height: 100%; }
      @media screen and (max-width: 768px) {
        .p-members__mainImg__item img {
          width: auto; } }
  .p-members__mainImgInner {
    height: 37.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .p-members__mainImgInner {
        height: 20.3rem; } }

.p-members__title {
  margin-top: -140px; }
  @media screen and (max-width: 768px) {
    .p-members__title {
      margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .p-members__title .p-page__titleEn {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.03; } }

.p-members__lead {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: .15em;
  text-shadow: 0 0 0.9375rem #fff, 0 0 0.9375rem #fff, 0 0 0.9375rem #fff, 0 0 0.9375rem #fff;
  margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .p-members__lead {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-top: .5rem; } }

.p-members__profile {
  width: 680px;
  height: 290px;
  color: #fff;
  background: #e60012;
  padding-left: 160px;
  position: absolute;
  bottom: -140px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .p-members__profile {
      width: 300px;
      height: 145px;
      bottom: -70px;
      padding: 15px; } }
  .p-members__profile__affiliation {
    letter-spacing: .15em;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .p-members__profile__affiliation {
        font-size: 10px;
        font-size: 0.625rem;
        margin-bottom: 10px; } }
  .p-members__profile__position {
    letter-spacing: .15em; }
    @media screen and (max-width: 768px) {
      .p-members__profile__position {
        font-size: 10px;
        font-size: 0.625rem; } }
  .p-members__profile__kana {
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-size: 50px;
    font-size: 3.125rem;
    margin: 15px 0 20px; }
    @media screen and (max-width: 768px) {
      .p-members__profile__kana {
        font-size: 25px;
        font-size: 1.5625rem;
        margin: 5px 0; } }
  .p-members__profile__name {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .15em;
    margin-right: 1em;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .p-members__profile__name {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 10px; } }
  .p-members__profile__career {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: .15em;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .p-members__profile__career {
        width: 100%;
        font-size: 10px;
        font-size: 0.625rem; } }

.p-members__secTitle {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: .15em;
  color: #e60012;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .p-members__secTitle {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 15px; } }

.p-members__interview, .p-members__interview--rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .p-members__interview, .p-members__interview--rev {
      display: block; } }
  .p-members__interview > p.p-members__text, .p-members__interview--rev > p.p-members__text,
  .p-members__interview > div,
  .p-members__interview--rev > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .p-members__interview__img {
    min-width: 40%;
    max-width: 45%;
    margin-left: 60px; }
    @media screen and (max-width: 768px) {
      .p-members__interview__img {
        max-width: 100%;
        text-align: center;
        margin: 0; } }
    .p-members__interview__img img {
      width: 100%; }
  .p-members__interview--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .p-members__interview--rev {
        display: block; } }
    .p-members__interview--rev .p-members__interview__img {
      margin-right: 60px;
      margin-left: 0; }
      @media screen and (max-width: 768px) {
        .p-members__interview--rev .p-members__interview__img {
          margin: 0; } }

.p-members__text > p {
  line-height: 2.25;
  letter-spacing: .15em;
  margin-bottom: 3.13rem; }
  @media screen and (max-width: 768px) {
    .p-members__text > p {
      line-height: 1.8;
      margin-bottom: 1.5rem; } }
  .p-members__text > p a {
    text-decoration: underline;
    -webkit-transition: opacity .4s;
    transition: opacity .4s; }
    .p-members__text > p a:hover {
      opacity: .6; }

.p-members__mission {
  background: #eeefef;
  padding: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .p-members__mission {
      padding: 40px 15px; } }
  @media screen and (max-width: 768px) {
    .p-members__mission .p-members__interview__img {
      max-width: 225px;
      margin: 1.5rem auto 0; } }

.p-members__slide {
  display: block; }
  @media screen and (max-width: 768px) {
    .p-members__slide {
      padding-bottom: 50px; } }
  .p-members__slide li {
    margin: 0; }
  .p-members__slide .slick-slide {
    max-width: 380px;
    margin: 0 23.5px; }
    @media screen and (max-width: 768px) {
      .p-members__slide .slick-slide {
        margin: 0 10.5px; } }

.u-mt0 {
  margin-top: 0px !important; }

.u-mb0 {
  margin-bottom: 0px !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mt35 {
  margin-top: 35px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mt45 {
  margin-top: 45px !important; }

.u-mb45 {
  margin-bottom: 45px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-mt55 {
  margin-top: 55px !important; }

.u-mb55 {
  margin-bottom: 55px !important; }

.u-mt60 {
  margin-top: 60px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-mt65 {
  margin-top: 65px !important; }

.u-mb65 {
  margin-bottom: 65px !important; }

.u-mt70 {
  margin-top: 70px !important; }

.u-mb70 {
  margin-bottom: 70px !important; }

.u-mt75 {
  margin-top: 75px !important; }

.u-mb75 {
  margin-bottom: 75px !important; }

.u-mt80 {
  margin-top: 80px !important; }

.u-mb80 {
  margin-bottom: 80px !important; }

.u-mt85 {
  margin-top: 85px !important; }

.u-mb85 {
  margin-bottom: 85px !important; }

.u-mt90 {
  margin-top: 90px !important; }

.u-mb90 {
  margin-bottom: 90px !important; }

.u-mt95 {
  margin-top: 95px !important; }

.u-mb95 {
  margin-bottom: 95px !important; }

.u-mt100 {
  margin-top: 100px !important; }

.u-mb100 {
  margin-bottom: 100px !important; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-t-mt0 {
    margin-top: 0px !important; }
  .u-t-mb0 {
    margin-bottom: 0px !important; }
  .u-t-mt5 {
    margin-top: 5px !important; }
  .u-t-mb5 {
    margin-bottom: 5px !important; }
  .u-t-mt10 {
    margin-top: 10px !important; }
  .u-t-mb10 {
    margin-bottom: 10px !important; }
  .u-t-mt15 {
    margin-top: 15px !important; }
  .u-t-mb15 {
    margin-bottom: 15px !important; }
  .u-t-mt20 {
    margin-top: 20px !important; }
  .u-t-mb20 {
    margin-bottom: 20px !important; }
  .u-t-mt25 {
    margin-top: 25px !important; }
  .u-t-mb25 {
    margin-bottom: 25px !important; }
  .u-t-mt30 {
    margin-top: 30px !important; }
  .u-t-mb30 {
    margin-bottom: 30px !important; }
  .u-t-mt35 {
    margin-top: 35px !important; }
  .u-t-mb35 {
    margin-bottom: 35px !important; }
  .u-t-mt40 {
    margin-top: 40px !important; }
  .u-t-mb40 {
    margin-bottom: 40px !important; }
  .u-t-mt45 {
    margin-top: 45px !important; }
  .u-t-mb45 {
    margin-bottom: 45px !important; }
  .u-t-mt50 {
    margin-top: 50px !important; }
  .u-t-mb50 {
    margin-bottom: 50px !important; }
  .u-t-mt55 {
    margin-top: 55px !important; }
  .u-t-mb55 {
    margin-bottom: 55px !important; }
  .u-t-mt60 {
    margin-top: 60px !important; }
  .u-t-mb60 {
    margin-bottom: 60px !important; }
  .u-t-mt65 {
    margin-top: 65px !important; }
  .u-t-mb65 {
    margin-bottom: 65px !important; }
  .u-t-mt70 {
    margin-top: 70px !important; }
  .u-t-mb70 {
    margin-bottom: 70px !important; }
  .u-t-mt75 {
    margin-top: 75px !important; }
  .u-t-mb75 {
    margin-bottom: 75px !important; }
  .u-t-mt80 {
    margin-top: 80px !important; }
  .u-t-mb80 {
    margin-bottom: 80px !important; }
  .u-t-mt85 {
    margin-top: 85px !important; }
  .u-t-mb85 {
    margin-bottom: 85px !important; }
  .u-t-mt90 {
    margin-top: 90px !important; }
  .u-t-mb90 {
    margin-bottom: 90px !important; }
  .u-t-mt95 {
    margin-top: 95px !important; }
  .u-t-mb95 {
    margin-bottom: 95px !important; }
  .u-t-mt100 {
    margin-top: 100px !important; }
  .u-t-mb100 {
    margin-bottom: 100px !important; } }

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-s-mt0 {
    margin-top: 0px !important; }
  .u-s-mb0 {
    margin-bottom: 0px !important; }
  .u-s-mt5 {
    margin-top: 5px !important; }
  .u-s-mb5 {
    margin-bottom: 5px !important; }
  .u-s-mt10 {
    margin-top: 10px !important; }
  .u-s-mb10 {
    margin-bottom: 10px !important; }
  .u-s-mt15 {
    margin-top: 15px !important; }
  .u-s-mb15 {
    margin-bottom: 15px !important; }
  .u-s-mt20 {
    margin-top: 20px !important; }
  .u-s-mb20 {
    margin-bottom: 20px !important; }
  .u-s-mt25 {
    margin-top: 25px !important; }
  .u-s-mb25 {
    margin-bottom: 25px !important; }
  .u-s-mt30 {
    margin-top: 30px !important; }
  .u-s-mb30 {
    margin-bottom: 30px !important; }
  .u-s-mt35 {
    margin-top: 35px !important; }
  .u-s-mb35 {
    margin-bottom: 35px !important; }
  .u-s-mt40 {
    margin-top: 40px !important; }
  .u-s-mb40 {
    margin-bottom: 40px !important; }
  .u-s-mt45 {
    margin-top: 45px !important; }
  .u-s-mb45 {
    margin-bottom: 45px !important; }
  .u-s-mt50 {
    margin-top: 50px !important; }
  .u-s-mb50 {
    margin-bottom: 50px !important; }
  .u-s-mt55 {
    margin-top: 55px !important; }
  .u-s-mb55 {
    margin-bottom: 55px !important; }
  .u-s-mt60 {
    margin-top: 60px !important; }
  .u-s-mb60 {
    margin-bottom: 60px !important; }
  .u-s-mt65 {
    margin-top: 65px !important; }
  .u-s-mb65 {
    margin-bottom: 65px !important; }
  .u-s-mt70 {
    margin-top: 70px !important; }
  .u-s-mb70 {
    margin-bottom: 70px !important; }
  .u-s-mt75 {
    margin-top: 75px !important; }
  .u-s-mb75 {
    margin-bottom: 75px !important; }
  .u-s-mt80 {
    margin-top: 80px !important; }
  .u-s-mb80 {
    margin-bottom: 80px !important; }
  .u-s-mt85 {
    margin-top: 85px !important; }
  .u-s-mb85 {
    margin-bottom: 85px !important; }
  .u-s-mt90 {
    margin-top: 90px !important; }
  .u-s-mb90 {
    margin-bottom: 90px !important; }
  .u-s-mt95 {
    margin-top: 95px !important; }
  .u-s-mb95 {
    margin-bottom: 95px !important; }
  .u-s-mt100 {
    margin-top: 100px !important; }
  .u-s-mb100 {
    margin-bottom: 100px !important; } }


/*# sourceMappingURL=style.css.map*/