@charset "utf-8";

svg #HorizontalLine,
svg #VerticalLine {
  animation: scaleUpDown 3s ease infinite;
  transform-origin: center;
}
svg #Circle1 #Circle1{
  animation: scaleFadeOut 4s ease infinite;
  transform-origin: 81.49% 19.79%;
}
svg #Circle1 #Aura1 {
  animation: scaleFadeOutAura 4s ease infinite;
  transform-origin: 81.49% 19.79%;
}
svg #Circle2 #Circle2{
  animation: scaleFadeOut 4s ease infinite 0.9s;
  transform-origin: 26.49% 27.79%;
}
svg #Circle2 #Aura2 {
  animation: scaleFadeOutAura 4s ease infinite 0.9s;
  transform-origin: 26.49% 27.79%;
}
svg #Circle3 #Circle3{
  animation: scaleFadeOut 4s ease infinite 0.4s;
  transform-origin: 43.49% 59.79%;
}
svg #Circle3 #Aura3 {
  animation: scaleFadeOutAura 4s ease infinite 0.4s;
  transform-origin: 43.49% 59.79%;
}
svg #Circle4 #Circle4 {
  animation: scaleFadeOut 4s ease infinite 1.4s;
  transform-origin: 72.49% 87.79%;
}
svg #Circle4 #Aura4 {
  animation: scaleFadeOutAura 4s ease infinite 1.4s;
  transform-origin: 72.49% 87.79%;
}
svg #Circle5 #Circle5 {
  animation: scaleFadeOut 4s ease infinite 1.8s;
  transform-origin: 63.49% 43.79%;
}
svg #Circle5 #Aura5 {
  animation: scaleFadeOutAura 4s ease infinite 1.8s;
  transform-origin: 63.49% 43.79%;
}
svg #Circle6 #Circle6 {
  animation: scaleFadeOut 4s ease infinite 2.3s;
  transform-origin: 11.49% 72.79%;
}
svg #Circle6 #Aura6 {
  animation: scaleFadeOutAura 4s ease infinite 2.3s;
  transform-origin: 11.49% 72.79%;
}


/*/////////////////////////*/
/*  PC  */
/*/////////////////////////*/
@media screen and (min-width: 960px) {

  .overview_description_gray {
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc;
  }
  .overview_description_white {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .overview_description_title {
    font-size: 28px;
  }

  .flex {
    display: flex;
    align-items: center;
  }
  .overview_description_box {
    width: 50%;
  }
  .overview_description_representative {
    font-size: 22px;
    text-shadow: 3px 2px #ddd;
  }
  .overview_skill {
    font-size: 18px;
    text-shadow: 2px 2px #ddd;
  }
  .representative_text {
    padding-left: 20px;
  }

  .overview_description_box h4.profile_title {
    padding: 20px 0;
    margin: 0 0 0 20px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1.5px solid #bbb;
  }
  .overview_description_box h4.profile_name {
    font-weight: normal;
    width: 90px;
    padding-right: 20px;
    margin: 0;
  }
  .overview_description_box ul.profile_box {
    margin: 0 0 0 20px;
    padding: 0;
  }
  .overview_description_box li.profile_list {
    display: flex;
    align-items: baseline;
    border-top: 1.5px solid #bbb;
    border-bottom: 1.5px solid #bbb;
  }
  .overview_description_box p.profile_text {
    padding-left: 20px;
    line-height: 2em;
    font-size: 14px;
    border-left: 1.5px solid #bbb;
  }

}

/*/////////////////////////*/
/*  tab  */
/*/////////////////////////*/
@media screen and (max-width: 959px) and (min-width: 751px) {

  .overview_description_gray {
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc;
  }
  .overview_description_white {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .overview_description_title {
    font-size: 28px;
  }

  .overview_description_box {
    width: 100%;
  }
  .overview_description_representative {
    font-size: 22px;
    text-shadow: 3px 2px #ddd;
  }
  .overview_skill {
    font-size: 18px;
    text-shadow: 2px 2px #ddd;
  }
    
  .overview_description_box h4.profile_title {
    padding: 20px 0;
    margin: 20px 0 0 0;
    font-size: 20px;
    text-align: center;
    border-bottom: 1.5px solid #bbb;
  }
  .overview_description_box h4.profile_name {
    font-weight: normal;
    width: 120px;
    padding-right: 20px;
    margin: 0;
  }
  .overview_description_box ul.profile_box {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .overview_description_box li.profile_list {
    display: flex;
    align-items: baseline;
    border-top: 1.5px solid #bbb;
    border-bottom: 1.5px solid #bbb;
  }
  .overview_description_box p.profile_text {
    padding-left: 20px;
    line-height: 2em;
    font-size: 14px;
    border-left: 1.5px solid #bbb;
  }
}

/*/////////////////////////*/
/*  SP  */
/*/////////////////////////*/
@media screen and (max-width: 750px) {

  .overview_description_gray {
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc;
  }
  .overview_description_white {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .overview_description_title {
    font-size: 22px;
  }

  .overview_description_box {
    width: 100%;
  }
  .overview_description_representative {
    font-size: 20px;
    text-shadow: 3px 2px #ddd;
  }
  .overview_skill {
    font-size: 16px;
    text-shadow: 2px 2px #ddd;
  }
  
  .overview_description_box h4.profile_title {
    padding: 20px 0;
    margin: 20px 0 0 0;
    font-size: 20px;
    text-align: center;
    border-bottom: 1.5px solid #bbb;
  }
  .overview_description_box h4.profile_name {
    font-weight: normal;
    width: 90px;
    padding-right: 20px;
    margin: 0;
  }
  .overview_description_box ul.profile_box {
    margin: 20px 0;
    padding: 0;
  }
  .overview_description_box li.profile_list {
    display: flex;
    align-items: baseline;
    border-top: 1.5px solid #bbb;
    border-bottom: 1.5px solid #bbb;
  }
  .overview_description_box p.profile_text {
    padding-left: 20px;
    line-height: 2em;
    font-size: 14px;
    border-left: 1.5px solid #bbb;
  }
}


/*/////////////////////////*/
/* animation */
/*/////////////////////////*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes scaleFadeOut {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  80% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scaleFadeOut {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  80% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scaleFadeOut {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  80% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleFadeOut {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  80% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes scaleFadeOutAura {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scaleFadeOutAura {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scaleFadeOutAura {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleFadeOutAura {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes scaleUpDown {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes scaleUpDown {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-o-keyframes scaleUpDown {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes scaleUpDown {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
