@charset "UTF-8";

a:hover {
  text-decoration: none;
}
button {
  padding: 0;
  border: none;
  background: none;
  font-size: 1.4rem;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea,
select {
  padding: 5px;
  border: 1px solid #dadada;
  font-size: 1.4rem;
}
.only-pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .only-pc {
    display: none;
  }
}
.only-pc2 {
  display: block;
}
@media screen and (max-width: 800px) {
  .only-pc2 {
    display: none;
  }
}
.only-tab {
  display: none;
}
@media screen and (max-width: 800px) {
  .only-tab {
    display: block;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .only-sp {
    display: block;
  }
}
img.only-pc,
span.only-pc {
  display: inline;
}
@media screen and (max-width: 640px) {
  img.only-pc,
  span.only-pc {
    display: none;
  }
}
img.only-pc2,
span.only-pc2 {
  display: inline;
}
@media screen and (max-width: 800px) {
  img.only-pc2,
  span.only-pc2 {
    display: none;
  }
}
img.only-tab,
span.only-tab {
  display: none;
}
@media screen and (max-width: 800px) {
  img.only-tab,
  span.only-tab {
    display: inline;
  }
}
img.only-sp,
span.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  img.only-sp,
  span.only-sp {
    display: inline;
  }
}
table.only-pc {
  display: table;
}
@media screen and (max-width: 640px) {
  table.only-pc {
    display: none;
  }
}
table.only-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  table.only-sp {
    display: table;
  }
}
.bg-gray {
  background-color: #ccc;
}
.bg-blue {
  background-color: #03c;
}
.bg-darkblue {
  background-color: #039;
}
.bg-yellow {
  background-color: #ff0;
}
.bg-black {
  background-color: #000;
}
.txt-white {
  color: #fff;
}
.ico {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
.ico-plus-l::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background:
    linear-gradient(#039, #039) center / 100% 5px no-repeat,
    linear-gradient(#039, #039) center / 5px 100% no-repeat;
}
.ico-plus-ll::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background:
    linear-gradient(#039, #039) center / 100% 5px no-repeat,
    linear-gradient(#039, #039) center / 5px 100% no-repeat;
}
.ico-minus-l::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: linear-gradient(#039, #039) center / 100% 5px no-repeat;
}
.ico-minus-ll::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: linear-gradient(#039, #039) center / 100% 5px no-repeat;
}
.ico-blank::before {
  content: url("../img/common/i_blank.png");
}
.ico-blank-w::before {
  content: url("../img/common/i_blank_w.png");
}
.ico-hnav-news::before {
  content: url("../img/common/i_hnav_news.png");
}
.ico-hnav-contact::before {
  content: url("../img/common/i_hnav_contact.png");
}
.ico-gnav-guide::before {
  content: url("../img/common/i_gnav_guide.png");
}
.ico-gnav-flow::before {
  content: url("../img/common/i_gnav_flow.png");
}
.ico-gnav-business::before {
  content: url("../img/common/i_gnav_business.png");
}
.ico-gnav-research::before {
  content: url("../img/common/i_gnav_research.png");
}
.ico-gnav-casestudy::before {
  content: url("../img/common/i_gnav_casestudy.png");
}
.ico-gnav-link::before {
  content: url("../img/common/i_gnav_link.png");
}
.ico-gnav-event::before {
  content: url("../img/common/i_gnav_event.png");
}
.ico-gnav-about::before {
  content: url("../img/common/i_gnav_about.png");
}
.ico-gnav-search::before {
  content: url("../img/common/i_gnav_search.png");
}
.is-current .ico-hnav-news::before {
  content: url("../img/common/i_hnav_news_b.png");
}
.is-current .ico-hnav-contact::before {
  content: url("../img/common/i_hnav_contact_b.png");
}
.ttl-en {
  font-family: "Roboto", sans-serif;
}
.ttl-en {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 640px) {
  .ttl-en {
    font-size: 2.4rem;
  }
}
.ttl-ja {
  margin: 15px 0 60px;
  color: #039;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ttl-ja {
    font-size: 1.8rem;
  }
}
.ttl-border {
  margin-bottom: 25px;
  padding-bottom: 25px;
  background: url("../img/common/bg_line.png") repeat-x left bottom;
}
.ttl-page {
  margin-bottom: 40px;
  font-size: 3.6rem;
}
@media screen and (max-width: 640px) {
  .ttl-page {
    font-size: 2.4rem;
  }
}
.ttl-detail {
  position: relative;
  margin-bottom: 35px;
  padding: 0 0 15px 30px;
  border-bottom: 1px dotted #000;
  color: #039;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .ttl-detail {
    font-size: 1.8rem;
  }
}
.ttl-detail::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 5px;
  width: 8px;
  height: 8px;
  border: 4px solid #039;
  border-radius: 8px;
}
.ttl-article {
  margin-bottom: 30px;
  color: #039;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
.ttl-article span {
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .ttl-article {
    font-size: 1.8rem;
  }
}
.btn-arrow {
  display: inline-block;
  width: 100%;
  max-width: 390px;
  padding: 0 40px 0 35px;
  border-radius: 35px;
  background: #039 url("../img/common/arrow_r_w.png") no-repeat right 25px center;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  margin-top: 10px;
}
.faq-box-txt .btn-arrow {
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  .btn-arrow {
    font-size: 1.4rem;
  }
}
.tbl {
  width: 100%;
  border-top: 1px solid #ccc;
}
.tbl tr {
  border-bottom: 1px solid #ccc;
}
.tbl th {
  width: 235px;
  padding: 20px;
  background-color: #f3f3f3;
  text-align: left;
}
.tbl td {
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .tbl-v th {
    display: block;
    width: 100%;
  }
  .tbl-v td {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .tbl-scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
  .tbl-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl-scroll::-webkit-scrollbar-track {
    background-color: #ededed;
  }
  .tbl-scroll::-webkit-scrollbar-thumb {
    background-color: #039;
  }
}
.c-tab-btn {
  cursor: pointer;
}
.c-ico-cat span {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 3px 15px;
  border-radius: 3px;
  background-color: #5297db;
  color: #fff;
}
.c-list-dot li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list-dot li::before {
  content: "・";
  display: inline;
}
.c-btn-col2 {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .c-btn-col2 {
    flex-direction: column;
  }
}
.c-btn-col2.is-center {
  justify-content: center;
}
.c-btn-col2 li {
  width: 47.7852348993%;
}
@media screen and (max-width: 640px) {
  .c-btn-col2 li {
    width: 100%;
    text-align: center;
  }
  .c-btn-col2 li:first-child {
    margin-bottom: 30px;
  }
}
.c-btn-col2 .btn-arrow {
  border-radius: 40px;
  font-size: 2.4rem;
  line-height: 80px;
}
@media screen and (max-width: 1000px) {
  .c-btn-col2 .btn-arrow {
    font-size: 1.8rem;
  }
}
.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner-s {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}
.header {
  position: relative;
  padding-left: 28.8333333333%;
}
@media screen and (max-width: 800px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.header .header-logo {
  position: absolute;
  top: 8px;
  left: 0;
  width: 25.4166666667%;
}
@media screen and (max-width: 800px) {
  .header .header-logo {
    position: static;
    display: flex;
    flex: 1;
    width: auto;
    margin-right: 50px;
    padding-top: 15px;
  }
  .header .header-logo a {
    display: flex;
    align-items: center;
  }
  .header .header-logo img {
    max-height: 50px;
  }
}
.header .header-nav {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 3.5128805621%;
}
@media screen and (max-width: 1000px) {
  .header .header-nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header .header-nav ul {
    margin-top: 20px;
  }
}
.header .header-nav ul li {
  margin-right: 40px;
}
.header .header-nav ul li a {
  color: #000;
  text-decoration: none;
}
.header .header-nav ul li .ico {
  margin-right: 5px;
  padding-bottom: 3px;
}
.header .header-nav ul li.is-current a {
  color: #039;
}
.header .header-nav .header-option {
  display: flex;
  justify-content: center;
  padding: 8px 3px 8px 15px;
  background-color: #f2f2f2;
}
.header .header-nav .header-option dl {
  display: flex;
  margin-right: 20px;
}
.header .header-nav .header-option dl dt {
  display: flex;
  align-items: center;
  padding-right: 8px;
  font-weight: bold;
}
.header .header-nav .header-option dl dd {
  display: flex;
  align-items: center;
  margin-left: 4px;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
}
.header .header-nav .header-size-l {
  font-size: 1.8rem;
}
.header .header-menu {
  display: none;
}
@media screen and (max-width: 800px) {
  .header .header-menu {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    background-color: #039;
    cursor: pointer;
  }
  .header .header-menu span {
    display: block;
    position: absolute;
    left: 12px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s;
  }
  .header .header-menu span:nth-child(1) {
    top: 14px;
  }
  .header .header-menu span:nth-child(2) {
    top: 24px;
  }
  .header .header-menu span:nth-child(3) {
    top: 34px;
  }
}
.js-menuopen .header .header-menu span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.js-menuopen .header .header-menu span:nth-child(2) {
  opacity: 0;
}
.js-menuopen .header .header-menu span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}
.gnav {
  margin-bottom: 20px;
  padding-left: 28.8333333333%;
}
@media screen and (max-width: 1000px) {
  .gnav {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .gnav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.gnav > ul {
  display: flex;
  padding-left: 2px;
  background: url("../img/common/gnav_bg.png") repeat-y left top;
}
@media screen and (max-width: 800px) {
  .gnav > ul {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid #039;
    background: #e7f5f9;
  }
}
.gnav > ul > li {
  position: relative;
  width: 16.6666666667%;
  padding-right: 2px;
  background: url("../img/common/gnav_bg.png") repeat-y right top;
}
@media screen and (max-width: 800px) {
  .gnav > ul > li {
    width: 100%;
    padding-right: 0;
    background: none;
    border-top: 1px dotted #039;
  }
  .gnav > ul > li br {
    display: none;
  }
}
.gnav > ul > li .gnav-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.8em;
  padding: 3px 0;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .gnav > ul > li .gnav-parent {
    justify-content: flex-start;
    padding: 15px 20px;
    text-align: left;
  }
}
.gnav > ul > li.is-current .gnav-parent {
  color: #039;
}
.gnav .gnav-child {
  display: none;
  position: absolute;
  z-index: 100;
  margin-left: -300px;
  padding-top: 20px;
}
.gnav .gnav-child.js-open {
  display: block;
}
@media screen and (max-width: 800px) {
  .gnav .gnav-child {
    position: static;
    margin-left: 0;
    padding-top: 0;
  }
}
.gnav .gnav-child .gnav-child-in {
  display: flex;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .gnav .gnav-child .gnav-child-in {
    display: block;
    padding-top: 10px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
.gnav .gnav-child p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  background-color: #2958ad;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .gnav .gnav-child p {
    display: none;
  }
}
.gnav .gnav-child ul {
  width: 260px;
  margin-left: 18px;
}
@media screen and (max-width: 800px) {
  .gnav .gnav-child ul {
    width: 100%;
    margin-left: 0;
  }
}
.gnav .gnav-child ul li {
  border-bottom: 1px solid #4369b3;
}
.gnav .gnav-child a {
  display: block;
  padding: 10px 0 10px 10px;
  text-decoration: none;
}
.gnav .gnav-child a .ico {
  margin-right: 10px;
}
.gnav .gnav-child a.is-flex {
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
}
.main {
  padding-top: 108px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .main {
    padding-top: 166px;
  }
}
@media screen and (max-width: 800px) {
  .main {
    padding-top: 80px;
  }
}
.content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 0 200px;
}
@media screen and (max-width: 640px) {
  .content {
    padding-bottom: 100px;
  }
}
.article {
  max-width: 785px;
  padding-right: 20px;
}
@media screen and (max-width: 1400px) {
  .article {
    width: 76.5%;
  }
}
@media screen and (max-width: 800px) {
  .article {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.side {
  position: absolute;
  top: 0;
  right: 0;
  width: 355px;
}
@media screen and (max-width: 1400px) {
  .side {
    width: 25.3571428571%;
  }
}
@media screen and (max-width: 800px) {
  .side {
    position: static;
    width: 100%;
  }
}
.side .side-search {
  background-color: #039;
}
.side .side-ttl {
  padding: 25px 25px 15px 25px;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.side .side-link a {
  display: block;
  padding: 15px 15px 15px 40px;
  background: url("../img/common/arrow_r_w_s.png") no-repeat left 25px center;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.side .side-link a.is-current {
  background-color: #2d58b5;
}
@media screen and (max-width: 800px) {
  .side .side-ttl {
    padding: 15px;
  }
  .side .side-link a {
    padding: 10px 15px 10px 30px;
    background: url("../img/common/arrow_r_w_s.png") no-repeat left 15px center;
  }
}
.footer {
  background-color: #000;
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-in {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  .footer .footer-nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .footer .footer-nav dl {
    margin-bottom: 20px;
  }
}
.footer .footer-nav dl dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .footer .footer-nav dl dt {
    font-size: 1.6rem;
  }
}
.footer .footer-nav ul {
  padding-top: 5px;
}
@media screen and (max-width: 800px) {
  .footer .footer-nav ul {
    margin-bottom: 10px;
  }
}
.footer .footer-nav ul li {
  margin-bottom: 10px;
}
.footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-nav ul li ul {
  margin-top: 5px;
}
.footer .footer-nav ul li ul li::before {
  content: url("../img/common/arrow_r_w_s.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.footer .footer-nav ul li .ico {
  margin-left: 10px;
}
.footer p {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .footer p {
    font-size: 1.2rem;
  }
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
.mainttl {
  height: 203px;
  padding-top: 40px;
  background: url("../img/common/bg_ttl.jpg") no-repeat right top;
  background-size: cover;
  text-align: center;
}
.mainttl .mainttl-ico {
  height: 80px;
}
.mainttl .mainttl-ja {
  color: #039;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mainttl .mainttl-ja {
    font-size: 1.8rem;
  }
}
#ongoing .mainttl {
  background-image: url("../img/common/bg_ttl_ongoing.png");
}

#news .mainttl {
  background-image: url("../img/common/bg_ttl_news.png");
}
#download .mainttl {
  background-image: url("../img/common/bg_ttl_download.png");
}
#contact .mainttl {
  background-image: url("../img/common/bg_ttl_contact.png");
}
.topicpath {
  margin: 20px 0 45px;
}
.topicpath ol {
  display: flex;
  flex-wrap: wrap;
}
.topicpath li::after {
  content: "＞";
  display: inline;
  margin: 0 1em;
}
.topicpath li:last-child::after {
  display: none;
}
.topicpath a {
  text-decoration: none;
}
.c-pagination {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .c-pagination {
    flex-direction: column;
  }
}
.c-pagination p {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .c-pagination p {
    text-align: center;
  }
}
.c-pagination input {
  width: 2.5em;
}
.c-pagination ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .c-pagination ul {
    justify-content: center;
    margin-left: 0;
    margin-top: 20px;
  }
}
.c-pagination ul li {
  margin: 0 10px;
}
.c-pagination ul img {
  vertical-align: middle;
}
.c-pagination ul a {
  text-decoration: none;
}
.c-pagination ul a.is-current {
  text-decoration: underline;
}
.news-tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  flex-wrap: wrap;
  gap: 0.5%;
  margin-bottom: 40px;
  border-bottom: 10px solid #039;
}
.news-tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 132px;
  min-height: 46px;
  padding: 8px 18px;
  border: 2px solid #039;
  border-bottom: 0;
  color: #039;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s,
    opacity 0.2s;
}
.news-tab a:hover {
  background-color: #f3f3f3;
}
.news-tab a[href*="cat=1"] {
  border-color: #5297db;
  color: #2f6fae;
}
.news-tab a[href*="cat=1"]:hover,
.news-tab a[href*="cat=1"].is-current {
  background-color: #5297db;
  color: #fff;
}
.news-tab a[href*="cat=2"] {
  border-color: #f39800;
  color: #b36200;
}
.news-tab a[href*="cat=2"]:hover,
.news-tab a[href*="cat=2"].is-current {
  background-color: #f39800;
  color: #fff;
}
.news-tab a[href*="cat=3"] {
  border-color: #2aa876;
  color: #1b7652;
}
.news-tab a[href*="cat=3"]:hover,
.news-tab a[href*="cat=3"].is-current {
  background-color: #2aa876;
  color: #fff;
}
.news-tab a[href*="cat=4"] {
  border-color: #898989;
  color: #606060;
}
.news-tab a[href*="cat=4"]:hover,
.news-tab a[href*="cat=4"].is-current {
  background-color: #898989;
  color: #fff;
}
.news-tab a.is-current {
  background-color: #039;
  color: #fff;
  pointer-events: none;
}
.news-tab a:focus-visible {
  outline: 3px solid #f7c600;
  outline-offset: 2px;
}
.news-tab:has(a[href*="cat=1"].is-current) {
  border-bottom-color: #5297db;
}

