.page_title {
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .page_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 4.53333vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../img/other-solution/top/mv.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../img/other-solution/top/mv_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.main-visual .main-visual_titlebox {
  display: table-cell;
  z-index: 50;
  position: relative;
  height: 300px;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox {
    height: 46vw;
  }
}

.page_title {
  color: #0a2986;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 5.86667vw;
  }
}

.page_text {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .page_text {
    margin-top: 1.8254rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .page_text {
    width: 91%;
    margin: 3.06667vw auto 0;
    text-align: left;
  }
}

.img {
  width: 900px;
  margin: 50px auto 0;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .img {
    width: 71.42857rem;
    margin: 3.96825rem auto 0;
  }
}

@media screen and (max-width: 500px) {
  .img {
    width: 89%;
    margin: 13vw auto 0;
  }
}

.img img {
  width: 100%;
}

.lineup_area {
    position: relative;
    width: 1120px;
    margin: 50px auto 30px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-wrap :wrap;
    background: #00B3ED;
}
.lineup_area h3{
    display: none;
}
.lineup_area .lineup_list{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px;
    flex-wrap: wrap;
}
.lineup_area ul:last-child{
    margin-top: 0;
}
.lineup_area .lineup_list li{
    margin-right: 1em;
    width: 112px;
}
.lineup_area .lineup_list li:last-child{
    margin-right: 0;
}

.lineup_area .lineup_list a{
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    background: rgba(255,255,255,1);
    border-radius: 3%;
    color: #0D2B87;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.07em;
    flex-wrap :wrap;
    align-items:flex-start;
    transition: 0.4s ease-out;
    border: 3px solid #fff;
    
}
.lineup_area .lineup_list a:hover{
    background: rgba(255,255,255,0.7);
    border-color: #0D2B87;
}
.lineup_area .lineup_list a::after {
    z-index: 1;
    position: absolute;
    top: 102%;
    left: 45%;
    content: "";
    transition: top 0.3s ease-out;
}
.lineup_area .lineup_list a:hover::after {
    top: 108%;
    width: 15px;
    height: 15px;
    margin-top: calc(-14px / 2);
    transform: rotate(315deg);
    border-left: 3px solid #0a2986;
    border-bottom: 3px solid #0a2986;
}
.lineup_area .lineup_list a:hover{
    
}
.lineup_area .lineup_list a img{
    width: 45px;
    height: auto;
    display: block;
    margin:0 auto 0.5em;
}
.lineup_area .lineup_list a span{
    display: block;
    width: 100%;
    line-height: 1.25;
}

@media screen and (max-width: 980px) {
    .lineup_area {
        width: 100%;;
    }
    .lineup_area .lineup_list{
        margin: 25px 15px;
    }
    .lineup_area .lineup_list li{
        width:calc(100% / 10);

    }
    .lineup_area .lineup_list a{
        font-size: 1.2rem;
        padding: 7px 0;
        align-items: center;
    }
    .lineup_area .lineup_list a img{
        width: 35px;
        margin:0 auto 0.25rem;
    }
}

@media screen and (max-width: 500px) {
    .lineup_area {
        width: 100%;
        margin:6.48651vw auto;
    }
    .lineup_area h3{
        display: block;
        font-size: 4.2vw;
        color: #fff;
        margin-top: 0.5rem;
    }
    .lineup_area .lineup_list{
        flex-wrap: wrap;
        margin: 2vw 2vw 0 2vw;
        justify-content: start;
    }
    .lineup_area .lineup_list:last-child{
        margin-bottom: 1vw
    }
    .lineup_area .lineup_list li{
        width: calc(100% / 3 - 0.78vw);
        max-width: 100%;
        margin:0 1.1vw 1vw 0;
    }
    .lineup_area .lineup_list li:nth-child(3n){
        margin-right: 0;
    }

    .lineup_area .lineup_list a{
        flex-wrap: nowrap;
        padding: 1vw;
        font-size: 2.7vw;
    }
    .lineup_area .lineup_list a::after,
    .lineup_area .lineup_list a:hover::after{
        display: none;
    }
    .lineup_area .lineup_list a img{
        width: 5.1566vw;
        height: auto;
        display: block;
        margin:0 auto;
    }
}


.flow-box {
  margin-bottom: 30px;
}
.flow-box dl {
    display: flex;
    width: 1120px;
    border: 1px solid #e4e4e4;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: #1f1f1f;
    align-items:center;
    background-color: #f0f3fd;
}
.flow-box dl:last-of-type {
  margin-bottom: 0;
}
.flow-box dl dt {
    display: flex;
    justify-content: center;
    flex-wrap :wrap;
    width: 115px;
    height: 100%;
    font-weight: bold;
    color: #0D2B87;
}
.flow-box dl dt img{
    width: 40px;
}
.flow-box dl dt span{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.25em;
    line-height: 1.2;
}


.flow-box dl dd {
    width: calc(100% - 115px);
}
.flow-box dl dd a,
.flow-box dl dd .flow-unit{
    padding: 15px 20px; 
    display: block;
    width: 100%;
    height: 100%;
    color: #1f1f1f;
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
    transition: opacity 0.3s ease-out;
    border-left: 1px solid #e4e4e4;
}
.flow-box dl dd a:hover,
.flow-box_2column dl dd a:hover{
    opacity: 0.5;
}
.flow-box dl dd a:first-child,
.flow-box dl dd div.flow-unit:first-of-type{
    min-height: 90px;
    border-top:none;
}

.flow-box dl dd h3,
.flow-box_2column dl dd h3{
    position: relative;
    display: inline;
    color: #0D2B87;
    font-size: 1.8rem;
    font-weight: bold;
    padding-right: 1em;
}
.flow-box dl dd a h3::after,
.flow-box_2column dl dd a h3::after{
    z-index: 1;
    position: absolute;
    top: 55%;
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: calc(-10px / 2);
    transform: rotate(315deg);
    border-right: 2px solid #0a2986;
    border-bottom: 2px solid #0a2986;
    content: "";
    transition: right 0.3s ease-out;
}
.flow-box dl dd a.new-window h3::after,
.flow-box_2column dl dd a.new-window h3::after{
    z-index: 1;
    position: absolute;
    top: 25%;
    right: -0.4em;
    width: 16px;
    height: 13px;
    margin: auto 0;
    transform: rotate(0);
    border: none;
    background-image: url(./../../../img/common/icon-window.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: right 0.3s ease-out;
}
.flow-box dl dd a:hover h3::after,
.flow-box_2column dl dd a:hover h3::after{
    right: -0.5em;
}
.flow-box dl dd p,
.flow-box_2column  dl dd p {
    margin-top: 0.5em;
}



.flow-box_2column{
    position: relative;
    height: 1188px;
}

.flow-box_2column dl{
    position: absolute;
    box-sizing: border-box;
    width: calc(50% - 15px);
    margin: 0 0 30px 0;
    border: 1px solid #e4e4e4;
    font-size: 1.4rem;
    color: #1f1f1f;
    background-color: #f0f3fd;
}
.flow-box_2column dl:nth-child(1){
    top:0;
}
.flow-box_2column dl:nth-child(2){
    top:0;
    right: 0;
}
.flow-box_2column dl:nth-child(3){
    top:204px;
    right: 0;
}
.flow-box_2column dl:nth-child(4){
    top:348px;
}
.flow-box_2column dl:nth-child(5){
    top:388px;
    right: 0;
}
.flow-box_2column dl:nth-child(6){
    top:655px;
}
.flow-box_2column dl:nth-child(7){
    top:820px;
    right: 0;
}
.flow-box_2column dl dt {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-weight: bold;
    color: #0D2B87;
}

.flow-box_2column dl dt img{
    width: 30px;
}
.flow-box_2column dl dt span{
    margin-left: 1em;
}

.flow-box_2column dl dd {
    width: 100%;
}
.flow-box_2column dl dd a,
.flow-box_2column dl dd .flow-unit{
    padding: 15px 20px; 
    display: block;
    width: 100%;
    height: 100%;
    color: #1f1f1f;
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
    transition: opacity 0.3s ease-out;
}
/*
.flow-box_2column dl dd a:first-child,
.flow-box_2column dl dd div.flow-unit:first-of-type{
    min-height: 125px;
}*/

@media screen and (max-width: 980px) {
    .flow-box dl {
        width: 100%;
        font-size: 1.35rem;
    }
    .flow-box dl dt img{
        width:  30px;
    }
    .flow-box dl dd h3, .flow-box_2column dl dd h3{
        font-size: 1.5873rem;
    }
    .flow-box dl dd a h3::after, .flow-box_2column dl dd a h3::after{
        width: 8px;
        height: 8px;
        margin-top: calc(-8px / 2);
    }
    .flow-box dl dd a.new-window h3::after,
    .flow-box_2column dl dd a.new-window h3::after{
        top: 16%;
        right: -0.75em;
    }
    .flow-box dl dd p, .flow-box_2column dl dd p{
        font-size: 1.11111rem;
    }
    .flow-box_2column{
        height:  1042.829px;
    }
    .flow-box_2column dl:nth-child(3){
        top: 187.547px;
    }
    .flow-box_2column dl:nth-child(4) {
        top: 311.094px;
    }
    .flow-box_2column dl:nth-child(5){
        top: 359.094px;
    }
    .flow-box_2column dl:nth-child(6){
        top: 590.188px;
    }
    .flow-box_2column dl:nth-child(7){
        top: 745.735px;
    }
}
@media screen and (max-width: 500px) {
    .flow-box {
        margin-bottom: 4.66667vw;
    }
     .flow-box dl {
         flex-wrap: wrap;
         margin-bottom: 4.66667vw;
    }
    .flow-box dl dt,
    .flow-box_2column dl dt{
        flex-wrap: nowrap;
        align-items: center;
        justify-content: left;
        width: 100%;
        padding: 1vw 4vw;
    }
    .flow-box dl dt span,
    .flow-box_2column dl dt span {
        display: inline;
        font-size: 4.2vw;
        width: auto;
        margin:0 0 0 0.5em;
        line-height: 2.2;
    }
    .flow-box dl dd{
       width: 100%;
    }
    .flow-box dl dd h3, .flow-box_2column dl dd h3{
        font-size: 3.5vw;
    }
    .flow-box dl dd a, .flow-box dl dd .flow-unit,
    .flow-box_2column dl dd a, .flow-box_2column dl dd div.flow-unit{        
        padding: 3.33333vw 4vw 4vw;
        border-left: none;
    }
    .flow-box dl dd p, .flow-box_2column dl dd p{
        font-size: 3.06667vw;
    }
    .flow-box_2column{
        display: block;
        height: auto;
        width: 100%;  
        margin-bottom: 10.66667vw;
    }
    .flow-box_2column dl{
        position: static;
        display: block;        
        width: 100%;
        margin-bottom: 4.66667vw;
    }
  .flow-box .flow-unit {
    margin-bottom: 5.33333vw;
  }
  .flow-box .flow-unit:last-of-type {
    margin-bottom: 5.33333vw;
  }

}

.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}

/*# sourceMappingURL=../../../css-map/pages/other-solution/index.css.map */
