
/* 下層テンプレートの見出し */
#conbar p,
#conbar h2,
#underlayer_inner h2,
#conbar h3,
#conbar h4,
#conbar h5 {
    text-align: left;
}

#conbar {
  line-height: 1.8;
}

.blockeditor-area h2,
.ttl-pattern1 {
    font-size: calc(24 * var(--rem));
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    max-width: calc(100% - 60px);
    font-weight: 700;
    margin-top: 40px;
}

.blockeditor-area  h2::after,
.ttl-pattern1::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #333;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: -55px;
}



.blockeditor-area h3,
.ttl-pattern2 {
    font-size: calc(20 * var(--rem));
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

/* h3:not(.conbox h3) {
    margin-top: 50px;
    margin-bottom: 20px;
} */

.blockeditor-area h4,
.ttl-pattern3 {
    font-size: calc(18 * var(--rem));
    font-weight: 700;
}

.blockeditor-area h5,
.ttl-pattern4 {
    font-size: calc(16 * var(--rem));
    font-weight: 700;
}

.conbox figcaption {
    text-align: center;
    font-size: calc(14 * var(--rem));
}

.solutions02 h4 a {
    color: #333;
}

.solutions02 h4,
.solutions-card2 h4,
.ttl-pattern5 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #8b8b8b;

}

.solutions03 h4,
.ttl-pattern6 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8b8b8b;
      font-size: calc(18 * var(--rem));
}

.solutions02 p {
    margin-bottom: 45px;
}

.ttl-pattern7 {
    font-size: calc(28 * var(--rem));
    margin-bottom: 40px;
    font-weight: 700;
}

.strong-txt1 {
    color: #004EA2;
    font-weight: 600;
}
@media all and (min-width: 768px) {
    .blockeditor-area h2,
.ttl-pattern1 {
    max-width: calc(100% - 80px);
}

.blockeditor-area  h2::after,
.ttl-pattern1::after {
    width: 60px;
    right: -75px;
}
}
@media all and (min-width: 992px) {

    .blockeditor-area h2,
    .ttl-pattern1 {
        font-size: calc(28 * var(--rem));
        margin-left: 0;
        max-width: calc(100% - 190px);
    }

    .blockeditor-area h3,
    .ttl-pattern2 {
        font-size: calc(24 * var(--rem));
    }

    .blockeditor-area h2::after,
    .ttl-pattern1::after {
        width: 225px;
        right: -240px;
    }
    .blockeditor-area h4,
    .ttl-pattern3 {
        font-size: calc(20 * var(--rem));
    }
    
    .blockeditor-area h5,
    .ttl-pattern4 {
        font-size: calc(18 * var(--rem));
    }
    .blockeditor-area h3,
    .ttl-pattern2 {
        margin-bottom: 40px;
    }
    .conbox figcaption {
        text-align: left;
    }

 
}

@media all and (min-width: 1200px) {
    .solutions03 h4,
    .ttl-pattern6 {
          font-size: calc(24 * var(--rem));
    }
}
@media all and (min-width: 1600px) {
    .blockeditor-area h2,
    .ttl-pattern1 {
        margin-left: -110px;
    }



    .blockeditor-area h2::after,
    .ttl-pattern1::after {
        width: 310px;
        right: -345px;
    }

}
/* //下層テンプレートの見出し */

/* 下層FV */
.head-ttl-wrap .container{
    padding: 0 clamp(15px, 4%, 4%);
}

@media all and (min-width: 1200px) {
    .head-ttl-wrap .container {
      max-width: 1200px;
      padding-left: 65px;
      padding-right: 20px;
    }
  }

  @media all and (min-width: 1600px) {
    .head-ttl-wrap .container {    
      padding-right: 47px;
    }
  }
  @media all and (min-width: 1800px) {
    .head-ttl-wrap .container {
      max-width: 1320px;
    }
  }
