@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
 PC
 -------------------------------------------------------------------------------------------------*/
article::before {
    height: 960px;
}
#page-title p {
    width: clamp(70%, (1366px - 100vw)*1000, 100%);
}
.page-nav {
    padding-top: 100px;
}
.page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.page-nav li {
    width: 23%;
    background: #EFEBE3;
    border-radius: 40px;
    transition: all 0.4s;
}
.page-nav a {
    display: block;
    padding: 10px;
}
.page-nav span {
    display: block;
    font-size: clamp(2.3rem, 2vw, 2.6rem);
}
.page-nav li:hover {
    background: #DCEEFF;
}
.page-nav li:hover a {
    color: #3f97cf;
}
.flow-list {
    padding: 130px 0 0;
}
.flow-list h2 {
    font-size: clamp(4rem, 3vw, 4.5rem);
    line-height: 1.3;
    background-image: url(../images/f_midashi_sonota.png);
    background-image: image-set(url(../images/f_midashi_sonota.png) 1x, url(../images/f_midashi_sonota@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/f_midashi_sonota.png) 1x, url(../images/f_midashi_sonota@2x.png) 2x);
    background-repeat: no-repeat;
    background-position: left center;
    height: 121px;
    padding-left: 150px;
}
#flow-system h2 {
    background-image: url(../images/f_misdashi_system.png);
    background-image: image-set(url(../images/f_misdashi_system.png) 1x, url(../images/f_misdashi_system@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/f_misdashi_system.png) 1x, url(../images/f_misdashi_system@2x.png) 2x);
}
#flow-website h2 {
    background-image: url(../images/f_midashi_hp.png);
    background-image: image-set(url(../images/f_midashi_hp.png) 1x, url(../images/f_midashi_hp@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/f_midashi_hp.png) 1x, url(../images/f_midashi_hp@2x.png) 2x);
}
#flow-marketing h2 {
    background-image: url(../images/f_misdashi_marke.png);
    background-image: image-set(url(../images/f_misdashi_marke.png) 1x, url(../images/f_misdashi_marke@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/f_misdashi_marke.png) 1x, url(../images/f_misdashi_marke@2x.png) 2x);
}
#flow-other h2 {
    line-height: 121px;
}
.flow-list h2 small {
    display: block;
    font-size: 0.8em;
}
.flow-list .flow-content {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 60px;
    padding: 60px 0;
}
.flow-list .flow-content div {
    width: 21%;
    background: #EFEBE3;
    border-radius: 3px;
    text-align: center;
    font-size: clamp(2rem, 2vw, 2.3rem);
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flow-list .flow-content div p {
    width: 100%;
}
.flow-list .flow-content div span {
    display: block;
}
.flow-list .flow-content dl {
    width: 73%;
    font-size: clamp(2rem, 2vw, 2.3rem);
}
.flow-list .flow-content dl dt {
    color: #104e88;
    padding: 0.2em 0 0;
}
.flow-list .flow-content dl dd {
    font-size: 0.8em;
    padding: 0 0 1.5em 0;
}
#flow-other {
    padding-bottom: 80px;
}
#flow-other p {
    font-size: clamp(1.7rem, 1vw, 1.9rem);
    padding: 20px 0 60px;
}

/*--------------------------------------------------------------------------------------------------
 PC-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1365px) {



}

/*--------------------------------------------------------------------------------------------------
 Tablet-SP
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

article::before {
    height: clamp(800px, 213vw, 820px);
}
.page-nav ul {
    justify-content: space-around;
    gap: 20px 0;
}
.page-nav li {
    width: 45%;
    border-radius: 25px;
}
.page-nav span {
    font-size: clamp(1.6rem, 4vw, 2.6rem);
}
.flow-list {
    padding: 70px 0 0;
}
.flow-list h2 {
    font-size: clamp(2.8rem, 7vw, 4rem);
    background-position: center top;
    height: auto;
    padding: 140px 0 0 0;
}
.flow-list .inner {
    padding: 0 10px;
}
.flow-list .flow-content {
    display: block;
    padding: 30px 0 0 0;
}
.flow-list .flow-content div {
    width: 95%;
    margin: 20px auto;
    padding: 20px 10px;
}
.flow-list .flow-content dl {
    width: 100%;
}
.contact-btn {
    margin-top: 30px;
}
#flow-other h2 {
    line-height: 1.5;
    padding-bottom: 40px;
}
#flow-other p {
    padding: 0 0 30px;
}

}

/*--------------------------------------------------------------------------------------------------
 SP-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {



}
