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

.cate_under ul{
  max-width: 1280px;
}

.mv h2{
  color: #1D3052
}

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

.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;
}

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

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

ul.note.ast_nmb{
  counter-reset: listnum;
}

ul.note.ast_nmb li{
  text-indent: 0;
  padding-left: 2em;
}

ul.note.ast_nmb li::before{
  counter-increment: listnum;
	content: "*"counter(listnum);
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}

.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;
}

.int_st{
  padding-left: 7em;
}

.txt_box ul.int_st li + li{
  margin-top: 3px;
}

.int_st strong{
  min-width: 7em;
  display: inline-block;
  margin-left: -7em;
  position: relative;
}

.int_st strong::after{
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}

.int_st.w2{
  padding-left: 5em;
}

.int_st.w2 strong{
  min-width: 5em;
  margin-left: -5em;
}

.int_st.w3{
  padding-left: 10em;
}

.int_st.w3 strong{
  min-width: 10em;
  margin-left: -10em;
}

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

.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_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 th.w5{
  width: 260px;
}

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

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

#stb .vcp_o th{
  text-align: center;
  color: #FFF;
  background: #023084;
}

#stb .vcp_o td {
  position: relative;
  height: 190px;
}

#stb .vcp_o td.bk{
  background: #f0f4fa;
}

#stb .vcp_o td div{
  height: 100%;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  color: #FFF;
  background: #5c93cb;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#stb .vcp_o td.cl01 div{
  background: #65b6aa;
}

#stb .vcp_o td.cl02 div{
  background: #7a9aae;
}

#stb .vcp_o td img{
  width: 55%;
  display: block;
  margin-left: 30%
}

#stb .vcp_o td img + img{
  margin-top: 20px;
}

#stb .vcp_o td .dot li::before{
  color: #5b92cb
}

#stb .vcp_o td.cl01 .dot li::before{
  color: #65b6aa
}

#stb .vcp_o td.cl02 .dot li::before{
  color: #7a9aae
}

#stb .vcp_o td.cl01.bk{
  background: #f3f8f7
}

#stb .vcp_o td.cl02.bk{
  background: #f1f5f8
}

