body {
  margin: 0;
  font-family: 'Lato',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}

a {
  text-decoration: none;
}
a:hover{
  opacity: 0.7;
  transition: .4s;
}

img{
  max-width: 100%;
  height: auto;
}

p{
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.container {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  margin-right: auto;
  margin-left:  auto;
  max-width: 1160px;
  padding-right: 10px;
  padding-left:  10px;
  box-sizing: border-box;
  overflow: hidden;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h2{
  color: #17214d;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
h2 span{
  font-size: 1.166em;
  background: linear-gradient(transparent 50%, #9be3c0 50%);
}
.detail{
  text-align: center;
  margin-bottom: 60px;
}


#header{
  width: 100%;
  background-color: #fff;
  padding: 8px 0;
}
.btn-arrow {
  position: relative;
  padding-left: 15px;
  color: #333;
  font-weight: bold;
  font-size: 1.125em;
  margin-right: 20px;
  }
.btn-arrow::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 8px #48d28f;
  top: 49%;
  left: 0;
  margin-top: -5px;
}
.btn-radius {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #48d28f;
  font-weight: bold;
  font-size: 1.125em;
  margin: 5px 0 0 0;
}

.hero {
  height: 43.118594vw;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}
.hero img{
  margin-top: 10px;
  position: relative;
}
.hero.index{
  background-image: url("../images/index_hero_bg.jpg");
}
.hero.companyhero{
  background-image: url("../images/company_hero_bg.fix.jpg");
}


/*switch*/
.switch{
  background-color: #384489;
  padding: 20px;
}
.switch .container{
  max-width: 830px;
}
.switch .left{
  margin-right: 30px;
}
.switch h2{
  font-size: 1.625em;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
}
.switch p{
  color: #fff;
}
.switch .btn-radius {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  color: #FFF;
  background-color: #48d28f;
  transition: .4s;
  font-weight: bold;
  font-size: 1.375em;
  margin: 5px 0 0 0;
  margin-top: 20px;
}

/*fixed*/
.fixed{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  z-index: 100;
}

/*intro*/
.intro{
  background-color: #eff4ff;
  padding: 120px 0 100px 0;
}
.intro .box3{
  background-color: #fff;
  width: 30%;
  margin-right: 5%;
  padding: 23px;
  position: relative;
  margin-top: 100px;
  box-sizing: border-box;
  min-height: 250px;
}
.intro .box3:last-of-type{
  margin-right: 0;
}
.intro .box3 img{
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.intro .box3 p{
  position: relative;
  margin-top: 100px;
}

/*useful*/
.useful{
  background-color: #fff;
  padding: 80px 0 30px 0;
}

.useful .container {
  max-width: 870px;
  padding: 0 15px;
  margin: 0 auto;
}
.example .box{
  background-color: #e6eeff;
  margin-bottom: 30px; 
}
.example .left p{
  float: left;
  font-weight: bold;
  font-size: 1.875em;
  color: #17214d;
}
.example .left img{
  position: relative;
  top: 5px;
}
.example .left p span{
  font-size: 1.7333em;
  margin-right:15px; 
}
.example .left{
  width: 28.5714%;
  background-color: #e6eeff;
  padding: 35px 0 0 40px;
  box-sizing: border-box;
}
.example .right{
  width: 71.4286%;
  min-height: 164px;
  background-color: #fff;
  border: solid 5px #e6eeff;
  padding: 25px;
  box-sizing: border-box;
}
.example h3{
  font-weight: bold;
  font-size: 1.875em;
  color: #17214d;
  margin-bottom: 10px;
}

/*flow*/
.flow{
  background-color: #fff;
  padding: 30px 0 100px 0;
}
.flow .container {
  max-width: 870px;
  padding: 0 15px;
  margin: 0 auto;
}
.flow h2{
  line-height: 1;
  vertical-align: middle;
  text-align: left;
}
.flow h2 img{
  display: inline;
  margin-right: 10px;
  position: relative;
  top: 8px;
}
.flow .box4{
  width: 22%;
  margin-right: 4%;
}
.flow .box4:last-of-type{
  margin-right: 0;
}
.flow .box4 img{
  margin: 0 auto 15px auto;
  display: block;
}
.flow .box4 h3{
  color: #17214d;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px; 
}
.flow .box4 p{
  text-align: center;
}

.flow .box3{
  width: 30%;
  margin-right: 5%;
}
.flow .box3:last-of-type,
.flow .box3:nth-child(3){
  margin-right: 0;
}
.flow .box3 img{
  margin: 0 auto 15px auto;
  display: block;
}
.flow .box3 h3{
  color: #17214d;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  margin-bottom: 30px;
}
.flow .box3 p{
  text-align: center;
}
.flow .box3:last-of-type h3{
  margin-top: 0;
}

/*occupation*/
.occupation{
  background-color: #c3ecd8;
  padding: 80px 0 100px 0;
}
.occupation h2 span{
  background: linear-gradient(transparent 50%, #fff 50%);
}
.occupation .box4{
  width: 22%;
  margin-right: 4%;
}
.occupation .box4:last-of-type{
  margin-right: 0;
}
.occupation .box4 img{
  margin-bottom: 10px; 
}
.occupation .box4 h3{
  color: #17214d;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px; 
}
.occupation .box4 p{
  text-align: center;
}
.alliance{
  margin-top: 60px;
}

/*topics*/
.topics{
  background-color: #fff;
  padding: 100px 0 40px 0;
}

.topics .container {
  max-width: 870px;
  padding: 0 15px;
  margin: 0 auto;
}
.topic .box{
  background-color: #fff;
  margin-bottom: 30px; 
}
.topic .left p{
  float: left;
  font-weight: bold;
  font-size: 1.875em;
  color: #17214d;
}
.topic .left img{
  position: relative;
  top: 5px;
}
.topic .left p span{
  font-size: 1.7333em;
  margin-right:15px; 
}
.topic .left{
  width: 20.238%;
  background-color: #e6eeff;
  padding: 55px 0 0 0;
  box-sizing: border-box;
  margin-right: 1%;
  min-height: 160px;
}
.topic .right{
  width: 78.7619%;
  background-color: #fff;
  border-bottom: solid 5px #e6eeff;
  padding: 20px 25px;
  box-sizing: border-box;
}
.topic h2{
  font-size: 1.875em;
  }
.topic h3{
  font-weight: bold;
  font-size: 1.0625em;
  color: #56608f;
  float: left;
  line-height: 2;
  margin-right: 10px;
}

/*faq*/
.faq{
  background-color: #fff;
  padding: 40px 0 100px 0;
}

.faq .container {
  max-width: 870px;
  padding: 0 15px;
  margin: 0 auto;
}
.faq .box{
  width: 100%;
  background-color: #fff;
  border: solid 5px #e6eeff;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.faq h3{
  font-size: 1.625em;
  font-weight: bold;
  color: #17214d;
  line-height: 1.4;
}
.faq h3 span{
  font-size: 1.1538em;
  color: #56608f;
  margin-right: 10px;
}
.faq p{
  padding: 10px 0 0 40px;
  font-size: 18px;
}

/*cta*/

.cta{
  background-color: #eff4ff;
  padding: 60px 0 60px 0;
}

/*footer*/
#footer{
  background-color: #f6f6f6;
  padding: 10px 0 10px 0;
}
.footerNav{
  margin-bottom: 10px;
}
#footer img{
  margin-right: 30px;
}
#footer ol{
  padding-top: 20px;
}
#footer ol li{
  margin-bottom: 20px; 
}
#footer ol li span{
  margin-right: 20px;
  font-weight: bold;
}
#footer .company{
  margin-bottom: 60px;
}
#footer .copy .right .left:nth-child(1){
  margin-right: 20px;
}
