@charset "utf-8";


@media screen and (max-width:1400px) {
  #case_logo .logo-slider .slick-slide {
    margin: 0 15px;
}

#top-interview .interview-list {
    width: auto;
    max-width: 1100px;
}



}

@media screen and (max-width:1350px) {
  .header .headerFlex .topLink h1 {
    font-size: 14px;
  }
  .header .headerFlex .topLink h1 span {
    font-size: 1.8em;
}
.header .logomark {
    width: 60px;
}
.header h1 {
    padding-left: 70px;
}

#top-interview {
    background-size: 26%;
}

}


@media screen and (max-width:1250px) {
  .header .bar .in {
    width: 98%;
  }
}

@media screen and (min-width:1201px) {
  .sensor-table-botom-note {
  max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width:1200px) {
  #case_logo .slick-prev, #case_logo .slick-next {
    top: 30%;
    height: 40px;
    width: 40px;
  }
  .monitoring .sensor {
      max-width: 100%;
  }

  #interview .interview-list .item {
    flex-basis: auto;
  }
  #interview .interview-list {
    max-width: 700px;
    margin: auto;
    flex-direction: column;
}
}

@media screen and (max-width:1150px) {
  .naviList a{
    padding: 1em;
  }
}

@media screen and (min-width:1101px) {
  .header-sp {
    display: none;
  }
}

@media screen and (max-width:1100px) {
  .footer {
    background-position: center bottom -80px;
  }
  .footer .footerBox {
    background-position: center bottom -80px;
  }
  .top .voice img {
    max-width: 350px;
  }
  .caseDetail .mainBox{
    display: block;
  }
  .caseDetail .caseSlider{
    margin: 0 auto;
    padding-bottom: 1em;
    width: 100%;
  }
  .caseDetail .intro .flexBox{
    justify-content: center;
  }


  #total-support .total-support-top .intro {
      flex-direction: column;
      width: 90%;
      margin: auto;
  }
  #total-support .total-support-top .intro img {
      width: 50%;
      margin: auto;
  }
  #total-support .total-support-top .intro .intro-txt {
      width: 100%;
  }

  .footer-bottom-links .link-list, .footer-bottom-links .link-list-btns {
    display: none;
  }
  .footer-bottom-links img {
    margin: 0 auto;
  }

  #top-mv {
    padding-top: 60px;
  }


  /* ハンバーガーメニュー */
  .header {
    display: none;
  }
  .bread {
    padding-top: 60px;
  }
}


@media screen and (max-width:1060px) {
  .in{
    width: 95%;
  }
  .posiR{
    width: 100%;
  }
  .top .voice img {
    max-width: 330px;
  }
}

@media screen and (max-width:1000px) {
  #news-detail .news-detail-box {
    width: 90%;
  }
  #news .news-list {
    width: 90%;
  }

  .functionSub .columnBox {
    flex-direction: column-reverse;
        gap: 3em;
  }
  .functionSub .subMenu {
    position: static;
    max-width: 100%;
    height: auto;
  }
