@charset "UTF-8";

/****
 page title
 ****/

.page_title{
  background-image: url('../images/visions/img_main.jpg');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
}

@media screen and (max-width: 768px){
  .page_title{
    background-image: url('../images/visions/img_main_sp.jpg');
  }
}

.main_visual p{
  color: #223999;
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  .main_visual p{
    font-size: 2.4vw;
  }
}

/****
 page content
 ****/
article{
  margin-bottom: 14rem;
}

@media screen and (max-width: 768px){
  article{
    margin-bottom: 4rem;
  }
}

.column_list article:last-child{
  margin-bottom: 0;
}

.column_list article .flex_column{
  width: 100%;
}

article .flex_column .content{
  background: url('../images/common/tag_visions.svg') no-repeat 0 0 / 24px auto;
  width: 52.5%;
}

@media screen and (max-width: 768px){
  article .flex_column .content{
    width: 100%;
  }
}

.column_list .flex_column{
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px){
  .column_list .flex_column{
    margin-bottom: 3rem;
  }
}

.flex_column .image{
  margin: 0;
  padding: 0 0 0 2.5%;
  width: 47.5%;
}

@media screen and (max-width: 768px){
  .flex_column .image{
    padding: 0;
    width: 100%;
  }
}

.description{
  margin-bottom: 6rem;
}

article h2{
  color: #000;
  font-size: 4.8rem;
  line-height: 1.25;
  margin-bottom: 0;
}

@media screen and (max-width: 768px){
  article h2{
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  article h2{
    font-size: 4.25vw;
  }
}

article h2 span.sub{
  display: block;
  font-size: 2.4rem;
  letter-spacing: .05rem;
  font-weight: 500;
  margin: 2rem 0;
}

@media screen and (max-width: 768px){
  article h2 span.sub{
    font-size: 1.4rem;
    margin: 2rem 0 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  article h2 span.sub{
    letter-spacing: 0;
    font-size: 2rem;
    margin: 2rem 0 1.5rem;
  }
}

article h2 span.f-barlow{
  display: block;
  color: #36A5F5;
  font-size: 9.6rem;
  line-height: .8;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 768px){
  article h2 span.f-barlow{
    font-size: 8rem;
    top: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  article h2 span.f-barlow{
    font-size: 9vw;
  }
}

article h2 span.small{
  display: block;
  font-size: 3.2rem;
  margin-top: .5rem;
}

@media screen and (max-width: 768px){
  article h2 span.small{
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  article h2 span.small{
    font-size: 2.8rem;
  }
}

article h3{
  border-left: 2px solid #36A5F5;
  border-right: 2px solid #36A5F5;
  color: #36A5F5;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .15rem;
  text-align: center;
  margin: 6rem auto 4rem;
  width: 320px;
}

@media screen and (max-width: 768px){
  article h3{
    font-size: 3.6rem;
    margin: 4rem auto 3rem;
    width: 270px;
  }
}


article h3 span{
  color: #000;
  display: block;
  font-size: 1.2rem;
  letter-spacing: .05rem;
  margin-top: 1rem;
}

article h3 span.weight_300{
  display: inline-block;
  font-family:'Noto Sans JP',Meiryo,'メイリオ',Verdana, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

article ul{
  background: #fff;
  box-sizing: border-box;
  padding: 2rem;
  margin: 0 auto;
  max-width: 1040px;
  width: 90%;
}

article ul li{
  background: url('../images/visions/icon_arrow.svg') no-repeat 0 0 / 24px auto;
  background-color: #F0F0F0;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .05rem;
  padding: 2rem;
}

@media screen and (max-width: 768px){
  article ul li{
    font-size: 1.8rem;
  }
}

article ul li:last-child{
  margin-bottom: 0;
}

article ul li span{
  color: #36A5F5;
}


@media screen and (max-width: 768px){
  .delimiter_box{
    background: url('../images/visions/img_delimiter_sp.jpg') no-repeat 0 center / cover;
  }
}


