@charset "UTF-8";

.p-box {
  display: flex;
  align-items: center;
}
.p-box__ttl {
  width: 25%;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: bold;
}
.p-box__ttl span {
  color: #fff;
}
.p-box li {
  width: 46%;
}
.navGlobal.business .modLytOnly {
  display: flex;
  justify-content: center;
}
.navGlobal.business .modLytOnly li {
  margin: 0 !important;
  width: auto !important;
}
.link-box {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #0c5e92;
}
.link-box li {
  width: 50%;
}
.link-box li:last-child {
  border-left: 1px solid #fff;
}
.link-box__inner .sub {
  display: block;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.link-box__inner .txt {
  display: inline-block !important;
  padding-bottom: 10px;
  font-size: 22px !important;
  font-weight: bold;
}
.navGlobal.business .headerSubmenu {
  padding-left: 45px;
  padding-right: 45px;
}
.navGlobal.business .headerSubmenu > dd > ul {
  margin-left: 0;
}
.navGlobal.business .headerSubmenu a > .txt::before {
  top: .5em;
  left: .2em;
}
.link-box__inner .text {
  font-size: 16px;
}
.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .headerContent {
    margin-top: -2px;
  }
  .p-box {
    flex-flow: column;  
  }
  .p-box__ttl {
    width: 100%;
    margin: 0 0 0.2em 0;
    padding: 3% 0;
    color: rgb(0,0,0);
    font-size: 14px;
    font-weight: normal;
    background-color: #ccc;
  }
  .p-box__ttl span {
    color: rgb(0,0,0);
  }
  .p-box li {
    width: 100%;
  }
  .navGlobal.business .modLytOnly {
    display: flex;
    justify-content: center;
  }
  .navGlobal.business .modLytOnly li {
    margin: 0 !important;
    width: 100% !important;
  }
  .link-box {
    flex-flow: column;  
  }
  .link-box li {
    width: 100%;
  }
  .link-box__inner .sub {
    padding-bottom: 5px;
    color: #000;
    font-size: 14px;
  }  
  .link-box__inner .txt {
    padding-bottom: 5px;
    font-size: 18px !important;
  }
  .link-box li {
    padding-top: 10px;
  }
  .link-box li:last-child {
    margin-left: 0;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  .link-box__inner .text {
    font-size: 14px;
  }
  .navGlobal.business .headerSubmenu {
    padding-left: 0;
    padding-right: 0;
  }
  .sp_only {
    display: block;
  }
}

.navGlobal.business .nav > li:nth-child(1) {
  width: 13%;
}
.navGlobal.business .nav > li:nth-child(2) {
  width: 16.5%;
}
.navGlobal.business .nav > li:nth-child(3) {
  width: 11.5%;
}
.navGlobal.business .nav > li:nth-child(4) {
  width: 12%;
}
.navGlobal.business .nav > li:nth-child(5) {
  width: 15%;
}
.navGlobal.business .nav > li:nth-child(6) {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .navGlobal.business .nav > li:nth-child(1n), .navGlobal.home .nav > li:nth-child(1n) {
    width: 100%;
  }
}
.ml-0 {
  margin-left: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

.hero {
  background-color: #0097a2;
  background-image: url(/files/user/img/business/hero/hero_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.hero .hero__inner {
  padding-top: 40px;
}
.hero .hero__box {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.hero .hero__btn {
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  background: rgba(12, 65, 70, 0.5);
}
.hero .hero__btn a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  width: 450px;
  border: 1px solid #fff;
  background: linear-gradient(0deg,#051b40 0,#013050 52%,#0a4d79 66%,#3a618a 100%);
  box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.4);
  text-align: center;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;  
}
.hero .hero__btn a::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
}
.hero .hero__btn a:hover {
  opacity: .8;
}
.hero__box .box a {
  color: #fff;
  text-decoration: none;
}
.hero__box .box a:hover {
  opacity: .8;
}
.hero__box .box--02 {
  text-align: right;
}
.hero__box .box .ttl {
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
}
.hero__box .box .txt {
  padding-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.hero__box .button p {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  width: 175px;
  border: 1px solid #fff;
  background: linear-gradient(0deg,#051b40 0,#013050 52%,#0a4d79 66%,#3a618a 100%);
  box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.4);
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.hero__box .button p::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
}
.pc_only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .hero {
    background-image: url(/files/user/img/business/hero/hero_bg_sp.jpg);
    background-size: cover;
    background-repeat: repeat-y;
  }
  .hero .hero__inner {
    padding-top: 25px;
  }
  .hero .hero__box {
    flex-flow: column;
    padding: 0 25px;
  }
  .hero .hero__btn {
    margin-top: 35px;
    padding: 20px;
  }
  .hero .hero__btn a {
    padding: 10px 20px;
    width: 275px;
    font-size: 14px;
  }
  .hero__box .box {
    text-align: center;
  }
  .hero__box .box--02 {
    margin-top: 40px;
    text-align: center;
  }
  .hero__box .box .ttl {
    padding-top: 20px;
    font-size: 25px;
  }
  .hero__box .box .txt {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .hero__box .button p {
    padding: 10px 20px;
    width: 155px;
    font-size: 14px;
  }
  .pc_only {
    display: none !important;
  }
}
