


/* フレーム設定-------------------------------------------------------------------------------- */
a:hover{
color:#f37440!important;
}
#content{
background:url("/extra/teradata_202011/media/main-bg.jpg") no-repeat;
background-size:cover;
background-attachment: fixed;
}

#content_inner{
padding-top:5vw;
}

.adspecial_type1{
max-width: none !important;
padding: 0;
width:calc((50vw - 375px) + 980px);
background:rgba(255,255,255, .8);
margin:0 0 0 auto!important;
padding:2.5vw 2.5vw 2.5vw 2.5vw ;
transform: translateX(20%);
animation: adspecial_type1 1.25s  .4s ease forwards;
opacity:0;
}

@keyframes adspecial_type1 {
0% {
    opacity: 0;
transform: translateX(20%);
}
100% {
    opacity: 1;
transform: translateX(0);
}
}


.frame_col_left_inner {
  padding: 0;
}

footer{
margin-top:0;
}


.block_sponsored {
padding: 30px 0;
text-align: center;
color:#444;
}

.block_sponsored a{
color:#fb660c;
}


h2.adspecial,
h3.adspecial {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 16px;
  background-color: #38A65A;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
h2.adspecial::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width:6px;
  height: calc(100% - 8px);
  background: #f37440;
}
h2.adspecial.nobg,
h3.adspecial.nobg {
background:none;
padding:10px;
color:#38A65A;
}
h2.adspecial.white{
background:#fff;
color:#38A65A;
}
h2.adspecial.nobg{
margin-top:20px;
}
/* hero */

.head_title {

}
.head_title-inner {
  display: flex;
  height: auto;
width:100%;
margin:0;
position:relative;
padding-bottom:5%;
}

.head_title-inner__left{
width:60%;
}

.head_title-inner  h1{
  position: relative;
  font-size: 2.3vw;
  line-height: 1.6;
margin:0 0 5% 0;
opacity:0;
animation: title-h1 .4s 1.2s ease forwards;
order:2;
}

@keyframes title-h1 {
0% {
    opacity: 0;
transform: translateX(20px);
}
100% {
    opacity: 1;
transform: translateX(0);
}
}


.head_title-inner  h1 span{
color:#000;
}

.head_title-inner  h1 span.small-text{
font-size:90%;
}

.head_title-inner  h1 span.large-text{
}

@keyframes title {
0% {
    opacity: 0;
transform: translateY(20px);
}
100% {
    opacity: 1;
transform: translateY(0);
}
}

.head_title-text{
animation: title .6s ease .5s forwards;
opacity:0;
}

.head-logo img {max-width: 100%; width: 200px; margin: 0 48px;}

.head_title-inner  .lead-text{
order:3;
padding-right:5%;
font-size:1.4vw;
animation: title-h1 .4s 1.6s ease forwards;
opacity:0;
}

.head_title-date-text{
width:100%;
margin-bottom:5%;
animation: title-h1 .4s 1s ease forwards;
opacity:0;
transform: translateY(20px);
}

.head_title-date-text img{
width:100%;
}

.head_title-inner__right{
width:40%;
position:relative;
padding-top:30%;
pargin-bottom:5%;
}
.head_title-inner__right img{
position:absolute;
botto:5%;
right:5%;
}
.circle{
opacity:0;
}

@keyframes circle-img {
0% {
    opacity: 0;
bottom:-5%;
right:-5%;
width:100%;
height:100%;
}
100% {
bottom:0;
right:0;
    opacity: 1;
width:100%;
height:100%;
}
}


.circle01{
animation: circle-img .6s  1.5s  ease forwards;
}

.circle02{
animation: circle-img .6s 1.75s ease  forwards;
}

.circle03{
animation: circle-img .6s 2s ease forwards;
}



/* section */
.section {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #fff; 
  box-shadow: 0 2px 3px #aaa;
}
.section.green{
background:rgba(56,166,90,0.9);
margin:0 -2.5vw 60px;
padding:2.5vw;
}


/* panel */

.panel li {
  margin: 0 1% 16px;
}
.panel li a {
width:100%;
  height: 100%;
  padding: 16px;
  transition: background-color 0.5s;
  overflow: hidden;
}



.panel li a .panel-thumb {
  margin-bottom: 16px;
  text-align: center;
}
.panel li a .panel-thumb img.landscape {
width:100%;
height:auto;
}
.panel li a .panel-txt {
  line-height: 1.3;
margin-top:auto;
}

.panel li.movie a .panel-thumb {position: relative;}
.panel li.movie a .panel-thumb::before, .panel li.movie a .panel-thumb::after {
  position: absolute;
  content: "";
  z-index: 5;
}
.panel li.movie a .panel-thumb::before {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: calc(50% - 12px);
  left:  calc(50% - 12px);
  background-color: rgba(0,0,0,0.6);
}
.panel li.movie a .panel-thumb::after {
  top: calc(50% - 6px);
  left:  calc(50% - 3.5px);
width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 10px;
border-color: transparent transparent transparent #ffffff;
}

