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

.numbers a{
  text-decoration: none;
  transition: .3s all;
}

.numbers * {
  box-sizing: border-box
}
.numbers *:before,.numbers *:after {
  box-sizing: border-box
}

.numbers .n_inner{
  width: 1280px;
  margin: 0 auto;
}

.numbers .title{
  font-family: FrutigerBold,sans-serif;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}

.numbers .title span{
  font-family: FrutigerBold;
  font-size: 27px;
  line-height: 1;
  display: block;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .numbers a:hover{
    text-decoration: none;
  }
}

.numbers .info{
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.p_nav{
  margin: 60px 0 40px;
}

.p_nav ul{
  display: flex;
  justify-content: center;
}

.p_nav li{
  width: 400px;
  height: 75px;
  display: table;
}

.p_nav li + li{
  margin-left: 25px;
}

.p_nav li a{
  font-size: 17px;
  line-height: 1.3;
  color: #003894;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 2px solid #003894;
  border-radius: 50px;
  position: relative;
}

.p_nav li a::after{
  content: "＞";
  font-family: FrutigerBold,sans-serif;
  font-size: 90%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(1,.6) rotate(90deg);
}

.p_nav li a span{
  font-size: 15px;
  color: #2f2f2f;
  display: block;
  margin-bottom: 5px;
  transition: .3s all;
}

@media screen and (min-width: 769px) {
  .p_nav li a:hover{
    color: #FFF;
    background: #003894;
  }
  
  .p_nav li a:hover span{
    color: #FFF;
  }
}

.numbers .history .title{
  color: #FFF;
}

@media screen and (min-width: 769px) {
  .history{
    height: 1736px;
    background: url("/~/Media/phchd_g/about/numbers/history_bbk.png") repeat-x;
    background-size: auto 100%;
    overflow: hidden;
  }
  
  .history > div{
    width: 100%;
    height: 100%;
    padding-top: 150px;
    background: url("/~/Media/phchd_g/about/numbers/history_bk.png") no-repeat center center;
    background-size: auto 100%;
    position: relative;
  }
}

.history li{
  width: 370px;
  text-align: center;
  background: #FFF;
  padding: 25px 10px 50px; 
  border-radius: 10px;
  box-shadow: 8px 8px 15px 0px rgba(10, 51, 125, 0.7);
  position: absolute;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
  transition: .8s ease-out all;
}

.history li.view{
  transform: translateY(0);
  opacity: 1;
}

.history li::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.history li:nth-child(odd)::after{
  background-position: right top;  
}

.history li:nth-child(even)::after{
  background-position: left top;
}

.history li p.txt{
  font-size: 15px;
  line-height: 1.3;
}

.history li p.nmb{
  font-family: FrutigerBold,sans-serif;
  font-size: 70px;
  line-height: 1;
  color: #4263cf;
  margin-bottom: 5px;
}

.history li p.nmb span{
  font-size: 25px;
}

.history li img{
  width: auto;
  height: 35px;
  position: absolute;
  bottom: 8px;
  right: 15px;
}

.history li img.as{
  height: 35px;
}

.history li img.ep{
  height: 50px;
}
@media screen and (min-width: 769px) {
  .history li:first-child{
    top: 305px;
    margin-left: -430px;
  }

  .history li:first-child::after{
    right: -65px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line01.png");
  }

  .history li:nth-child(2){
    top: 365px;
    margin-left: 98px;
  }

  .history li:nth-child(2)::after{
    left: -104px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line02.png");
  }

  .history li:nth-child(3){
    top: 570px;
    margin-left: -605px;
  }

  .history li:nth-child(3)::after{
    right: -241px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line03.png");
  }

  .history li:nth-child(4){
    top: 610px;
    margin-left: -155px;
  }

  .history li:nth-child(4)::after{
    display: none;
  }

  .history li:nth-child(5){
    top: 610px;
    margin-left: 245px;
  }

  .history li:nth-child(5)::after{
    left: -243px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line04.png");
  }

  .history li:nth-child(6){
    top: 870px;
    margin-left: 58px;
  }

  .history li:nth-child(6)::after{
    left: -64px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line06.png");
  }

  .history li:nth-child(7){
    top: 988px;
    margin-left: -485px;
  }

  .history li:nth-child(7)::after{
    right: -121px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line07.png");
  }

  .history li:nth-child(8){
    top: 1100px;
    margin-left: 205px;
  }

  .history li:nth-child(8)::after{
    left: -209px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line08.png");
  }

  .history li:nth-child(9){
    top: 1210px;
    margin-left: -605px;
  }

  .history li:nth-child(9)::after{
    right: -242px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line09.png");
  }

  .history li:nth-child(10){
    top: 1320px;
    margin-left: 120px;
  }

  .history li:nth-child(10)::after{
    left: -126px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line10.png");
  }

  .history li:nth-child(11){
    top: 1485px;
    margin-left: -415px;
  }

  .history li:nth-child(11)::after{
    right: -49px;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line11.png");
  }
}

.history > div > p{
  font-size: 13px;
  line-height: 1;
  color: #333;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: 495px;
}

.cust{
  padding: 140px 0 120px;
}

.cust_list{
  margin-top: 80px;
  margin-left: -40px;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}

.cust_box{
  height: 285px;
  position: relative;
  margin-left: 40px;
  margin-bottom: 30px;
  overflow: visible;
}

.cust_box .inbox{
  height: 265px;
  background: #f2f2f2;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: .6s all;
}

@media screen and (min-width: 769px) {
  .cust_box:hover .inbox{
    background: #dae7ff;
  }
}

.cust_box .inbox::before,
.cust_box .inbox::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
}