.functionSub .subMenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .functionSub .subMenu ul li {
    width: 45%;
  }

  #top-interview .interview-list {
    flex-direction: column;
    width: 80%;
  }

  #top-interview {
      padding: 80px 20px 140px;
  }

  #reason .reason-item {
      width: 45%;
  }
  #reason .reason-list {
      width: 80%;
  }

  #reason {
      padding: 140px 20px 80px;
  }

  #case_logo {
    padding: 80px 20px;
  }
  #total-support .total-support-bottom {
    padding: 80px 20px 80px;
  }
  #system {
    padding: 80px 20px;
  }
  #top-news {
    padding: 80px 20px 100px;
  }
  #operation-image {
    padding: 80px 20px;
  }
  .flow {
    padding: 80px 20px;
  }
  .top-award-banner a {
    margin: 60px auto 0;
  }

  #total-support .total-support-bottom .support-list {
        width: 80%;
  }
  .total-support-bottom .support-list .support-item {
        width: 45%;
  }

  .total-support-bottom .support-list .support-item:nth-child(1), .total-support-bottom .support-list .support-item:nth-child(2), .total-support-bottom .support-list .support-item:nth-child(3) {
    margin-bottom: 0;
  }

  #system .system-image {
    padding: 2em;
  }
  #system .system-image .system-content .system-content-detail {
    padding: 1em 1em;
  }

  #total-support {
    background-position: 105% -1%;
  }
  .footer {
    padding-top: 2em;
  }
  .functionSub .item>h3 {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }



  .interview-item-wrapper {
    padding: 4em 1.5em 3em;
  }
  .interview-contents .interview-block {
      width: 100%;
  }
  .interview-detail-wrapper>h3 {
    width: 80%;
  }
  .interview-detail-wrapper .interview-detail-profile {
      max-width: 90%;
  }
  .interview-intro-txt {
    width: 90%;
  }
}


@media screen and (max-width:980px) {
  .spTable{
    display: table;
  }
  .spCell{
    display: table-cell;
  }
  .header h1 span{
    display: block;
  }
  /* .header{
    background: #000857;
  }
  .header strong{
    margin: 0;
    text-align: center;
    display: block;
    padding: 0.2em 0;
    color: #fff;
  }
  .header .bar{
    height: auto;
    position: static;
    padding-top: 0.5em;
  }
  .header .spTable{
    margin: 0 auto;
  }
  .header .logomark{
    position: static;
  }
  .header .logomark img{
    max-width: 60px;
  }
  .header .left,
  .header .right{
    float: none;
  }
  .header h1{
    margin: 0;
  }
  .header ul.menu{
    padding-top: 1.0em;
  }
  .header ul.menu li{
    width: 25%;
    height: auto;
    margin: 0;
    text-align: center;
  }
  .header ul.menu a{
    line-height: 1.5;
    display: inline-block;
    border-bottom: 4px solid #000857;
    padding: 0.5em;
  }
  .header ul.menu li.current,
  .header ul.menu li:hover{
      border: none;
  }
  .header ul.menu li.current a,
  .header ul.menu li:hover a{
      border-bottom: 4px solid #AD8600;
  }
  .header ul.menu li.contact{
    height: auto;
  }
  .header ul.menu li.contact:hover{
    border: 3px solid #AD0000;
  }
  .header ul.menu li.contact a{
    border-bottom: none;
    padding: 0.5em;
  }
  .header .navigation ul.menu{
    padding-top: 0;
  } */
  .top .main{
    text-align: center;
    height: 500px;
  }
  .top .main .img{
    top: auto;
    bottom: -100px;
    right: 0;
    left: 0;
  }
  .top .question{
    height: 400px;
  }
  .top .question .toji img{
    max-width: 200px;
  }
  .top .question .q1{
      left: 10px;
  }
  .top .question .q2{
      top: 120px;
      right: 10px;
  }
  .top .question .q3{
      bottom: 50px;
      left: 10px;
  }
  .top .question .q4{
    bottom: 10px;
    right: 10px;
  }
  .top .help .arrow{
    max-width: 50px;
    top: -70px;
  }
  .top .help .sayBox {
    padding: 0 0.5em;
  }
  .top .help p:first-child {
    font-size: 1.5em;
  }
  .top .help p:last-child {
    font-size: 2.5em;
  }
  .top .help .light{
    max-width: 70px;
  }
  .top .help img.say{
    max-width: 70px;
  }
  .top .point .cell{
    padding: 0;
  }
  .top .point .cell:nth-child(even){
    padding: 0 0.5em;
  }
  .top .point p.b{
    font-size: 0.9em;
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }
  .func .item a{
    height: 480px;
  }

  .func .item .text{
    text-align: left;
    padding: 2.0em 1.5em 0;
  }
  .top .voice{
    text-align: center;
  }
  .top .voice .left,
  .top .voice .right{
    float: none;
  }
  .top .voice strong{
    display: block;
  }
  .top .voice .right{
    padding-top: 2.0em;
  }
  .footer .footerBox a{
    padding: 0.5em 1.0em;
    width: 60%;
  }
  .case .item{
    flex-basis: calc(100%/2);
  }
}

