@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

.ftIn{font-family: 'Inter', sans-serif;}
.pT0{ padding-top: 0 !important;}

#main-header.active .logo a, 
#main-header.is-animation .logo a{
  display: inline-block;
} 

#main-header.active .logo, 
#main-header.is-animation .logo{
  z-index: 102;
}

#main-footer .ft-nav {
    width: calc(100% - 150px);
    max-width: 865px;
}

.page-index .sec-links {
    z-index: 2;
    position: relative;
}

.dotHead{
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.dotHead span{
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 15px;
}

.con.active .dotHead{
  color: #009de2;
}

.con.active .dotHead span{
  border-radius: 10px;
  background: #c6d53e;
}

.fv-wrap {
  border-radius: 20px;
  background: linear-gradient(90deg, #ecf4f8, #f6f7ef);
  background-size: 100% 100%;
  animation: Gradient 6s ease infinite;
  margin: 0 auto 200px;
  width: 90%;
  height: 260px;
  position: relative;
  z-index: 1;
}

@keyframes Gradient {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}

.fv-wrap .fv{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fv-wrap .fv .pageTtl{
  color: #009de2;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.fv-wrap .fv .pageTtl small{
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 10px;
}

.fv-wrap .breadcrumb{
  position: absolute;
  display: flex;
  right: 0%;
  bottom: 5%;
}

.fv-wrap .breadcrumb li{ 
  color: #999999;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  margin: 0 20px;
 }

.fv-wrap .breadcrumb li:after{ 
    position: absolute;
    right: -25px;
    top: 0;
    content: ">";
    display: inline-block;
}

.fv-wrap .breadcrumb li:last-child:after{
  content: "";
} 

.all{
  padding-bottom: 160px;
}

.page-index .sec-links.rest .common-sec-links {
    justify-content: center;
}

.page-index .sec-links.rest .common-sec-links li {
    margin: 0 2.5%;
}

.text14{ font-size: 14px; font-size: 1.4rem; line-height: 1.7}
.text15{ font-size: 15px; font-size: 1.5rem; line-height: 1.4}
.text16{ font-size: 16px; font-size: 1.6rem; line-height: 1.4}
.text18{ font-size: 18px; font-size: 1.8rem; }
.text24{ font-size: 24px; font-size: 2.4rem; }

.head22{ font-size: 22px; font-size: 2.2rem; line-height: 1.4; font-weight: 600;}
.head24{ font-size: 24px; font-size: 2.4rem; line-height: 1.4; font-weight: 600;}
.head26{ font-size: 26px; font-size: 2.6rem; line-height: 1.4; font-weight: 600;}
.head30{ font-size: 30px; font-size: 3.0rem; line-height: 1.4; font-weight: 600;}
.head32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4; font-weight: 600;}

.flexAll{
  display: flex;
  justify-content: flex-start;
}

.con .flexAll .ttlWrap{
  width: 100%;
  padding-right: 5%;
  position: absolute;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
}

.con.active .flexAll .ttlWrap{
  position: fixed;
  top: 80px;
}

.flexAll .detail{
  width: 100%;
  margin-left: auto;
  display: block;
  vertical-align: top;
}


@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 990px) {
  
}

@media screen and (max-width: 834px) {

#main-footer .ft-nav {
    width: 100%;
    max-width: 100%;
}

.con .dotHead{
  color: #009de2;
  text-align: center;
}

.con .dotHead span{
  border-radius: 10px;
  background: #c6d53e;
}

.fv-wrap {
    margin: 0 auto 50px;
    width: 90%;
    height: 200px;
    position: relative;
    z-index: 1;
}

.fv-wrap .breadcrumb{
  display: none;
}

.fv-wrap .fv .pageTtl {
    font-size: 2.2rem;
}

.fv-wrap .fv .pageTtl small {
    font-size: 1.2rem;
    margin-top: 5px;
}

.all{
    padding-bottom: 70px;
}

.flexAll {
    display: block;
}

.con.active .flexAll .ttlWrap,
.con .flexAll .ttlWrap{
    width: 100%;
    padding-right: 0;
    position: inherit;
    margin-bottom: 25px;
    top: 0;
}  

.flexAll .detail {
    width: 100%;
}  

.page-index .sec-links .common-sec-links li a {
    margin-bottom: 2.5%;
}

.text18 {font-size: 1.4rem;}
.text24 {font-size: 2rem;}
.head18 {font-size: 1.8rem;}
.head26 {font-size: 2.0rem;}
.head30 {font-size: 2.2rem;}
.head32 {font-size: 1.8rem;}
}


/*--------------------------------------------*/

.innerNew{
  width: 80%;
  margin: 0 10%;
}

.flexOverAll{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.flexOverAll .btnLeft{
  width: 15%;
}

.flexOverAll.fix .btnLeft{
  position: fixed;
  top: 80px;
}

.flexOverAll .btnLeft ul li {
  color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.flexOverAll .btnLeft ul li span {  
    transition: 0.5s ease;
    position: relative;
}

.flexOverAll .btnLeft ul li.is-in span:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px; 
    border-radius: 10px;
    background: #c6d53e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.flexOverAll .btnLeft ul li.is-in span{
    color: #009de2;
    padding-left: 20px;
}

.flexOverAll .contentWrap{
  width: 85%;
}

.flexOverAll.fix .contentWrap{
  padding-left: 15%;
  width: 100%;
}

.flexOverAll .section {
  position: relative;
  transition: all 0.3s ease 0s;
}
.flexOverAll .section1 {
  padding: 80px 20px 0;
  margin-top: -80px;
}

@media screen and (max-width: 834px){
.flexOverAll {
    display: block;
}    

.btnLeft{
  display: none;
}

.flexOverAll .contentWrap,
.flexOverAll.fix .contentWrap {
  padding-left: 0;
  width: 100%;
}

.flexOverAll .section1 {
  padding: 0 0 80px;
  margin-top: 0;
}

/*.flexOverAll .section2{
  padding: 0 0 100px;
}*/
}
