@charset "utf-8";
/* CSS Document */

.ccy_wtbg{
  margin-bottom: 80px;
  padding-bottom: 142px;
  background-color: #FFFFFF;
}

.ccy_wtbg h2 span{transition: all 0.6s ease 0.4s;}
.ccy_wtbg h2 i{transition: all 0.6s ease 0.4s;}
.ccy_wtbg h2::after{transition: all 0.6s ease 0.2s;}
.ccy_wtbg h2.active span{width: 100px;}
.ccy_wtbg h2.active i{width: 880px;}
.ccy_wtbg h2.active::after{width: 0;}

.ccy_subhead{
  margin-bottom: 50px;
}


.ccy_subhead h3{
  font-weight: bold;
  margin-bottom: 16px;
}
.ccy_relationship dl{
  display: flex;
  flex-wrap: wrap;
}
.ccy_relationship dl dt{
  padding-left: 16px;
}
.ccy_relationship dl dd{
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
}
.ccy_relationship dl dd p:first-of-type{width: 80px;}
.ccy_relationship dl dd p:last-of-type{width: calc(100% - 80px);}
.ccy_relationship dl dd:last-of-type{margin-left: 100px;} 
.ccy_relationship dl dt:nth-last-of-type(n+2),
.ccy_relationship dl dd:nth-last-of-type(n+2){margin-bottom: 8px;}

.ccy_innerblock>dl> dt{
  margin-bottom: 16px;
  font-weight: bold;
  padding-left: 32px;
  text-indent: -32px;
}
.ccy_innerblock>dl>dd{
  margin-bottom: 72px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear 0.2s
}

.ccy_innerblock dd.active{
  transform: none;
  opacity: 1;
}
.ccy_innerblock>dl>dd dl{margin-left: 24px;}
.ccy_innerblock>dl>dd dl dt{
  font-weight: bold;
  margin-bottom: 8px;
}
.ccy_innerblock>dl>dd dl dd{padding-left: 24px;}
.ccy_innerblock>dl>dd dl dd:nth-last-of-type(n+2){
  margin-bottom: 16px;}


.ccy_innerblock dd ul li::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  margin-top: 5px;
  border-radius: 100%;
  background: linear-gradient(#08294d 0%, #092e57 12.97%, #0b3666 38.08%, #0c3d73 55.24%, #0d4581 73.65%, #0e4a8a 88.29%, #0f4b8c 100%);
}


.ccy_btmcontact p{
  margin-bottom: 12px;
  font-weight: bold;
  color: #151515;
}

.ccy_btmcontact dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #151515;
}

.ccy_btmcontact dt{
  max-width: 180px;
  width: 30%;
  padding-left: 16px;
  margin-bottom: 0;
  font-weight: normal;
  color: #151515;
}
.ccy_btmcontact dd{
  margin-bottom: 26px;
  width: 70%;
  line-height: normal;
}
.ccy_btmcontact dd a{/*iPhone*/
  text-decoration: none;
  color: #151515;
}






/*---------------------------
レスポンシブ
-----------------------------------------*/
@media screen and (max-width:820px){
  .ccy_wtbg h2.active i{width: 468px;}
}
@media screen and (max-width:420px){
  .ccy_wtbg{
    margin: 0 auto 80px;
    padding-right: 40px;
    padding-bottom: 72px;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0 20px , #FFFFFF 20px 460px)
  }
  .ccy_subhead{font-size: 0.875rem;}
  .ccy_innerblock dl{font-size: 0.875rem;}

  .ccy_btmcontact dl{flex-wrap: wrap;}
  .ccy_btmcontact dt,
  .ccy_btmcontact dd{
    width: 100%;
    padding-left: 16px;
  }


  .ccy_wtbg h2.active i{width: 380px;}
  .ccy_relationship dl {padding-left: 8px;}
  .ccy_relationship dl dt{
    padding-left:0;
    margin-bottom: 8px;
  }
  .ccy_relationship dl dd{width: 100%;}
  .ccy_relationship dl dd:first-of-type{margin-bottom: 16px;}
  .ccy_relationship dl dd:last-of-type {margin-left: 0;}
  .ccy_relationship dl dd p:first-of-type {width: 30vw;}
  .ccy_relationship dl dd p:last-of-type {
    width: calc(100% - 30vw);
}
  .ccy_innerblock>dl>dd dl {margin-left: 3.6vw;}
  
}
@media screen and (max-width:375px){
  .ccy_wtbg h2.active i{width: 335px;}
}
@media screen and (max-width:360px){
  .ccy_wtbg h2.active i{width: 300px;}
}
@media screen and (max-width:320px){
  .ccy_wtbg h2.active i{width: 280px;}
}


