/*------------------------------------------------------------
common
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a {
  color:#0978c5;
  text-decoration:none !important;
}
ul,ol{
  list-style:none;
  list-style-type:none;
}
ul,li{
  list-style: none outside none;
}
.montserrat-lp {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
 @font-face {
  font-family: 'kfp';
  src: url('../../fonts/kfp1_6_rojimaru_db.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
  
body{
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
	line-height:1.6;
}
 @import url('https://fonts.cdnfonts.com/css/apex-mk2'); 
#header-menu, #footer,.box-video,#box-home {
	display:none !important
}
#supplier .screen-reader-response {
	display:none !important
}
#supplier .main-banner:after {
	display:none !important;
	background-color:linear-gradient(135deg, rgba(240, 240, 240, 1) 0%, rgba(230, 243, 248, 1) 100%, rgba(221, 246, 255, 1) 100%) !important;	
}
#supplier .main-banner {
	background-color:transparent!important;
	overflow: inherit !important;
}


#supplier {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    overflow: hidden;
   
    position: relative;
}

#supplier .content-main {
    background: linear-gradient(135deg,rgba(240, 240, 240, 1) 0%, rgba(230, 243, 248, 1) 100%, rgba(221, 246, 255, 1) 100%);
}

#supplier * {
    box-sizing: border-box;
}

#supplier a {
    transition: opacity .3s;
}

#supplier a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#supplier a:hover {
    text-decoration: none;
}

#supplier a:focus-visible {
    outline: none;
}

#supplier img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#supplier .js-fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition-property: opacity, transform;
    transition-duration: 2.5s;
}

#supplier .scroll-in {
    opacity: 1;
    transform: translate(0, 430px);
}



#supplier .pc-br {
    display: block;
}

#supplier .sp-br{
    display: none;
}

#supplier .inner {
    width: 100%;
    max-width: 1068px;
    margin: 0 auto;
    padding: 0 20px;
}



#supplier .serif {
    font-family: 'Noto Serif JP', serif;
}

/*menu*/
/*=========================================*/

#supplier .flex {
    display: flex;
    flex-wrap: wrap;
}
#supplier  .marquee-inner img {
    height: 25px; 
    flex-shrink: 0;
    margin-left: 10px;
}
#supplier .blue {
    color: #3FA9F5;
}
#supplier .greee {
    color: #00A99D;
}
#supplier .menu a {
    display: block;
    width: 100%;
    height: 100%;
}

#supplier .top-menu {
    padding: 2px 6px;
    justify-content: space-between;
}

#supplier .top-menu .item-top {
    font-size: 15.5px;
	font-family: 'kfp';
}

#supplier .top-menu .item-top img {
    width: 102px;
}

#supplier .down-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#supplier .down-last {
    width: 100%;
    background: #3FA9F5;
    height: 48px;
    line-height: 48px;
    padding-left: 68px;
    position: relative;
}
#supplier .down-last::after {
    content: '';
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
    right: 70px;
}
#supplier .down-last a {
    font-size: 12px;
    color: white;
}
#supplier .down-right {
    display: flex;
    align-items: baseline;
    margin-left: 5px;
}
#supplier .down-left a {
    font-size: 10.5px;
     color: white;
     background: #3FA9F5;
     border-radius: 3px;
     padding: 3px 5px;
}

#supplier .text-time {
    font-size: 10px;
}
#supplier .flex-mobi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#supplier .text-phone {
    font-size: 18px;
    color: #1A3068;
    font-weight: 700;
}

#supplier .img-mobi {
    max-width: 90%;
    margin: auto;
}


/*banner*/
/*=========================================*/



#supplier .main-banner {
    text-align: center;
    margin-top: 43px;
}

#supplier .main-banner  .text-01 {
    display: inline-block;
    position: relative;
    font-size: 17px;
}
#supplier .main-banner  .text-01:before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 20px;
    background: #000;
    transform: rotate(-27deg);
    left: -17px;
    top: 4px;
}

#supplier .main-banner  .text-01:after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 20px;
    background: #000;
    transform: rotate(27deg);
    right: -17px;
    top: 4px;
}