.head-ttl-wrap {
    padding: 8rem 0px 5rem;
    background-image: url(../images/common/under-head-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.head-ttl {
    font-size: calc(35 * var(--rem));
    font-weight: 400;
    margin-bottom: 0.5rem;
    line-height: 1;
    color: #fff;
   
}

.head-subttl {
    font-size: calc(24 * var(--rem));
    padding-left: 3px;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: capitalize; /* 頭だけ大文字にする */
}

@media all and (min-width: 992px) {
    .head-ttl-wrap {
        padding: 14rem 0px 5rem;
    }

    .head-ttl {
        font-size: calc(45 * var(--rem));
    }
}
@media all and (min-width: 1600px) {
    .head-ttl-wrap {
        padding: 16rem 0px 6rem;
    }
    .head-ttl {
        font-size: calc(45 * var(--rem));
    }

}
/* //下層FV */


/* 背景 */
.bg-gray {
    background: #F6F6F6;
    margin: 0 calc(50% - 50vw);
}
/* //背景 */



/* テーブル */
/* #bl_table {
    margin-top: 40px;
} */

#bl_table th,
.bl_table th{
    padding: 10px 10px 8px 10px;
    border-bottom: 1px solid #BCBCBC;
    letter-spacing: 1px;
    color: var(--main-blue);
    font-size: 12px;
    text-align: center;

}

#bl_table td,
.bl_table td {
    padding: 20px 5px;
    border-bottom: 1px solid #BCBCBC;
    font-size: calc(11 * var(--rem));
}

#bl_table a,
.bl_table a {
    color: #004EA2;
    text-decoration: underline;
}

@media all and (min-width: 992px) {
    /* #bl_table {
        margin-top: 80px;
    } */

    #bl_table td,
    .bl_table td {
        padding: 30px 10px;
        font-size: calc(16 * var(--rem));
    }

    #bl_table th,
    .bl_table th {
        font-size: calc(16 * var(--rem));
    }
}

/* //テーブル */


/* リスト */
#conbar ul li {
    text-align: left;
}

.conbox ul li {
    padding: 5px 9px 5px 25px;
}



/* //リスト */
/* リンクリスト */
.arrowli li>a {
    padding: 17px 63px 17px 0px;
    border-bottom: 1px solid #B8B8B8;
    display: block;
    position: relative;
    font-size: calc(18 * var(--rem));
    color: #333;
}
.arrowli li>a:hover{
    opacity: 1;
}
.arrowli li>a:before {
    content: "";
    width: 30px;
    height: 30px;
    transition: all .3s;
    border: 1px solid var(--main-blue);
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.arrowli li>a::after {
    content: '';
    width: 7.5px;
    height: 7.5px;
    border-top: solid 2px var(--main-blue);
    border-right: solid 2px var(--main-blue);
    position: absolute;
    right: 36px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

.arrowli li>a:hover:before {
    background: linear-gradient(#0392d7 0%, #063e96 100%);
    transform: translateY(-50%) scale(1.3, 1.3);
    border: none;
}

.arrowli li>a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%) scale(1.3, 1.3);
}

@media all and (min-width: 992px) {
    .arrowli li>a:before {
        width: 35px;
        height: 35px;
    }

    .arrowli li>a::after {
        right: 38px;
    }

    .arrowli li>a{
        padding: 25px 75px 25px 0px;
    }
}

/* //リンクリスト */

/* リスト */
.ul-list-pattern1>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.ul-list-pattern1>li:last-child{
    margin-bottom: 0;
}

.ul-list-pattern1>li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-blue);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.ol-list-pattern1>li::marker {
    color: var(--main-blue);
}
.blockeditor-area .ul-list-pattern1 a,
.blockeditor-area .ol-list-pattern1 a{
    color: #004EA2;
    text-decoration: underline;
}

.blockeditor-area ul li,
.blockeditor-area ol li{
    font-size: calc(14 * var(--rem));
}
@media all and (min-width: 768px) {
    .ul-list-pattern1>li {
        margin-bottom: 13px;
    }
}
@media all and (min-width: 992px) {
    .blockeditor-area ul li,
.blockeditor-area ol li{
      font-size: calc(16 * var(--rem));
}
}
/* リスト */

/* 枠付きテキスト */
.textbox-pattern1 {
    border: 1px solid #BCBCBC;
    padding: 30px 20px;
}

@media all and (min-width: 992px) {
    .textbox-pattern1 {
        padding: 50px 40px;
    }
}

/* //枠付きテキスト */
/* レイアウト */
#underlayer_inner,
.underlayer_inner {
    margin: 50px 0 70px;

}

.wrapper {
    max-width: 800px;
    padding: 0 clamp(20px, 4%, 4%);
    box-sizing: initial;
    margin-inline: auto;
}

#right-sidebar {
    margin: 0 14px 70px;
}

.clearfix {
    display: block;
}

.conbox {
    text-align: center;
}


.mtb15 {
    margin: 15px 0;
}

#main_area {
    width: 100%;
    margin: 0 auto;

}
.column-pattern1-leftbox{
    margin-bottom: 30px;
}
.column-pattern1-leftbox img{
    width: 100%;
}
.column-pattern1-leftbox figcaption{
      font-size: calc(14 * var(--rem));
}
@media all and (min-width: 768px) {
    .conbox {
        float: left;
        margin: 0 2.5% 0 2.5%;
        text-align: start;
    }
    .column-pattern1{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 6.5%;
        }
}

@media all and (min-width: 992px) {

 
  #underlayer_inner
  .underlayer_inner {
        margin: 110px 0px 70px;
    }

    .side-wrapper {
        display: flex;
        gap: 30px;
    }

    .side-wrapper #main_area {
        max-width: 840px;

    }

    #right-sidebar {
        display: block;
        width: 250px;
        flex-shrink: 0;
        margin: 50px 0 0;
    }
    .wrapper{
        padding: 0 clamp(20px, 2%, 2%);
    }
}

@media all and (min-width: 1200px) {
    .side-wrapper{
        gap: 50px;
    }
    .underlayer-container {
        max-width: 1100px;
    }
    .wrapper{
        max-width: 1076px;
    }
    #right-sidebar {
        width: 307px;
    }
}