.history{
  background: linear-gradient(to bottom,  #ffffff 15%,#dceff2 100%);
  padding: 10px 0 80px;
}

.history img{
  max-width: 1170px !important;
  width: 95%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.history .txt_box{
  padding: 60px 10px 40px;
}

.main_v{
  margin-bottom: 40px;
  overflow: hidden;
}

.main_v::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}

.main_v > div{
  float: right;
  display: table;
  vertical-align: middle;
  margin-top: 15px;
}

.main_v > div p{
  font-family: FrutigerBold,"sans-serif";
  font-size: 16px;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}

.main_v > div h2{
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.sign{
  text-align: right;
}

.sign img{
  max-width: 215px !important;
}

.c2.at{
  margin-top: 60px;
}

.c2.at > div + div img{
  width: auto !important;
  height: 70px !important;
}

.c2.at h3{
  margin-bottom: 15px;
}

.c2.at p + h3{
  margin-top: 55px;
}

.vcp_pic{
  text-align: center;
}

.vcp_pic img{
  width: 90%;
}

.vcp_pic_box{
  position: relative;
}

.vcp_pic_box img{
  width: 230px;
}

.vcp_pic_box > div{
  position: absolute;
  top: 85px;
  left: 270px;
}

.vcp_pic_box > div h2{
  margin-bottom: 30px;
}

.vcp_pic_box > div p{
  font-family: FrutigerBold,"sans-serif";
  font-size: 18px;
  line-height: 1.4;
}

.fe_dl{
  padding: 30px;
  background: #EAEEF0;
  border-radius: 10px;
  margin-bottom: 45px;
}

.fe_dl > div{
  display: table;
}

.fe_dl > div + div{
  margin-top: 10px;
}

.fe_dl dt{
  min-width: 230px;
  height: 80px;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  background: #FFF;
  display: table-cell;
  border-radius: 5px;
}

.fe_dl dd{
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
  display: table-cell;
  padding: 0 15px;
}

.fe_t img{
  width: 70px;
  display: block;
  margin: 0 auto 5px;
}

.fe_t_img{
  padding: 25px 15px !important;
  text-align: center;
}

.fe_t.img_l img{
  width: 120px;
}

.fe_name{
  font-size: 20px !important;
  text-align: right;
}

.fe_name span{
  font-size: 16px;
  display: block;
}

.step{
  margin-bottom: 60px;
}

.step li{
  position: relative;
  padding-left: 105px;
}

.step li + li{
  margin-top: 45px !important;
}

.step li::before,
.step li::after{
  content: "";
  position: absolute;
}

.step li::before{
  width: 10px;
  height: 100%;
  background: #003EBD;
  top: 10px;
  left: 16px;
}

.step li::after{
  border-top: 18px solid #003EBD;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -17px;
  left: 6px;
}

.step li:last-of-type::before,
.step li:last-of-type::after{
  display: none;
}

.step p.st_no{
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.step p.st_no span{
  font-size: 30px;
  line-height: 1;
  display: block;
  margin-top: 5px;
}

.step p.st_no::before{
  content: "";
  width: 80px;
  height: 80px;
  background: #003EBD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.step img{
  width: 95%;
  display: block;
  margin: 40px auto;
}

.interview p span{
  font-family: FrutigerBold,"sans-serif";
  padding-right: 1em;
  display: inline-block;
}

.round_icon{
  width: auto !important;
  height: 100px !important;
}

p + .round_icon,
.round_icon+p{
  margin-top: 30px;
}

.interview > ul li{
  padding-left: 2.3em;
}

.interview > ul li span{
  width: 2.3em;
  display: inline-block;
  margin-left: -2.3em;
}

.interview .s{
  color: #ee7700;
}

.interview .m{
  color: #0080cc;
}

.interview .ss{
  color: #009143;
}

.n_f_list{
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.n_f_list li{
  width: 32%;
}

.n_f_list li:first-of-type{
  width: 100%;
}

.n_f_list li:nth-child(n+2){
  margin-top: 20px;
}

.n_f_list li p{
  font-size: 14px;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}

.n_f_list li p.nwp{
  white-space: nowrap;
}

.n_f_list li:first-of-type p{
  text-align: right;
}

.sc_box{
  overflow-x: auto;
  padding-bottom: 15px;
}

#stb .sc_box img{
  max-width: none;
  width: auto;
  height: 900px;
}


@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_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;
  }
  
  #stb th.w4{
    width: 60vw;
  }
  
  #stb .vcp_o th{
    text-align: center;
    color: #FFF;
    background: #023084;
  }

  #stb .vcp_o td {
    height: 40vw;
  }

  #stb .vcp_o td div{
    font-size: 3vw;
    line-height: 1.2;
    padding: 0 1.3vw;
  }

  #stb .vcp_o td img{
    width: 70%;
    margin-left: 25%
  }

  #stb .vcp_o td img + img{
    margin-top: 4vw;
  }
  
  .history{
    padding: 4vw 0 7vw;
  }

  .history .txt_box{
    padding: 6vw 5vw 8vw;
  }
  
  .main_v{
    margin-bottom: 10vw;
  }

  .main_v > div{
    margin-top: 3vw;
  }

  .main_v > div p{
    font-size: 3vw;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
  }

  .main_v > div h2{
    font-size: 5vw;
    padding-left: 1vw;
  }

  .sign img{
    max-width: 40vw !important;
  }
  
  .c2.at{
    margin-top: 10vw;
  }

  .c2.at > div + div img{
    height: 13vw !important;
  }

  .c2.at h3{
    margin-bottom: 2vw;
  }

  .c2.at p + h3{
    margin-top: 8vw;
  }
  
  .vcp_pic img{
    width: 100%;
  }

  .vcp_pic_box{
    position: relative;
  }

  .vcp_pic_box img{
    width: 45%;
  }

  .vcp_pic_box > div{
    top: 5vw;
    left: 48%;
  }

  .vcp_pic_box > div h2{
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }

  .vcp_pic_box > div p{
    font-size: 3.5vw;
    line-height: 1.4;
  }
  
  .fe_dl{
    padding: 5vw;
    border-radius: 1.5vw;
    margin-bottom: 10vw;
  }

  .fe_dl > div{
    display: block;
  }

  .fe_dl > div + div{
    margin-top: 6vw;
  }

  .fe_dl dt{
    width: 100%;
    min-width: inherit;
    height: auto;
    font-size: 4vw;
    line-height: 1;
    padding: 3vw 0;
    display: block;
    border-radius: 1vw;
  }

  .fe_dl dd{
    font-size: 3.6vw;
    line-height: 1.4;
    display: block;
    padding: 2vw 0 0;
  }

  .fe_t img{
    width: 15vw;
    margin: 0 auto 1vw;
  }

  .fe_t_img{
    padding: 5vw 2vw !important;
  }

  .fe_t.img_l img{
    width: 25vw;
  }

  .fe_name{
    font-size: 4vw !important;
  }

  .fe_name span{
    font-size: 3.4vw;
  }
  
  .step{
    margin-bottom: 10vw;
  }

  .step li{
    padding-left: 20vw;
  }

  .step li + li{
    margin-top: 15vw !important;
  }

  .step li::before{
    width: 2vw;
    top: 1vw ;
    left: 8vw;
  }

  .step li::after{
    border-top: 4vw solid #003EBD;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
    bottom: -3.5vw;
    left: 6vw;
  }

  .step li:last-of-type::before,
  .step li:last-of-type::after{
    display: none;
  }

  .step p.st_no{
    font-size: 3vw;
    line-height: 1;
    top: 0;
    left: 5vw;
    z-index: 1;
  }

  .step p.st_no span{
    font-size: 4.5vw;
    margin-top: 1vw;
  }

  .step p.st_no::before{
    width: 15vw;
    height: 15vw;
    top: 40%;
  }

  .step img{
    width: 100%;
    display: block;
    margin: 5vw auto;
  }
  
  .round_icon{
    height: 18vw !important;
  }

  p + .round_icon,
  .round_icon+p{
    margin-top: 5vw;
  }
  
  #stb .sc_box{
    padding-bottom: 5vw;
  }
  #stb .sc_box img{
    height: 200vw;
  }
  
  .n_f_list li{
    width: 49%;
  }

  .n_f_list li:nth-child(n+2){
    margin-top: 2vw;
  }

  .n_f_list li p{
    font-size: 2.3vw;
    line-height: 1.3;
    margin-top: 1vw;
  }
  
  
}






