@charset "UTF-8";
/* mediaquery
==========================================================*/
/* fontsize
==========================================================*/
/* icon
==========================================================*/
/*　dotted ------------------------------------------------

破線の間隔を調整
$color：色、$stripe:線幅、$spacing：破線の間隔, $height:高さ

==========================================================*/
/*　transition ------------------------------------------------

破線の間隔を調整
$speed：速度、$delay：開始時間

==========================================================*/
/* IEhack
==========================================================*/
@media print, screen and (min-width: 768px) {
  #business #mainArea {
    margin-top: 35px;
  }
  #business #mainArea .copy_txt {
    margin-bottom: 54px;
  }
  #business #mainArea .textbox01 {
    margin: 0 auto;
    width: 640px;
  }
  #business #mainArea .mapArea {
    width: 916px;
    margin: 80px auto 0;
    position: relative;
  }
  #business #mainArea .mapArea::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    top: 0;
    transition: background 1.2s cubic-bezier(0.14, 1, 0.34, 1);
  }
  #business #mainArea .mapArea.active::before {
    background: rgba(255, 255, 255, 0.6);
  }
  #business #mainArea .mapArea .map li {
    position: absolute;
    cursor: pointer;
  }
  #business #mainArea .mapArea .map li .btn {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  #business #mainArea .mapArea .map li ._balloon {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1), opacity 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  #business #mainArea .mapArea .map li:nth-child(1) {
    top: 4px;
    left: 448px;
  }
  #business #mainArea .mapArea .map li:nth-child(1) span {
    top: -35px;
    left: 10px;
  }
  #business #mainArea .mapArea .map li:nth-child(2) {
    top: 309px;
    right: 183px;
  }
  #business #mainArea .mapArea .map li:nth-child(2) span {
    top: -193px;
    left: -45px;
  }
  #business #mainArea .mapArea .map li:nth-child(3) {
    top: 283px;
    left: 116px;
  }
  #business #mainArea .mapArea .map li:nth-child(3) span {
    top: -115px;
    left: 40px;
  }
  #business #mainArea .mapArea .map li:nth-child(4) {
    top: 492px;
    left: 460px;
  }
  #business #mainArea .mapArea .map li:nth-child(4) span {
    top: -217px;
    left: -33px;
  }
  #business #mainArea .mapArea .map li:nth-child(5) {
    top: 631px;
    left: 395px;
  }
  #business #mainArea .mapArea .map li:nth-child(5) span {
    top: -215px;
    left: -83px;
  }
  #business #mainArea .mapArea .map li:nth-child(6) {
    top: 624px;
    right: 186px;
  }
  #business #mainArea .mapArea .map li:nth-child(6) span {
    top: -200px;
    left: -68px;
  }
  #business #mainArea .mapArea .map li:nth-child(7) {
    top: 613px;
    left: 60px;
  }
  #business #mainArea .mapArea .map li:nth-child(7) span {
    top: -197px;
    left: 0;
  }
  #business #mainArea .mapArea .map li:hover .btn {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.14, 1, 0.34, 1);
  }
  #business #mainArea .mapArea .map li:hover ._balloon {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
    transition-delay: .3s;
  }
  #business #mainArea .mapArea .sp_mapicon_list {
    display: none;
  }
  #business #mainArea .strength {
    width: 916px;
    margin: 85px auto 80px;
  }
  #business #mainArea .strength .textbox02 {
    width: 455px;
    margin: 0 auto;
  }
  #business #mainArea .strength .wrap {
    margin-top: 70px;
    display: flex;
  }
  #business #mainArea .strength .wrap .text {
    width: 473px;
  }
  #business #mainArea .strength .wrap .text h3 {
    font-size: 3.5rem;
    color: #6B6B6B;
    padding-left: 65px;
    position: relative;
  }
  #business #mainArea .strength .wrap .text h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 58px;
    height: 65px;
  }
  #business #mainArea .strength .wrap .text h4 {
    font-size: 2rem;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #1F5680;
    margin-left: 65px;
  }
  #business #mainArea .strength .wrap .text p {
    padding: 25px 50px 0 0;
  }
  #business #mainArea .strength .wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  #business #mainArea .strength .wrap:nth-child(even) .text {
    width: 473px;
  }
  #business #mainArea .strength .wrap:nth-child(even) .text h3 {
    font-size: 3.5rem;
    color: #6B6B6B;
    padding-left: 115px;
  }
  #business #mainArea .strength .wrap:nth-child(even) .text h3::before {
    content: "";
    position: absolute;
    left: 50px;
    top: -5px;
    width: 58px;
    height: 65px;
  }
  #business #mainArea .strength .wrap:nth-child(even) .text h4 {
    font-size: 2rem;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #1F5680;
    margin-left: 0;
    padding-left: 115px;
  }
  #business #mainArea .strength .wrap:nth-child(even) .text p {
    padding: 25px 0 0 50px;
  }
  #business #mainArea .strength .wrap#strength01 .text h3:before {
    background: url(../../business/img/num01.svg) no-repeat center center;
    background-size: 100%;
  }
  #business #mainArea .strength .wrap#strength02 .text h3:before {
    background: url(../../business/img/num02.svg) no-repeat center center;
    background-size: 100%;
  }
  #business #mainArea .strength .wrap#strength03 .text h3:before {
    background: url(../../business/img/num03.svg) no-repeat center center;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #business #mainArea {
    margin-top: 4%;
  }
  #business #mainArea .textbox01 {
    margin: 0 auto;
  }
  #business #mainArea .mapArea {
    margin: 0% auto 0;
    position: relative;
  }
  #business #mainArea .mapArea .map {
    display: none;
  }
  #business #mainArea .mapArea .sp_mapicon_list {
    padding: 0 4% 0;
    counter-reset: item;
    list-style-type: none;
  }
  #business #mainArea .mapArea .sp_mapicon_list li {
    padding-left: 55px;
    position: relative;
    margin-bottom: 3%;
  }
  #business #mainArea .mapArea .sp_mapicon_list li::before {
    display: block;
    counter-increment: item;
    content: counter(item);
    font-weight: bold;
    color: #fff;
    background: #800018;
    color: #fff;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 3px solid #97001C;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    font-size: 1.5rem;
    position: absolute;
    top: .1em;
    left: 0;
    padding: 0;
  }
  #business #mainArea .mapArea .sp_mapicon_list li span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #800018;
  }
  #business #mainArea .strength {
    margin: 8% auto;
  }
  #business #mainArea .strength .textbox02 {
    margin: 0 auto;
  }
  #business #mainArea .strength .wrap {
    margin-top: 8%;
  }
  #business #mainArea .strength .wrap .text h3 {
    font-size: 2.6rem;
    color: #6B6B6B;
    padding-left: 55px;
    position: relative;
  }
  #business #mainArea .strength .wrap .text h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: .1em;
    width: 50px;
    height: 50px;
  }
  #business #mainArea .strength .wrap .text h4 {
    font-size: 2rem;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #1F5680;
    margin-top: 1%;
  }
  #business #mainArea .strength .wrap .text p {
    padding: 5% 0;
  }
  #business #mainArea .strength .wrap#strength01 .text h3:before {
    background: url(../../business/img/num01.svg) no-repeat center center;
    background-size: 100%;
  }
  #business #mainArea .strength .wrap#strength02 .text h3:before {
    background: url(../../business/img/num02.svg) no-repeat center center;
    background-size: 100%;
  }
  #business #mainArea .strength .wrap#strength03 .text h3:before {
    background: url(../../business/img/num03.svg) no-repeat center center;
    background-size: 100%;
  }
}