.news-tab:has(a[href*="cat=2"].is-current) {
  border-bottom-color: #f39800;
}
.news-tab:has(a[href*="cat=3"].is-current) {
  border-bottom-color: #2aa876;
}
.news-tab:has(a[href*="cat=4"].is-current) {
  border-bottom-color: #898989;
}

@media screen and (max-width: 640px) {
  .news-tab {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 30px;
    border-bottom: 0;
  }
  .news-tab a {
    min-width: 0;
    min-height: 44px;
    padding: 8px 10px;
    border: 2px solid #039;
    border-radius: 5px;
    font-size: 1.3rem;
  }
}
.c-list-news {
  padding-left: 10px;
}
.c-list-news li {
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 800px) {
  .c-list-news li {
    display: block;
  }
}
.c-list-news .c-list-news-date {
  width: 6.5em;
}
@media screen and (max-width: 800px) {
  .c-list-news .c-list-news-date {
    display: inline-block;
  }
}
.c-list-news .c-list-news-ico {
  width: 8em;
}
@media screen and (max-width: 800px) {
  .c-list-news .c-list-news-ico {
    display: inline-block;
  }
}
.c-list-news .c-list-news-ttl {
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .c-list-news .c-list-news-ttl {
    margin-top: 10px;
  }
}
.c-ico-news {
  display: inline-block;
  width: 7em;
  padding: 3px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.c-ico-news-1 {
  background-color: #5297db;
}
.c-ico-news-2 {
  background-color: #f39800;
}
.c-ico-news-3 {
  background-color: #2aa876;
}
.c-ico-news-4 {
  background-color: #898989;
}
.c-link-url {
  padding-left: 15px;
  background: url("../img/common/arrow_r_b.png") no-repeat left top 0.2em;
}
.c-link-pdf {
  padding-left: 25px;
  background: url("../img/common/ico_pdf.png") no-repeat left top 0.2em;
}
.c-link-zip {
  padding-left: 25px;
  background: url("../img/common/ico_zip.png") no-repeat left top 0.2em;
}
.mainimg {
  position: relative;
}
.mainimg .mainimg-slider {
  position: relative;
}
.mainimg .slick-dotted {
  margin-bottom: 70px;
}
.mainimg .slick-dots {
  bottom: -70px;
}
.mainimg .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0 18px;
}
.mainimg .slick-dots li button::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 4px solid #039;
  border-radius: 12px;
  opacity: 1;
}
.mainimg .slick-dots li.slick-active button::before {
  background-color: #039;
}
.mainimg .mainimg-ctrl {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .mainimg .mainimg-ctrl {
    bottom: 20px;
  }
}
.mainimg .mainimg-ctrl p {
  cursor: pointer;
}
.mainimg .mainimg-ctrl .mainimg-play {
  display: none;
}
.mainimg .mainimg-ctrl.js-stop .mainimg-play {
  display: block;
}
.mainimg .mainimg-ctrl.js-stop .mainimg-stop {
  display: none;
}
.mainimg .mainimg-status {
  position: absolute;
  left: 50%;
  bottom: -190px;
  width: 250px;
  margin-left: 250px;
}
@media screen and (max-width: 1000px) {
  .mainimg .mainimg-status {
    width: 25%;
    margin-left: 25%;
  }
}
@media screen and (max-width: 800px) {
  .mainimg .mainimg-status {
    position: static;
    width: 100%;
    margin-left: 0;
  }
}
.mainimg .mainimg-status dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .mainimg .mainimg-status dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .mainimg .mainimg-status dt {
    font-size: 1.8rem;
  }
  .mainimg .mainimg-status dt br {
    display: none;
  }
}
.mainimg .mainimg-status .mainimg-num {
  height: 210px;
  padding-top: 25px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 800px) {
  .mainimg .mainimg-status .mainimg-num {
    height: auto;
    padding-bottom: 30px;
  }
}
.mainimg .mainimg-status .mainimg-num dt {
  margin-bottom: 15px;
}
.mainimg .mainimg-status .mainimg-num dd {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.mainimg .mainimg-status .mainimg-num dd big {
  color: #039;
  font-size: 7rem;
}
@media screen and (max-width: 1000px) {
  .mainimg .mainimg-status .mainimg-num dd big {
    font-size: 5rem;
  }
}
.news {
  padding: 80px 0;
}
.news .ttl-border {
  position: relative;
}
@media screen and (max-width: 800px) {
  .news .ttl-border {
    width: 100%;
  }
}
.news .ttl-border a {
  position: absolute;
  top: 25px;
  right: 0;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .news .ttl-border a {
    top: 10px;
  }
}
.news .ttl-en {
  text-align: left;
}
.company {
  margin-bottom: 40px;
}
.company .company-img {
  width: 77.1428571429%;
}
@media screen and (max-width: 1000px) {
  .company .company-img {
    width: 100%;
  }
}
.company .inner-s {
  position: relative;
  z-index: 1;
  margin-top: -165px;
}
@media screen and (max-width: 1000px) {
  .company .inner-s {
    margin-top: -40px;
  }
}
.company .c-tab {
  display: flex;
  justify-content: space-between;
}
.company .c-tab li {
  width: 33%;
  padding: 20px 0;
  background-color: #039;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .company .c-tab li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .company .c-tab li {
    font-size: 1.4rem;
  }
}
.company .c-tab li.is-current {
  background-color: #fff;
  color: #000;
}
.company .company-con {
  padding: 50px 30px 20px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .company .company-con {
    padding: 30px 0 0;
  }
}
.company .company-con ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .company .company-con ul {
    flex-wrap: wrap;
  }
}
.company .company-con ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .company .company-con ul li {
    width: 33.3333333333%;
  }
}
.company .company-con ul figcaption {
  margin-top: 25px;
  color: #039;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .company .company-con ul figcaption {
    font-size: 1.4rem;
  }
}
.company .company-con a {
  text-decoration: none;
}
.whats {
  padding: 90px 0 100px;
  background-color: #e7f5f9;
}
.whats .ttl-ja {
  margin-bottom: 25px;
}
.whats .whats-lead {
  margin-bottom: 45px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .whats .whats-lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.whats figure {
  margin-bottom: 50px;
  text-align: center;
}
.whats .whats-cta-lead {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 70px auto -20px;
  padding: 14px 24px;
  border-radius: 100vmax;
  background-color: #039;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 12px 24px rgba(0, 51, 153, 0.18);
}
.whats-btn {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 56px 30px 30px;
  border: 2px solid #039;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 22px 44px rgba(0, 51, 153, 0.14);
}
.whats-btn .whats-btn-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 195px;
  padding: 28px 50px 28px 26px;
  border: 1px solid #039;
  border-top: 8px solid #039;
  border-radius: 8px;
  background-color: #f8fbff;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.whats-btn .whats-btn-link::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 35px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #039;
  border-right: 3px solid #039;
  transform: rotate(45deg);
}
.whats-btn .whats-btn-link:hover {
  border-color: #039;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 51, 153, 0.2);
  transform: translateY(-2px);
}
.whats-btn .whats-btn-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  padding: 8px;
  border-radius: 100vmax;
  background-color: #039;
  box-shadow: 0 8px 16px rgba(0, 51, 153, 0.18);
}
.whats-btn .whats-btn-mark img {
  max-width: 30px;
}
.whats-btn .whats-btn-title {
  display: block;
  margin-bottom: 10px;
  color: #039;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  .whats-btn {
    grid-template-columns: 1fr;
    padding: 48px 20px 24px;
  }
  .whats-btn .whats-btn-link {
    min-height: 0;
  }
}
@media screen and (max-width: 640px) {
  .whats .whats-cta-lead {
    margin: 0 10px -18px;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 1.4rem;
  }
  .whats-btn {
    padding: 42px 14px 18px;
  }
  .whats-btn .whats-btn-link {
    padding: 22px 42px 22px 20px;
  }
}
.technology {
  padding: 20px 0 100px;
}
.technology ul {
  display: flex;
  margin-bottom: 65px;
}
@media screen and (max-width: 640px) {
  .technology ul {
    flex-direction: column;
  }
}
.technology ul li {
  width: 31%;
  margin-left: 1.4%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 640px) {
  .technology ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .technology ul li:last-child {
    margin-bottom: 0;
  }
}
.technology ul li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.technology ul li figure img {
  width: 100%;
}
.technology ul li a {
  color: #000;
  text-decoration: none;
}
.technology .technology-con {
  padding: 15px 15px 30px;
}
.technology .technology-name {
  margin-bottom: 10px;
  color: #039;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.technology .c-ico-cat {
  padding-bottom: 10px;
}
.cases {
  padding: 90px 0 100px;
  background-color: #f2f2f2;
}
.cases .ttl-ja {
  margin-bottom: 25px;
}
.cases .cases-lead {
  margin-bottom: 45px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cases .cases-lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.cases ul li {
  margin-bottom: 40px;
}
.cases ul a {
  color: #000;
  text-decoration: none;
}
.cases .cases-box {
  display: flex;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .cases .cases-box {
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
  }
}
.cases .cases-box figure {
  width: 33%;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cases .cases-box figure {
    width: 100%;
    margin-right: 0;
  }
  .cases .cases-box figure img {
    width: 100%;
  }
}
.cases .cases-con {
  flex: 1;
}
.cases .cases-company {
  margin-bottom: 10px;
  color: #039;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .cases .cases-company {
    font-size: 1.6rem;
  }
}
.cases .cases-name {
  margin-bottom: 15px;
  color: #039;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .cases .cases-name {
    font-size: 1.8rem;
  }
}
.cases .c-ico-cat {
  padding-bottom: 10px;
}
.detail-sec {
  margin-bottom: 60px;
}
.detail-sec:last-child {
  margin-bottom: 0;
}
.detail-sec figure {
  text-align: center;
}
.detail-sec figure figcaption {
  margin-top: 5px;
  font-size: 1.3rem;
}
.detail-sec-s {
  margin-bottom: 50px;
}
.detail-sec-s:last-child {
  margin-bottom: 0;
}
.guide-inner {
  padding: 0 15px;
}
@media screen and (max-width: 640px) {
  .guide-inner {
    padding: 0 10px;
  }
}
.guide-inner-l {
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .guide-inner-l {
    padding: 0 10px;
  }
}
.guide-ttl {
  margin-bottom: 25px;
  color: #e60012;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .guide-ttl {
    font-size: 1.6rem;
  }
}
.guide-fig {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .guide-fig {
    flex-direction: column;
  }
  .guide-fig figure:first-child {
    margin-bottom: 20px;
  }
}
.guide-list li {
  margin-bottom: 20px;
}
.guide-list li::before {
  content: "●";
  display: inline;
  margin-right: 0.5em;
  color: #039;
}
.guide-list li:last-child {
  margin-bottom: 0;
}
.guide-sec-1 .guide-inner {
  margin-bottom: 50px;
  padding-right: 0;
}
.guide-sec-1 .tbl {
  margin-bottom: 30px;
  border-top: none;
}
.guide-sec-1 .tbl th {
  width: auto;
}
.guide-sec-1 .tbl thead th {
  width: 38%;
  border-top: none;
  border-right: 1px solid #fff;
  background-color: #039;
  color: #fff;
  text-align: center;
}
.guide-sec-1 .tbl thead th:first-child {
  width: 24%;
}
@media screen and (max-width: 640px) {
  .guide-sec-1 .tbl thead {
    display: none;
  }
}
.guide-sec-1 .tbl tbody th {
  text-align: center;
}
.guide-sec-1 .tbl tbody td {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  .guide-sec-1 .tbl tbody td {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}
.guide-sec-1 .tbl tbody td:last-child {
  border-right: none;
}
@media screen and (max-width: 640px) {
  .guide-sec-1 .tbl tbody td:last-child {
    border-bottom: none;
  }
}
.guide-sec-1 .tbl tbody td p {
  color: #039;
  font-weight: bold;
}
.guide-sec-2 p {
  margin-bottom: 25px;
}
.flow-lead {
  margin-bottom: 40px;
}
.flow-fig {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flow-fig {
    margin-bottom: 60px;
  }
}
.flow-desc {
  margin-bottom: 85px;
}
@media screen and (max-width: 640px) {
  .flow-desc {
    margin-bottom: 60px;
  }
}
.flow-desc dl {
  margin-bottom: 40px;
  padding: 25px 20px;
  background-color: #e7f5f9;
}
.flow-desc dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.flow-box {
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .flow-box {
    margin-bottom: 40px;
  }
}
.flow-box-ttl {
  padding: 15px 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #039;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .flow-box-ttl {
    padding: 15px 20px;
  }
}
.flow-box-con {
  padding: 20px 30px 35px;
  border: 1px solid #039;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .flow-box-con {
    padding: 20px 20px 35px;
  }
}
.flow-box-link {
  display: flex;
}
@media screen and (max-width: 640px) {
  .flow-box-link {
    flex-direction: column;
  }
  .flow-box-link figure {
    text-align: center;
  }
}
.flow-box-link dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .flow-box-link dl {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.flow-box-link dl dd {
  padding-left: 1em;
}
.flow-box-ttl-s {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .flow-box-ttl-s {
    font-size: 1.6rem;
  }
}
.flow-box-2 .c-list-dot {
  margin-bottom: 25px;
}
.flow-box-2 p {
  margin-bottom: 20px;
  padding-left: 1em;
}
.flow-box-3 .c-list-dot {
  margin-bottom: 25px;
}
.link-lead {
  margin-bottom: 60px;
}
.link-cat {
  margin-bottom: 60px;
}
.link-cat:last-child {
  margin-bottom: 0;
}
.link-cat .link-cat-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.link-cat .link-cat-ttl {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .link-cat .link-cat-ttl {
    font-size: 1.8rem;
  }
}
.link-cat .link-cat-btn {
  display: inline-block;
  min-width: 130px;
  padding: 0 15px;
  border-radius: 20px;
  background: #039 url("../img/common/arrow_b_w_s.png") no-repeat right 10px center;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .link-cat .link-cat-btn {
    min-width: 100px;
    padding: 0 15px 0 10px;
  }
}
.link-box {
  margin-bottom: 30px;
}
.link-box:last-child {
  margin-bottom: 0;
}
.link-box .link-box-head {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #f2f2f2;
  cursor: pointer;
}
.link-box .link-box-head p {
  padding-top: 5px;
}
.link-box .link-box-head .ico-minus-ll {
  display: none;
}
.link-box .link-box-ttl {
  color: #039;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .link-box .link-box-ttl {
    font-size: 1.8rem;
  }
}
.link-box .link-box-list {
  display: none;
  padding-left: 10px;
}
.link-box .link-box-list li {
  margin-top: 40px;
}
.link-box .link-box-list dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
.link-box .link-box-list dd {
  margin-bottom: 10px;
}
.link-box.js-open .link-box-head .ico-plus-ll {
  display: none;
}
.link-box.js-open .link-box-head .ico-minus-ll {
  display: inline-block;
}
.link-box.js-open .link-box-list {
  display: block;
}
.faq-cat {
  margin-bottom: 60px;
}
.faq-cat:last-child {
  margin-bottom: 0;
}
.faq-box {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #f2f2f2;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .faq-box {
    font-size: 1.5rem;
  }
}
.faq-box:last-child {
  margin-bottom: 0;
}
.faq-box .faq-box-head {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq-box .faq-box-head .ico-minus-l {
  display: none;
}
.faq-box .faq-box-ttl {
  padding: 2px 0 2px 1.2em;
  color: #039;
  text-indent: -1.2em;
}
.faq-box .faq-box-con {
  position: relative;
  max-height: 0;
  margin-top: 0;
  padding-left: 1.3em;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.35s ease,
    margin-top 0.35s ease,
    opacity 0.25s ease;
}
.faq-box .faq-box-con span {
  position: absolute;
  top: 0;
  left: 2px;
  font-weight: bold;
}
.faq-box .faq-box-txt {
  padding: 5px 0;
  color: #000;
  font-size: 1.4rem;
}
.faq-box.js-open .faq-box-head .ico-plus-l {
  display: none;
}
.faq-box.js-open .faq-box-head .ico-minus-l {
  display: inline-block;
}
.faq-box.js-open .faq-box-con {
  max-height: 1200px;
  margin-top: 15px;
  opacity: 1;
}
.download-cat {
  margin-bottom: 60px;
}
.download-cat:last-child {
  margin-bottom: 0;
}
.download-list {
  padding-left: 10px;
}
.download-list li {
  margin-bottom: 25px;
}
.download-list li:last-child {
  margin-bottom: 0;
}
.contact-lead {
  margin-bottom: 40px;
}
.contact-tbl {
  width: 100%;
}
.contact-tbl th {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  white-space: normal;
}
.contact-tbl th:last-child {
  width: 20%;
}
.contact-tbl td {
  padding: 20px;
  border: 1px solid #ccc;
}
.contact-tbl .add {
  font-weight: bold;
  font-size: 1.6rem;
}
.js-color-blue {
  background-color: #00f;
}
.js-color-blue .header-fixed {
  background-color: #00f;
}
.js-color-blue .header .header-logo {
  background-color: #fff;
}
.js-color-blue .header .header-nav ul li a {
  color: #fff;
}
.js-color-blue .header .header-nav .header-option {
  border: 1px solid #fff;
  border-top: none;
  background-color: #00f;
}
.js-color-blue .gnav > ul > li .gnav-parent {
  color: #fff;
}
.js-color-blue .gnav .gnav-child .gnav-child-in {
  background-color: #00f;
}
.js-color-blue .company .c-tab li.is-current {
  background-color: #00f;
}
.js-color-blue .company .company-con {
  background-color: #00f;
}
.js-color-blue .whats {
  background-color: #00f;
}
.js-color-blue .technology ul li {
  background-color: #00f;
}
.js-color-blue .cases {
  background-color: #00f;
}
.js-color-blue .cases .cases-con {
  background-color: #00f;
}
.js-color-yellow {
  background-color: #ff0;
}
.js-color-yellow .header-fixed {
  background-color: #ff0;
}
.js-color-yellow .header .header-logo {
  background-color: #fff;
}
.js-color-yellow .footer {
  background: #ff0;
  color: #000;
}
.js-color-yellow .footer a {
  color: #000;
}
.js-color-yellow .footer ul li::before {
  content: url("../img/common/arrow_r_bl_s.png");
}
.js-color-yellow .footer .ico-blank-w::before {
  content: url("../img/common/i_blank_b.png");
}
.js-color-yellow .company .c-tab li.is-current {
  background-color: #ff0;
}
.js-color-yellow .company .company-con {
  background-color: #ff0;
}
.js-color-yellow .whats {
  background-color: #ff0;
}
.js-color-yellow .technology ul li {
  background-color: #ff0;
}
.js-color-yellow .cases {
  background-color: #ff0;
}
.js-color-yellow .cases .cases-con {
  background-color: #ff0;
}
.js-color-black {
  background-color: #000;
}
.js-color-black .header-fixed {
  background-color: #000;
}
.js-color-black .header .header-logo {
  background-color: #fff;
}
.js-color-black .header .header-nav ul li a {
  color: #fff;
}
.js-color-black .header .header-nav .header-option {
  border: 1px solid #fff;
  border-top: none;
  background-color: #000;
}
.js-color-black .gnav > ul > li .gnav-parent {
  color: #fff;
}
.js-color-black .gnav .gnav-child .gnav-child-in {
  background-color: #000;
}
.js-color-black .company .c-tab li.is-current {
  background-color: #000;
}
.js-color-black .company .company-con {
  background-color: #000;
}
.js-color-black .whats {
  background-color: #000;
}
.js-color-black .technology ul li {
  background-color: #000;
}
.js-color-black .cases {
  background-color: #000;
}
.js-color-black .cases .cases-con {
  background-color: #000;
}
.js-color-blue .tbl th,
.js-color-yellow .tbl th,
.js-color-black .tbl th {
  background: none;
}
.js-color-blue,
.js-color-black {
  color: #fff;
}
.js-color-blue a,
.js-color-black a {
  color: #fff;
}
.js-color-blue .ttl-ja,
.js-color-black .ttl-ja {
  color: #fff;
}
.js-color-blue .ttl-detail,
.js-color-black .ttl-detail {
  color: #fff;
}
.js-color-blue .ttl-detail::before,
.js-color-black .ttl-detail::before {
  border-color: #fff;
}
.js-color-blue .header .gnav li a,
.js-color-black .header .gnav li a {
  color: #fff;
}
.js-color-blue .news-tab,
.js-color-black .news-tab {
  border-color: #fff;
}
.js-color-blue .news-tab a {
  border-color: #fff;
  background-color: #00f;
  color: #fff;
}
.js-color-black .news-tab a {
  border-color: #fff;
  background-color: #000;
  color: #fff;
}
.js-color-blue .news-tab a.is-current {
  background-color: #fff;
  color: #00f;
}
.js-color-black .news-tab a.is-current {
  background-color: #fff;
  color: #000;
}
.js-color-yellow .news-tab {
  border-color: #000;
}
.js-color-yellow .news-tab a {
  border-color: #000;
  color: #000;
}
.js-color-yellow .news-tab a.is-current {
  background-color: #000;
  color: #ff0;
}
.js-color-blue .company .c-tab li.is-current,
.js-color-black .company .c-tab li.is-current {
  color: #fff;
}
.js-color-blue .company .company-con ul figcaption,
.js-color-black .company .company-con ul figcaption {
  color: #fff;
}
.js-color-blue .technology ul li a,
.js-color-black .technology ul li a {
  color: #fff;
}
.js-color-blue .technology .technology-name,
.js-color-black .technology .technology-name {
  color: #fff;
}
.js-color-blue .cases ul a,
.js-color-black .cases ul a {
  color: #fff;
}
.js-color-blue .cases .cases-company,
.js-color-black .cases .cases-company {
  color: #fff;
}
.js-color-blue .cases .cases-name,
.js-color-black .cases .cases-name {
  color: #fff;
}
.js-size-l {
  font-size: 18px;
}
.w100 {
  width: 100%;
}
.ml10 {
  margin-left: 10px;
}
.pl5 {
  padding-left: 5px !important;
}
.tac {
  text-align: center;
}
.wsn {
  white-space: nowrap;
}

/* sme */
.audience-lead {
  font-size: 1.6rem;
}
.mainttl .mainttl-ja {
  line-height: 1.4;
}
.audience-lead p + p {
  margin-top: 15px;
}
.audience-lead-box {
  position: relative;
  padding: 30px 35px 30px 38px;
  border-left: 6px solid #039;
  background-color: #f3f7fb;
}
.audience-lead-img {
  margin: 30px 0 15px;
}
.audience-lead-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 18px;
  border-radius: 3px;
  background-color: #039;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
}
.audience-lead-main {
  color: #039;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.audience-lead-box p + p {
  margin-top: 12px;
}
.c-list-dot li {
  display: flex;
  padding-left: 0;
  text-indent: 0;
}
.c-list-dot li::before {
  flex: 0 0 1em;
}
.audience-box,
.audience-notes,
.audience-consult,
.audience-contact-box {
  padding: 25px;
  background-color: #f3f7fb;
}
.audience-box p,
.audience-notes p,
.audience-consult p,
.audience-contact-box p {
  margin-bottom: 10px;
}
.audience-box p:last-child,
.audience-notes p:last-child,
.audience-consult p:last-child,
.audience-contact-box p:last-child {
  margin-bottom: 0;
}
.audience-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.audience-feature {
  padding: 25px;
  border: 1px solid #d5e2ef;
  background-color: #fff;
}
.audience-feature p,
.audience-feature ul {
  margin-bottom: 10px;
}
.audience-feature p:last-child,
.audience-feature ul:last-child {
  margin-bottom: 0;
}
.section-add {
  margin-top: 60px;
}
.add-p ul {
  margin-top: 2em;
}
.add-p li {
  margin-left: 2em;
  list-style: disc;
}
.add-bold {
  font-weight: bold;
}
.merit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}
#university .merit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#management .merit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.card {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}
.card img {
  width: 70px;
  height: auto;
  margin: 0 auto 20px;
}
.card h3 {
  color: #039;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.card p,
.card ul {
  margin-top: 10px;
}
.card p,
.card li {
  text-align: left;
}
.notice-box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
  padding: 30px;
  border: 1px solid #f1c8a5;
  border-radius: 12px;
  background: #fffaf5;
}
.notice-right {
  font-size: 20px;
  font-weight: bold;
}
.notice-pic {
  color: #db0101;
  font-size: 1.5em;
}
.audience-role-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
#management .audience-role-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.audience-role-item {
  display: flex;
  padding: 30px 20px;
  background: fixed #f3f7fb;
  flex-direction: column;
  gap: 10px;
}