.cust_box .inbox::before{
  width: 30px;
  height: 30px;
  background: #0a52c7;
  border-radius: 50%;
}

.cust_box .inbox::after{
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: translate(-50%,45%) rotate(45deg);
}

.cust_box .inbox.wd{
  width: 840px;
}

.cust_box .inbox.md{
  width: 620px;
}

.cust_box .inbox.sd{
  width: 400px;
}

.cust_box .inbox img{
  width: auto;
  height: 38px;
  position: absolute;
  top: 10px;
  left: 15px;
  transition: .3s all;
}

.cust_box .inbox img.as{
  height: 38px;
}

.cust_box.active .inbox img{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cust_box .inbox h3{
  font-family: FrutigerBold,sans-serif;
  line-height: 1 !important;
  white-space: nowrap;
  color: #0a52c7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .3s all;
}

.cust_box.active .inbox{
  background: #0a52c7;
}

.cust_box.active .inbox h3{
  color: #FFF;
}

.cust_box .inbox.wd h3{
  font-size: 20px;
}

.cust_box .inbox.wd h3 span{
  font-size: 110px;
}

.cust_box.i07 .inbox.wd h3{
  font-size: 18px;
  min-height: 90px;
}

.cust_box.i07 .inbox.wd h3 span{
  font-size: 80px;
}

.cust_box .inbox.md h3{
  font-size: 20px;
}

.cust_box .inbox.md h3 span{
  font-size: 70px;
}

.cust_box .inbox.sd h3{
  font-size: 18px;
}

.cust_box .inbox.sd h3 span{
  font-size: 45px;
}

.cust_box.i01 .inbox h3{
  padding-left: 105px;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon01_o.png") left center no-repeat;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon01.png") left center no-repeat;
}

.cust_box.i02 .inbox h3{
  padding-top: 95px;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon02_o.png") center top no-repeat;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon02.png") center top no-repeat;
}

.cust_box.i03 .inbox h3{
  padding-top: 90px;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon03_o.png") center top 15px no-repeat;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon03.png") center top 15px no-repeat;
}

.cust_box.i04 .inbox h3{
  padding-top: 90px;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon04_o.png") center top no-repeat;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon04.png") center top no-repeat;
}

.cust_box.i05 .inbox h3{
  padding-top: 110px;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon05_o.png") center top no-repeat;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon05.png") center top no-repeat;
}