@media screen and (max-width:960px) {
  .functionSub .middle{
    padding-top: 3.5em;
  }
  .functionSub .small {
    padding-top: 3.5em;
  }
}

@media screen and (max-width:900px) {
  .footer-bottom-links img {
    max-width: 260px;
  }
}


@media screen and (max-width:710px) {
  .pcImg{ display: none; }
  .spImg{ display: block; }
  .left,.right{
    float: none;
  }
  /* .header strong{
    display: none;
  }
  .header .bar{
    padding: 1.0em;
  }
  .header h1 span{
    display: block;
  }
  .header ul.menu li,
  .header .navigation ul.menu li{
    width: 50%;
  }
  .header ul.menu li:nth-child(1),
  .header ul.menu li:nth-child(2){
    padding-bottom: 0.5em;
  }
  .header ul.menu li:first-child{
    display: none;
  }
  .header ul.menu li:last-child,
  .header .navigation ul.menu li:last-child{
    width: 100%;
  }
  .header ul.menu a{
    padding: 0.5em 0;
  }
  .header ul.menu li:last-child a{
    display: block;
  }
  .header .navigation{
    padding-bottom: 0.5em;
  } */
  .top{
    padding-top: 1.5em;
  }
  .top .main{
    height: 370px;
  }
  .top .main p.it{
    font-size:1.4rem;
  }
  .top .main p.it br{
      display: block;
  }
  .top .main p.bigCopy{
    font-size: 2.0em;
  }
  .top .main p.smallCopy{
    font-size: 0.9em;
  }
  .top .main .img img{
    width: 200px;
  }
  .top .question{
    height: auto;
    padding: 4.0em 0.5em;
  }
  .top .question .pc{
    display: none;
  }
  .top .question .sp{
    display: block;
  }
  .top .question .spTable{
    margin: 0 auto;
  }
  .top .question .toji{
    top: auto;
    left: 10%;
    right: auto;
    bottom: 10%;
  }
  .top .question .toji,
  .top .question .q{
    position: static;
  }
  .top .question .q img{
    display: block;
    margin: 0 auto;
  }
  .top .question .q1 img{
    max-width: 350px;
  }
  .top .question .q2 img,
  .top .question .q3 img,
  .top .question .q4 img{
    max-width: 120px;
  }
  .top .help{
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }
  .top .help img.say{
    max-width: 80px;
  }
  .top .help p:first-child {
    font-size: 1.2em;
  }
  .top .help p:last-child {
    font-size: 1.5em;
  }
  .top .help .light{
    top: -60px;
  }
  .top .help .arrow{
    left: 20%;
  }
  .top .point .cell{
    display: block;
    padding: 0.5em 0;
  }
  .top .point .triangle{
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #790000;
    border-bottom: none;
    margin: 0 auto;
  }
  .top .about{
    text-align: left;
  }
  .top .machine .cell{
      padding: 0 0.5em;
  }
  .func .left{
    width: 100%;
  }
  .func .item:last-child{
    margin-top: 3.0em;
  }
  .func .item a{
    height: auto;
  }
  .func .item .more{
    position: static;
  }

  .footer .footerBox a{
    font-size: 1.2em;
    padding: 0.5em;
    width: 70%;
  }
  .monitoring .item .left,
  .monitoring .item .right{
    width: 100%;
  }
  .monitoring .item .right{
    max-width: 300px;
    margin: 0 auto;
    padding-top: 0.5em;
  }
  .monitoring .sensor .cell{
    padding-right: 0.5em;
  }
  .monitoring .sensor .cell:last-child{
      padding-right: 0;
  }
  .top .voice strong{
    font-size: 1.5em;
  }
}

