/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*ヘッダー*/
.Eye_title, .EyeC_title{
  height:200px;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
  padding:20px;
}
.Eye_title h1{
font-size:60px;
}
.EyeC_title h1{
font-size:50px;
}
.title_br{
  font-size:16px;
  display:block;
}
/*キャッチフレーズ*/
.catchphrase{
  text-align:center;
} 
/*特長*/
.circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #2aafe8;
  text-align: center;
  line-height: 100px;
  margin-right: 30px;
}
.sec0_list ul li {
  line-height: 2;
  list-style: disc !important;
  padding:0px!important;
}
.pc_br{
  display:block
}
.sec0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
 
@media (max-width:767px) {
  /*特長*/
 .sec0 {
    display: block;
    margin:0 auto;
  }
  .sec0_list {
  padding-left:20px;
    margin:0 auto;
}
   .circle {
     margin:0 auto;
     display: block;
     margin-bottom:20px;
}
  .pc_br{
  display:inline;
}
}
@media screen and (max-width:480px) { 
.Eye_title, .EyeC_title{
  height:150px;
  }
.Eye_title h1{
font-size:45px;
}
  .EyeC_title h1 {
    font-size: 35px;
  }
.assessment_title span{
   display:block;
  }
   /*キャッチフレーズ*/
.catchphrase span{
  display:block;
}
     .circle {
  display:block;
    margin:0 auto;
     margin-bottom:20px;
}
}
.dnd_area-row-3-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pahtn {
  color: #666666;
  font-weight: bold;
  font-size:13px;
}
.pahtn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #666666;
}
/*
.pahtn a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #666666;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.pahtn a:hover::after {
  transform: scale(1, 1);
}
*/
.pahtn a:hover{
  color:#0056b9 ;
}


/*****************************************/
/* コンパクト   */
/*****************************************/

.row-number-1 .dnd-column {
  padding: 0px;
}

/* BENEFITS */
.benefits_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.benefits_box {
  min-width: 260px;
  max-width: 300px;
  margin: 0 .5em;
  padding-bottom: 1em;
  text-align: center;
  background: #fcefca;
}
.benefits_upper {
  padding-bottom: 2em;
  background: #dde9f5;
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
}
.benefits_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  font-size: 22px;
  font-weight: bold;
}
.benefits_title p { color: #0056b9; }
.benefits_title img {
  width: 55px;
  margin: .5em;
}
.benefits_title span { color:#e33410; }
.benefits_lower {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  font-weight: bold;
}
.benefits_lower img {
  width: 50px;
  animation: UpDown 1s infinite ease-in-out alternate;
}
.benefits_lower p {
  color: #ef871b;
  margin-top: 1em;
}

@keyframes UpDown {
  0% { transform: translateY(-5px); }
  100% { transform: translateY(5px); }
}
@media (max-width: 768px) {
  .benefits_wrap {
    flex-direction: column;
  }
  .benefits_box {
    margin: 1em 2em;
  }
}

/* SYSTEM IMAGE */
.compact_systemwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}
.compact_systemwrap img {
  max-width: 300px;
  height: auto;
}
.triangle2 {
  display: none;
}
/*右三角*/
.triangle1 {
  width: 0;
  height: 0;
  border-left: 30px solid #aaabab;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin: 0 20px;
}
/*下三角*/
.triangle2 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #aaabab;
  margin: 20px auto;
}
/*右三角*/
.triangle1 {
  border-left: 30px solid #aaabab;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin: 0 20px;
}

@media (max-width: 570px) {
  .compact_systemwrap {
    flex-direction: column;
  }
  .triangle1 {
    display: none;
  }
  .triangle2 {
    display: block;
  }
}


#hs_cos_wrapper_widget_1680852935231_ img {
  width: 100vw;
  aspect-ratio: 120/47;
}



/*****************************************/
/*  Y's_Eye_innerから移動                 */
/*****************************************/

