@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

html {
  font-size: 62.5%;
  color: #000; }

body {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@media screen and (min-width: 768px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; } }

img {
  max-width: 100%;
  height: auto; }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 23px 37px 36px; }
  @media screen and (max-width: 767px) {
    .c-breadcrumb {
      display: none; } }
  .c-breadcrumb__lst {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-breadcrumb__item:not(:last-child) {
    margin-right: 9px; }
  .c-breadcrumb__item:last-child a {
    color: #3D3D3D; }
    .c-breadcrumb__item:last-child a::after {
      display: none; }
  .c-breadcrumb__link {
    text-decoration: none;
    font-size: 1rem;
    color: #9D9D9D;
    letter-spacing: 0.08em;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-breadcrumb__link::after {
      content: "";
      position: relative;
      display: block;
      width: 7px;
      height: 10px;
      background: url(/kisoken/aip/colab/image/common/icon-arrow2.svg) no-repeat center;
      background-size: 7px 10px;
      margin-left: 4px; }
  .c-breadcrumb span {
    color: #3D3D3D; }
    .c-breadcrumb span::after {
      display: none; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  width: 100%;
  min-height: 100vh;
  min-width: 1200px;
  position: relative; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px; } }
  body.is-fixed {
    position: fixed; }
  body.js-open {
    position: fixed; }
  body.is-hidden {
    overflow: hidden; }
  body main {
    min-height: 63vh; }
    @media screen and (max-width: 767px) {
      body main {
        /*padding-top: 148px;*/ } }

.l-cont {
  width: 100%;
  max-width: 1124px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .l-cont {
      padding: 0 18px; } }

.l-cont2 {
  width: 100%;
  max-width: 926px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .l-cont2 {
      padding: 0 25px; } }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-footer {
  width: 100%; }
  .c-footer1 {
    background: #f4f4f4;
    height: 40px;
    position: relative; }
  .c-footer2 {
    background: #231815;
    padding: 25px 0;
    border-top: 3px solid #51308e; }
    @media screen and (max-width: 767px) {
      .c-footer2 {
        padding: 20px 18px; } }
    .c-footer2__cont {
      width: 100%;
      max-width: 1050px;
      margin: 0 auto; }
    .c-footer2__nav1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 19px; }
      @media screen and (max-width: 767px) {
        .c-footer2__nav1 {
          margin-bottom: 0; } }
      .c-footer2__nav1 li {
        margin-right: 79px; }
        @media screen and (max-width: 767px) {
          .c-footer2__nav1 li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px; } }
        .c-footer2__nav1 li a {
          font-size: 1.6rem;
          line-height: 1.92rem;
          font-weight: 600;
          text-decoration: none;
          color: #fff;
          position: relative;
          display: inline-block;
          padding-left: 20px;
          letter-spacing: 0.9px; }
          .c-footer2__nav1 li a::before {
            content: '';
            width: 11px;
            height: 1px;
            background: #fff;
            position: absolute;
            top: 11px;
            left: 0; }
    .c-footer2__nav2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .c-footer2__nav2 {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          width: 100%;
          margin: 3px 0 13px; } }
      .c-footer2__nav2 li {
        padding: 0 10px; }
        @media screen and (max-width: 767px) {
          .c-footer2__nav2 li {
            padding: 0 16px; } }
        .c-footer2__nav2 li a {
          font-size: 1.3rem;
          line-height: 1.9rem;
          font-weight: 500;
          text-decoration: none;
          color: #fff;
          position: relative;
          display: inline-block;
          padding-left: 15px;
          letter-spacing: 0.9px; }
          .c-footer2__nav2 li a::before {
            content: '';
            border-style: solid;
            border-width: 6px 0 6px 6px;
            border-color: transparent transparent transparent #fff;
            position: absolute;
            top: 3px;
            left: 0; }
    .c-footer2__bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .c-footer2__copy {
      font-size: 1.3rem;
      line-height: 1.7rem;
      color: #fff;
      font-family: 'Roboto', sans-serif;
      letter-spacing: 1.05px;
      margin-right: 32px; }
      @media screen and (max-width: 767px) {
        .c-footer2__copy {
          margin-right: 0;
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          text-align: center; } }
  .c-footer__gotop {
    position: absolute;
    right: 70px;
    bottom: 10px;
    cursor: pointer;
    z-index: 99; }
    @media screen and (min-width: 768px) {
      .c-footer__gotop:hover {
        opacity: 0.7; } }
    @media screen and (max-width: 767px) {
      .c-footer__gotop {
        right: 22px;
        bottom: 6px; } }
    .c-footer__gotop.is-show {
      opacity: 1;
      pointer-events: all;
      position: fixed;
      bottom: 40px; }
    .c-footer__gotop.is-show2 {
      position: absolute !important;
      bottom: 10px !important; }
      @media screen and (max-width: 767px) {
        .c-footer__gotop.is-show2 {
          bottom: 6px !important; } }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-header {
  background: #fff;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .c-header.js-fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
      background: #fff; } }
  .c-header1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 3px 0 0 35px; }
    @media screen and (max-width: 767px) {
      .c-header1 {
        height: 71px;
        padding: 12px 19px 17px 18px;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        border-bottom: 1px solid #d7d7d7; } }
    .c-header1__left {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-top: 12px;
      padding-right: 20px; }
      @media screen and (max-width: 767px) {
        .c-header1__left {
          width: 40%;
          padding-top: 5px;
          margin-right: 10px; } }
    @media screen and (max-width: 767px) {
      .c-header1__right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 35px; } }
    .c-header1__logo {
      padding-left: 5px; }
      @media screen and (max-width: 767px) {
        .c-header1__logo {
          padding-left: 0;
          width: 140px;
          max-width: 100%; } }
    .c-header1__api {
      font-size: 1.5rem;
      font-weight: 500;
      margin-top: 25px;
      letter-spacing: 1.2px; }
      @media screen and (max-width: 767px) {
        .c-header1__api {
          display: none; } }
    .c-header1__link1 {
      font-size: 1.2rem;
      line-height: 1.44rem;
      color: #1e2a6e;
      font-weight: 500;
      text-decoration: none;
      letter-spacing: 0.7px;
      font-family: 'Roboto', sans-serif; }
      @media screen and (min-width: 768px) {
        .c-header1__link1:hover {
          opacity: 0.5; } }
    @media screen and (min-width: 768px) {
      .c-header1__link2:hover {
        opacity: 0.5; } }
    .c-header1__nav1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      border-bottom: 1px solid #666;
      padding-bottom: 3px;
      padding-right: 40px;
      margin-bottom: -8px; }
      @media screen and (max-width: 767px) {
        .c-header1__nav1 {
          border-bottom: 0;
          padding-bottom: 0;
          padding-right: 0;
          margin-bottom: 0; } }
    .c-header1__item1 {
      border-left: 1px solid #666;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 48px;
      height: 40px; }
      @media screen and (max-width: 767px) {
        .c-header1__item1 {
          height: 35px;
          padding: 0 18px; } }
      @media screen and (max-width: 767px) {
        .c-header1__item1 > a img {
          width: 84px; } }
      .c-header1__item1.item2 {
        padding: 0 19px; }
        @media screen and (max-width: 767px) {
          .c-header1__item1.item2 {
            border-right: 1px solid #666;
            margin-right: 14px;
            padding: 0 15px; } }
        @media screen and (max-width: 767px) {
          .c-header1__item1.item2 > a img {
            width: 30px; } }
      .c-header1__item1.item3 {
        padding: 0 14px 0 11px; }
        @media screen and (max-width: 767px) {
          .c-header1__item1.item3 {
            display: none; } }
    .c-header1__apinetwork {
      text-align: center;
      border-left: 1px solid #666;
      margin-top: 17px;
      padding: 27px 19px 27px 0px; }
      @media screen and (max-width: 767px) {
        .c-header1__apinetwork {
          display: none; } }
  .c-header2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 40px 2px 35px;
    width: 100%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666; }
    @media screen and (max-width: 767px) {
      .c-header2 {
        padding: 0;
        border: 0; } }
    .c-header2__text1 {
      font-size: 1.3rem;
      line-height: 2.3rem;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      letter-spacing: 1px;
      padding-right: 10px; }
      @media screen and (max-width: 767px) {
        .c-header2__text1 {
          display: none;
          font-size: 1.1rem;
          line-height: 1.7rem;
          background: #f1efe9;
          padding: 8px 5px 7px 18px;
          letter-spacing: 0.8px; } }
    .c-header2__btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        .c-header2__btn {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%;
          padding: 20px 18px 0; } }
    .c-header2__btn1 {
      font-size: 1.1rem;
      line-height: 2.9rem;
      color: #8d7c5e;
      text-decoration: none;
      width: 252px;
      height: 74px;
      position: relative;
      border: 2px solid #8d7c5e;
      display: block;
      padding: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: 5px;
      letter-spacing: 1.1px; }
      @media screen and (max-width: 950px) {
        .c-header2__btn1 {
          font-size: 1rem;
          width: 200px; } }
      @media screen and (max-width: 767px) {
        .c-header2__btn1 {
          width: 50%;
          max-width: 50%;
          height: 56px;
          margin-left: 10px;
          letter-spacing: 0; } }
      @media screen and (max-width: 449px) {
        .c-header2__btn1 {
          font-size: 2.4vw; } }
      @media screen and (max-width: 767px) {
        .c-header2__btn1:first-child {
          margin-left: 0; } }
      .c-header2__btn1::before {
        content: '';
        border-style: solid;
        border-width: 13px 13px 0 0;
        border-color: #8d7c5e transparent transparent transparent;
        position: absolute;
        top: -3px;
        left: -3px;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      .c-header2__btn1::after {
        content: '';
        border-style: solid;
        border-width: 0 0 13px 13px;
        border-color: transparent transparent #8d7c5e transparent;
        position: absolute;
        bottom: -3px;
        right: -3px;
        z-index: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
      @media screen and (min-width: 768px) {
        .c-header2__btn1:hover {
          background: #8d7c5e;
          color: #fff;
          opacity: 1; }
          .c-header2__btn1:hover > span {
            border: 1px solid #fff; }
          .c-header2__btn1:hover.style1 {
            background: #fff;
            color: #8d7c5e; }
            .c-header2__btn1:hover.style1 > span {
              border: 1px solid #8d7c5e; } }
      .c-header2__btn1 > span {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        width: 100%;
        border: 1px solid #8d7c5e;
        white-space: nowrap; }
      .c-header2__btn1.style1 {
        background: #8d7c5e;
        color: #fff; }
        .c-header2__btn1.style1 > span {
          border: 1px solid #fff; }
  .c-header__menu {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 20px;
    height: 22px;
    display: none; }
    @media screen and (max-width: 767px) {
      .c-header__menu {
        display: block; } }
    .c-header__menu span {
      width: 20px;
      height: 1px;
      background: #000;
      display: block;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
      .c-header__menu span:not(:last-child) {
        margin-bottom: 6px; }
    .c-header__menu.is-active span:first-child {
      -webkit-transform: rotate(45deg) translate(5px, 5px);
          -ms-transform: rotate(45deg) translate(5px, 5px);
              transform: rotate(45deg) translate(5px, 5px); }
    .c-header__menu.is-active span:nth-child(2) {
      display: none; }
    .c-header__menu.is-active span:last-child {
      -webkit-transform: rotate(-45deg) translate(0px, 0px);
          -ms-transform: rotate(-45deg) translate(0px, 0px);
              transform: rotate(-45deg) translate(0px, 0px); }

.c-nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 47px);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #bc78a4), to(#78c4a9));
  background: -webkit-linear-gradient(left, #bc78a4 10%, #78c4a9);
  background: linear-gradient(90deg, #bc78a4 10%, #78c4a9);
  z-index: 999;
  display: none; }
  .c-nav__cont {
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 80px; }
  .c-nav__eng {
    text-align: right;
    padding: 13px 16px 12px; }
    .c-nav__eng > a {
      font-size: 1.2rem;
      line-height: 1;
      font-weight: bold;
      color: #000;
      text-decoration: none; }
  .c-nav__sub {
    display: none; }
  .c-nav__nav1 {
    padding: 0 28px; }
  .c-nav__nav3 {
    padding: 7px 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-nav__link2, .c-nav__link3 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000; }
    .c-nav__link2::before, .c-nav__link3::before {
      content: '';
      background: url("/kisoken/aip/colab/image/common/icon-link.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      left: 0; }
  .c-nav__link1 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin-bottom: 26px; }
  .c-nav__link2 {
    font-size: 1.1rem;
    line-height: 2.2rem;
    font-weight: bold;
    padding-left: 24px; }
    .c-nav__link2::before {
      top: 6px;
      width: 15px;
      height: 6px;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .c-nav__link2.is-open::before {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .c-nav__link3 {
    font-size: 0.9rem;
    line-height: 2.2rem;
    padding-left: 15px; }
    .c-nav__link3::before {
      top: 9px;
      width: 7px;
      height: 3px; }
  .c-nav__item1:not(:last-child) {
    margin-bottom: 48px; }
  .c-nav__item2:not(:last-child) {
    margin-bottom: 19px; }
  .c-nav__item3 {
    width: calc(50% - 5px); }

@media screen and (min-width: 768px) {
  .c-header1__apinetwork {
    margin-top: 12px;
    padding: 0 0 4px 4px; } }

@media screen and (min-width: 768px) {
  .c-header1__link2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  text-decoration: none;
  width: 146px;
  height: 47px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  position: relative; }
  .c-btn1[href="#"] {
    pointer-events: none;
    display: none; }
  @media screen and (min-width: 768px) {
    .c-btn1:hover {
      color: #fff !important;
      opacity: 1; }
      .c-btn1:hover:before {
        background-color: #fff !important; }
      .c-btn1:hover .c-btn1__text:after {
        background-image: url(/kisoken/aip/colab/image/common/icon-arrow1-wh.svg) !important; } }
  @media screen and (max-width: 767px) {
    .c-btn1 {
      height: 31px;
      width: calc(100% - 11px);
      max-width: 100%; } }
  .c-btn1:after, .c-btn1:before {
    content: "";
    position: absolute;
    top: 22px;
    height: 1px;
    width: 9px;
    background-color: #000;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .c-btn1:after, .c-btn1:before {
        top: 14px; } }
  .c-btn1:before {
    right: 0; }
  .c-btn1:after {
    right: -9px;
    pointer-events: none; }
  .c-btn1__text {
    padding-right: 13px;
    top: 2px;
    position: relative;
    display: inline-block; }
    .c-btn1__text:after {
      content: "";
      width: 10px;
      height: 10px;
      background-repeat: no-repeat;
      background-size: 10px 10px;
      position: absolute;
      right: 0;
      top: 40%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .c-btn1--color1 {
    padding-left: 1px;
    color: #8C8C8C;
    border-color: #8C8C8C; }
    .c-btn1--color1:before, .c-btn1--color1:after {
      background-color: #8C8C8C; }
    .c-btn1--color1 .c-btn1__text:after {
      background-image: url(/kisoken/aip/colab/image/common/icon-arrow1-br1.svg); }
    @media screen and (min-width: 768px) {
      .c-btn1--color1:hover {
        background-color: #8c8c8c; } }
  .c-btn1--color2 {
    color: #78C4A9;
    border-color: #78C4A9; }
    .c-btn1--color2:before, .c-btn1--color2:after {
      background-color: #78C4A9; }
    .c-btn1--color2 .c-btn1__text {
      letter-spacing: 1px; }
      .c-btn1--color2 .c-btn1__text:after {
        background-image: url(/kisoken/aip/colab/image/common/icon-arrow1-gr.svg); }
    @media screen and (min-width: 768px) {
      .c-btn1--color2:hover {
        background-color: #78C4A9; } }
  .c-btn1--color3 {
    color: #A08F78;
    border-color: #A08F78; }
    .c-btn1--color3:before, .c-btn1--color3:after {
      background-color: #A08F78; }
    .c-btn1--color3 .c-btn1__text {
      letter-spacing: .7px; }
      .c-btn1--color3 .c-btn1__text:after {
        background-image: url(/kisoken/aip/colab/image/common/icon-arrow1-br2.svg); }
    @media screen and (min-width: 768px) {
      .c-btn1--color3:hover {
        background-color: #A08F78; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title2 {
  font-weight: 400; }
  .c-title2 span {
    display: block;
    color: #303030;
    line-height: 35px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-title2 span {
        line-height: 28px; } }
  .c-title2__eng {
    font-family: "Sawarabi Mincho", serif;
    font-size: 2.1rem;
    position: relative;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0 0 5px;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .c-title2__eng {
        padding-bottom: 8px;
        letter-spacing: 0; } }
    .c-title2__eng::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      height: 1px;
      background: #3C3C3C; }
  .c-title2__jap {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 3px; }
    @media screen and (max-width: 767px) {
      .c-title2__jap {
        margin-top: 7px; } }
  .c-title2.is-style1 span {
    line-height: 33px; }
  .c-title2.is-style1 .c-title2__eng {
    font-size: 1.4rem;
    letter-spacing: 0.15px;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .c-title2.is-style1 .c-title2__eng {
        padding-bottom: 1px; } }
    @media screen and (max-width: 767px) {
      .c-title2.is-style1 .c-title2__eng::after {
        width: calc(100% - 20px); } }
  .c-title2.is-style1 .c-title2__jap {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: -2px; }
  .c-title2.is-style2 .c-title2__eng {
    padding: 0 40px; }
    @media screen and (max-width: 767px) {
      .c-title2.is-style2 .c-title2__eng {
        padding-bottom: 1px; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-icon00 {
  position: fixed;
  z-index: 999;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 13px;
  cursor: pointer; }
  .c-icon00::before {
    content: '';
    position: absolute;
    top: -13px;
    left: -10px;
    right: -10px;
    height: 60px;
    z-index: 9; }
    @media screen and (max-width: 767px) {
      .c-icon00::before {
        display: none; } }
  .c-icon00.is-active span {
    background: rgba(255, 255, 255, 0); }
    .c-icon00.is-active span::before {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .c-icon00.is-active span::after {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .c-icon00 span {
    width: 20px;
    height: 1px;
    position: relative;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
    background: #a12d2d;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
    display: block; }
    .c-icon00 span::before {
      width: 20px;
      height: 1px;
      content: '';
      position: absolute;
      left: 0;
      bottom: 6px;
      background: #a12d2d;
      -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .c-icon00 span:after {
      width: 20px;
      height: 1px;
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      background: #a12d2d;
      -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-navi00 {
  position: fixed;
  top: 65px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #b89090;
  z-index: 99;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 300ms;
  transition: 300ms; }
  .c-navi00.is-show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  color: #666;
  font-weight: 500;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  .c-list1__list {
    margin: 0 -10px -44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media screen and (max-width: 767px) {
      .c-list1__list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0; } }
  .c-list1__box {
    padding-right: 4px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media screen and (max-width: 767px) {
      .c-list1__box {
        padding-right: 0; } }
    .c-list1__box:after {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      background-color: #56A645;
      width: 5px;
      height: 100%; }
  .c-list1__inner {
    display: block;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    @media screen and (min-width: 768px) {
      .c-list1__inner:hover {
        cursor: default; }
        .c-list1__inner:hover .c-list1__box {
          opacity: .5; }
        .c-list1__inner:hover .c-list1__grbtn {
          opacity: 1;
          visibility: visible;
          pointer-events: initial; }
        .c-list1__inner:hover .c-list1__img .img-off {
          -webkit-animation: clipPathImg 1s linear forwards;
                  animation: clipPathImg 1s linear forwards; } }
  .c-list1__img {
    margin-bottom: 13px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-list1__img {
        margin-bottom: 11px; } }
    .c-list1__img::before {
      content: '';
      border-style: solid;
      border-width: 25px 0 0 32px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 4; }
    .c-list1__img::after {
      content: '';
      width: 24px;
      height: 24px;
      background: url("/kisoken/aip/colab/image/researchers/icon-img.svg") no-repeat center;
      background-size: cover;
      position: absolute;
      bottom: 5px;
      left: 0;
      z-index: 5; }
    .c-list1__img img {
      width: 100%; }
    .c-list1__img .img-on {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }

@-webkit-keyframes clipPathImg {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%); }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%); }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%); } }

@keyframes clipPathImg {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%); }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%); }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%); } }
  .c-list1__mark {
    padding: 7px;
    right: 0;
    top: 0;
    position: absolute;
    width: 37px;
    aspect-ratio: 1/1;
    background-color: #56A645;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    .c-list1__mark img {
      margin: auto; }
  .c-list1__row {
    padding: 7px 10px 7.5px 0;
    border-top: 1px dashed #56A645;
    border-bottom: 1px dashed #56A645;
    min-height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -1px; }
    .c-list1__row + .c-list1__text2 {
      margin-top: 15px; }
    @media screen and (max-width: 767px) {
      .c-list1__row {
        min-height: 44px; } }
    .c-list1__row.is-style1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .c-list1__row__list {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .c-list1__cont {
    max-width: 1162px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .c-list1__cont {
        padding: 0 16px; } }
  .c-list1__name {
    margin-bottom: 8px;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    display: inline-block;
    letter-spacing: .9px; }
    @media screen and (max-width: 767px) {
      .c-list1__name {
        margin-bottom: 7px;
        font-size: 1.552rem;
        line-height: 1.863rem; } }
    .c-list1__name__symbol {
      top: -1px;
      right: -11px;
      font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 1rem;
      position: absolute; }
      @media screen and (max-width: 767px) {
        .c-list1__name__symbol {
          top: -4px; } }
    .c-list1__name sup {
      font-size: 1.2rem; }
  .c-list1__text {
    padding-right: 5px; }
    .c-list1__text1 {
      font-size: 1.2rem;
      margin-bottom: 5px;
      padding-right: 5px;
      min-height: 40px; }
      .c-list1__text1 + .c-list1__text1 {
        margin-top: 6px; }
    .c-list1__text2 {
      margin-top: 5px;
      padding-right: 5px;
      font-size: 1.13rem;
      line-height: 1.41593; }
      @media screen and (max-width: 767px) {
        .c-list1__text2 {
          font-size: 1.097rem;
          line-height: 1.552rem; } }
    .c-list1__text3 {
      font-size: 1.15rem;
      line-height: 1.2;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media screen and (max-width: 767px) {
        .c-list1__text3 {
          font-size: 1.116rem;
          line-height: 1.339rem; } }
    .c-list1__text4 {
      width: 29px;
      font-size: 1.005rem;
      line-height: 1.2;
      color: #56A645; }
      @media screen and (max-width: 767px) {
        .c-list1__text4 {
          font-size: 9.75px;
          line-height: 1.17rem; } }
    .c-list1__text5 {
      font-size: 1.175rem;
      line-height: 1.3617; }
      @media screen and (max-width: 767px) {
        .c-list1__text5 {
          font-size: 1.14rem;
          line-height: 1.552rem; } }
  .c-list1__item {
    padding: 0 10px 67px;
    list-style: none;
    width: 20%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-list1__item {
        width: calc(50% - 6px);
        padding: 0 0 20px; } }
    .c-list1__item.is-style1 .c-list1__mark {
      background-color: #78C4A9; }
    .c-list1__item.is-style1 .c-list1__box:after {
      background-color: #78C4A9; }
    .c-list1__item.is-style1 .c-list1__text4 {
      color: #78C4A9; }
    .c-list1__item.is-style1 .c-list1__row, .c-list1__item.is-style1 .c-list1__box {
      border-color: #78C4A9; }
    .c-list1__item.is-style2 .c-list1__mark {
      background-color: #ECBA51; }
    .c-list1__item.is-style2 .c-list1__box:after {
      background-color: #ECBA51; }
    .c-list1__item.is-style2 .c-list1__text4 {
      color: #ECBA51; }
    .c-list1__item.is-style2 .c-list1__row, .c-list1__item.is-style2 .c-list1__box {
      border-color: #ECBA51; }
    .c-list1__item.is-style3 .c-list1__mark {
      background-color: #BC78A4; }
    .c-list1__item.is-style3 .c-list1__box:after {
      background-color: #BC78A4; }
    .c-list1__item.is-style3 .c-list1__text4 {
      color: #BC78A4; }
    .c-list1__item.is-style3 .c-list1__row, .c-list1__item.is-style3 .c-list1__box {
      border-color: #BC78A4; }
    .c-list1__item.is-style4 .c-list1__mark {
      background-color: #E7B2BE; }
    .c-list1__item.is-style4 .c-list1__box:after {
      background-color: #E7B2BE; }
    .c-list1__item.is-style4 .c-list1__text4 {
      color: #E7B2BE; }
    .c-list1__item.is-style4 .c-list1__row, .c-list1__item.is-style4 .c-list1__box {
      border-color: #E7B2BE; }
  .c-list1__grbtn {
    margin-left: 3px;
    top: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
    @media screen and (max-width: 767px) {
      .c-list1__grbtn {
        margin-top: 11px;
        width: 100%;
        margin-left: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: initial; } }
  .c-list1 .c-btn1 + .c-btn1 {
    margin-top: 7.5px; }
    @media screen and (max-width: 767px) {
      .c-list1 .c-btn1 + .c-btn1 {
        margin-top: 5.5px; } }

/*
------------------------------------------------------------*/
.c-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 767px) {
    .c-list2 {
      margin: 0 -13px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .c-list2__item {
    width: 100%;
    max-width: 277px; }
    @media screen and (max-width: 767px) {
      .c-list2__item {
        padding: 0 15px;
        width: 25%; } }
    .c-list2__item.u-margin {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .c-list2__item.u-margin {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .c-list2__item {
        width: 100%;
        padding: 0 13px;
        max-width: 100%;
        margin-bottom: 15px; } }
  .c-list2__link {
    padding: 7px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    line-height: 21px;
    color: #000;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: none;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-list2__link {
        line-height: normal;
        font-size: 1rem; } }
    .c-list2__link:hover {
      background-color: #84b0ad;
      opacity: 1; }
      .c-list2__link:hover::before {
        opacity: 1;
        visibility: visible; }
    .c-list2__link span {
      text-indent: -7px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .c-list2__link span {
          display: initial;
          text-indent: 0px; } }
      .c-list2__link span.text1 {
        font-size: 1.1rem; }
        @media screen and (max-width: 767px) {
          .c-list2__link span.text1 {
            font-size: 1.2rem; } }
        @media screen and (max-width: 449px) {
          .c-list2__link span.text1 {
            font-size: 2.2vw; } }
      .c-list2__link span.text2 {
        font-size: 1rem; }
        @media screen and (max-width: 767px) {
          .c-list2__link span.text2 {
            font-size: 1.1rem; } }
        @media screen and (max-width: 449px) {
          .c-list2__link span.text2 {
            font-size: 2.2vw; } }
    .c-list2__link.active {
      background-color: #84b0ad; }
      .c-list2__link.active::before {
        opacity: 1;
        visibility: visible; }

/*
------------------------------------------------------------*/
.c-list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px; }
  @media screen and (max-width: 767px) {
    .c-list3 {
      display: block;
      margin: 0;
      padding: 0 26px; } }
  @media screen and (max-width: 375px) {
    .c-list3 {
      padding: 0; } }
  .c-list3__item {
    width: calc((100% - 40px) / 3);
    margin: 0 10px;
    background: #fff;
    border: 1px solid #00928A;
    padding: 15px 34px 26px; }
    @media screen and (max-width: 767px) {
      .c-list3__item {
        width: 100%;
        margin: 0; }
        .c-list3__item:not(:last-child) {
          margin-bottom: 23px; } }
  .c-list3__inner {
    font-size: 1.5rem;
    line-height: 28px; }
  .c-list3__ttl {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #303030;
    font-weight: 400;
    border-bottom: 1px solid #00928A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.059em;
    padding-bottom: 9px;
    margin-bottom: 10px; }
    .c-list3__ttl::before {
      content: "";
      position: relative;
      display: block;
      width: 14px;
      height: 14px;
      background: url(/kisoken/aip/colab/image/common/icon-play.svg) no-repeat center;
      background-size: 14px 14px;
      margin-right: 12px;
      top: 1px;
      left: -10px; }
    .c-list3__ttltext {
      position: relative;
      left: -11px; }
  .c-list3__text1 {
    letter-spacing: -0.04em;
    min-height: 112px; }
    @media screen and (max-width: 767px) {
      .c-list3__text1 {
        min-height: auto;
        letter-spacing: -0.01em; } }
  .c-list3__text2 {
    color: #00928A;
    border-bottom: 1px solid rgba(0, 146, 138, 0.8);
    text-align: right;
    margin-top: 16px;
    line-height: 1;
    padding-bottom: 3px; }
  .c-list3__lst {
    margin-top: 5px; }
    .c-list3__lstitem {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px dashed rgba(0, 146, 138, 0.8);
      line-height: 32px;
      text-decoration: none;
      color: #000; }
      @media screen and (min-width: 768px) {
        .c-list3__lstitem:hover {
          background: #00928A;
          color: #ffffff; } }
      @media screen and (max-width: 767px) {
        .c-list3__lstitem {
          line-height: 1.3;
          padding: 6px 0; } }
    .c-list3__lsttl {
      width: calc(100% - 30px); }
    .c-list3__lsttl.u-small {
      font-size: 1.3rem;
      line-height: 1; }
      
      
    .c-list3__lstnum {
      width: 30px;
      text-align: right; }
  .c-list3.eng-style .c-list3__inner {
    font-size: 1.4rem;
    line-height: 26px; }
  .c-list3.eng-style .c-list3__ttl {
    font-size: 1.4rem;
    padding-bottom: 11px;
    margin-bottom: 9px; }
  .c-list3.eng-style .c-list3__text1 {
    min-height: 130px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .c-list3.eng-style .c-list3__text1 {
        min-height: auto; } }
  .c-list3.eng-style .c-list3__text2 {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .c-list3.eng-style .c-list3__text2 {
        margin-top: 16px; } }
  .c-list3.eng-style .c-list3__lsttl {
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-list3.eng-style .c-list3__lsttl > span {
      text-indent: -14px;
      margin-left: 14px; }
    .c-list3.eng-style .c-list3__lsttl > i {
      font-style: normal;
      white-space: nowrap; }
    .c-list3.eng-style .c-list3__lsttl.u-small {
      font-size: 1.3rem;
      line-height: 1; }

/*
------------------------------------------------------------*/
.c-list4 {
  border-bottom: 1px solid #3C3C3C;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 27px;
  padding-bottom: 13px; }
  @media screen and (max-width: 767px) {
    .c-list4 {
      margin-bottom: 13px; } }
  .c-list4__item {
    width: 20%;
    padding: 0 5px;
    position: relative; }
    .c-list4__item:last-child {
      margin-right: 0; }
  .c-list4__label {
    padding: 18px 16px;
    background: #dadbdc;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    border-top: 0;
    text-decoration: none;
    position: relative;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .c-list4__label {
        padding: 13px 8px;
        font-size: 1rem;
        line-height: 1.2rem;
        letter-spacing: 1px; } }
    .c-list4__label:after {
      top: 5px;
      height: calc(100% - 6px);
      content: '';
      position: absolute;
      width: calc(100% - 2px);
      left: 0;
      border: 1px solid #231f20;
      border-top: 0; }
  .c-list4__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .c-list4__wrap {
        padding-left: 13px;
        padding-right: 13px; } }
    .c-list4__wrap.is-fixed {
      position: fixed;
      top: 65px!important;
      z-index: 6; }
    @media screen and (max-width: 767px) {
    .c-list4__wrap.is-fixed {
      top: 55px!important;
      }
    }
      .c-list4__wrap.is-fixed .c-list4 {
        width: 100%;
        max-width: 1134px; }
    .c-list4__wrap .c-list4 {
      width: 100%;
      max-width: 1134px; }
      @media screen and (max-width: 767px) {
        .c-list4__wrap .c-list4 {
          margin-left: 0;
          margin-right: 0; } }

/*
------------------------------------------------------------*/
.c-list5 {
  border-top: 1px solid #3C3C3C; }
  .c-list5.is-fixed {
    position: fixed;
    top: 0!important;
    left: 0;
    right: 0;
    z-index: 99; }
  @media screen and (max-width: 767px) {
    .c-list5 {
      padding: 0 15px;
      background: #ffffff; } }
  .c-list5__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px; }
    @media screen and (max-width: 767px) {
      .c-list5__cont {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .c-list5__item {
    width: calc(100% / 3);
    padding: 0 8px; }
    @media screen and (max-width: 767px) {
      .c-list5__item {
        padding: 0 3px; } }
    .c-list5__item.is-active {
      margin-top: -1px; }
      .c-list5__item.is-active .c-list5__link {
        border-top: 1px solid #fff;
        color: #000000; }
        @media screen and (max-width: 767px) {
          .c-list5__item.is-active .c-list5__link {
            height: 45px; } }
        .c-list5__item.is-active .c-list5__link::before, .c-list5__item.is-active .c-list5__link::after {
          opacity: 1;
          visibility: visible; }
  .c-list5__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.3rem;
    font-weight: bold;
    height: 44px;
    color: #9D9D9D;
    text-decoration: none;
    border: 1px solid #3C3C3C;
    border-top: 0;
    position: relative;
    background: #ffffff;
    -webkit-transition: 0s;
    transition: 0s;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-list5__link {
        height: 38px;
        font-size: 1rem;
        line-height: 15px;
        text-align: center; } }
    @media screen and (max-width: 449px) {
      .c-list5__link {
        font-size: 2.2vw; } }
    .c-list5__link::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000000;
      opacity: 0;
      visibility: hidden; }
    .c-list5__link::before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 10px solid #000000;
      opacity: 0;
      visibility: hidden; }
    @media screen and (min-width: 768px) {
      .c-list5__link:hover {
        opacity: 1; } }

/*
------------------------------------------------------------*/
.c-list6__item {
  font-size: 1.1rem;
  line-height: 25px;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding-left: 17px; }
  .c-list6__item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000000; }
  .c-list6__item > a {
    text-decoration: none;
    color: #000;
    word-break: break-all; }

.c-list6__list {
  padding-left: 8px; }
  .c-list6__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-list6__list li::before {
      content: '-';
      margin-right: 4px; }

.c-list6.is-style1 .c-list6__item {
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 500; }
  .c-list6.is-style1 .c-list6__item::before {
    top: 10px; }
    @media screen and (max-width: 767px) {
      .c-list6.is-style1 .c-list6__item::before {
        top: 9px; } }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
MV
------------------------------------------------------------*/
.c-mv {
  background: url(/kisoken/aip/colab/image/top/banner.jpg) no-repeat center;
  background-size: cover;
  padding: 74px 36px 84px;
  border-bottom: 4px solid #8C8C8C; }
  .c-mv__title {
    margin: 32px 0 16px; }
  .c-mv__link {
    font-size: 1.3rem;
    letter-spacing: 0.14em;
    color: #000000;
    border-bottom: 1px solid #666666;
    text-decoration: none;
    padding-bottom: 3px; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-tabs {
  position: relative;
  z-index: 9;
  padding: 5px 0 0;
  border-bottom: 1px solid #3C3C3C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .c-tabs {
      padding: 5px 13px 0; } }
  .c-tabs.is-fixed {
    position: fixed;
    top: 0!important;
    left: 0;
    right: 0;
    background: #fff; }
  .c-tabs__nav {
    max-width: 1134px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 61px; }
    @media screen and (max-width: 767px) {
      .c-tabs__nav {
        height: 49px; } }
  .c-tabs__item {
    width: 20%;
    padding: 0 5px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .c-tabs__item:before {
        left: 5px;
        top: 0;
        z-index: 1;
        height: calc(100% - 5px);
        border: 1px solid #231f20;
        border-bottom: 0;
        content: '';
        width: calc(100% - 12px);
        position: absolute;
        pointer-events: none; } }
    .c-tabs__item:after {
      bottom: -1px;
      width: 31px;
      background-color: #fff;
      content: '';
      height: 1px;
      z-index: 1;
      position: absolute;
      left: calc(50% - 16px); }
    .c-tabs__item.is-active {
      position: relative; }
      @media screen and (max-width: 767px) {
        .c-tabs__item.is-active {
          z-index: 7; } }
      @media screen and (max-width: 767px) {
        .c-tabs__item.is-active:before {
          height: 100%;
          z-index: 5; } }
      .c-tabs__item.is-active .c-tabs__link {
        height: 32px;
        color: #303030; }
        @media screen and (min-width: 768px) {
          .c-tabs__item.is-active .c-tabs__link {
            z-index: 5; } }
        @media screen and (max-width: 767px) {
          .c-tabs__item.is-active .c-tabs__link {
            z-index: 2;
            height: 40px;
            border-bottom: none; } }
        .c-tabs__item.is-active .c-tabs__link::before {
          opacity: 1;
          visibility: visible; }
        .c-tabs__item.is-active .c-tabs__link:after {
          -webkit-transform: translateX(-50%) rotate(180deg);
              -ms-transform: translateX(-50%) rotate(180deg);
                  transform: translateX(-50%) rotate(180deg);
          bottom: -9px; }
          @media screen and (max-width: 767px) {
            .c-tabs__item.is-active .c-tabs__link:after {
              bottom: -14px; } }
      .c-tabs__item.is-active .c-tabs__stage {
        opacity: 1;
        visibility: visible; }
    .c-tabs__item.is-open .c-tabs__link {
      height: 32px;
      color: #303030; }
      @media screen and (max-width: 767px) {
        .c-tabs__item.is-open .c-tabs__link {
          height: 40px;
          border-bottom: 0.5px solid #fff; } }
      .c-tabs__item.is-open .c-tabs__link::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        z-index: 1; }
    .c-tabs__item.is-open .c-tabs__stage {
      opacity: 1;
      visibility: visible; }
  .c-tabs__link {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    background: #fff;
    border: 1px solid #231f20;
    border-bottom: 0;
    text-align: center;
    text-decoration: none;
    padding: 20px 0 8px;
    height: 23px;
    position: relative;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .c-tabs__link {
        font-size: 1rem;
        line-height: 15px;
        height: 40px;
        padding: 3px 5px 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: none; } }
    .c-tabs__link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000000;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .c-tabs__link:after {
      background: url("/kisoken/aip/colab/image/common/icon-arrow-down.svg") no-repeat center/17px auto;
      content: '';
      width: 17px;
      height: 17px;
      display: inline-block;
      position: absolute;
      z-index: 9;
      bottom: -18px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .c-tabs__link:after {
          bottom: -14px; } }
    @media screen and (min-width: 768px) {
      .c-tabs__link:hover {
        opacity: 1; }
        .c-tabs__link:hover::before {
          opacity: 1;
          visibility: visible; } }
  .c-tabs__stage {
    padding: 11px 0 17px;
    background: rgba(218, 219, 220, 0.96);
    border: 1px solid #231f20;
    border-top: 0;
    position: absolute;
    top: 66px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 4;
    display: none;
    width: 216.5px;
    overflow: auto; }
    @media screen and (max-width: 767px) {
      .c-tabs__stage {
        left: 0 !important;
        top: 54px;
        left: 50%;
        max-width: 1140px;
        border: none;
        width: 100%;
        overflow: auto;
        height: 65vh;
        max-height: inherit !important; } }
    .c-tabs__stage:after {
      width: 31px;
      background-color: #fff;
      height: 1px;
      z-index: 1;
      position: absolute;
      top: 0;
      left: calc(50% - 15px); }
      @media screen and (min-width: 768px) {
        .c-tabs__stage:after {
          content: ''; } }
    .c-tabs__stage:before {
      background-color: #231f20;
      content: '';
      width: 100%;
      height: 1px;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0; }

/*
------------------------------------------------------------*/