.cust_box.i06 .inbox h3{
  padding-top: 90px;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon06_o.png") center top no-repeat;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon06.png") center top no-repeat;
}

.cust_box.i07 .inbox h3{
  padding-left: 225px;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon07_o.png") left center no-repeat;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon07.png") left center no-repeat;
}

.cust_box.i08 .inbox h3{
  min-height: 95px;
  padding-left: 130px;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon08_o.png") left center no-repeat;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon08.png") left center no-repeat;
}

.cust_box.i09 .inbox h3{
  padding-left: 105px;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon09_o.png") left center no-repeat;
  background: url("/~/Media/phchd_g/about/numbers/cust_icon09.png") left center no-repeat;
}

.cust_box.active.i01 .inbox h3{
  background: url("/~/Media/phchd_g/about/numbers/cust_icon01_o.png") left center no-repeat;
}

.cust_box.active.i02 .inbox h3{
  background: url("/~/Media/phchd_g/about/numbers/cust_icon02_o.png") center top no-repeat;
}

.cust_box.active.i03 .inbox h3{
  background: url("/~/Media/phchd_g/about/numbers/cust_icon03_o.png") center top 15px no-repeat;
}

.cust_box.active.i04 .inbox h3{
  background: url("/~/Media/phchd_g/about/numbers/cust_icon04_o.png") center top no-repeat;
}

.cust_box.active.i05 .inbox h3{
  background: url("/~/Media/phchd_g/about/numbers/cust_icon05_o.png") center top no-repeat;
}

.cust_box.active.i06 .inbox h3{
  background: url("/~/Media/phchd_g/about/numbers/cust_icon06_o.png") center top no-repeat;
}

.cust_box.active.i07 .inbox h3{
  background: url("/~/Media/phchd_g/about/numbers/cust_icon07_o.png") left center no-repeat;
}

.cust_box.active.i08 .inbox h3{
  background: url("/~/Media/phchd_g/about/numbers/cust_icon08_o.png") left center no-repeat;
}

.cust_box.active.i09 .inbox h3{
  background: url("/~/Media/phchd_g/about/numbers/cust_icon09_o.png") left center no-repeat;
}

.txt_box{
  position: absolute;
  top: 305px;
  display: none;
  z-index: 1;
}

.txt_box::before{
  content: "";
  width: 30px;
  height: 30px;
  background: #0a52c7;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-40%) rotate(45deg);
}

.txt_box p{
  font-size: 18px;
  line-height: 1.3;
  color: #FFF;
  padding: 30px;
  background: #0a52c7;
  border-radius: 5px;
  display: inline-block;
  white-space: nowrap;
}

.txt_box p strong{
  font-family: FrutigerBold,sans-serif;
  font-size: 20px;
  color: #d3ff75;
}