/*共通*/
img {
  width: 100%;
  height: auto;
}
.wrapper {
  color: #333333;
  margin: 0 auto;
}
.width_inner {
  width: 1100px;
  margin: 0 auto; 
  padding-left: 20px !important;
  padding-right: 20px !important;
}
h2 {
  color: #444444;
}
.box h2 {
  font-size: 30px;
  text-underline-position: under;
  position: relative;
  margin: 20px 0px 50px 0px;
}
.box h2::after {
  content: '';
  width: 110px;
  height: 3px;
  display: inline-block;
  background-color: #005bd0;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 55px);
}
.img_95 {
  width: 95%;
}
.h2_box {
  text-align: center;
}
.p18 {
  font-size: 18px;
}
.p15 {
  font-size: 15px;
}
.sec2 {
  background-color: #e9fafa;
  padding-top: 80px;
  padding-bottom: 80px;
}
h4 {
  font-size: 18px;
}
.h4_center {
  text-align: center;
  margin: 30px 0 50px 0;
}
/*共通ここまで*/
.ul_width {
  text-align: center;
}
.check {
  font-size: 22px;
  text-align: left;
  display: inline-block;
  color: #005bd0;
  margin: 0;
padding: 0;
}
.check li {
  list-style-type: none !important; /*ポチ消す*/
}
/*特長*/
.sec0 {
}
.ul_width {
  text-align: center;
}
.Features {
  font-size: 18px;
  text-align: left;
  display: inline-block;
	padding:0;
}
/*チェックマーク*/
.Features li {
  position: relative;
  list-style-type: none !important; /*ポチ消す*/
	margin: 10px 0px 10px 30px;
}
.Features li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.3em;
  width: 12px;
  height: 5px;
  border-left: 2px solid #005bd0;
  border-bottom: 2px solid #005bd0;
  transform: rotate(-45deg);
}