@media all and (min-width: 1400px) {
  
}

/* //レイアウト */

/* 画像 */
.img-shadow,
.conbox img:not(.alignnone) {
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}



/* //画像 */


/* ボタンパターン1 */
.subpage-btn-pattern1 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 11px 70px 11px 40px;
    min-width: 240px;
    margin-inline: auto;
    position: relative;
    transition: all 0.3s;
    background-color: #fff;
    font-size: calc(18* var(--rem));
    border-radius: 40px;
    color: #333;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    font-weight: 700;
}

.subpage-btn-pattern1:hover {
    display: inline-block;
    transform: scale(1.1, 1.1);
    opacity: 1;
    color: #333;
    text-decoration: none;
}

.subpage-btn-pattern1:before {
    content: "";
    width: 30px;
    height: 30px;
    transition: all .3s;
    border: 1px solid var(--main-blue);
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.subpage-btn-pattern1::after {
    content: "";
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    right: 33px;
    border-top: solid 2px var(--main-blue);
    border-right: solid 2px var(--main-blue);
    top: calc(50% + 1px);
    transform: rotate(45deg) translateX(-50%) translateY(-50%);
}

.subpage-btn-pattern1:hover.subpage-btn-pattern1:before {
    background: linear-gradient(#0392d7 0%, #063e96 100%);
    transform: translateY(-50%) scale(1.1, 1.1);
    border: none;
}

.subpage-btn-pattern1:hover.subpage-btn-pattern1:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%) translateX(-50%) scale(1.1, 1.1);
    /* transform: rotate(45deg) translateY(-50%);
    right: 45px; */
}


@media all and (min-width: 992px) {
    .subpage-btn-pattern1 {
        padding: 23px 70px 23px 40px;
 }
 .subpage-btn-pattern1:before  {
      width: 35px;
      height: 35px;
    }
    .subpage-btn-pattern1::after{
        right: 35px;
    }
}

/* //ボタンパターン1 */

/* ボタンパターン2 */
.subpage-btn-pattern2 {
    padding: 10px 43px 10px 34px;
    border: 1px solid #333;
    border-radius: 27px;
    display: inline-block;
    color: #333;
    position: relative;
    background-color: #fff;

}

.subpage-btn-pattern2::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);

}

.subpage-btn-pattern2:hover {
    color: #333;
    opacity: 0.7;
}

.case_det_link {
    height: 60px;
    text-align: center;
}

.case_det_link a {
    padding: 10px 50px 10px 25px;
    border: 1px solid #333;
    border-radius: 27px;
    display: inline;
    color: #333;
    position: relative;
    background-color: #fff;
}

.case_det_link a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1.5px #333;
    border-right: solid 1.5px #333;
    position: absolute;
    right: 25px;
    top: 45%;
    transform: rotate(45deg) translateY(-50%);
}

.case_det_link a:hover {
    color: #333;
    opacity: 0.7;
}

/* //ボタンパターン2 */

/* ホバーで青くなる矢印 */
.subpage-arrow-pattern1 {
    position: relative;
}
.subpage-arrow-pattern1:hover{
    opacity: 1;
}
.subpage-arrow-pattern1:before {
    content: "";
    width: 30px;
    height: 30px;
    transition: all .3s;
    border: 1px solid var(--main-blue);
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.subpage-arrow-pattern1::after {
    content: "";
    width: 7.5px;
    height: 7.5px;
    position: absolute;
    right: 35px;
    border-top: solid 2px var(--main-blue);
    border-right: solid 2px var(--main-blue);
    top: calc(50% - 1px);
    transform: rotate(45deg) translateY(-50%);
}

.subpage-arrow-pattern1:hover.subpage-arrow-pattern1:before {
    background: linear-gradient(#0392d7 0%, #063e96 100%);
    transform: translateY(-50%) scale(1.3, 1.3);
    border: none;
}

.subpage-arrow-pattern1:hover.subpage-arrow-pattern1:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%) scale(1.3, 1.3);
    /* transform: rotate(45deg) translateY(-50%);
    right: 45px; */
}

@media all and (min-width: 992px) {
    .subpage-arrow-pattern1:before {
        width: 35px;
        height: 35px;
    }

    .subpage-arrow-pattern1::after {
        right: 38px;
    }
}
/* //ホバーで青くなる矢印 */

