/*------------------------------------------------------------------------
 header（CLOUD）
-------------------------------------------------------------------------*/
.hInner {
  background: #01bcc4;
}
.header .main_btn {
  border: #01bcc4;
  background: #01bcc4;
}
.header .nav_list > a:hover,
.header .nav_list:hover {
  color: #01bcc4;
}
.megamenu {
  background: #E6FAFB;
}
.js-menu .arrow_icon {
  border-top: 2px solid #01bcc4;
  border-right: 2px solid #01bcc4;
}
.megamenu__sitemap-title {
  color: #01bcc4;
}
.megamenu__sitemap-link:hover {
  color: #01bcc4;
}
.megamenu_side .product_area .name {
  padding: 0;
}

/*------------------------------------------------------------------------
 footer（CLOUD）
-------------------------------------------------------------------------*/
.footer .main_menu_box a {
    color: #01bcc4 !important;
}
.footer .main_menu_box .sub_link {
	padding: 0;
	border-bottom: none;
	height: auto;
}
.footer .main_menu_box .main_category {
	color: #01bcc4;
}

/*------------------------------------------------------------------------
 CTA
-------------------------------------------------------------------------*/
.cta_basic {
  background: linear-gradient(90deg, #04e8f1 0%, #01bcc4 100%);
}
.main_title {
  color: #01bcc4;
}
.main_title .label {
  color: #01bcc4;
}
.mv_btn_area {
  max-width: 100%;
  margin: 0;
}

/*------------------------------------------------------------------------
introducing company
-------------------------------------------------------------------------*/
.company_box h2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  margin-bottom: 34px;
}
.company_box h2 span {
  color: #01bcc4;
}
.company-list {
  margin: 20px 0;
  display: flex;
  animation: loopSlidePc 40s linear infinite; }
.company-list__item {
    height: 70px;
    outline: none; }
.company-list__img {
    max-width: inherit;
    max-height: 100%; }
.tamashin {
    padding-bottom: 10px;}

@media screen and (max-width: 999px) {
.company_box h2 {
  font-size: 13px;
  margin-bottom: 7px;
}
.company-list {
  margin: 0;
  animation: loopSlideSp 40s linear infinite; }
.company-list__item {
  height: 47px; }
.tamashin {
  padding-bottom: 5px;}
}
.intro_company {
overflow: hidden;
background-color: #fff;
}

.intro_company .text_box {
color: #01bcc4;
text-align: center;
background-color: #fff;
}

.intro_company .text_box .main_catch {
font-weight: 500;
line-height: 1.4;
}

.intro_company .text_box .number {
font-weight: 700;
}

.intro_company .img_box .company_logo_box {
display: flex;
}

.intro_company .img_box img {
display: block;
max-width: inherit;
}

@media screen and (min-width: 1000px) {
.intro_company {
  padding-top: 90px;
}
.intro_company .text_box .main_catch {
  font-size: 3.4rem;
}
.intro_company .img_box {
  position: relative;
  width: 1882px;
  padding: 40px 0;
  z-index: 0;
}
.intro_company .img_box .company_logo_box {
  animation: loopSlidePc 15s linear infinite;
}
.intro_company .img_box .company_logo_box.second {
  margin: 20px 0;
}
.intro_company .img_box .company_logo_item {
  height: 70px;
}
.intro_company .img_box img {
  height: 70px;
}
}

@media screen and (max-width: 999px) {
.intro_company .text_box {
  padding: 40px 0;
  text-align: center;
}
.intro_company .text_box .main_catch {
  font-size: 2.1rem;
}
.intro_company .text_box .number {
  font-size: 4.1rem;
}
.intro_company .text_box .text {
  margin-top: 5px;
  font-weight: 500;
}
.intro_company .img_box {
  width: 1075px;
  padding: 0 0 40px;
}
.intro_company .img_box .company_logo_box {
  animation: loopSlideSp 15s linear infinite;
}
.intro_company .img_box .company_logo_item {
  height: 40px;
}
.intro_company .img_box img {
  height: 40px;
}
}


@media screen and (min-width: 1000px) {
  iframe{
    width: 100%;
    height: 100%;
  }
  }
  
  @media screen and (max-width: 999px) {
  .company_box {
    width: calc(100% - 40px);
    margin: 20px auto 40px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgb(72 69 69 / 5%);
  }
  .company_box .company_box_title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
  }
  .company_box .company_box_box {
    margin-bottom: 10px;
  }
  iframe{
    width: 100%;
    height: 180px;
  }
  }
  @media screen and (max-width: 450px) {
  iframe{
    width: 100%;
    height: 130px;
  }
  }

@keyframes loopSlidePc {
0% {
  transform: translateX(0);
}
100% {
  transform: translateX(-1882px);
}
}

@keyframes loopSlideSp {
0% {
  transform: translateX(0);
}
100% {
  transform: translateX(-1075px);
}
}