@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
  color: #434343;
}
h1,h2,h3{
    font-weight:700;
}
.cinner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.tmain {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url("../img/tmain.jpg") no-repeat left top;
  background-size: cover;
}
.ttl {
  position: absolute;
  margin-top: -20vh;
  padding: 30px 5vw 30px 6vw;
  color: #fff;
  background: #002D72;
  z-index: 2;
}
.ttl h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
}
.consul_q {
  position: relative;
  padding: 20vh 0 15vh;
  background: #F0F0F0 url("../img/consul_q_bg.png") no-repeat center top;
  background-size: 100% auto;
}
.consul_q:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #F0F0F0;
}
.consul_q h2 {
  position: relative;
  text-align: center;
  padding: 40px 0;
  font-size: 3.4rem;
  background-image: url(../img/consul_q_icon1.png), url(../img/consul_q_icon2.png);
  background-position: left center, right center;
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, no-repeat;
}
.consul_qtitle {
  width: 60%;
  margin: 0 auto;
}
.marker{
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(transparent 70%, #F2EB33 70%);
}

.consul_qlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.consul_qlist li {
  width: 24%;
  margin-top: 20px;
  padding: 30px 10px;
  font-weight: 700;
  text-align: center;
  border: 5px solid #F2EB33;
  background: #F0F0F0;
}
.consul_qlist li:nth-child(2), .consul_qlist li:nth-child(4), .consul_qlist li:nth-child(5), .consul_qlist li:nth-child(7) {
  background: #F2EB33;
}
.consul_sol {
  padding: 80px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(#083560, #0E62B2);
}

.consul_sol h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  color: #F2EB32;
}
.consul_sol h2:before, .consul_sol h2:after {
  content: '';
  width: 4px;
  height: 50px;
  background-color: #F2EB32;
}
.consul_sol h2:before {
  margin-right: 40px;
  transform: rotate(-35deg)
}
.consul_sol h2:after {
  margin-left: 40px;
  transform: rotate(35deg)
}
.lead {
  margin: 6vh auto 15vh;
  font-size: 2rem;
}
.lead span{
  color: #F2EB32;
  font-size: 3rem;
}
.consul_sol_inner {
    padding:0 20px 20px;
  border: 1px solid #fff;
}

.consul_sol h3{
    width:50%;
        margin:-3rem auto 3rem;
    padding:10px;
    font-size: 3rem;
    color:#083560;
    background:#fff;
}



.consul_strength{
      padding: 10vh 0 15vh;
  background:url("../img/consul_strength_bg.jpg") no-repeat left top;
  background-size: 100% auto;
}


.consul_strength h2{
    font-size:2.6rem;
    text-align: center;
}



.consul_stlist{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top:10vh;
}

.consul_stlist section{
    width:32%;
    background:#fff;
}



.stimg{
  border-bottom:10px solid #F2EB33;  
}
.sttxt{
    padding:40px 30px;
}



.sttxt dl{
    margin-bottom:3rem;
    padding-bottom:3rem;
    text-align: center;
    border-bottom:1px solid #ddd;
}


.sttxt dl dt{
    color:#093A68;
    font-size:2rem;
    font-weight: 700;
}

.sttxt dl dd{
margin-top:2rem;
    font-weight: 700;
}





.consul_contact{
        margin-top:20vh;
    text-align: center;
}

.consul_contact h2{
    font-size: 5rem;
    letter-spacing: .1em;
    font-weight: 700;
    color:#093A68;
}
.consul_contact h3{
      font-size: 2rem;
}


.contact_stlist{
    display: flex;
    justify-content: center;
}


.contact_stlist section{
    width:40%;
    margin-top:30px;
    color:#fff;
    background:#093A68;
}
.contact_stlist a{
        display: block;
    color:#fff;
}

.contact_stlist section+section{
margin-left:30px;
}
.contact_stlist .contact_btn{
    margin-top:2.5rem;
    background:#fff;
}
.contact_stlist .contact_btn a{
    color:#093A68;
    font-weight: 700;
    padding:15px;
    font-size:1.8rem;

}
.num{
    font-size:3rem;
        letter-spacing: .1em;

}




.br_sp{
    display: none;
}







@media (max-width: 1300px) {
    
    
    .cinner {
        padding-right: 4%;
        padding-left: 4%;
}
    }
    
    
    



@media (max-width: 860px) {
    .br_sp{
    display: block;
}
    .ttl {
  margin-top: -10vh;
  padding: 20px 5vw 20px 6vw;

}
.ttl h1 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.consul_q {
  background: #F0F0F0 url("../img/consul_q_bg_sp.png") no-repeat center top;
  background-size: 100% auto;
}
    .consul_q h2 {
  padding: 0;
  font-size: 3rem;
  background-image: none;
}
    
    
    .consul_qlist li {
  width: 48%;
        
}
    .consul_qlist li:nth-child(3), .consul_qlist li:nth-child(6) ,.consul_qlist li:nth-child(7) {
  background: #F2EB33;
}
    
    .consul_qlist li:nth-child(4),
    .consul_qlist li:nth-child(5){
        background:#F0F0F0;
    }
    .consul_strength{
  background-size: cover;
}

    
.consul_stlist{
  flex-direction: column;
    align-items: center;
}
.consul_stlist section{
    width:60%;
    margin-top:30px;
}
    .consul_stlist section img {
        width:100%;
    }
    .contact_stlist{
          flex-direction: column;
    }
    .contact_stlist section{
    width:100%;
}
    
    .contact_stlist section+section{
margin-left:0px;
}
    
    
}



@media (max-width: 768px) {
    .br_sp{
    display: block;
}

        .consul_sol h2 {
  font-size: 3rem;
}

    .consul_sol h2:before, .consul_sol h2:after {
  content: none;
}
    .consul_sol h2 {
          display: inline-block;
  padding: 0 10px;
  /*background: linear-gradient(transparent 80%, rgba(255,255,255,.6) 80%);*/
    }
    .lead {
        text-align: left;
    margin: 6vh auto 10vh;

    }  
.lead span {
    font-size: 2rem;
}
    
    .consul_sol h3 {
    width: 90%;

    font-size: 2rem;

}
}


@media (max-width: 680px) {
    .consul_stlist section{
    width:90%;
}
}




