@charset "UTF-8";

.is-pc{
  display: block;
}

.is-sp{
  display: none;
}

#sec-logi{
  padding: 230px 0 100px;
  position: relative;
}

.bg-text {
    position: absolute;
    top: 100px;
    left: 50%;
    color: #e5edf3;
    font-size: 90px;
    font-weight: 100;
    font-family: "Sora", sans-serif;
    line-height: 1;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.flex-logi{
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.logi-ttl{
  width: 40%;
}

.logi-ttl .head24 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.2;
}

.logi-ttl .head24 span {
    background: #024a90;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    display: inline;
}

.logi-detail{
  width: 56%;
}

.logi-tbl table{
  border-collapse: collapse;
  width: 100%;
}

.logi-tbl table th .blue-box{
  background: #e7ecf3;
  padding: 45px 5%;
  text-align: center;
}

.logi-tbl table th .blue-box .text18{
  font-size: 18px;
}

.logi-tbl table th .blue-box .text24{
  font-size: 24px;
}

.logi-tbl table td{
  border: 1px solid #cccccc;
  width: 50%;
}

.logi-tbl table td a {
    padding: 8% 3%;
    display: block;
}

.logi-tbl table td .flex-system{
  display: flex;
  justify-content: center;
  align-items: center;
}

.logi-tbl table td .flex-system .icon{
  margin-right: 30px;
  width: 65px;
}

.system-detail{
  width: calc(100% - 200px);
}

.system-detail .head18{
  font-size: 18px;
  font-weight: 600;
}

.logi-tbl table td .flex-system .round-btn{
  height: 50px;
  width: 50px;
  margin-left: 10px;
}

.logi-tbl a .round-btn .arrow {
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: relative;
    transform: translateX(-70%);
}

.logi-tbl a:hover .round-btn .arrow {
    background-color: #024a90;
}

.logi-tbl a:hover .round-btn .arrow::after {
    height: 1px;
    background-color: #024a90;
}

.logi-tbl a .round-btn .arrow:after {
    content: "";
    display: block;
    width: 9px;
    height: 1px;
    background-color: #fff;
    transform: rotate(23deg);
    right: 0;
    bottom: 2px;
    left: auto;
    position: absolute;
}

.consult-bg{
  background: url(/lib/img/business/consult/consult_bg.jpg) no-repeat;
  background-position: center center;
  position: relative;
  height: 500px;
  width: 100%;
}

.consult-bg .inner{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.consult-bg .head24{
  margin-bottom: 60px;
  text-align: center;
}

.consult-bg .head24 span{
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}

.consult-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}

.consult-list li:nth-of-type(1),
.consult-list li:nth-of-type(3){
  list-style: none;
  margin-bottom: 20px;
  width: 60%;
}

.consult-list li:nth-of-type(2),
.consult-list li:nth-of-type(4){
  list-style: none;
  margin-bottom: 20px;
  width: 40%;
}

.consult-list li .text18{
  color: #fff;
  font-size: 18px;
}

.consult-list li .text18 span{
  margin-right: 15px;
}

.consult-list li .text18 span img{
  width: 22px;
}

.consult-content{
  position: relative;
  background: #e7ecf3;
  padding: 150px 0 100px;
}

.consult-content:after{
    content: "";
    background: url(/lib/img/business/consult/consult_img.jpg) no-repeat;
    background-position: top right;
    background-size: contain;
    height: 350px;
    width: 50%;
    position: absolute;
    right: 10%;
    top: 5%;
}

.consult-content .con-intro{
  margin-bottom: 80px;
  width: 60%;
  position: relative;
  z-index: 1;
}

.consult-content .con-intro .head30{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}

.consult-content .con-intro .head21{
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 50px;
}

.consult-content .con-intro .txt{
  line-height: 2.5;
}

.border-ttl{
  text-align: center;
  margin-bottom: 70px;
}

.border-ttl .head21 span{
  border-radius: 50px;
  border: 1px solid #15283f;
  padding: 15px 35px;
  font-size: 21px;
  font-weight: bold;
}

#sec-onestop{
  padding: 120px 0 130px;
}

#sec-onestop .head24{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

#sec-onestop .head30{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 45px;
  text-align: center;
}

#sec-onestop .txt{
  line-height: 2.5;
  margin: 0 auto 60px;
  width: 60%;
}