/*システム構成イメージ*/
.system_sec1 {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 50px 0 0 0;
  width: 90%;
}
.sec1_flex_left-padding {
  padding-left: 50px;
}
/*枠線つき吹き出し*/
.arrow_box {
  position: relative;
  background: #fff;
  border: 3px solid #26b7bc;
  border-radius: 10px;
  display: inline-block;
  margin: 1.5em 0;
  padding: 30px 20px;
  min-width: 120px;
  max-width: 100%;
  box-sizing: border-box;
}
.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  
}
.arrow_box:after {
  border-color::#fff;
  border-bottom-color :#fff;
  border-width: 30px;
  margin-left: -30px;

}
.arrow_box:before {
  border-color:#fff;
  border-bottom-color:#26b7bc;
  border-width: 34px;
  margin-left: -34px;
}
/*吹き出しコンテンツ*/
.arrow_box h3 {
  font-size: 24px;
  margin: 50px 0px;
}
.sec1_2 {
  margin: 50px 0;
}
.system_2_inner1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  width: 100%;
  text-align: left;
}
.system_2_inner2 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-align: left;
}
.system_2_inner1_box {
  width: 40%;
  margin: 20px 0px;
}
.none_pc img {
  display: none;
}
.img_p {
  text-align: center;
  margin: 30px 0 10px 0;
}
/*横線*/
.h4_after {
  display: block;
  margin-bottom: 10px;
}
.h4_after:after {
  content: '';
  display: inline-block;
  width: 70%;
  border-bottom: 2px solid #26b7bc;
  vertical-align: middle;
  margin-left: 10px;
}
/*youtube*/
.youtube_wrap {}
.youtube {
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/*適応事例*/
.sec3_h3 {
  font-size: 24px;
}
.sec3_flex_1 h4 {
  color: #26b7bc;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
.sec3_flex_contents {
  margin: 0 auto;
  padding: 40px;
  border-radius: 15px;
  background-color: #ebf6f5;
}
.exterior_flex {
  display: flex;
  background-color: #fff;
}
.sec3_flex_1 {
  display: flex;
  margin-top: 40px;
}
.sec3_img {
  background-color: #fff;
  margin-bottom: 25px;
}
.margin-left {
  margin: 0 0 0 30px;
}
.tekiou_p {
  margin: 0px;
}

/*正確な検査のために*/
.sec4_1 {
  text-align: center;
}
.sec_4_flex {
  display: flex;
  align-items: center;
  margin: 30px auto;
  width: 90%;
}
.triangle2 {
  display: none;
}
/*右三角*/
.triangle1 {
  width: 0;
  height: 0;
  border-left: 30px solid #aaabab;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin: 0 20px;
}
/*下三角*/
.triangle2 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #aaabab;
  margin: 20px auto;
}
/* パッケージラインナップ */
.sec6 {
  background-color: #e9fafa;
  padding: 80px 50px;
}
.sec6_box {
  max-width: 1000px;
  margin: 0 auto;
}
.sec6_title {
  margin-bottom: 1em;
  text-align: center;
}

.sec6_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.sec6_wrap div {
  width: 48%;
  text-align: center;
}
.sec6_wrap p {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 570px) {
  .sec6 {
    padding: 40px 20px;
  }
  .sec6_box {
    margin-top: 50px;
  }
  .sec6_wrap {
    flex-direction: column;
  }
  .sec6_wrap div {
    width: 100%;
    margin-bottom: 50px;
  }
}

/*導入実績*/
.sec5_1 {
  text-align: center;
}

/*導入実績*/
.logo_box{
	display: flex;
	justify-content: center;
	width: 100%;
}
.logo_width{
	width: 30%;
  margin: 30px auto;
}
/*右三角*/
.triangle1 {
  width: 0;
  height: 0;
  border-left: 30px solid #aaabab;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin: 0 20px;
}
/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #css {
    width: 98%;
    margin: 0 1%;
  }
  .width_inner {
    width: 90%;
  }
  .row-fluid-wrapper {}
}
@media (max-width: 1020px) {
  .h4_after:after {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #css {
    width: auto;
  }
  .width_inner {
    width: 100%;
  }
  .Features {
    width: 100%;
  }
  .h4_after:after {
    width: 40%;
  }
}
@media (max-width: 570px) {
  .none_pc img, .system_sec1, .system_sec2_inner1, .system_sec2_inner2, .system_2_inner1, .system_2_inner2 {
    display: block;
  }
  .none_sp img {
    display: none;
  }
  .h4_after:after {
    display: none;
  }
  .width_inner {
    padding: 0;
  }
  .img_95 {
    width: 100%;
  }
  .sp_text_left {
    text-align: left;
  }
  /*共通ここまで*/
  .Features {
    width: 100%;
  }
  /*システム構成イメージ*/
  .system_sec1 {
    padding: 0px;
    width: 100%;
  }
  .sec1_flex_left-padding {
    padding-left: 0px;
  }
  .system_sec2_inner1 p, .system_sec2_inner2 p {
    width: 100%;
  }
  .system_2_inner1_box {
    width: 100%;
  }
  .system_2 {
    text-align: left;
  }
  .arrow_box h3 {
    margin: 40px 0 0px 0;
  }
  /*ボーダー*/
  .system_2_inner1_box h4, .system_2_inner2 h4 {
    border-left: solid 5px #5caba7;
    padding-top: 5px;
    padding-left: 10px;
    margin: 10px 0;
  }
  .system_2_inner1_box {
    margin: 70px 0 30px 0;
  }
  /*適応事例*/
  .exterior_flex, .sec3_flex_1 {
    display: block;
  }
  .margin-left {
    margin: 30px 0;
  }
  .sec3_flex_contents {
    padding: 20px;
  }
  /*正確な検査のために*/
  .sec_4_flex {
    display: block;
  }
  .sec_4_flex {
    width: 100%;
  }
  .triangle1 {
    display: none;
  }
  .triangle2 {
    display: block;
  }
  /*導入実績*/
  .logo_box {
    display: block;
  }
  .logo_width {
  width: 300px;
  margin: 30px auto;
  }
}