@charset "UTF-8";
/* CSS Document */

.txt_box h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.txt_box h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 24px;
  line-height: 1.4;
  color: #003EBD;
  margin-bottom: 20px;
}

.txt_box li,
.txt_box p{
  font-size: 16px;
  line-height: 1.8;
}

.txt_box p + p,
.txt_box p + div,
.txt_box div + p,
.txt_box div + div,
.txt_box ul + p,
.txt_box p + ul{
  margin-top: 35px;
}

.txt_box p + h2,
.txt_box div + h2,
.txt_box p + h3,
.txt_box div + h3{
  margin-top: 45px;
}

p.note,
ul.note li{
  font-size: 14px !important;
}

p.note,
ul.note li{
  text-indent: -1em;
  padding-left: 1em;
}

.txt_box figure{
  display: block;
  margin: 0;
  padding: 0;
}

.txt_box figure img{
  width: 100%;
  border: 1px solid #b1b1b1;
  box-sizing: border-box;
}

.txt_box figcaption{
  font-size: 15px;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}

.txt_box ul{
  margin-bottom: 35px;
}

.txt_box ul ul{
  margin-top: 5px;
}

.txt_box ul.dot > li{
  padding-left: 1.3em;
}

.txt_box ul.dot > li::before{
  content: "●";
  width: 1.3em;
  color: #003EBD;
  display: inline-block;
  margin-left: -1.3em;
  transform: scale(.6);
}

.txt_box ul.dot li + li{
  margin-top: 15px;
}

.c2,
.c2_l{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.c2 > div + div,
.c2_l > div + div{
  margin-top: 0;
}

.c2 > div{
  width: 48%;
}

.c2.sm > div{
  width: 45%;
}

.c2.aw > div{
  width: 45%;
  position: relative;
}

.c2.aw > div + div::before{
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #0085cb;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%)
}

.c2 div figure{
  width: 46%;
}

.c2.bd{
  border: 1px solid #B1B1B1;
  border-radius: 10px;
  padding: 40px 30px;
}

.c2_l > div{
  width: 75%;
}

.c2_l > div + div{
  width: 22%;
}

#stb .tb_box{
  margin: 0 0 10px;
}

#stb .tb_box > p{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
}

#stb table {
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  overflow: hidden;
}

#stb th,
#stb td {
  padding: 15px 10px;
  border-bottom: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
}

#stb th{
  text-align: center;
  background: #EAEEF0
}

#stb  table .bno{
  border-bottom: none;
}

#stb table tr:last-of-type td,
#stb table tr:last-of-type th{
  border-bottom: none;
}

#stb th:last-of-type,
#stb td:last-of-type{
  border-right: none;
}

#stb th.w1{
  width: 300px;
}

#stb th.w2{
  width: 220px;
}

#stb th.w3{
  width: 445px;
}

#stb th.w4{
  width: 180px;
}

#stb .txt_box table ul{
  margin-bottom: 0;
}

#stb .txt_box table ul li{
  line-height: 1.3
}

.pic_box{
  position: relative;
}

.pic_box img{
  width: 480px;
}

.pic_box div{
  position: absolute;
  top: 115px;
  left: 540px;
}

.pic_box h2{
  margin-bottom: 30px;
}

.mtx{
  width: 100%;
  padding: 65px 5px 0 0;
  margin: 40px 0;
  position: relative;
}

.mtx h2{
  width: 585px;
  height: 100%;
  font-family: FrutigerLigh,sans-serif;
  font-size: 16px;
  line-height: 65px;
  text-align: center;
  margin-bottom: 0;
  background: #EFEFEF;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 125px;
  z-index: -1;
}

.mtx h2 + h2{
  width: 310px;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.3;
  left: auto;
  right: 0;
}

.mtx ol {
  padding-bottom: 5px;
}

.mtx ol > li + li{
  margin-top: 15px;
}