/* スライダー */
.swiper-sec {

    width: 100vw;
    margin: 0 calc(50% - 50vw);

    .swiper {
        padding-top: 30px;
    }
    
    .swiper-slide {
        margin-bottom: 30px;
    }
    .swiper-slide img {
        width: 100%;
        aspect-ratio: 416/268;
        border-radius: 0 0 20px 20px;
        object-fit: cover;
        object-position: 0 0;
    }
    
    .swiper section {
        margin: 0 16px;
        background-color: #fff;
        filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.16));
        border-radius: 20px;
    }
    
    .swiper section h4 {
        font-size: calc(17 * var(--rem));
        height: 60px;
        display: grid;
        align-items: center;
        padding: 15px;
        color: var(--main-blue);
        font-weight: 700;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
    }
    
    .swiper-button-next:after,
    .swiper-button-prev::after {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
        filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.16));
    }
    
    .swiper-button-next:disabled,
    .swiper-button-prev:disabled {
        opacity: 0;
    }
    
    .swiper-button-prev {
        left: 2%;
    }
    
    .swiper-button-prev::after {
        background-image: url(../images/common/arrow-prev.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .swiper-button-next {
        right: 2%;
    }
    
    .swiper-button-next::after {
        background-image: url(../images/common/arrow-next.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}



.arrow-icon {
    display: inline-block;
    vertical-align: middle;
    color: var(--main-blue);
    line-height: 1;
    position: relative;
    width: 10px;
    height: 10px;
    transform: translateX(-25%) rotate(45deg);
}

.arrow-icon::before,
.arrow-icon::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.arrow-icon::before {
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
}

.arrow-icon::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
}

@media all and (min-width: 576px) {
.swiper-sec{

    .swiper section {
        margin: 0;
    }

    .swiper-button-next:after,
    .swiper-button-prev::after {
        width: 55px;
        height: 55px;
        top: 0%;
    }
    .swiper-button-next {
        right: 25%;
    }

    .swiper-button-prev {
        left: 25%;
    }

}
  


}

@media all and (min-width: 992px) {
.swiper-sec{
    
    .swiper-button-next:after,
    .swiper-button-prev::after {
        width: 69px;
        height: 69px;
    }

    .swiper-button-next,
    .swiper-button-prev {}

    .swiper-button-next {
        right: 12%;
    }

    .swiper-button-prev {
        left: 12%;
    }
}

}

#case-list a {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 11px 70px 11px 40px;
    min-width: 240px;
    margin-inline: auto;
    position: relative;
    transition: all 0.3s;
    background-color: #fff;
    font-size: calc(18* var(--rem));
    border-radius: 40px;
    color: #333;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    font-weight: 700;
}

#case-list a:hover {
    display: inline-block;
    transform: scale(1.1, 1.1);
    opacity: 1;
    color: #333;
    text-decoration: none;
}

#case-list a::before {
    content: "";
    width: 30px;
    height: 30px;
    transition: all .3s;
    border: 1px solid var(--main-blue);
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#case-list a::after {
    content: "";
    width: 4.5px;
    height: 4.5px;
    position: absolute;
    right: 35px;
    border-top: solid 1px var(--main-blue);
    border-right: solid 1px var(--main-blue);
    top: calc(50% - 0px);
    transform: rotate(45deg) translateY(-50%);

}

#case-list a:hover:before {
    background: linear-gradient(#0392d7 0%, #063e96 100%);
    transform: translateY(-50%) scale(1.1, 1.1);
    border: none;
    /* width: 50px;
    height: 50px; */
}

#case-list a:hover:after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg) translateY(-50%) scale(1.1, 1.1);
    /* right: 45px; */

}


@media all and (min-width: 768px) {
    #case-list a {
        padding: 26px 70px 26px 40px;
    }

    #case-list a::before {

        width: 35px;
        height: 35px;

    }

    #case-list a::after {

        right: 39px;

    }

}

#case-list {
    text-align: center;
    padding-inline: 10px;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 0;
    top: auto;
}

.swiper-horizontal>.swiper-pagination-progressbar {
    position: relative;
    width: 80%;
    max-width: 1296px;
    margin-inline: auto;
    margin-top: 38px;
    margin-bottom: 60px;
    height: 1px;
}

/* プログレスバーの背景色変更 */
.swiper-pagination-progressbar {
    background-color: #707070;
}

/* プログレスバーの色変更 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #14A8C7;
    height: 4px;
    top: -1.5px;
}


@media all and (min-width: 576px) {
    .slide-arrow.next-arrow {
        right: 7%;
    }

    .slide-arrow.prev-arrow {
        left: 7%;
    }

    .splide__arrow {
        width: 40px;
        height: 40px;
    }
}

@media all and (min-width: 992px) {
    .swiper-sec {
        margin: 48px calc(50% - 50vw) 0;
    }

 

    .slide-arrow {
        width: 69px;
        height: 69px;
    }

    .slide-arrow.next-arrow,
    .slide-arrow.prev-arrow {
        top: 145px;
    }

    .slide-arrow.next-arrow {
        right: 7%;
    }

    .slide-arrow.prev-arrow {
        left: 7%;
    }

    .swiper-pagination-progressbar {
        margin-top: 38px;
        margin-bottom: 80px;
    }
}

@media all and (min-width: 1600px) {
    .swiper section h4 {
        font-size: calc(19 * var(--rem));
        padding: 15px 15px 15px 30px;
        height: 80px;
    }
}

/* //スライダー */

/* カード */
.solutions-cards2{
    max-width: 500px;
    margin-inline:auto;
}
.solutions-card2{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    margin-bottom: 40px;
}