.txt_box p span{
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.txt_box p a{
  color: #FFF;
  transition: .6s all
}

@media screen and (min-width: 769px) {
  .txt_box p a:hover{
    color: #FFF;
    opacity: .6;
  }
}

.i01 .txt_box{
  left: 0;
}

.i01 .txt_box::before{
  left: 390px;
  transform: translate(50%,-40%) rotate(45deg);
}

.i02 .txt_box,
.i05 .txt_box,
.i07 .txt_box,
.i09 .txt_box{
  right: 0;
}

.i02 .txt_box::before{
  left: auto;
  right: 200px;
  transform: translate(50%,-40%) rotate(45deg);
}

.i03 .txt_box::before{
  left: 200px;
  transform: translate(-50%,-40%) rotate(45deg);
}

.i04 .txt_box{
  left: 50%;
  transform: translateX(-50%)
}

.i05 .txt_box::before{
  left: auto;
  right: 200px;
  transform: translate(50%,-40%) rotate(45deg);
}

.i06 .txt_box::before{
  left: 200px;
  transform: translate(-50%,-40%) rotate(45deg);
}

.i07 .txt_box::before{
  left: auto;
  right: 420px;
  transform: translate(50%,-40%) rotate(45deg);
}

.i08 .txt_box::before{
  left: 310px;
  transform: translate(-50%,-40%) rotate(45deg);
}

.i09 .txt_box::before{
  left: auto;
  right: 310px;
  transform: translate(50%,-40%) rotate(45deg);
}

.more{
  padding: 140px 0 160px;
  background: #dae7ff;
}

.more > div{
  width: 1150px;
  margin: 0 auto;
}

.more .title{
  margin-bottom: 95px;
}

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

.more ul li{
  width: 48%;
  margin-bottom: 40px;
  background: #FFF;
  border-radius: 5px;
  padding: 50px 40px 20px;
  box-sizing: border-box;
}

.more ul li img.pic{
  display: block;
  margin: 0 auto 30px;
}

.more h3{
  font-family: FrutigerBold,sans-serif;
  font-size: 25px;
  line-height: 1;
  color: #0a52c7;
  text-align: center;
  margin-bottom: 25px;
}

.more h3 span{
  font-size: 60px;
}

.more h3.sm{
  font-size: 20px;
  white-space: nowrap;
}

.more h3.sm span{
  font-size: 44px;
}

.more p{
  font-size: 16px;
  line-height: 1.4;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.more p.note{
  font-size: 13px;
  line-height: 1.4;
}

.more p img{
  width: auto;
  height: 38px;
}

.more p img.as{
  width: auto;
  height: 38px;
}

.more p img.me{
  width: auto;
  height: 35px;
}

.more p img.ep{
  width: auto;
  height: 45px;
}

.link_box{
  min-width: 1090px;
  text-align: center;
  margin: 80px auto 110px;
}

.link_box > div{
  display: inline-block;
  position: relative;
}

.link_box > div a{
  width: 127px;
  height: 95px;
  display: block;
  position: absolute;
  top: 238px;
  background: #FFF;
  opacity: 0;
}

.link_box > div a.link01{
  left: 76px;
}

.link_box > div a.link02{
  left: 281px;
}

.link_box > div a.link03{
  left: 416px;
}

.link_box > div a.link04{
  left: 549px;
}

.link_box > div a.link05{
   left: 683px;
}

.link_box > div a.link06{
   left: 817px;
}

.link_box > div a.link07{
   left: 951px;
}

@media screen and (min-width: 769px) {
  .link_box > div a:hover{
    opacity: .6;
  }
}

@media screen and (max-width: 768px) {
  
  .page-head{
    margin-top: 30vw;
  }
  
  .numbers .n_inner{
    width: 100%;
    margin: 0 auto;
  }

  .numbers .title{
    font-size: 6vw;
    letter-spacing: .05em;
  }

  .numbers .title span{
    font-size: 3.6vw;
    margin-top: 2vw;
  }
  
  .numbers .info{
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .p_nav{
    margin: 6vw 5vw 10vw;
  }

  .p_nav ul{
    display: block;
  }

  .p_nav li{
    width: 100%;
    height: 14vw;
    display: table;
  }

  .p_nav li + li{
    margin-left: 0;
    margin-top: 2vw;
  }

  .p_nav li a{
    font-size: 3.8vw;
    border-radius: 10vw;
  }

  .p_nav li a::after{
    right: 5vw;
  }

  .p_nav li a span{
    font-size: 3.5vw;
    margin-bottom: 1vw;
  }

  .history > div{
    width: 100%;
    height: 470vw;
    padding-top: 15vw;
    background: url("/~/Media/phchd_g/about/numbers/history_bk_sp.png") no-repeat center top;
    background-size: 100% auto;
    position: relative;
  }

  .history li{
    width: 64vw;
    padding: 3vw 3vw 7vw; 
    border-radius: 1vw;
    box-shadow: 1vw 1vw 2vw 0px rgba(10, 51, 125, 0.7);
    left: 18vw;
  }
  
  .history li.pb{
    padding-bottom: 7vw;
  }
  
   .history li::after{
     width: 24vw;
     height: 200%;
     background-size: 100% auto !important;
     top: 0;
     left: -8.5vw;
  }

  .history li:nth-child(odd)::after{
    background-position: left top;
  }

  .history li:nth-child(even)::after{
    background-position: left top;
  }

  .history li p.txt{
    font-size: 3vw;
    line-height: 1.3;
  }

  .history li p.nmb{
    font-family: FrutigerBold,sans-serif;
    font-size: 8vw;
    line-height: 1;
    color: #0a52c7;
    margin-bottom: 2vw;
  }

  .history li p.nmb span{
    font-size: 4.5vw;
  }

  .history li img{
    height: 6vw;
    position: absolute;
    bottom: 1vw;
    right: 2vw;
  }

  .history li img.as{
    height: 6vw;
  }

  .history li img.ep{
    height: 8vw;
  }

  .history li:first-child{
    top: 42vw;
  }

  .history li:first-child::after{
    top: 0;
    left: -9vw;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line01_sp.png");
  }

  .history li:nth-child(2){
    top: 88vw;
    left: 28vw
  }

  .history li:nth-child(2)::after{
    left: -18.5vw;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line02_sp.png");
  }

  .history li:nth-child(3){
    top: 125vw;
  }

  .history li:nth-child(3)::after{
    background-image: url("/~/Media/phchd_g/about/numbers/his_line03_sp.png");
  }

  .history li:nth-child(4){
    top: 162vw;
    left: 28vw
  }

  .history li:nth-child(4)::after{
    height: 200%;
    left: -18.5vw;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line04_sp.png");
  }

  .history li:nth-child(5){
    top: 198vw;
    left: 28vw
  }

  .history li:nth-child(5)::after{
   display: none;
  }

  .history li:nth-child(6){
    top: 234vw;
  }

  .history li:nth-child(6)::after{
    top: -30vw;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line06_sp.png");
  }

  .history li:nth-child(7){
    top: 270vw;
    left: 28vw
  }

  .history li:nth-child(7)::after{
    top: -18vw;
    left: -18.5vw;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line07_sp.png");
    background-size: 100% auto;
  }

  .history li:nth-child(8){
    top: 303vw;
  }

  .history li:nth-child(8)::after{
    background-image: url("/~/Media/phchd_g/about/numbers/his_line08_sp.png");
  }

  .history li:nth-child(9){
    top: 337vw;
    left: 28vw
  }

  .history li:nth-child(9)::after{
    top: -10vw;
    left: -18.5vw;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line09_sp.png");
  }

  .history li:nth-child(10){
    top: 378vw;
  }

  .history li:nth-child(10)::after{
    top: -15vw;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line10_sp.png");
  }

  .history li:nth-child(11){
    top: 422vw;
     left: 28vw
  }

  .history li:nth-child(11)::after{
    top: -5vw;
    left: -18.5vw;
    background-image: url("/~/Media/phchd_g/about/numbers/his_line11_sp.png");
  }

  .history > div > p{
    font-size: 3vw;
    line-height: 1;
    color: #333;
    position: absolute;
    bottom: 3vw;
    left: auto;
    right: 3vw;
    margin-left: 0;
  }

  .cust{
    padding: 15vw 5vw;
  }

  .cust_list{
    margin-top: 15vw;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }

  .cust_box{
    height: auto;
    position: relative;
    margin-left: 0;
    margin-bottom: 5vw;
    overflow: visible;
  }

  .cust_box .inbox{
    background: #f2f2f2;
    border-radius: 1vw;
  }
  
  .cust_box .inbox::before{
    width: 5vw;
    height: 5vw;
  }

  .cust_box .inbox::after{
    width: 2vw;
    height: 2vw;
  }

  .cust_box .inbox.wd{
    width: 100%;
  }

  .cust_box .inbox.md{
    width: 100%;
  }

  .cust_box .inbox.sd{
    width: 100%;
  }
  
  .cust_box.i01,
  .cust_box.i06,
  .cust_box.i07{
    width: 100%;
    height: 45vw;
  }
  
  .cust_box.i01 .inbox,
  .cust_box.i06 .inbox,
  .cust_box.i07 .inbox{
    height: 45vw;
  }
  
  .cust_box.i02,
  .cust_box.i03,
  .cust_box.i04,
  .cust_box.i05,
  .cust_box.i08,
  .cust_box.i09{
    width: 48%;
    height: 40vw;
  }
  
  .cust_box.i02 .inbox,
  .cust_box.i03 .inbox,
  .cust_box.i04 .inbox,
  .cust_box.i05 .inbox,
  .cust_box.i08 .inbox,
  .cust_box.i09 .inbox{
    height: 40vw;
  }

  .cust_box .inbox img{
    height: 6vw;
    top: 2vw;
    left: 3vw;
  }

  .cust_box .inbox img.as{
    height: 6vw;
  }
  
  .cust_box .inbox.wd h3{
    font-size: 5vw;
  }

  .cust_box .inbox.wd h3 span{
    font-size: 12vw;
  }
  
  .cust_box.i07 .inbox.wd h3{
    font-size: 3.5vw;
    text-align: center;
  }

  .cust_box.i07 .inbox.wd h3 span{
    font-size: 8vw;
  }

  .cust_box .inbox.md h3{
    font-size: 3.8vw;
    line-height: 1.1 !important;
    text-align: center;
  }

  .cust_box .inbox.md h3 span{
    font-size: 6vw;
    display: block;
  }

  .cust_box .inbox.sd h3{
    font-size: 3.8vw;
    line-height: 1.1 !important;
    top: 55%;
    text-align: center;
  }

  .cust_box .inbox.sd h3 span{
    font-size: 6vw;
    display: block;
  }
  
  .cust_box.i06 .inbox.sd h3{
    font-size: 5vw;
  }

  .cust_box.i06 .inbox.sd h3 span{
    font-size: 12vw;
    display: inline-block;
  }

  .cust_box.i01 .inbox h3{
    padding-left: 0;
    padding-top: 13vw; 
    background-position: center top;
    background-size: 13vw auto !important;
  }

  .cust_box.i02 .inbox h3{
    padding-top: 10vw;
    background-size:  auto 8vw !important;
  }

  .cust_box.i03 .inbox h3{
    padding-top: 8vw;
    background-position: center top;
    background-size: auto 7vw !important;
  }

  .cust_box.i04 .inbox h3{
    padding-top: 10vw;
    background-size:  auto 8vw !important;
  }

  .cust_box.i05 .inbox h3{
    padding-top: 9vw;
    background-size:  auto 8vw !important;
  }

  .cust_box.i06 .inbox h3{
    top: 50%;
    padding-top: 11vw;
    background-size:  auto 10vw !important;
  }

  .cust_box.i07 .inbox h3{
    padding-left: 0;
    padding-top: 13vw; 
    background-position: center top;
    background-size: 25vw auto !important;
  }

  .cust_box.i08 .inbox h3{
    min-height: inherit;
    padding-left: 0;
    padding-top: 10vw;
    background-size:  auto 8vw !important;
    background-position: center top;
  }

  .cust_box.i09 .inbox h3{
    padding-left: 0;
    padding-top: 10vw;
    background-size:  auto 8vw !important;
    background-position: center top;
  }

  .cust_box.active.i01 .inbox h3,
  .cust_box.active.i02 .inbox h3,
  .cust_box.active.i03 .inbox h3,
  .cust_box.active.i04 .inbox h3,
  .cust_box.active.i05 .inbox h3,
  .cust_box.active.i06 .inbox h3,
  .cust_box.active.i07 .inbox h3,
  .cust_box.active.i08 .inbox h3,
  .cust_box.active.i09 .inbox h3{
    background-position: center top;
  }

  .txt_box{
    width: 85vw;
    position: absolute;
    left: 50%;
    display: none;
    z-index: 1;
    transform: translateX(-50%)
  }

  .txt_box::before{
    width: 5vw;
    height: 5vw;
    border-radius: 1vw;
  }

  .txt_box p{
    font-size: 3.4vw;
    line-height: 1.3;
    padding: 4vw;
    border-radius: 1vw;
    white-space: normal;
  }

  .txt_box p strong{
    font-size: 104%;
    color: #d3ff75;
  }

  .txt_box p span{
    font-size: 3.3vw;
    margin-top: 1vw;
  }

  .txt_box p a{
    color: #FFF;
    transition: .6s all
  }
  
  .i01 .txt_box{
    left: 50%;
  }

  .i01 .txt_box::before{
    left: 50%;
    transform: translate(-50%,-40%) rotate(45deg);
  }

  .i02 .txt_box,
  .i04 .txt_box,
  .i07 .txt_box,
  .i09 .txt_box{
    right: auto;
  }
  
  .i02 .txt_box,
  .i04 .txt_box,
  .i07 .txt_box,
  .i08 .txt_box{
    right: auto;
    left: 2.5vw;
    transform: translateX(0)
  }
  
  .i03 .txt_box,
  .i05 .txt_box,
  .i09 .txt_box{
    left: auto;
    right: 2.5vw;
    transform: translateX(0)
  }

  .i02 .txt_box::before{
    left: 14.5vw;
    right: auto;
  }

  .i03 .txt_box::before{
    left: auto;
    right: 14.5vw;
  }

  .i04 .txt_box{
    transform: translateX(0)
  }
  
  .i04 .txt_box::before{
    left: 19vw;
  }

  .i05 .txt_box::before{
    left: auto;
    right: 19vw;
  }

  .i06 .txt_box::before{
    left: 50%;
    right: auto;
  }

  .i07 .txt_box::before{
    right: 50%;
  }

  .i08 .txt_box::before{
    left: 19vw;
  }

  .i09 .txt_box::before{
    right: 19vw;
  }

  .more{
    padding: 25vw 0 15vw;
  }

  .more > div{
    width: 100%;
  }

  .more .title{
    margin-bottom: 10vw;
  }

  .more ul{
    display: block; 
  }

  .more ul li{
    width: 100%;
    padding: 0 5vw;
    background: none;
    margin-bottom: 0;
  }
  
  .more ul li + li{
    padding-top: 5vw;
    margin-top: 8vw;
    border-top: 1px solid #FFF;
  }

  .more ul li img.pic{
    margin: 0 auto 2vw;
  }
  
  .more h3{
    font-size: 5vw;
    line-height: 1.2;
    margin-bottom: 5vw;
  }

  .more h3 span{
    font-size: 12vw;
  }

  .more h3.sm{
    font-size: 5vw;
  }

  .more h3.sm span{
    font-size: 8vw;
  }

  .more p{
    font-size: 3.5vw;
    line-height: 1.4;
    color: #2f2f2f;
    margin-bottom: 2vw;
  }

  .more p.note{
    font-size: 3vw;
    line-height: 1.4;
  }

  .more p img{
    width: auto;
    height: 8vw;
  }

  .more p img.as{
    width: auto;
    height: 8vw;
  }

  .more p img.me{
    width: auto;
    height: 7vw;
  }

  .more p img.ep{
    width: auto;
    height: 10vw;
  }
  
  .link_box{
    min-width: inherit;
    text-align: center;
    margin: 8vw 4vw 10vw;
  }

  .link_box > div{
    display: inline-block;
    position: relative;
  }

  .link_box > div a{
    width: 11%;
    height: 8vw;
    position: absolute;
    top: 54%;
    background: none;
    opacity: 1;
  }

  .link_box > div a.link01{
    left: 7.5%;
  }

  .link_box > div a.link02{
    left: 26.5%;
  }

  .link_box > div a.link03{
    left: 38.5%;
  }

  .link_box > div a.link04{
    left: 50.5%
  }

  .link_box > div a.link05{
     left: 63%;
  }

  .link_box > div a.link06{
     left: 75.5%;
  }

  .link_box > div a.link07{
     left: 88%
  }
}