@media screen and (max-width:768px) {
  .header strong{
    text-align: center;
  }
  .header .bar{
    padding: 1em;
  }
  .header .headerFlex{
    display: block;
  }
  .header .topLink{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .logomark{
    position: static;
    transform: none;
  }
  .header h1{
    padding: 0;
  }
  .function .in{
    width: 85%;
  }
  .function .itemBox{
    display: block;
  }
  .function .item{
    margin: 0 0 1em;
  }
  .function .item p{
    padding: 1em 0 0!important;
  }
  .functionSub .subMenu.subMenuTop{
    position: static;
    top: auto;
    transform: none;
  }
  .functionSub .subMenu.subMenuTop ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
  }
  .functionSub .subMenu.subMenuTop ul li{
    padding: 0.5em 0.5em 0.5em 1.5em;
  }
  .functionSub .mainContents{
    margin: 0;
  }
  .functionSub .bottomSubMenu{
    display: block;
    padding: 1em;
    border: 1px solid #888;
    margin-top: 3em;
  }
  .functionSub .bottomSubMenu ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .functionSub .bottomSubMenu ul li{
    flex: calc(100%/4);
    text-align: center;
    padding: 0.5em;
  }
  .functionSub .bottomSubMenu ul li a{
    text-decoration: none;
    display: block;
  }
  .functionSub .bottomSubMenu ul li.current a{
    background: #000857;
    color: #fff;
    padding: 0.5em;
  }
  .caseDetail .faqBox h3{
    padding: 0;
    display: block;
  }
  .caseDetail .faqBox h3::before{
    content: none;
  }
  /*** flow ************/
  .flow .itemBox .item{
    display: block;
  }
  .flow .itemBox .item h3{
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
        padding: 0;
  }
  .flow .itemBox .item h3:before{
    content: counter(number) " . ";
    padding-right: 0.4em;
  }
  .flow .itemBox .item h3 span:first-child::after{
    content: "・";
  }
  .flow .itemBox .item div{
    padding: 1em;
  }

  #flow {
    background-size: 26%;
    background-position: 105% -2%;
  }

  /*** news ************/
  #news-detail .news-detail-box-top {
    display: flex;
    gap: .2em;
    margin-bottom: 1em;
    align-items: flex-start;
    flex-direction: column;
  }
  #news-detail .news-detail-box {
    padding: 2em;
  }
  .news-list .news-list-item .news-list-item-top {
    gap: 0.2em;
    align-items: flex-start;
    flex-direction: column;
}
.news-list .news-list-item .categories a {
    padding: .2em .5em .1em;
}
.news-list .news-list-item {
    padding: .5em;
}

#case_logo .logo-slider .slick-slide {
    margin: 0 .5em;
}

#reason .reason-list {
    gap: 1em;
    width: 100%;
}

#reason .top-reason-ttl {
    top: 1em;
}

#total-support {
    padding: 80px 0 0;
}

#total-support .total-support-top .check {
    padding: 2em 1em 2em 3em;
}

#total-support .total-support-bottom .support-list {
        gap: 1em;
        width: 100%;
}
#total-support .total-support-bottom .support-list {
        gap: 1em;
        width: 100%;
}
#total-support .total-support-bottom {
    background-size: auto 80%;
}
#top-interview {
    background-size: 30%;
    background-position: -5% 101%;
}
#top-interview .interview-list {
  width: 90%;
}
.footer-bottom-links img {
    max-width: 260px;
}

.footer-bottom-links {
    padding-bottom: 1em;
}
.footer .footer-bottom {
    padding: 1em 20px;
}
.footer-bottom-pascal {
    gap: 1em;
    flex-direction: column;
}
.footer-bottom-pascal {
    gap: .5em;
    flex-direction: column;
}
.footer-pascal-logo {
    width: auto;
    max-width: 230px;
}
.footer-bottom-pascal .address {
    width: auto;
    max-width: 500px;
}
.footer-pascal-logo {
    width: auto;
    max-width: 230px;
}
.footer-bottom-links {
    margin-bottom: 1em;
}