.service-img{
  margin: 0 auto;
  width: 60%;
}

@media only screen and (max-width: 1420px){

#sec-logi {
    padding: 180px 0 100px;
}

.bg-text {
    font-size: 100px;
}
}

@media only screen and (max-width: 1300px){
#sec-logi {
    padding: 170px 0 100px;
}

.bg-text {
    font-size: 80px;
    top: 80px;
}
}


@media only screen and (max-width: 1080px){

#sec-logi {
    padding: 150px 0 100px;
}

.bg-text {
    font-size: 60px;
}

.logi-ttl .head24 {
    font-size: 22px;
}

.consult-content:after {
    right: 5%;
    top: 5%;
}

.consult-content .con-intro {
    width: 70%;
}

.border-ttl .head21 span {
    padding: 10px 30px 12px;
    font-size: 18px;
}

#sec-onestop .head24 {
    font-size: 22px;
    margin-bottom: 0;
}

#sec-onestop .head30 {
    margin-bottom: 25px;
}

#sec-onestop .txt {
    width: 80%;
}

.service-img {
    width: 100%;
}
}

@media only screen and (max-width: 834px){

.is-pc{
  display: none;
}

.is-sp{
  display: block;
}

#sec-logi {
    padding: 90px 0 60px;
}

.bg-text {
    font-size: 30px;
}

.flex-logi {
    display: block;
    margin-bottom: 40px;
}

.logi-ttl {
    width: 100%;
    margin-bottom: 25px;
}

.logi-ttl .head24 {
    font-size: 20px;
}

.logi-detail {
    width: 100%;
}

.logi-tbl table {
    display: block;
}

.logi-tbl table th,
.logi-tbl table td{
  display: block;
  width: 100%;
}

.logi-tbl table th .blue-box {
    padding: 25px 5%;
}

.logi-tbl table th .blue-box .text18 {
    font-size: 15px;
}

.logi-tbl table th .blue-box .text24 {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 10px;
}

.logi-tbl table td a {
    padding: 8% 3% 18%;
}

.logi-tbl table td .flex-system {
    flex-wrap: wrap;
    position: relative;
}

.logi-tbl table td .flex-system .icon {
    margin: 0 0 20px;
    width: 100%;
}

.logi-tbl table td .flex-system .icon img{
  display: block;
  margin: 0 auto;
  width: 70px;
}

.logi-tbl table td .flex-system .round-btn {
    right: 11%;
    bottom: -75px;
}

.system-detail {
    width: 80%;
    left: 10%;
    position: relative;
}

.system-detail .head18 {
    text-align: center;
}

.consult-bg .head24 {
    margin-bottom: 30px;
}

.consult-bg .head24 span {
    font-size: 18px;
}

.consult-list li:nth-of-type(1), 
.consult-list li:nth-of-type(2),
.consult-list li:nth-of-type(3),
.consult-list li:nth-of-type(4){
    margin-bottom: 20px;
    width: 100%;
}

.consult-list li .text18 {
    color: #fff;
    font-size: 14px;
}

.consult-img{
  overflow: scroll;
  padding-bottom: 20px;
  position: relative;
}

.consult-img img{
  width: 800px;
}

.consult-note{
  font-size: 12px;
  text-align: center;
  color: #5e84b2;
}

#sec-onestop {
    padding: 60px 0 60px;
}

}

@media only screen and (max-width: 450px){

.bg-text {
    top: 60px;
}

.consult-content {
    padding: 300px 0 60px;
}

.consult-content:after {
    width: 100%;
    right: 0%;
    top: 5%;
}

.consult-content .con-intro {
    margin-bottom: 50px;
    width: 100%;
}

.consult-content .con-intro .head30 {
    font-size: 22px;
    margin-bottom: 25px;
}

.consult-content .con-intro .head21 {
    font-size: 18px;
    margin-bottom: 30px;
}

.consult-bg {
  height: 390px;
  background: url(/lib/img/business/consult/consult_bg_sp.jpg) no-repeat;
  background-size: cover;
}

.border-ttl {
    margin-bottom: 40px;
}

.border-ttl .head21 span {
    padding: 5px 20px 7px;
    font-size: 15px;
}

#sec-onestop .head24 {
    font-size: 18px;
}

#sec-onestop .head30 {
    font-size: 22px;
}

#sec-onestop .txt {
    width: 100%;
    margin-bottom: 30px;
}
}