.solutions02,
.solutions-card2 {
    padding: 30px;
    margin-bottom: 40px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.solutions02 h4 a,
.solutions-card2 h4 a{
    position: relative;
    display: block;
    padding-right: 50px;
}

.solutions02 h4 a:before
 {
    content: "";
    width: 30px;
    height: 30px;
    transition: all .3s;
    border: 1px solid var(--main-blue);
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}


.solutions02 h4 a:after {
    content: '';
    width: 7.5px;
    height: 7.5px;
    border-top: solid 2px var(--main-blue);
    border-right: solid 2px var(--main-blue);
    position: absolute;
    right: 16px;
    top: calc(50% - 1px);
    transform: rotate(45deg) translateY(-50%);
}

.solutions02 h4 a:hover:before {
    background: linear-gradient(#0392d7 0%, #063e96 100%);
    transform: translateY(-50%) scale(1.3, 1.3);
    border: none;
}

.solutions02 h4 a:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateY(-50%) scale(1.3, 1.3);
}

.solutions02 .case_det_link {
    height: 60px;
    text-align: right;
}


@media all and (min-width: 768px) {
    .solutions02 h4 a:before {
        width: 35px;
        height: 35px;
    }

    .solutions02 h4 a:after {
        right: 18px;
    }
}

@media all and (min-width: 992px) {
    .solutions-cards2{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 2.4%;
        max-width: none;
     }
}

/* //カード */

/* News archiveのカード */
.news {
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #BCBCBC;
    margin-top: 25px;
    overflow: hidden;
    background: #ffffff;
}

.state {
    color: var(--main-blue);
    margin: 10px 13px 10px 0;
    display: block;
}



.news h4 {
    margin-bottom: 15px;
}

/* //News archiveのカード */

/* solutions-cards3のカード */

.solutions03 {
    float: left;
    width: 100%;
    padding: 0px 15px 15px 15px;
    margin-bottom: 50px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}
.solutions-card3{
    width: 100%;
    padding: 10px 15px 30px 15px;
    margin-bottom: 40px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.solutions03 img,
.solutions-card3 img{
    margin: 20px auto;
    display: block;
    border: 1px solid #C4C4C4;
    padding: 8px;
    width: 165px;
}

.solutions-cards3 {
    overflow: hidden;
    padding: 15px;
    max-width: 500px;
    margin-inline:auto;
}

.solutions02 dl, .solutions03 dl, .case_det_link {
    padding-top: 10px;
    padding-right: 17px;
}



.solutions03 dt,
.solutions-card3 dt{
    font-size: 10px;
    color: #505050;
    word-wrap: break-word;
}

.solutions-card3 dd {
    font-size: 12px;
}
@media all and (min-width: 576px) {
    .solutions-card3 img{
        width: 240px;
    }
}
@media all and (min-width: 992px) {
    .solutions-cards3{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 2.4%;
        padding: 20px 15px;
        max-width: none;
    }

    .solutions-card3{
        display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    gap: 0;
    }
    .list {
        padding: 20px 15px;
        max-width: none;
    }

    .solutions03 {
        padding: 0px 30px 15px 30px;
        margin: 0 10px 15px 10px;
        width: 47%;
    }


 
}
@media all and (min-width: 1200px) {

    .solutions-card3 dt {
        font-size: 14px;
    }
    .solutions-card3 dd {
        font-size: 16px;
    }
    .solutions-card3{
        padding: 10px 30px 30px 30px;
        margin: 0 10px 40px 10px;
    }
}
/* solutions03のカード */

/* サブページフッターメニュー */
.subpage-footer-menu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.ec_solutions-footer-menu.lazyloaded,
.ec_multistore-footer-menu.lazyloaded {
    background-image: url(../images/common/local_navi1.jpg);
}
.ec_consulting-footer-menu.lazyloaded {
    background-image: url(../images/common/local_navi2.jpg);
    background-position: 55% 50%;
}
.ec_development-footer-menu.lazyloaded {
    background-image: url(../images/common/local_navi3.jpg);
}
.cs_solutions-footer-menu.lazyloaded {
    background-image: url(../images/common/local_navi4.jpg);
    background-position: 60% 50%;
}
.hr_solutions-footer-menu.lazyloaded {
    background-image: url(../images/common/local_navi5.jpg);
    background-position: center top;
}


.subpage-footer-menu-ttl {
    font-size: calc(32 * var(--rem));
    margin-bottom: 50px;
}

.subpage-footer-menu-ttl>a:hover {
    opacity: 1;
}

.subpage-footer-menu-ttl .subpage-arrow-pattern1 {
    display: inline-block;
    padding-right: 85px;
}

.subpage-footer-menu .subpage-arrow-pattern1::before {
    border: 1px solid #fff;
}

.subpage-footer-menu .subpage-arrow-pattern1::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}


.subpage-footer-menu a {
    color: #fff;
}


.subpage-footer-nav>li>a {
    position: relative;
    /* padding-right: 50px; */

}

.subpage-footer-nav>li>a:hover {
    opacity: 1;
}

.subpage-footer-menu .subpage-footer-menu-ttl .subpage-arrow-pattern1::before {
    right: 10px;
}

.subpage-footer-menu .subpage-footer-menu-ttl .subpage-arrow-pattern1::after {
    right: 25px
}

.subpage-footer-menu .subpage-footer-nav .subpage-arrow-pattern1::before {
    right: 10px;
}

.subpage-footer-menu .subpage-footer-nav .subpage-arrow-pattern1::after {
    right: 26px
}

.subpage-footer-nav>li>a>p {
    margin-right: 50px;
}

.subpage-footer-nav-ttl {
    font-size: calc(14 * var(--rem));
    margin-bottom: 0;
}

.subpage-footer-nav-ttl-en {
    font-size: calc(22* var(--rem));
    line-height: 1.2;
    margin-bottom: 25px;
}

.subpage-footer-submenu>li>a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.subpage-footer-submenu {
    margin-bottom: 50px;
}

.subpage-footer-submenu>li>a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

.subpage-footer-grandchildmenu {
    margin-left: 20px;
}

.subpage-footer-grandchildmenu>li>a {
    font-size: calc(14 * var(--rem));
    padding: 5px 20px 5px 0;
    display: block;
    position: relative;

}


.subpage-footer-grandchildmenu {
    display: none;
}



@media all and (min-width: 768px) {
    /* .subpage-footer-menu .subpage-footer-menu-ttl .subpage-arrow-pattern1::before {
        right: -70px;
    }*/

 

  

    .subpage-footer-nav {
        display: grid;
        gap: 0 30px;
    }

    .ec_solutions-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(2, 1fr);

        }

        .subpage-footer-nav>li:first-child {
            grid-row: 1 / 4;
        }



    }

    .ec_multistore-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(2, 1fr);
        }

        .subpage-footer-nav>li:first-child {
            grid-row: 1 / 4;
        }
    }

    .cs_solutions-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, auto);
            grid-auto-flow: column;
        }
    }

    .ec_consulting-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(3, auto);
            grid-auto-flow: column;
        }
    }



    .hr_solutions-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(2, 1fr);
            grid-auto-flow: column;
        }
    }

    .ec_development-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(3, auto);
            grid-auto-flow: column;
        }
    }

}