#operation-image .operation-image-wrapper {
    padding: 1em;
}

.sub h2 p:first-child {
        line-height: 1.2;
        margin-bottom: .3em;
}

.interview-contents .interview-block .interview-item dt>img, .interview-contents .interview-block .interview-item dd>img {
    width: 50px;
}
.interview-contents .interview-block .interview-item .interview-item-txt {
    padding: 1em;
}
.interview-item-wrapper {
    padding: 4em 1em 3em;
}
.interview-detail-wrapper .interview-detail-profile .content .profile-img {
    height: auto;
    width: 60%;
    margin: auto;
}
.interview-detail-wrapper .interview-detail-profile .content .profile-txt {
    width: auto;
}
.interview-detail-wrapper .interview-detail-profile .content {
    flex-direction: column;
}
.interview-detail-wrapper>h3 {
    margin: 2em auto 0;
}
.interview-intro-txt {
    margin: 2em auto 0;
}
.interview-contents {
    margin-top: 2em;
}


.achievements-table-wrapper {
    padding: 1em .5em;
}

.case-logo-list-main-wrapper .case-logo-list-main .case-logo-main-item {
    width: calc(100% / 4 - 1em);
}




/* システムイメージ */
#system .system-image .system-content .system-content-detail {
    flex-direction: column;
}
.system-content1 .system-content-detail .system-content-detail-item {
    width: 100%;
}
.system-content2 .system-content-detail .system-content-detail-item {
    width: 100%;
}
.system-content2 .system-content-detail .system-content-detail-item3 {
    width: 100%;
}
.system-content2 .system-content-detail .system-content-detail-item3 .list-flex {
    gap: 0;
    flex-direction: column;
}
.system-content2 .system-content-detail .system-content-detail-item3 .list-flex ul {
    width: 100%;
}
.system-content3 .system-content-detail .system-content-detail-item ul li {
    width: 100%;
}

}

@media screen and (max-width:700px) {
  #reason .reason-item .reason-item-txt span {
      display: inline;
  }
    #reason .reason-item .reason-item-txt span:nth-child(2) {
      margin-left: -.3em;
  }
  #reason .reason-item .reason-item-txt {
    text-align: left;
  }
  .total-support-bottom .support-list .support-item .support-item-txt span {
    display: inline;
  }
  .total-support-bottom .support-list .support-item .support-item-txt span:nth-child(2) {
    margin-left: -.3em;
  }
  .total-support-bottom .support-list .support-item .support-item-txt {
    text-align: left;
  }
}

@media screen and (max-width:650px) {
  .monitoring .sensor .table {
    flex-direction: column;
}
.monitoring .sensor .table .sensor-item {
    width: 60%;
    margin: auto;
}
}