#supplier .img-mobi {
    max-width: 90%;
    margin: auto;
    margin-bottom: 6px;
}
#supplier .main-banner .banner-note {
    font-size: 16.5px;
    line-height: 21px;
    font-weight: 400;
    color: #1A3068;
    margin-bottom: 23px;
}


#supplier .title-banner {
    text-align: center;
    font-size: 35.5px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 7px;
	font-family: 'kfp';
}

#supplier  .marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 50px; 
    margin-bottom: 30px;
}

#supplier  .marquee-inner {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
}


#supplier .cut-ribbon {
    width: 83%;
    height: 55px;
    background: linear-gradient(to right, #33a9ff, #00b3a0);
    position: relative;
    clip-path: polygon(100% 0%, 96% 50%, 100% 100%, 0 100%, 4% 50%, 0 1%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: white;
    font-weight: 400;
    margin: auto;
    margin-bottom: 48px;
    font-family: "Montserrat", sans-serif;
}



@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}








#supplier  .line-top {
    position: relative;
    display: block;
}
#supplier  .line-top::after {
    position: absolute;
    content: "";
    width: 70%;
    left: 30px;
    height: 1px;
    background: #3FA9F5;
    top:0px
}

#supplier  .line-top::before {
    position: absolute;
    content: "";
    width: 36%;
    left: 0px;
    height: 1px;
    background: #00A99D;
    top: -5px;
}
#supplier .item-text {
    margin-bottom: -15px;
	font-family: 'kfp';
}
#supplier .list-text .small {
   font-family: "Montserrat", sans-serif; !important
}
#supplier .item-text.greee {
    margin-bottom: 0px;

}
#supplier  .line-down {
    position: relative;
    display: block;
}
#supplier  .line-down::after {
    position: absolute;
    content: "";
    width: 70%;
    right:0px;
    height: 1px;
    background: #3FA9F5;
    top:0px
}

#supplier  .line-down::before {
    position: absolute;
    content: "";
    width: 28%;
    right: 16px;
    height: 1px;
    background: #00A99D;
    top: 7px;
}
#supplier  .list-text {
    text-align: center;
    font-size: 31.5px;
    padding: 17px 0px 37px;
}

#supplier  .list-text .small {
    font-size: 20px;
}



#supplier   .note-title {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #1A3068;
    font-weight: 400;
    margin-bottom: 37px;
    margin-top: 22px;
}

/*#step*/
/*====================================================*/

#supplier .box-step {
    margin-bottom: 50px;
}



#supplier .list-step {
    max-width: 271.95px;
    margin: auto;
}

#supplier .list-step .title-step {
    width: 271.95px;
    height: 55.85px;
    position: relative;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #1A3068;
    font-weight: 400;
    border-radius: 30px;
    z-index: 99;
    margin-bottom: 38px;
}
#supplier .list-step .item-step:nth-child(3) .title-step {
    margin-bottom: 20px;
}
#supplier .list-step .number {
    font-size: 38px;
    font-weight: 500;
    margin-left: 20px;
	font-family: 'Apex Mk2', sans-serif;
}

#supplier .list-step .title-step::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#supplier .list-step .box-img {
    padding: 0px 35px;
    margin-bottom: 23px;
}

#supplier .list-step .item-step:nth-child(2)  .box-img {
    padding: 0px 20px;
    margin-bottom: 17px;
}

#supplier .list-step .item-step:nth-child(3) .box-img {
    padding: 0px 19px;
    margin-bottom: -8px;
}
#supplier .list-step .item-step:nth-child(3) {
    margin-bottom: 16px;
}
#supplier .list-step .item-step {
    margin-bottom: 50px;
}

#supplier .list-step .note-step {
    text-align: center;
    color: #1A3068;
    font-weight: 400;
    font-size: 25.5px;
}

#supplier .list-step .note-step .samll-text {
    font-size: 17.5px;
}



#supplier .title-item {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #1A3068;
    margin-bottom: 5px;
}

#supplier .title-item span {
    font-size: 50px;
	font-family: 'Apex Mk2', sans-serif;
}
/*#flow*/
/*====================================================*/