@media all and (min-width: 992px) {
    /* .subpage-footer-nav>li {
        max-width: none;
    } */
    .subpage-footer-menu .subpage-footer-menu-ttl .subpage-arrow-pattern1::after {
        right: 28px
    }
    .subpage-footer-menu .subpage-footer-nav .subpage-arrow-pattern1::after {
        right: 29px
    }
    .subpage-footer-submenu>li>a {
        padding: 20px 0;
    }

    .subpage-footer-nav {

        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .subpage-footer-nav>* {
        max-width: 100%;

    }

    .subpage-footer-nav * {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }


    .subpage-footer-menu-ttl {
        font-size: calc(50 * var(--rem));
    }

    .subpage-footer-menu {
        padding: 90px 0;
    }

    .subpage-footer-nav-ttl-en {
        font-size: calc(32* var(--rem));
    }

    .subpage-footer-submenu {
        margin-bottom: 0px;
    }

    .subpage-footer-grandchildmenu {
        display: block;
        padding-top: 10px;
    }

    .subpage-footer-longttl {
        display: block;
        max-width: 380px;
    }

    .ec_solutions-footer-menu {
        .subpage-footer-nav {

            grid-template-columns: repeat(3, 1fr);

        }

        .subpage-footer-nav>li:first-child {
            grid-column: 1 / 3;
            grid-row: 1 / 4;
        }


        .subpage-footer-submenu {
            display: grid;
            grid-auto-flow: column;
            gap: 30px;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
        }

        .subpage-footer-submenu>li:first-child {
            grid-column: 1 / 2;
            grid-row: 1 / 3;
        }

    }

    .ec_multistore-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(3, 1fr);
        }

        .subpage-footer-nav>li:first-child {
            grid-column: 1 / 3;
            grid-row: 1 / 4;
        }


        .subpage-footer-submenu {
            display: grid;
            grid-auto-flow: column;
            gap: 30px;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(1, 1fr);
        }

        .subpage-footer-submenu>li:first-child {
            grid-column: 1 / 2;
            grid-row: 1 / 3;
        }

    }

    /* .cs_solutions-footer-menu {
        .subpage-footer-nav {
           
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, auto);
            grid-auto-flow: column;
        }
    } */

    /* .ec_consulting-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(3, auto);
            grid-auto-flow: column;
        }
    } */



    /* .hr_solutions-footer-menu {
        .subpage-footer-nav {

            grid-template-columns: repeat(2, 1fr);
            grid-auto-flow: column;
        }
    } */

    /* .ec_development-footer-menu {
        .subpage-footer-nav {

            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(3, auto);
            grid-auto-flow: column;
        }
    } */
}