@media screen and (max-width:600px) {
  .to-news-list {
      margin-top: 2em;
  }
  #news-detail .news-detail-box {
      margin: 0 auto 1em;
  }
  .functionSub .subMenu.subMenuTop ul {
      flex-direction: column;
      justify-content: center;
  }
  .functionSub .subMenu ul li {
      width: 100%;
  }
  .functionSub .subMenu.subMenuTop ul li {
      padding: 0.2em 0.5em 0.2em 1.5em;
   }

  #system .system-image .system-content h3 {
    padding: .3em;
    border-radius: 12px 12px 0 0;
    writing-mode: horizontal-tb;
  }
  #system .system-image {
    padding: 1.5em;
  }
  #system .system-image .system-content {
    flex-direction: column;
  }
  .system-content-detail .system-content-detail-item {
    padding: .5em 1em;
  }
  #system .system-image .system-content .system-content-detail {
    gap: .5em;
    padding: .7em;
  }
  .func .item strong {
    padding: .2em 1.0em;
  }

  #top-interview .interview-list .item>a {
    flex-direction: column;
  }
  #top-interview .interview-list .item>a .txtBox {
    width: 100%;
  }
  #top-interview .interview-list .item>a .imgBox {
      width: 60%;
      margin: auto;
  }
  .top-interview .interview-list .item>a .txtBox h3 {
    margin-bottom: .3em;
  }
  #top-interview .interview-list .item>a .txtBox h3 {
    margin-bottom: .3em;
  }

  #top-interview .interview-list .item>a {
    gap: .5em;
  }
  .footer-bottom-links img {
        max-width: 200px;
  }
  .footer-pascal-logo {
        width: auto;
        max-width: 170px;
  }
      .footer-bottom-pascal .address {
        width: auto;
        max-width: 500px;
        font-size: 16px;
    }
    .footer-bottom-links {
        margin-bottom: 0;
    }
    .footer-bottom-pascal {
        gap: 0;
        flex-direction: column;
    }
    .footer .footerBox .posiA {
      max-width: 100%;
  }

  .posiR .home-img img {
    height: 230px;
  }

  .sp-menu-btn {
    flex-direction: column;
  }

#sitemap .link-list {
    flex-direction: column;
    align-items: center;
}
#sitemap .link-list .list-column {
    width: 100%;
}
#sitemap .link-list {
  padding: 0 .5em;
}

#interview .interview-list .item>a {
    flex-direction: column-reverse;
}



#interview .interview-list .item>a .imgBox {
    width: 60%;
    margin: auto;
}
#interview .interview-list .item>a .txtBox {
    width: 100%;
}

  .news-detail-box .content img {
    margin: 1em 0;
    width: 100%;
  }

}

@media screen and (min-width:520px) and (max-width:600px) {
    #interview .interview-list .item>a {
        margin-bottom: 2em;
    }
  }

@media screen and (max-width:550px) {
  .functionSub .subMenu.subMenuTop ul li{
  flex: calc(100%/3);
}
.functionSub .bottomSubMenu ul li{
  flex: calc(100%/2);
}
.case .item{
  flex-basis: calc(100%);
}
.caseIndex .flexBox {
    padding-top: 1em;
}

}


@media screen and (max-width:500px) {
  #reason .reason-list {
    width: 80%;
    flex-direction: column;
  }
  #reason .reason-item {
      width: 100%;
  }

  #total-support .total-support-top .intro {
      width: 100%;
  }

  #case_logo .slick-prev, #case_logo .slick-next {
        height: 35px;
        width: 35px;
        right: -35px;
  }
  #case_logo .slick-prev, #case_logo .slick-prev {
        height: 35px;
        width: 35px;
        left: -35px;
  }

  .to-interview-list {
    margin-top: 2em;
  }
  .top-award-banner a {
        margin: 40px auto 0;
  }
  #case_logo {
        padding: 50px 20px;
  }
  #top-interview {
        padding: 60px 20px 70px;
  }
  #reason {
        padding: 120px 20px 50px;
  }
  #total-support {
        padding: 50px 0 0;
  }
  #system {
        padding: 50px 20px;
  }
  .func {
    padding: 50px 0;
  }
  #top-news {
        padding: 50px 20px 60px;
  }
  #operation-image {
        padding: 50px 20px;
  }
  .flow {
        padding: 50px 20px;
  }

  #total-support .total-support-top .intro .intro-txt .support-contents {
    gap: .5em;
  }
  #total-support .total-support-bottom .support-list {
        width: 80%;
        flex-direction: column;
  }
  .total-support-bottom .support-list .support-item {
        width: 100%;
  }
  #total-support .total-support-bottom {
    background-size: auto 90%;
  }
  #case_logo .slick-prev, #case_logo .slick-next {
        top: 40%;
  }

  .monitoring .sensor .table .sensor-item {
    width: 90%;
  }
  .monitoring .sensor {
    padding: 1.5em;
  }

  #case_logo .slick-prev::after {
    top: 30%;
  }
  #case_logo .slick-next::after {
    top: 30%;
  }

  /* interview */
  .interview-detail-wrapper .interview-detail-profile .content .profile-img {
        width: 80%;
  }
  .interview-detail-wrapper>h3 {
        width: 90%;
    }
  .interview-detail-wrapper .interview-detail-profile {
        padding: 4em 1em 2em;
  }
  .interview-item-wrapper {
        padding: 3em 1em 3em;
  }
  .interview-contents .interview-block .interview-item dt, .interview-contents .interview-block .interview-item dd {
    flex-direction: column;
  }
  .interview-contents .interview-block .interview-item dt {
    margin-bottom: 2em;
  }
  .interview-item-wrapper .interview-item:not(:last-child) {
    margin-bottom: 5em;
  }


}