#supplier .number-flow {
    font-size: 43.5px;
    color: #1A3068;
    margin-bottom: 40px;
	font-family: 'Apex Mk2', sans-serif;
}

#supplier  .item-flow {
    position: relative;
    z-index: 99;
    text-align: center;
    max-width: 333px;
    margin: auto;
    margin-bottom: 100px;
}
#supplier .item-flow::after {
    position: absolute;
    content: "";
    background-image: url(../../img/supplier/arrow_flow_sp.svg);
    bottom: -95px;
    left: 40%;
    transform: translateX(-50%);
    width: 63px;
    height: 34px;
    transform: scale(0.5);
}

#supplier .item-flow:nth-child(2)::after  {
    bottom: -120px;
}
#supplier .item-flow:nth-child(3)::after  {
    bottom: -100px;
}
#supplier .item-flow:nth-child(4)::after  {
   display: none;
}
#supplier .item-flow:nth-child(2) {
    margin-bottom: 127px;
}

#supplier .item-flow:nth-child(3) {
    margin-bottom: 104px;
}

#supplier  .item-flow::before {
    position: absolute;
    content: "";
    height: 322.61px;
    width: 322.61px;
    top: 37px;
    left: 5px;
    background: white;
    z-index: -1;
    border-radius: 50%;
}

#supplier .note-flow {
    margin-top: 25px;
    font-size: 18px;
    line-height: 28px;
    color: #1A3068;
}

#supplier .item-flow .box-img img {
    width: 110px;
}


#supplier .item-flow:nth-child(3) .number-flow {
    margin-bottom: 24px;
}

#supplier .item-flow:nth-child(3) .note-flow {
    margin-top: 0px;
}

#supplier .item-flow:nth-child(4) .box-img img {
    width: 95px;
}
#supplier .item-flow:nth-child(4) .note-flow {
  margin-top: 10px;
}

/*#faq*/
/*====================================================*/

#supplier .box-question .item{
    position: relative;
    margin-bottom: 10px;

}
  
#supplier .box-question .heading-toggle {
    position: relative;
    padding: 12px 10px 12px 30px;
    font-size: 16px;
    color: #1A3068;
    cursor: pointer;
    font-weight: 400;
    background: white;
    border-radius: 10px;
}
#supplier .box-question .heading-toggle.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#supplier .box-question .heading-toggle::after {
    content: '';
    position: absolute;
    border: solid #1A3068;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 18px;
    right: 20px;
    transition: 0.5s;
}
#supplier .box-question .heading-toggle.open::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: calc(50% - 2px);
}
#supplier .box-question .heading-toggle::before {
    content: 'Q';
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 17.5px;
    font-family: 'Apex Mk2', sans-serif;
}

#supplier .box-question .content-toggle {
    background: white;
    padding: 5px 20px 30px 12px;
    position: relative;
    display: none;
    font-weight: 400;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
#supplier .box-question .content-toggle::after {
    position: absolute;
    content: "";
    background: #9CA6BE;
    height: 1px;
    width: calc(90% + 10px);
    left: 10px;
    top: -4px;
}
#supplier .box-question .text-toggle {
    font-size: 13px;
    line-height: 20px;
    color: #1A3068;
    font-weight: 400;
}
#supplier .box-question .text-toggle .line {
    text-decoration: underline;
    color: #2C4198;
}



#supplier .box-question .item .text-toggle::after {
    content: '';
    position: absolute;
}


#supplier .box-question .img-toggle-top {
  margin-bottom: 10px;
}


#supplier .box-question .text-title {
    max-width: 240px;
    font-size: 16px;
    line-height: 20px;
    
}

#supplier .box-question {
	padding-bottom:10px
}


#supplier .title-item.two {
    margin-bottom: 5px;
}


/*#block-contact*/
/*====================================================*/

#supplier .block-contact {
    background: linear-gradient(to right, #36A9C8, #0071BC);
    padding:67px 0px 50px;
}

#supplier .block-contact .title-contact {
    font-size: 50px;
    color: white;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-bottom: 27px;
}