@media all and (min-width: 1200px) {
    .subpage-footer-nav {
        gap: 0 70px;
    }

    .ec_solutions-footer-menu {
        .subpage-footer-submenu {
            gap: 30px 70px;

        }

    }
}

@media all and (min-width: 1400px) {
    .ec_consulting-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, auto);
        }
    }

    .ec_development-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, auto);
        }
    }

    .cs_solutions-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(1, auto);

        }
    }

    .hr_solutions-footer-menu {
        .subpage-footer-nav {
            grid-template-columns: repeat(3, 1fr);
        }
    }
}

/* //サブページフッターメニュー */

/* サイドバー */


#main_underlayer-wrapper .month-archive-ttl-en {
    font-size: calc(32 * var(--rem));
    font-weight: 400;
}

#menu-sidebar li a {
    padding: 20px 15px 20px 0;
    position: relative;
    display: block;
    border-bottom: 1px solid #333;
}

#menu-sidebar li a::before {
    content: "";
    background-image: url(../images/common/archive-sidebar-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/* サイドバー */

/* ページネーション */
.navi {
    border-top: 1px solid #BCBCBC;
    padding-top: 25px;
    text-align: center;
    margin: 50px 0 15px;
    display: flex;
    justify-content: space-between;
}

.navi-summary {
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    padding-inline: 14px;

}

/* .navi.single_case-navi {
    border-top: none;
} */

.navi * {
    font-size: calc(16 * var(--rem));
}

a[rel="next"],
.pagenation-next>a {
    padding-left: 35px;
    position: relative;
}

a[rel="prev"],
.pagenation-prev>a {
    padding-right: 35px;
    position: relative;
}

a[rel="next"]::before,
a[rel="prev"]::before,
.pagenation-next>a::before,
.pagenation-prev>a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #26599B;
    border-right: solid 2px #26599B;
    position: absolute;
    top: 9px;

}

a[rel="next"]::before,
.pagenation-next>a::before {
    transform: rotate(-135deg);
    left: 10px;
}

a[rel="prev"]::before,
.pagenation-prev>a::before {
    transform: rotate(45deg);
    right: 10px;
}

@media all and (min-width: 576px) {
    .navi {}

    .navi * {
        font-size: calc(18 * var(--rem));
    }

    a[rel="next"]::before,
    a[rel="prev"]::before,
    .pagenation-next>a::before,
    .pagenation-prev>a::before {
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 2px #26599B;
        border-right: solid 2px #26599B;
        position: absolute;
        top: 11px;

    }
}

/* //ページネーション */

/* 事例の検索ボックス */
.serchBox-ttl {
    font-size: calc(14 * var(--rem));
    font-weight: 500;
    padding-right: 20px;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.serchBox-ttl-en {
    font-size: calc(32 * var(--rem));
    font-weight: 400;
}

.serchBox {
    overflow: hidden;
    border: 1px solid #BCBCBC;
    margin: 0 0 25px 0;
    padding: 20px;
    align-items: center;

}

.selectBox {
    display: grid;
    grid-template-columns: 30% 70%;
}

.serchBox p {
    margin-bottom: 0;
    font-size: calc(14 * var(--rem));
}

.type-p,
.service_type-p {
    font-weight: 700;
    padding-right: 15px;
}


.serchBox select,
.selectBox select:focus,
.selectBox select:focus-visible {
    border: none;
    border-bottom: 1px solid #333;
    outline: 0;
}

.serchBox select, .serchBox p {
    margin-top: 15px;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media all and (min-width: 576px) {



    /* .selectBox {
        grid-template-columns: 150px 300px;
    } */
}

@media all and (min-width: 992px) {

    .serchBox {
        padding: 25px 40px;
        display: flex;
    }

    .serchBox-ttl {
        padding-right: 50px;
        border-right: 1px solid #BCBCBC;
        border-bottom: none;
        padding-bottom: 0;
    }

    .selectBox {
        grid-auto-flow: column;
        grid-template-columns: 1fr 150px 1fr 150px;
   
    }

    .type-p {
        padding-left: 50px;
        padding-right: 25px;
    }

    .service_type-p {
        padding-left: 40px;
        padding-right: 25px;
    }
}
@media all and (min-width: 1200px) {
    .serchBox p {
        font-size: calc(16 * var(--rem));
    }
    .selectBox {

        grid-template-columns: none;
    }
}
/* //事例の検索ボックス */

/* 事例の詳細ページ */
#case_det {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
}



#case_item {
    margin: 40px 0 0 0;
}

#case_item li, .service_item li {
    float: left;
}

#case_item ul {
    overflow: hidden;
}

.case-txtbox {
    margin: 5px 13px 5px 0;

}
.case-col{
    flex-direction: column-reverse;
}
.case_table {
    width: 100%;
    word-break: break-all;
    word-wrap: break-all;
}

.case-thumbimg {
    max-width: 400px;
    margin-inline: auto;
}

@media all and (min-width: 992px) {
    .case-col{
        flex-direction: row;
        gap: 50px;
    }
    #case_det {
        display: grid;
        gap: 5%;
        grid-template-columns: 42% 53%;
    }


 
}