@media screen and (max-width:475px) {
  .functionSub .subMenu.subMenuTop ul li{
  flex: calc(100%/2);
}
.caseDetail .intro .flexBox{
  display: block;
}
.caseDetail .intro .brand{
  text-align: center;
}
.caseDetail table{
  margin: 0 auto;
  width: 95%;
}
.caseDetail .faqBox{
  margin: 0 1em;
  padding: 1em;
}


#system {
  padding: 50px 10px;
}
#system .system-image {
  padding: 1.5em 1em;
}

  .footer .footerBox a {
        padding: 0.1em;
  }

.caseDetail table.prof tr {
    padding: .7em .5em;
    display: block;
}
}

@media screen and (max-width:470px) {
.case-logo-list-main-wrapper .case-logo-list-main .case-logo-main-item {
    width: calc(100% / 3 - 1em);
}
.case-logo-list-main-wrapper .case-logo-list-main {
    gap: .5em;
}
.case-list {
    padding-top: 3em;
}



.interview-contents .interview-block .interview-item dt>img, .interview-contents .interview-block .interview-item dd>img {
    width: 40px;
}

#interview .interview-list .item>a .imgBox {
  width: 70%;
}
}

@media screen and (max-width:400px) {
  #reason .reason-list {
    width: 90%;
  }
  #total-support .total-support-bottom .support-list {
    width: 90%;
  }

}

@media screen and (max-width:360px) {
  .news-category-list>div a {
    width: 50%;
  }
}
@media screen and (max-width:340px) {
  .functionSub .subMenu.subMenuTop ul li{
  flex: calc(100%);
  text-align: center;
}
.functionSub .bottomSubMenu ul li{
  flex: calc(100%);
}
}
@media screen and (max-width:440px) {
  .sub h2 p:first-child {
    padding: 0 1.5em;
  }
  .sub h2 p:first-child:before,
  .sub h2 p:first-child:after {
      width: 35px;
  }
  .pageTop a {
      font-size: 3.0em;
  }
  .top .main p.smallCopy span.spColumn{
    padding-right: 0;
    display: block;
  }
  .top .help .sayBox .spColumn{
    display: block;
  }

  /*** news ************/
  #news-detail .news-detail-box {
    padding: 2em 1.5em;
  }
  .to-news-list {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .pagenavi {
    gap: 3em;
  }

  .news-category-list>div {
    gap: .5em;
  }
  #pagination .pagination {
    margin-bottom: 1em;
  }
  .flow {
        padding: 50px 10px;
  }

  #total-support {
    background-size: 30%;
  }
  #flow {
    background-size: 30%;
  }

  #top-interview .interview-list .item>a .imgBox {
        width: 80%;
  }

}

@media screen and (max-width:380px) {
  .top .main p.bigCopy {
    font-size: 1.95em;
  }
  .caseDetail table.prof tr:nth-child(3) th  {
    width: 20%;
  }
}

@media screen and (max-width:350px) {
.interview-detail-wrapper .interview-detail-profile .profile {
    width: 60%;
    text-align: center;
}

}