#supplier .block-contact .title-contact .jp {
    font-size: 14px;
    font-weight: 400;
}
#supplier .block-contact .item-contact {
    background: white;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px 15px 10px;
    margin-bottom: 10px;
    color: #1A3068;
}

#supplier .block-contact .text-04 {
    font-size: 18.5px;
}

#supplier .block-contact .text-05 {
    font-size: 13px;
}

#supplier .block-contact .svg-img.one svg{
  width: 18.6px;
}
#supplier .block-contact .svg-img.one {
    margin-bottom: -10px;
}

#supplier .block-contact .svg-img.two svg{
    width: 25px;
}
#supplier .block-contact .svg-img.two {
      margin-bottom: -12px;
}
#supplier .block-contact .svg-img.three svg{
    width: 19.07px;
}
#supplier .block-contact .svg-img.three {
      margin-bottom: -10px;
}

#supplier .block-contact .item-contact:nth-child(2) {
    padding: 13px 10px 15px 10px;
}

#supplier .block-contact .item-contact:nth-child(3) {
    padding: 20px 10px 19px 10px;
}
#supplier .box-form {
	display: none;
}

/*#block-form*/
/*====================================================*/

#supplier .box-form {
    background: #D7F3F2;
	padding: 0px 15px;
}


/*#block-form*/
/*====================================================*/
#supplier .footer-main {
       height: 175px;
    background: white
}
#supplier .footer-main .inner-footer {
    max-width: 1015px;
    margin: auto;
    padding: 20px 15px;
}



#supplier .footer-main .text-07 {
    font-size: 12px;
    margin: 5px 0px 0px;
    display: block;
	color: black;
}
#supplier .footer-main .img-top img {
    width: 191.5px;
}

#supplier .footer-main .down-footer {
    font-size: 10px;
}



#page-top.is-active {
    opacity: 1;
    visibility: visible;
}


#page-top {
    position: fixed;
    right: 0px;
    bottom: 95px;
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
	z-index: 999;
}














#supplier .sp-br { 
    display: block;
}
#supplier .pc-br{
    display: none;
}
#supplier .box-text .img-icon01 {
    display: none;
}
#supplier .box-text .img-icon02 {
    display: none;
}



#supplier .block-contact .item-contact a {
	color :#1A3068
}








@media (max-width: 374px) {


    #supplier .top-menu .item-top {
        font-size: 12.5px;
    }
    #supplier .down-left a {
        font-size: 8.5px;
    }
    #supplier .text-time {
        font-size: 9px;
    }
    #supplier .text-phone {
        font-size: 16px;
    }
    #supplier .item-flow::before {
        height: 295px;
        width: 295px;
        left: 20px;
    }
}


