@charset "utf-8";


/*============================================
main  PC
============================================*/
.white-box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

main section .inner-flex-start {
  display: -webkit-flex;
  display: flex;
}

main section .inner-flex-start .profile-box {
  background: #fff;
  width: 50%;
}
main section .inner-flex-start .banner-box {
  background: #fff;
  width: 50%;
}
.color-box {
  width:100%;
  background: #33A8D5;
}

.color-box .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0 ;
}

h2 {
  margin:0;
  padding: 60px 0;
  color: #104B5B;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align:center;
  letter-spacing: 0em;
  }
section p.details-color {
  max-width: 600px;
  margin: auto;
  padding:0 6.4% 60px;
  color: #104B5B;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.8em;
  text-align: justify;
  letter-spacing: 0.02em;
}
section .profile {
  max-width: 600px;
  margin:auto;
  padding:60px 6.4%  40px 6.4% ;
}
section .profile img{
  float:left;
  padding-right:40px;
}
section .profile dl{
}
section .profile dt{
  color: #fff;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.5em;
  letter-spacing: 0.02em;
}
section .profile dt span{
  color: #fff;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.8em;
  letter-spacing: 0.1em;
}
section .profile dd{
  color: #fff;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.5em;
  letter-spacing: 0.02em;
}
section p.details {
  max-width: 600px;
  margin:auto;
  padding:0 6.4% 60px;
  color: #fff;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.8em;
  text-align: justify;
  letter-spacing: 0.02em;
}
h3.color {
  margin:0;
  padding: 60px 0 40px 0;
  color: #104B5B;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align:center;
  letter-spacing: 0em;
  line-height:1.5em;
}
section .campany {
  max-width: 600px;
  margin:auto;
  padding:0px 6.4%  60px 6.4% ;
}
dl.table,dt,dd {
  margin: 0;
  padding: 0;
}
dl.table {
  background-color: #eee;
  border: 1px solid #104B5B;
  border-top: none;
  box-sizing:border-box;
}
dl.table dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size:14px;
  color: #104B5B;
  line-height: 1.5em;
  text-align: center;
  width: 20%;
  padding: 1em;
  border-top: 1px solid #104B5B;
  float: left;
  font-weight:normal;
  margin: 0;
  border-left:0 !important;
  box-sizing:border-box;
  letter-spacing: 0.5em;
}

dl.table dd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size:14px;
  color: #104B5B;
  line-height: 1.5em;
  text-align: justify;
  background-color: #FFF;
  margin: 0 0 0 20%;
  padding: 1em 1em;
  border-top: 1px solid #104B5B;
  border-left: 1px solid #104B5B;
}
dl.table dd span{
  font-size:13px;
  color: #db7093;
}