@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/*サイト全体のフォントを変える*/
body {
   font-family: 'Roboto',YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*初期設定でQuicksandが使われている部分を変える*/
.dfont {
   font-family: 'Roboto',YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.aboutUs{
  margin-top: -4vw;
}
.title{
  margin-top: 7vw;
}
.title h2{
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #333333;
}
.entry-content h2{
  margin: 0;
}
.line{
  border-bottom: solid 7px #333333;
  width: 100px;
  margin: 1.5vw 0;
}
.description h3{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 60px;
  color: #333333;
  border: none;
  padding-left: 0px;
}
.entry-content h3{
  margin-top: 0;
}
.valueList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 84vw;
}
.valueItem{
  width: 22vw;
}
.valueItem h3{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333333;
  border: none;
  padding-left: 0px;
}
.valueItem p{
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #333333;
}
.companyList dt{
  float: left ;
  clear: left ;
  margin-right: 0.5em ;
  width: 120px ;
  width: 136px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 3.5vw;
  color: #333333;

}
.companyList dd{
  float: left;
  margin-left: 1em ;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 3.5vw;
  color: #333333;
}
.readMore {
  padding: 3px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.1em;
  background: linear-gradient(-135deg, #F8AA30, #FC4A1A);
  text-align: center;
  border-radius: 5px;
}

.readMore a{
  color: white;
  font-size: 24px;
  font-family: bold;
}
.articles{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.footer-contents .sns-btn {
  display: none;
}
.fab-btn{
  display: none;
}
.cat-name{
  color: #333333;
}
.description h4{
font-size: 20px;
font-weight: 600;
letter-spacing: 0.03em;
line-height: 50px;
text-align: left;
color: #333;
}
.cardtype time:before{
  display: none;
}
.contact{
  margin: -4vw 15vw 0 15vw;
}
.submitButton{
  text-align: center;
}
#logo, #logo img, .desktop-nav li a,#drawer__open {
  height: 50px;
  line-height: 50px;
}

/*モバイル*/
@media (max-width: 767px) {
  .sp_br{
    display: none;
  }
  .title h2{
    font-size: 20px;
  }
  .entry-content h2{
    margin: 0;
  }
  .description h3{
    font-size: 16px;
    line-height: 35px;
  }
  .description h4{
    font-size: 16px;
    line-height: 35px;
    margin: 0;
  }
  .entry-content h3{
    margin: 0;
    padding: 0;
  }
  .entry-content p{
    margin: 0;
    padding: 0;
  }
  .line{
    width: 50px;
    margin: 1.5vw 0;
    border-bottom: solid 3px #333333;
  }
  .right{
    text-align: right;
  }
  .valueList{
    display: block;
    width: 100%;
  }
  .valueItem{
    width: 100%;
    padding-bottom: 4vw;
  }
  .valueItem h3{
    font-size: 26px;
  }
  .valueItem p{
    letter-spacing: 0;
    font-weight: 400;
  }
  .companyList dt{
    float: left ;
    clear: left ;
    margin-right: 0.5em ;
    width: 120px ;
    width: 136px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 5vw;
    color: #333333
  
  }
  .companyList dd{
    float: left;
    margin-left: 1em ;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 5vw;
    color: #333333;
  }
  .sp-dd{
    padding-top: 3vw;
  }
  .contact{
    margin: 0;
  }
  .textimg p{
    font-size: 5em;
  }
	
	/* #１カラム記事を中央に */
  .t-2of3{
		margin: 0 auto;
  }
}


.top-radio .section-aside__left img{
  margin: auto;
}
.top-radio .section-aside-row{
  align-items: center;
  grid-template-columns: 40% 60%;
}
.c-button--center {
  margin-left: auto;
  margin-right: auto;
}
.c-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem !important;
}
.c-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .c-logos {
    display: grid !important;
  }

}
@media (max-width: 767px) {
  .top-radio .section-aside__left{
    margin-bottom: 4rem;
  }
}