.audience-role-num {
  display: flex;
  flex: 0 0 36px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-inline: auto;
  border-radius: 100vmax;
  border: 2px solid #039;
  color: #039;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.audience-role-item h3 {
  margin-bottom: 8px;
  color: #039;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.audience-role-item p:last-child,
.audience-role-item ul:last-child {
  margin-bottom: 0;
}
.audience-ttl-s {
  margin-bottom: 15px;
  color: #039;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.audience-ttl-s span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #039;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.audience-ttl-m {
  margin-bottom: 20px;
  color: #039;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.audience-link-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.audience-link-cards a {
  display: block;
  height: 100%;
  padding: 22px 45px 22px 25px;
  border: 2px solid #039;
  background: #039 url("../img/common/arrow_r_w.png") no-repeat right 22px center;
  color: #fff;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.audience-link-cards a:hover {
  background: #fff url("../img/common/arrow_r_b.png") no-repeat right 22px center;
  color: #039;
}
.audience-link-icon {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  object-fit: contain;
  transition: filter 0.2s;
  margin-inline: auto;
}
.audience-link-cards a:hover .audience-link-icon {
  filter: brightness(0) saturate(100%) invert(15%) sepia(88%) saturate(2181%) hue-rotate(213deg) brightness(78%) contrast(116%);
}
.audience-link-cards span {
  display: block;
  margin: 16px auto;
  color: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.audience-catch {
  margin-bottom: 15px;
  color: #039;
  font-size: 1.6rem;
  font-weight: bold;
}
.audience-emphasis {
  display: inline-block;
  margin: 0 3px;
  padding: 0 3px;
  color: #039;
  font-size: 1.6rem;
  font-weight: bold;
}
.audience-consult,
.audience-contact-box {
  margin-top: 25px;
}
.audience-contact-box {
  margin-bottom: 40px;
  border-left: 5px solid #039;
  background-color: #f3f3f3;
}
#partner .c-btn-col2 {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .audience-feature-list,
  .audience-link-cards,
  .merit-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .audience-link-cards a {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .audience-box,
  .audience-notes,
  .audience-consult,
  .audience-contact-box,
  .audience-lead-box,
  .audience-feature {
    padding: 18px;
  }
  .audience-lead,
  .audience-catch {
    font-size: 1.4rem;
  }
  .audience-lead-main {
    font-size: 1.6rem;
  }
  .card {
    padding: 25px 20px;
  }
  .notice-box {
    flex-direction: column;
    gap: 25px;
    padding: 25px 20px;
    text-align: left;
  }
  .notice-right {
    font-size: 18px;
    text-align: center;
  }
  .add-p {
    margin: 20px 0;
  }
  .add-p li {
    margin-left: 20px;
  }
  .audience-role-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .audience-role-item {
    gap: 12px;
    padding: 20px;
  }
  .audience-role-num {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
  }
  .merit-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
}
@media print {
  .header-fixed {
    display: none;
  }
  .main {
    padding-top: 0;
  }
  .side {
    display: none;
  }
  .pagetop a {
    display: none;
  }
}

/* contact */
.add {
  font-weight: bold;
}
.section-title-wrap {
  margin: 40px 0;
}

.section-title {
  background: #efefef;
  padding: 8px 20px;
  margin: 0 0 20px;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}

.section-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
