@charset "UTF-8";
/*#main{
  font-weight: 400;
}
#main .sec_contact_wrap{
  font-weight: 500;
}*/

.intro{
  background: url(../img/company/intro_bg.jpg) no-repeat top center / cover;
  padding: 100px 0;
}
.intro .box1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
.intro .box1 .txt{
  width: 50%;
  font-size: 28px;
  line-height: 2;
  color: #3F5874;
}
.intro .box1 .txt strong{
  display: inline-block;
  width: 120px;
  vertical-align: bottom;
  margin: 0 8px;
}
.intro .box1 .img{
  width: 48%;
}
.intro .box2{
  border-bottom: solid 2px #3271AE;
  padding: 0 0 20px;
}
.intro .box2 .tit {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  position: relative;
  font-size: 17px;
  line-height: 1;
}
.intro .box2 .tit span{
  background-color: #3271AE;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  display: inline-block;
}
.intro .box2 .tit:after{
  border-top: 2px solid #3271AE;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}
.intro .box2 .txt{
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 680px) {
  .intro{
    padding: 50px 0;
  }
  .intro .box1{
    display: block;
    margin: 0 0 30px;
  }
  .intro .box1 .txt{
    width: 100%;
    font-size: 16px;
    line-height:1.8;
    margin: 0 0 10px;
    text-align: center;
  }
  .intro .box1 .txt strong{
    width: 70px;
  }
  .intro .box1 .img{
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
  .intro .box2{
    padding: 0 0 10px;
  }
  .intro .box2 .tit {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .intro .box2 .tit span{
    padding: 5px 15px;
  }
  .intro .box2 .tit:after{
    margin-left: .5rem;
  }
  .intro .box2 .txt{
    font-size: 14px;
    line-height: 1.6;
  }
}

.info{
  padding: 100px 0;
}
.info .tit{
  text-align: center;
  margin: 0 0 30px;
}
.info .tit span{
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #3F5874;
  padding: 0 10px 5px;
  display: inline-block;
  border-bottom: solid 6px #9FB6C2;
}
.info table{
  width: 100%;
}
.info table tr {
}
.info table th,
.info table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  border-bottom: 2px solid #E6E6E6;
  line-height: 1.5;
  vertical-align: top;
}
.info table th {
  width: 28%;
  text-align: left;
  padding: 25px 50px;
}
.info table tr:not(:last-child) th{
  border-color: #3F5874;
}
.info table td iframe{
  width: 100%;
  height: 420px;
}
.info .notes{
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 680px) {
  .info{
    padding: 50px 0;
  }
  .info .tit{
    margin: 0 0 20px;
  }
  .info .tit span{
    font-size: 18px;
    line-height: 1;
    border-bottom: solid 3px #9FB6C2;
  }
  .info table{
    width: 100%;
    border-top: 1px solid #E6E6E6;
  }
  .info table tr {
  }
  .info table th,
  .info table td {
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 14px;
  }
  .info table th {
  }
  .info table tr th{
    border: none;
    background-color: #F5F5F5;
  }
  .info table td iframe{
    width: 100%;
    height: 300px;
  }
  .info .notes{
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
  }
}