.mtx dl{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.mtx dt{
  width: 125px;
  background: #4E74B3;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
}

.mtx dt::after{
  content: "";
  border-top: 15px solid #4E74B3;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.mtx ol > li:nth-of-type(2) dt{
  background: #8AA975;
}

.mtx ol > li:nth-of-type(2) dt::after{
  border-top-color: #8AA975;
}

.mtx ol > li:nth-of-type(3) dt{
  background: #E07355;
}

.mtx ol > li:nth-of-type(3) dt::after{
  border-top-color: #E07355;
}

.mtx ol > li:nth-of-type(4) dt{
  background: #469BAF;
}

.mtx ol > li:nth-of-type(4) dt::after{
  display: none;
}

.mtx dt img{
  max-width: inherit;
  width: 60px;
  display: block;
  margin: 0 auto 10px;
}

.mtx dt h3{
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mtx dd{
  width: 580px;
  padding: 35px 15px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #4E74B3;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mtx ol > li:nth-of-type(2) dd{
  border-color: #8AA975;
}

.mtx ol > li:nth-of-type(3) dd{
  border-color: #E07355;
}

.mtx ol > li:nth-of-type(4) dd{
  border-color: #469BAF;
}

.mtx dd + dd{
  width: 300px;
  margin-left: 15px;
  box-sizing: border-box;
  background: #F4F5F5;
  border: 1px solid #B1B1B1 !important;
  border-radius: 5px;
  position: relative;
}

.mtx dd + dd img{
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mtx dd img{
  width: 70%;
  display: block;
  margin: 0 auto;
}

.mtx dd li{
  line-height: 1.4 !important;
}

.mtx dd li + li{
  margin-top: 10px !important;
}

.mtx ol > li:nth-of-type(2) dd li::before{
  color: #8AA975;
}

.mtx ol > li:nth-of-type(3) dd li::before{
  color: #E07355;
}

.mtx ol > li:nth-of-type(4) dd li::before{
  color: #469BAF;
}

.profile{
  margin-bottom: 80px;
}

.profile h2.logo{
  max-width: 380px;
  max-height: 115px;
  margin-bottom: 70px;
}

.profile h2.logo img{
  max-height: 115px;
}

.profile h2.logo.sm{
  max-height: 80px;
}

.profile h2.logo.sm img{
  max-height: 80px;
}

.profile > div{
  min-height: 290px;
  position: relative;
}

.profile > div img{
  width: 230px;
  position: absolute;
  top: 0;
  right: 0;
}

.profile > div > div{
  position: absolute;
  bottom: 0;
  left: 0;
}

.profile h4{
  font-family: FrutigerBold,"sans-serif";
  font-size: 28px;
  line-height: 1;
  margin-bottom: 15px;
}

.profile > div p{
  font-size: 17px;
  line-height: 1.5;
}

.str strong{
  font-family: FrutigerBold,"sans-serif";
  color: #2F2F2F !important;
}

.revenue{
  text-align: center;
  padding: 25px 0;
  margin-bottom: 5px;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
}

.revenue p{
  font-size: 24px;
  line-height: 1;
  vertical-align: bottom;
}

.revenue p span,
.revenue p em{
  font-family: FrutigerBold,"sans-serif";
}

.revenue p em{
  font-size: 180%;
  padding-left: .1em;
}

.revenue sup{
  font-size: 50%;
}

.purple{
  color: #4b1056;
}

.blue{
  color: #003483;
}

.light_blue{
  color: #3cade4;
}

.revenue .gray{
  color: #504c4c;
}

.green{
  color: #21a859;
}

.magenta{
  color: #e20071;
}

.deep_red{
  color: #b11821;
}

.client{
  padding: 25px;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.client li {
  min-width: 33%;
}

.client li + li{
  margin: 0 !important;
}

.client.cl4 li {
  min-width: 25%;
}

.service_list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: wrap;
}

.service_list li{
  width: 480px;
  text-align: center;
  padding: 25px;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  box-sizing: border-box;
}

.service_list li.gray{
  padding-top: 35px;
  background: #F4F5F5;
  border: none;
}

.service_list li:nth-of-type(n+3){
  margin-top: 25px;
}

.service_list li h3{
  margin-bottom: 15px;
}

.service_list li p{
  margin-bottom: 25px;
}

.service_list li h4{
  font-family: FrutigerBold,"sans-serif";
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.service_list li.col{
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}

.service_list li.col ul{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.service_list li.col ul li{
  padding: 15px 25px 10px;
}

.service_list li.col ul li + li{
  position: absolute;
  bottom: 0;
  left: 0;
}

.service_list li.col ul h3{
  margin-bottom: 5px;
}

.service_list li.col ul p{
  line-height: 1.4;
}

.c2 .service_list{
  display: block;
}

.c2 .service_list li{
  min-height: 510px;
}

.c2 > div:first-of-type .service_list img{
  margin: 118px 0;
}

.btn_box{
  text-align: center;
}

.btn_box a{
  font-family: FrutigerBold,"sans-serif";
  min-width: 300px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #FFF !important;
  border-radius: 10px;
  background: #003484;
  display: inline-block;
  position: relative;
}

.btn_box a::after{
  content: "＞";
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) scale(.6,1);
}

.btn_box a span::after{
  font-family:'FontAwesome';
  content: "\f08e";
  padding-left: .3em;
}

@media screen and (max-width: 767px) {
  
  .txt_box h2{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  
  .txt_box h3{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  
  .txt_box li,
  .txt_box p{
    font-size: 3.6vw;
    line-height: 1.7;
  }
  
  .txt_box p + p,
  .txt_box p + div,
  .txt_box div + p,
  .txt_box div + div,
  .txt_box ul + p,
  .txt_box p + ul{
    margin-top: 8vw;
  }
  
  .txt_box p + h2,
  .txt_box div + h2,
  .txt_box p + h3,
  .txt_box div + h3{
    margin-top: 10vw;
  }
  
  .note,
  .note li{
    font-size: 3vw !important;
  }

  .txt_box figcaption{
    font-size: 2.5vw;
    line-height: 1.3;
    margin-top: 1vw;
  }
  
  .txt_box ul{
    margin-bottom: 5vw;
  }

  .txt_box ul ul{
    margin-top: 2vw;
  }

  .txt_box ul.dot li + li{
    margin-top: 3vw;
  }

  .txt_box ul.int_st li + li{
    margin-top: 1vw;
  }

  .c2,
  .c2_l{
    display: block;
  }

  .c2 > div{
    width: 100%;
  }

  .c2 > div + div{
    margin-top: 8vw;
  }
  
  .c2 > div{
    width: 100%;
  }

  .c2.sm > div{
    width: 100%;
  }

  .c2.aw > div{
    width: 100%;
  }
  
  .c2.aw > div + div{
    margin-top: 15vw;
  }

  .c2.aw > div + div::before{
    border-top: 3.5vw solid #0085cb;
    border-bottom: none;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    top: -9vw;
    left: 50%;
    transform: translateX(-50%)
  }

  .c2 div figure{
    width: 46%;
  }
  
  .c2.bd{
    border-radius: 1vw;
    padding: 6vw 5vw;
  }
  
  .c2_l > div{
    width: 100%;
  }

  .c2_l > div + div{
    width: 60%;
    margin: 10vw auto 0;
  }
  
  #stb .tb_box{
    overflow: auto;
    padding-bottom: 5vw;
    margin: 0 0 3vw;
  }

  #stb table {
    width: 110vw;
    font-size: 3.6vw;
    line-height: 1.4;
    border-radius: 1vw;
  }
  
  #stb .tbw1 table {
    width: 180vw;
  }
  
  #stb .fe_t table {
    width: 150vw;
  }
  
  #stb th,
  #stb td {
    padding: 2vw 2vw;
    border-bottom: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
  }

  #stb th{
    background: #FAFBFC
  }

  #stb  table .bno{
    border-bottom: none;
  }

  #stb table tr:last-of-type td,
  #stb table tr:last-of-type th{
    border-bottom: none;
  }

  #stb td:last-of-type{
    border-right: none;
  }

  #stb th.w1{
    width: 60%;
  }
  
  #stb th.w2{
    width: 50vw;
  }

  #stb th.w3{
    width: 65vw;
  }
  
  #stb th.w4{
    width: 40vw;
  }
  
  .pic_box{
    position: relative;
  }

  .pic_box img{
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .pic_box div{
    position: static;
    top: auto;
    left: auto;
    margin-top: 5vw;
  }

  .pic_box h2{
    margin-bottom: 3vw;
  }

  .mtx{
    width: 180vw;
    padding: 12vw 1vw 0 0;
    margin: 10vw 0 0;
  }

  .mtx h2{
    width: 52.5%;
    height: 100%;
    font-size: 3.3vw;
    line-height: 12vw;
    border-radius: 1vw;
    left: 12%;
  }

  .mtx h2 + h2{
    width: 35%;
    padding-top: 2vw;
    font-size: 3.3vw;
    line-height: 1.3;
  }

  .mtx ol {
    width: 180vw;
    padding-bottom: 1vw;
  }

  .mtx ol > li + li{
    margin-top: 3vw;
  }
  
  .mtx dt{
    width: 12%;
    background: #4E74B3;
    border-top-left-radius: 1vw;
    border-bottom-left-radius: 1vw;
    position: relative;
  }

  .mtx dt::after{
    border-top: 3.5vw solid #4E74B3;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
    bottom: -2.8vw;
  }

  .mtx dt img{
    width: 50%;
    margin: 0 auto 3vw;
  }

  .mtx dt h3{
    width: 100%;
    font-size: 3.3vw;
    line-height: 1;
  }

  .mtx dd{
    width: 52%;
    padding: 5vw 4vw;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #4E74B3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .mtx dd + dd{
    width: 34%;
    margin-left: 1.5%;
    border-radius: 1vw;
    position: relative;
  }

  .mtx dd + dd img{
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .mtx dd img{
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  .mtx dd li{
    font-size: 3.3vw !important;
    line-height: 1.4 !important;
  }

  .mtx dd li + li{
    margin-top: 10px !important;
  }
  
  .profile{
    margin-bottom: 15vw;
  }

  .profile h2.logo{
    max-width: 60vw;
    max-height: 20vw;
    margin-bottom: 10vw;
  }
  
  .profile h2.logo img{
    max-height: 20vw;
  }
  
  .profile h2.logo.sm{
    max-height: 15vw;
  }
  
  .profile h2.logo.sm img{
    max-height: 15vw;
  }
  
  .profile > div{
    min-height: inherit;
  }

  .profile > div img{
    width: 50%;
    position: static;
    top: auto;
    right: auto;
    display: block;
    margin: 5vw auto;
  }

  .profile > div > div {
    position: static;
    bottom: auto;
    left: auto;
  }

  .profile h4{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  .profile > div p{
    font-size: 3.3vw;
    line-height: 1.5;
  }

  .revenue{
    padding: 4vw 0;
    margin-bottom: 2vw;
    border-radius: 1vw;
  }

  .revenue p{
    font-size: 4.5vw;
    line-height: 1;
  }

  .client{
    padding: 4vw;
    border: 1px solid #B1B1B1;
    border-radius: 1vw;
    flex-flow: wrap;
  }

  .client li {
    min-width: 50%;
  }
  
  .client.cl4 li {
    min-width: 50%;
  }

  .client li + li{
    margin: 0 !important;
  }
  
  .client li:nth-of-type(n+3){
    margin-top: 1vw !important;
  }

  .service_list{
    display: block;
  }

  .service_list li{
    width: 100%;
    text-align: center;
    padding: 6vw 5vw;
    border-radius: 1vw;
  }
  
  .service_list li.gray{
    padding-top: 6vw;
  }

  .service_list li:nth-of-type(n+2){
    margin-top: 5vw;
  }

  .service_list li h3{
    margin-bottom: 3vw;
  }

  .service_list li p{
    margin-bottom: 5vw;
  }
  
  .service_list li h4{
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  
  .service_list li.col ul{
    display: block;
  }

  .service_list li.col ul li{
    padding: 6vw 5vw;
  }

  .service_list li.col ul li + li{
    position: static;
    bottom: auto;
    left: auto;
  }

  .service_list li.col ul h3{
    margin-bottom: 5vw;
  }

  .service_list li.col ul p{
    line-height: 1.7;
  }
  
  .service_list + .c2{
    margin-top: 8vw;
  }

  .c2 .service_list{
    display: block;
  }

  .c2 .service_list li{
    min-height: inherit;
  }

  .c2 > div:first-of-type .service_list img{
    margin: 5vw 0;
  }

  .btn_box a{
    min-width: 60vw;
    height: 13vw;
    font-size: 4vw;
    line-height: 13vw;
    border-radius: 1vw;
  }

  .btn_box a::after{
    right: 2vw;
  }
  

}