@media (min-width: 768px) {
    #supplier .box-text .img-icon01 {
        display: block
    }
    #supplier .box-text .img-icon02 {
        display: block
    }
    #supplier  .img-mobi {
        display: none;
    }
    #supplier .inner{
        padding: 0 24px;
    }
    #supplier .sp-br{
        display: none;
    }
    #supplier .pc-br{
        display: block;
    }

    /*menu*/
    /*=========================================*/
    #supplier .menu {
        display: flex;
        justify-content: space-between;
    }

    #supplier .top-menu {
        max-width: 600px;
        padding: 20px 9px 10px 26px;
    }
    #supplier .top-menu .item-top img {
        width: 135px;
    }
    #supplier .top-menu .item-top {
        font-size: 14px;
        margin-right: 20px;
    }

    #supplier .down-menu {
        max-width: 600px;
    }
    #supplier .text-phone {
        font-size: 21px;
    }
    #supplier .down-left a {
        font-size: 14px;
        border-radius: 10px;
        padding: 7px 10px;
    }

    #supplier .down-right {
        flex-direction: column;
    }
    #supplier .down-last {
        width: 215px;
        height: 65px;
        line-height: 65px;
        padding-top: 11px;
        margin-left: 30px;
        padding-left: 24px; 
    }
 
    #supplier .down-last  a {
        line-height: 20px;
        font-size: 16px;
    }
    #supplier .down-last::after {
        top: 30px;
        right: 22px;
    }

    /*banner*/
    /*=========================================*/

    #supplier .title-banner {
        text-align: center;
        font-size: 66px;
        line-height: 66px;
        margin-bottom: 23px;
    }
    #supplier .main-banner .banner-note {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #1A3068;
        margin-bottom:14px;
    }
    #supplier .main-banner .text-01:before {
        height: 30px;
        left: -30px;
        top: 4px;
    }
    #supplier .main-banner .text-01::after {
        height: 30px;
        right: -30px;
        top: 4px;
    }



    #supplier .cut-ribbon {
        width: 336px;
        height: 58px;
    }

    #supplier .box-text {
        max-width: 1200px;
        margin: auto;
        position: relative;
    }

    #supplier .box-text .img-icon01 {
        left: -35px;
        width: 35%;
        position: absolute;
        top: -16px;
    }
    #supplier .box-text .img-icon02 {
        right: -25px;
        width: 35%;
        position: absolute;
        top: -43px;
    }

    #supplier .main-banner {
        text-align: center;
        margin-top: 82px;
        margin-bottom: 100px;
    }
    #supplier .marquee-inner img {
        height: 50px;
        flex-shrink: 0;
    }
    #supplier .main-banner .text-01 {
        display: inline-block;
        position: relative;
        font-size: 26px;
    }

    #supplier .marquee {
        margin-bottom: 105px;
    }
    #supplier .list-text {
        font-size: 40px;
    }
    #supplier .item-text {
        margin: 0px 30px;
        margin-bottom: 0px;
    }

    #supplier .line-top {
        max-width: 1200px;
        margin: auto;
    }

    #supplier .line-top::after {
        width: 100%;
        left: 0px;
        height: 1px;
        top: 0px;
    }

    #supplier .line-top::before {
        width: 24%;
        left: -38px;
        height: 1px;
        top: -10px;
    }


    #supplier .list-text {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: auto;
        align-items: baseline;
        padding: 17px 0px 22px;
    }
    #supplier .line-down {
        max-width: 1200px;
        margin: auto;
    }

    #supplier .line-down::after {
        width: 100%;
    }

    #supplier .line-down::before {
        width: 18%;
        right: -43px;
        height: 1px;
        top: 9px;
    }
    #supplier .note-title {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 85px;
        margin-top: 30px;
    }


    /*step*/
    /*=========================================*/

    #supplier .list-step {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1200px;
        padding-left: 30px;
    }
    #supplier .list-step .title-step {
        width: 324px;
        height: 66px;
        font-size: 14px;
    }
    #supplier .list-step .number {
        font-size: 46px;
        font-weight: 500;
        margin-left: 30px;
    }
    #supplier .list-step .title-step::after {
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #fff;
        bottom: -16px;
    }

    #supplier .list-step .box-img {
        padding: 0px 40px;
        margin-bottom: 35px;
    }

    #supplier .list-step .note-step .samll-text {
        font-size: 22px;
    }
    #supplier .list-step .note-step {
        font-size: 32px;
    }
    #supplier .box-step {
        margin-bottom: 66px;
    }


    /*flow*/
    /*=========================================*/
    #supplier .block-flow .inner {
        max-width: 1200px;
        padding: 0px 0px 0px 17px;
    }
    #supplier .title-item {
        font-size: 18px;
        text-align: left;
        margin-bottom: 15px;
    }
    #supplier .list-flow {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 145px;
    }

    #supplier .list-contact {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    
    }
    #supplier .item-flow {
        width: calc(100% / 4 - 20px);
    }
    #supplier .item-flow::before {
        height: 271.2px;
        width: 271.2px;
        top: 30px;
        left: -5px;
    }
    #supplier .number-flow {
        font-size: 37px;
        margin-bottom: 35px;
    }
    #supplier .note-flow {
        margin-top: 17px;
        font-size: 16px;
        line-height: 22px;
    }
    #supplier .item-flow:nth-child(4) .note-flow {
        margin-top: 17px;
        padding-left: 15px;
    }
    #supplier .item-flow:nth-child(4) .box-img {
        padding-left: 14px;
    }



    #supplier .item-flow:nth-child(3) .note-flow {
        margin-top: 0px;
    }
    #supplier .item-flow:nth-child(1) {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #supplier .item-flow:nth-child(2) {
        margin-bottom: 0px;
        margin-top: 0px;
        z-index: 9;
    }
    #supplier .item-flow:nth-child(3) {
        margin-bottom: 0px;
        margin-top: 0px;
        z-index: 8;
    }
    #supplier .item-flow:nth-child(4) {
        margin-bottom: 0px;
        margin-top: 0px;
        z-index: 7;
    }
    #supplier .item-flow .box-img img {
        width: 88px;
    }
    #supplier .item-flow:nth-child(2)::before {
        left: 0px;
    }
    #supplier .item-flow:nth-child(3)::before {
        left: 5px;
    }
    #supplier .item-flow:nth-child(4)::before {
        left: 13px;
    }
    #supplier .item-flow:nth-child(4) .box-img img {
        width: 80px;
    }
    #supplier .item-flow:nth-child(4) .number-flow {
        margin-bottom: 20px;
    }

    #supplier .item-flow::after {
        position: absolute;
        content: "";
        background-image: url(../../img/supplier/arrow_flow_pc.svg);
        bottom: unset;
        left:unset;
        width: 69px;
        height: 17px;
        transform: scale(1);
        right: -45px;
        top: 50%;
        z-index: 99;
    }





    #supplier .box-question .inner {
        max-width: 1200px;
        padding: 0px 0px 0px 17px;
    }
    #supplier .box-question .heading-toggle::before {
        font-size: 37px;
        top: 4px;
        left: 50px;
    }

    #supplier .title-item.two {
        margin-bottom: 18px;
    }


    #supplier .box-question .heading-toggle {
        padding: 25px 10px 30px 85px;
        font-size: 16px;
        font-weight: 400;
        background: white;
        border-radius: 20px;
    }
    #supplier .box-question .content-toggle {
        background: white;
        padding: 15px 20px 20px 46px;
        font-weight: 400;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    #supplier .box-question .content-toggle::after {
        background: #9CA6BE;
        height: 1px;
        width: calc(93% + 0px);
        left: 45px;
        top: -1px;
    }
    #supplier .box-question .item {
        margin-bottom: 20px;
    }

    #supplier .box-question .heading-toggle::after {
        top: calc(50% - 10px);
        right: 46px;
        padding: 7px;
    }

    #supplier .box-question {
        padding-bottom: 135px;
    }

    #supplier .block-contact {
        padding: 120px 0px 50px;
    }
    #supplier .block-contact .inner {
        max-width: 1055px;
        margin: auto;
    }
    #supplier .block-contact .item-contact:nth-child(2) {
        padding: 30px 10px 15px;
    }
    #supplier .block-contact .title-contact {
        font-size: 54px;
        line-height: 30px;
        padding: 38px 0px 25px;
        position: relative;
        border-bottom: 1px solid #11BDDE;
        border-top: 1px solid #11BDDE;
        margin-bottom: 65px;
    }
    
    #supplier .block-contact .item-contact {
        width: calc(100%/3 - 20px);
    }
    #supplier .block-contact .text-04 {
        font-size: 26px;
    }
    #supplier .block-contact .text-05 {
        font-size: 16px;
    }

    #supplier .block-contact .svg-img.one svg {
        width: 25px;
    }
    #supplier .block-contact .svg-img.two svg {
        width: 33px;
    }


    #supplier .footer-main {
        height: 180px;
        background: white
    }

    #supplier .footer-main .inner-footer {
        max-width: 1015px;
        padding: 82px 15px;
        display: flex;
        justify-content: space-between;
		align-items: center;
    }
    #supplier .top-footer {
        display: flex;
        justify-content: space-between;
         max-width: 670px;
    }
    #supplier .footer-main .text-07 {
        font-size: 14px;
        margin: 10px 0px 10px 30px;
    }
    #supplier .footer-main .down-footer {
        font-size: 14px;
    }
    #page-top {
        right: calc(50% - 600px);
        bottom: 125px;
    }
}




@media (min-width: 1200px) {
    #supplier .top-menu .item-top {
        font-size: 21px;
        margin-right: 25px;
    }

}