.panel-horizon li a {
  display: flex;
  align-items: center;
}

.panel-horizon .panel-thumb {
  margin-right: 24px;  
}


.panel-col2,
.panel-col3,
.panel-col4,
.panel-col5 {
  display: flex;
  flex-wrap: wrap;
}


.panel-col2 li {
  width: 48%;
  display: flex;
}


.panel-col3 li {
  width: 31%;
  display: flex;
}

.panel-col4 li {
  width: 23%;
  display: flex;
}

.panel-col4 li a{
background-color: #38A65A; color: #fff;
}

.panel-col3 li a { color: #０００;}


.panel-col5 li {
  width: 18%;
}

.panel-col5 li a {
  flex-direction: column;
}

.panel-col5 li a .panel-thumb {
  align-items: center;
  height: 170px;
  margin: 0 auto 16px;
}

.panel-col5 li a .panel-txt {
  margin-top: auto;
}

.panel-right .panel a {
  padding-top: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}
.panel-right .panel a small {font-size: 12px; display: block; color: #666;}
.panel-right .panel-contact li {
  padding: 0 16px 16px;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}
.panel-right .panel-contact a {
  display: inline;
  padding: 0;
  border: none;
}
.panel-right .panel-contact a.btn-contact {
  display: block;
  margin-bottom: 8px;
  padding: 16px;
  font-size: 1.25rem;
  border-radius: 50px;
  background: #2D96D7;
  color: #fff;
  transition: background .5s;
}
 .panel-right .panel-contact a.btn-contact:hover {background: #354D9A; color: #fff !important; }


/* related article */
.article {
  padding: 0 24px;
}

.article li a {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.article li .article-thumb {
  width: 80px;
  margin-right: 16px;
  flex-shrink: 0;
}
.article li .article-thumb img {width: 100%;}


.photo-article{
}

.photo-article a{
display:flex;
padding:20px;
border-top:1px solid #ddd;
position:relative;
}

.photo-article a::after{
content:"";
width:15px;
height:15px;
border-top:2px solid #38A65A;
border-right:2px solid #38A65A;
position: absolute;
top: 0;
right:15px;
bottom: 0;
margin: auto;
transform: rotate(45deg);
}

.photo-article a:hover{
background:rgba(56,166,90,0.4);
}

.photo-article a img{
margin-right:10px;
width:150px;
}

.panel-col3 li {
border-left:1px dotted #666;
display:flex;
}




.panel-col3 li a .panel-thumb img{
width:200px;
border:1px solid #666;
}



.col3 li .panel-thumb.landscape img{
height:auto;
width:100%;
}

/* responsive -------------------------------------------------------------------------------- */
@media screen and (max-width:1150px){
.adspecial_type1{
width:100%;
}
}

@media screen and (max-width:960px){
.frame_col_left_inner {
  display: block;
}

.adspecial-right {
  width: 100%;
  margin-left: 0
}
  .panel-col3 li,
  .panel-col5 li {width: 48%; margin-bottom: 8px;}
  .panel-col3 li a,
  .panel-col5 li a {display: flex; align-items: center;}
  .panel-col3 li a .panel-thumb,
  .panel-col5 li a .panel-thumb {width: 80px; height: auto; margin: 0 16px 0 0;}
  .panel-col3 li a .panel-txt,
  .panel-col5 li a .panel-txt {margin-top: 0; width: 100%;}
}

@media screen and (max-width:800px){
.head_title-inner{
flex-direction: column;
}
.head_title-inner__left , .head_title-inner__right{
width:100%;
}
.head_title-inner__right{
text-align:center;
height:200px;
}

.head_title-inner__right img{
width:200px!important;
height:200px!important;
align-items: flex-start; 
margin:0 auto;
}

.lead-text{
font-size:16px;
}

}
@media screen and (max-width:640px){
.head_title-inner  h1 {
font-size:1.6rem;
}

.head_title-inner  h1 span{
font-size:100%;
}


.head_title {
padding-top:20px;
  height: auto;
}

.head_title-inner {
  height: auto;
min-height:300px;
}

.head-logo img {max-width: 100%; width: 150px; margin: 0 8px;}
.panel-col3 li a{
display:block;
}
  .panel-col2 li,
  .panel-col3 li,
  .panel-col4 li,
  .panel-col5 li {width: 100%; margin: 0 0 16px;}
  .panel-horizon li a {display: block;}
  .panel-horizon .panel-thumb {margin-right: 0;}

.panel-col3 li a .panel-thumb, .panel-col5 li a .panel-thumb{
width:100%;
}
.panel-col3 li {
border-top:1px dotted #666;
border-left:none;
}

}