/* //事例の詳細ページ */


/* レイアウト調整用 */
.error404 main{
    margin-top: 90px;
}
.mb60-80{
    margin-bottom: 60px;
}
.mb30-20{
    margin-bottom: 20px;
}
.mb50-30{
    margin-bottom: 30px;
}
.mb40-30{
    margin-bottom: 30px;
}
@media all and (min-width: 992px) {
    .mb60-80{
        margin-bottom: 80px;
    }
    .mb30-20{
        margin-bottom: 30px;
    }
    .mb50-30{
        margin-bottom: 50px;
    }
    .mb40-30{
        margin-bottom: 40px;
    }
}

.ml-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
/* fixing_p.cssより */
.mr20 {
    margin-right: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}


.mtb10 li {
    margin: 10px 0;
}

.mtb15 {
    margin: 15px 0;
}

.w100 {
    width: 100%;
}

.w680 {
    width: 680px;
}

.w630 {
    width: 630px;
}

.w-20 {
    width: 20%;
}

.w-24 {
    width: 24%;
}

.w-26 {
    width: 26%;
}

.w-35 {
    width: 35%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-64 {
    width: 64%;
}

.w-80 {
    width: 80%;
}

/* //fixing_p.cssより */
.mr20 {
    margin-right: 20px;
}

.w-35 {
    width: 35%;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}

@media all and (min-width: 992px) {
    .lg-mr20 {
        margin-right: 20px;
    }
}

/* //レイアウト調整用 */

/*from old css*/
.waku_g {
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #ddd;
}
.waku_g h5 {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 20px 0;
}
.waku_g li {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 10px;
}
.txt_blue {
  color: #004EA2;
}

/* 20220610 ふるさと納税サービス紹介*/

#underlayer_inner .hometown_project h2 {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
}

.hometown_project p {
  font-size: 14px;
  letter-spacing: -0.02em;
}

.hometowm_service {
  padding: 50px 0;
  text-align: center;
}

.hometowm_service ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0 40px;
}

.hometowm_service ul li {
  width: 240px;
}

.hometowm_service ul li img {
  width: 100%;
}

.hometowm_service p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.hometowm_service ul li p {
  font-size: 14px;
  font-weight: normal;
}

.hometown_contents-ttl {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center !important;
  font-weight: bold;
}

.hometown_contents-ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #2a2a2a;
  box-sizing: border-box;
  outline: none;
}

.hometown_contents-ttl span {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 40px;
  background-color: #fff;
  text-align: center;
}

.hometown_contents-subttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
}

.hometown_contents-subttl span {
  font-size: 18px;
  padding: 0 15px;
  color: #fff;
  background: #007fbe;
  margin: 0 10px 0 0;
  display: inline-block;
  font-weight: bold;
}

.hometown_contents section {
  padding: 0 0 20px;
}

.hometown_contents section p {
  padding: 0 0 15px;
}

.hometown_trialplan p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.hometown_trialplan p span {
  color: #ff0000;
}

.hometown_contents {
  padding: 0px 0 15px;
}

.hometown_trialplan {
  margin: 0 0 30px;
}

.hometown_contact {
  background: #1abc9c;
  padding: 20px;
  box-sizing: border-box;
}

.hometown_contact p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 20px;
}

.hometown_contact div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hometown_contact ul li {
  margin: 0 30px 20px 0;
  width: 240px;
}

.hometown_contact ul li:last-of-type {
  margin-bottom: 0;
}

.hometown_contact ul li a {
  display: block;
  background: #fff;
  padding: 20px 40px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bold;
}

.hometown_contact div img {
  width: 180px;
}

/*overseas*/
#company3 {
  padding-top: 5px;
  text-align: center;
}

#company3 table {
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

#company3 td {
  line-height: 22px;
  padding: 15px 20px 15px 20px;
  border: 1px solid #c9c9c9;
  font-size: 12px;
  text-align: left;
}

#company3 th.blue {
  text-align: center;
  line-height: 20px;
  width: 150px;
  padding: 15px 20px 15px 10px;
  border: 1px solid #C4C4C4;
  letter-spacing: 1px;
  background: #F0F8FF;
  color: #333333;
  font-size: 12px;
}

#company3 td.blue {
  background: #F0F8FF;
  line-height: 22px;
  padding: 15px 20px 15px 20px;
  border: 1px solid #c9c9c9;
  font-size: 12px;
  text-align: left;
}

#company3 th.yellow {
  text-align: center;
  line-height: 20px;
  width: 150px;
  padding: 15px 20px 15px 10px;
  border: 1px solid #C4C4C4;
  letter-spacing: 1px;
  background: #fae8af;
  color: #333333;
  font-size: 12px;
}

#company3 td.yellow {
  background: #fae8af;
  line-height: 22px;
  padding: 15px 20px 15px 20px;
  border: 1px solid #c9c9c9;
  font-size: 12px;
  text-align: left;
}