/* common */
body, h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, th, td, img, form, input,figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #000;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
    hanging-punctuation: allow-end;
}
html{
    font-size: 62.5%;
    font-size: 0.686vw;
}
.pc{
    display: block;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 1199px){
    #fv .sp,#trouble .sp{
		display: block !important;
	}
	#trouble .pc{
		display: none !important;
	}
}
@media screen and (max-width: 767px){
    html{
        font-size: 50%;
        font-size: 1.5vw;
    }
	.sp{
		display: block !important;
        line-height: 3.7rem;
	}
	.pc{
		display: none !important;
	}
}

body {
    margin: 0;
    font-family: /*"Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif*/;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
}
h1, h2 {
    font-family: "Noto Sans JP", sans-serif;
}
.cl-sub{
    color: #ff5d20;
}
.f-bold {
    font-weight: bold;
}
main {
    margin-top: 74px;
    overflow: hidden;
}
/* header */
#header {
    background-color: #fff;
}
#header-wrap img {
    width: 213px;
    margin-left: 0.3%;
}
.header-btn-dl {
    display: inline-block;
}
#header-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-btn-area {
    display: flex;
	align-items: center;
}
.header-btn-area a{
    text-decoration: none;
}
.header-btn-area a span {
    padding: 33px 66px 33px 46px;
    font-size: 2rem;
}
.header-btn-dl a span {
    background-color: #ff5d20;
    color: #fff;
    transition: .3s;
    position: relative;
}
.header-btn-dl a span::after {
    content: url(../img/file_save.svg);
    width: 18px;
    display: inline-block;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    margin-left: 6px;
}
.header-btn-dl a:hover {
    opacity: 0.6;
}
.header-btn-contact a span {
    background-color: #000;
    color: #fff;
    transition: .3s;
    position: relative;
}
.header-btn-contact a span::after,.contact-btn a span::after,.contact-btn a::after {
    content: url(../img/outgoing_mail.svg);
    width: 22px;
    display: inline-block;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    margin-left: 6px;
}
.header-btn-contact a:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1199px){
    #header-wrap img {
        width: 165px;
    }
}

@media screen and (max-width: 767px){
    main {
        margin-top: 0;
    }
    #header {
        position: absolute;
        width: 100%;
    }
    #header-wrap {
        padding: 1.5% 3%;
        height: auto;
    }
    #header-wrap img {
        width: 22rem;
    }
    .header-btn-dl a {
        margin-right: 7px;
    }
    .header-btn-area a {
        padding: 0.737vw 1.588vw;
        font-size: 1.3rem;
        width: 6.062rem;
        height: 7.198rem;
        border-radius: 67px;
        display: block;
        background-color: #000;
        position: relative;
    }
    .header-btn-contact a span::after, .header-btn-dl a span::after {
        content: none;
    }
    #header-wrap .header-btn-dl img, #header-wrap .header-btn-contact img {
        width: 4.6vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header-btn-dl a {
        background-color: #ff5d20;
        color: #fff;
        transition: .3s;
        position: relative;
    }
    .header-btn-dl a span,.header-btn-contact a span {
        background-color: initial;
        color: initial;
        transition: none;
        position: initial;
        padding: 0;
    }
}

/* FV */
#thumb-catch {
    font-size: 1.9rem;
    margin: 0 auto 0 3px;
    line-height: 3.5rem;
}
h1 {
    font-size: 5.5rem;
    color: #000;
    margin: 0 auto 20px 0;
    line-height: 7.2rem;
    font-weight: bold;
}
.fv-cta {
    margin: 34px 28px 46px 0;
}
.sec-wrapper{
	max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 94px 0;
}
section#fv{
    background-image: url(../img/fv_back.webp);
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
section#fv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 140px);
    height: 109.6%;
    background-color: #fcfce6;
    z-index: -2;
}
section#fv::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 140px);
    height: 110%;
    background-color: #fcfce6;
    z-index: -2;
}
img.fv-img-01 {
    z-index: 10;
    display: inline-block;
}
.cta-thumb {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.cta-thumb:after {
    margin: 0 0 0 6px;
    -webkit-transform: skewX(-36deg);
    -ms-transform: skewX(-36deg);
    transform: skewX(-36deg);
}
.cta-thumb:after,.cta-thumb:before {
    border-left: 2px solid #000000;
    content: "";
    display: block;
    height: 14px;
}
.cta-thumb:before {
    margin: 0 10px 0 0;
    -webkit-transform: skewX(36deg);
    -ms-transform: skewX(36deg);
    transform: skewX(36deg);
}
.cta-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.fv-cta a {
    background-color: #ff5d20;
    color: #fff;
    font-weight: bold;
    margin-right: 15px;
    padding: 19px 122px 19px 92px;
    border-radius: 50px;
    font-size: 2.8rem;
    text-decoration: none;
    display: inline-block;
    line-height: 5rem;
    transition: .3s;
    position: relative;
    border: 2px solid #ff5d20;
}
.fv-cta a::after {
    content: url(../img/file_save.svg);
    width: 25px;
    display: inline-block;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 10px;
}
.fv-cta a:hover::after {
    content: url(../img/file_save_sub.svg);
    width: 35px;
    margin-top: -16px;
    margin-left: 3px;
}
.fv-cta a:hover {
    background-color: rgb(255 255 255);
    color: #ff5d20;
    border: 2px solid #ff5d20;
}
img.fv-img-01 {
	width: 572px;
    margin-left: -10px;
}
img.fv-img-02 {
    width: 804px;
    right: -119px;
    bottom: 55px;
    position: absolute;
    z-index: 0;
}
section#award {
    text-align: center;
    margin: 0 auto;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: opacity 0.4s ease, transform 0.4s ease;
    -webkit-box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.2);
}

/* 非表示状態 */
#header.hidden {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}
@media screen and (max-width: 1400px){
    .fv-cta a {
        padding: 19px 96px 19px 60px;
        font-size: 2.3rem;
    }
    img.fv-img-01,img.fv-img-02 {
        bottom: 45px;
    }
    .sec-wrapper {
        margin: 0 2%;
    }
}
@media screen and (max-width: 1199px){
	#fv .pc{
		display: none!important;
	}
	#fv .pc{
		display: block;
	}
    #fv .fv-cta {
        margin: 28px 2% 46px;
    }
    section#fv {
        background-position-x: 43%;
        background-position-y: 30%;
    }    
    .sec-wrapper {
        padding: 94px 0 13px;
    }
    img.fv-img-02 {
        width: 65%;
        right: -4%;
        bottom: 0;
    }
    img.fv-img-01 {
        width: 50%;
        display: block;
        margin: 20px 0;
    }
    .fv-cta a {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px){
    section#fv {
        text-align: center;
        background-image: url(../img/fv_sp.webp);
        background-size: 100%;
        background-position: top;
        background-color: #fcfce6;
        background-position-y: 6vw;
    }
    h1 {
        text-align: center;
    }
    #thumb-catch {
        margin: 0 auto 10px 3px;
    }
    .fv-cta a::after {
        width: 21px;
        margin-top: -12px;
    }
    .fv-cta a:hover::after {
        width: 29px;
        margin-top: -15px;
        margin-left: 4px;
    }
    .sec-wrapper {
        padding: 24vw 0 22vw;
    }
    #fv .fv-cta {
        margin: 74vw 2% 0;
    }
    .fv-cta a {
        width: 80%;
        margin: 0;
        padding: 14px 21px 14px 0;
        min-width: 148px;
    }
    img.fv-img-01 {
        width: 96%;
    }
    .cta-fixed.sp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        text-align: center;
        transition: opacity 0.4s ease, transform 0.4s ease;
        opacity: 0;
        transform: translateY(100%);
        pointer-events: none;
    }
    .cta-fixed.sp.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .cta-fixed a:hover {
        background: #000;
    }
}

/* section trouble */
section#trouble {
    text-align: center;
    position: relative;
    padding-bottom: 120px;
    background: #f8f8f8;
}
section#trouble:after {
    content: '';
    height: calc(92px / 2 * tan(60deg));
    bottom: -79px;
    left: calc(50% - 125px);
    width: 250px;
    display: inline-block;
    background-color: #f6f6f6;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #f8f8f8;
}
section#trouble h2 {
    margin-top: 110px;
}
.sub_ttl {
    margin: 155px auto 42px;
    font-size: 2.1rem;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    letter-spacing: 2px;
}
h2 {
    text-align: center;
    display: inline-block;
    font-size: 4rem;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 5.5rem;
}
span.cl-green {
    color: #ff5d20;
}
.trouble-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    font-size: 2rem;
    display: flex;
    justify-content: center;
}
.trouble-elm-01 img {
    width: 78%;
    margin: 0 auto;
}
@media screen and (max-width: 1199px){
    .trouble-wrapper {
        width: 90%;
    }
}
@media screen and (max-width: 767px){
    h2 {
        margin: 26px auto 0;
        line-height: 5.5rem;
        font-size: 4rem;
    }
    .trouble-wrapper{
        flex-direction: column;
        font-size: 2.5rem;
    }
    .trouble-elm-01 img {
        width: 100%;
    }
    section#trouble {
        padding-bottom: 48px;
    }
    section#trouble h2{
        margin-top: 54px;
    }
    section#trouble:after {
        left: calc(50% - 85px);
        width: 170px;
        height: calc(65px / 2 * tan(60deg));
        bottom: -55px;
    }
}

/* section solution */
.solution-wrapper {
    position: relative;
}
.solution-wrapper::after {
    content: '';
    height: 755px;
    bottom: -753px;
    left: 0;
    width: 100%;
    display: inline-block;
    background-color: #f6f6f6;
    position: absolute;
    clip-path: polygon(0 0, 145% 0, -1% 100%);
    background: #fccf00;
    z-index: -1;
}
.solution-box-top {
    margin: 70px auto 70px;
    padding: 0 0 24px;
    max-width: 1150px;
    background: #fff;
    border-radius: 30px;
    position: relative;
}
.solution-box-top .solution-sub-ttl {
    left: 50%;
    transform: translateX(-50%);
    top: -19px;
}
.solution-sub-ttl {
    background-color: #ff5d20;
    color: #fff;
    display: inline-block;
    position: absolute;
    font-size: 1.7rem;
    padding: 14px 20px;
    border-radius: 20px;
 }
 .solution-sub-ttl::after {
    content: '';
    height: calc(17px / 2 * tan(60deg));
    bottom: -12px;
    left: calc(50% - 10px);
    width: 22px;
    display: inline-block;
    background-color: #f6f6f6;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #ff5d20;
}
img.solution-img-top {
    position: absolute;
    width: 20%;
    right: 25px;
    top: -112px;
}
.solution-box {
    margin: 0 auto 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    padding: 46px 64px;
    max-width: calc(1150px - 128px);
    background: #fff;
    border-radius: 30px;
}
.solution-box:last-child {
    border-bottom: none;
}
.solution-box-top .solution-item {
    text-align: center;
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: inline-block;
}
.solution-box-top h3.solution-ttl {
    text-align: center;
}
.solution-img.solution-img01.dissable-pc img {
    width: 100%;
    max-width: 815px;
    margin: 0 auto;
}
section#solution {
    text-align: center;
    background-color: #fccf00;
}
section#solution .sub_ttl {
    margin: 152px auto 42px;
}
.solution-item {
    text-align: left;
    width: 50%;
}
h3.solution-ttl {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    line-height: 4.5rem;
    margin: 2em auto 0.5em;
}
h3.solution-ttl .cl-sub {
    font-size: 3.5rem;
}
h3.solution-ttl:before {
    color: #ff5d20;
    font-size: 7rem;
    margin-left: -53px;
    top: -3px;
    position: absolute;
}
.solution-item ul,.solution-item dl {
    font-size: 2rem;
}
.solution-item li:after,.solution-item dt:after {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: -1.5em;
    width: 17px;
    height: 7px;
    border-left: 3px solid #ff5d20;
    border-bottom: 3px solid #ff5d20;
    transform: rotate(-52deg);
}
.solution-item li,.solution-item dt {
    position: relative;
    line-height: 1.8;
    list-style-type: none;
    margin-bottom: 5px;
}
.solution-item dd {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 2.4rem;
}
.solution-box-top .solution-img{
    width: auto;
    align-self: normal;
}
.solution-img {
    width: 50%;
    align-self: flex-end;
}
.solution-box-top p {
    text-align: center;
    font-size: 2.5rem;
    margin: 22px auto;
    line-height: 4rem;
}
.solution-box p {
    text-align: left;
    font-size: 1.8rem;
    margin: 22px auto;
    line-height: 3.5rem;
}

@media screen and (max-width: 1199px){
    .solution-box {
        align-items: center;
        flex-direction: column;
        padding: 0 0 35px 0;
        margin-bottom: 35px;
    }
    .solution-wrapper {
        margin: auto 4%;
    }
    section#solution h2 {
        letter-spacing: 0px;
        margin: 0 5%;
    }
    .solution-item {
        margin-bottom: 20px;
        order: 0;
        width: 84%;
    }
    .solution-img {
        width: 100%;
    }
    .solution-img.solution-img01.dissable-pc img {
        width: 70%;
    }
    h3.solution-ttl {
        text-align: center;
    }
    .solution-box p {
        font-size: 2.5rem;
        margin: 22px 10px;
        line-height: 4rem;
    }
    .solution-box {
        position: relative;
        padding: 0 20px 20px;
        margin-bottom: 50px;
    }
    .solution-sub-ttl {
        transform: translateX(-50%);
        left: 50%;
        top: -19px;
        width: max-content;
    }
    .solution-wrapper::after {
        height: 466px;
        bottom: -464px;
        width: 100vw;
        margin-left: -4.4%;
        clip-path: polygon(0 0, 312% 0, -1% 100%);
    }
}
@media screen and (max-width: 767px){
    section#solution .sub_ttl {
        margin: 110px auto 42px;
    }
    .solution-box-top {
        margin: 60px auto 50px;
        padding: 0 20px 20px;
    }
    .solution-box-top .solution-sub-ttl {
        top: -19px;
        transform: translateX(-50%);
        left: 50%;
        z-index: 1;
    }
    h3.solution-ttl{
        line-height: 4.5rem;
        text-align: center;
    }
    h3.solution-ttl:before {
        margin-left: -40px;
        top: 8px;
    }
    img.solution-img-top {
        width: 31%;
        right: 0;
        top: -64px;
        z-index: 0;
    }
    .solution-item {
        width: 100%;
    }
    .solution-item ul,.solution-item dl {
        font-size: 2.5rem;
    }
    .solution-item dd {
        font-size: 13px;
        margin-right: 36px;
    }
    .solution-img.solution-img01.dissable-pc img{
        width: 100%;
        margin: 0 auto;
    }
    .solution-box-top p {
        text-align: left;
    }
}

/*implementing-company*/
.implementing-company,.implementing-casemerit {
    max-width: 1150px;
    background: #fff;
    margin: 132px auto;
    border-radius: 30px;
    border: 4px solid #ff5d20;
    text-align: center;
    position: relative;
}

.implementing-company img {
    width: 80%;
    margin: 0 auto 30px;
}
.implementing-casemerit img {
    width: 78%;
    margin: 0 auto 30px;
}

h3.implementing-company-ttl,h3.implementing-casemerit-ttl {
    display: inline-block;
    font-size: 4rem;
    color: #fff;
    background: #ff5d20;
    padding: 27px 30px;
    margin-top: -72px;
    line-height: 4.5rem;
}
.implementing-company p,.implementing-casemerit p,.systemflow p {
    text-align: center;
    font-size: 2rem;
    line-height: 3.4rem;
    margin: 35px auto 16px;
}
@media screen and (max-width: 1199px){
    .implementing-company, .implementing-casemerit {
        margin: 132px 4%;
    }
}
@media screen and (max-width: 767px){
    .implementing-company, .implementing-casemerit {
        margin: 80px 4% 64px;
        padding: 0 10px;
    }
    .implementing-company img {
        width: 100%;
        margin-bottom: 20px;
    }
    .implementing-casemerit img {
        width: 100%;
    }
    h3.implementing-company-ttl, h3.implementing-casemerit-ttl {
        padding: 19px 22px;
        margin-top: -46.5px;
        font-size: 3.5rem;
        line-height: 4rem;
    }
}
/* support */
#support {
    text-align: center;
    position: relative;
}
#support .sub_ttl {
    color: #fccf00;
    margin: 0 auto 38px;
}
#support .flex_box {
    display: flex;
    max-width: 1150px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
}
.support-wrapper {
    margin: 80px auto;
}
.support-wrapper dl {
    text-align: center;
    width: calc(33.33% - 2px);
    margin-bottom: 40px;
    border-left: 1px solid #cacaca;
}
.support-wrapper dl:last-child {
    border-right: 1px solid #cacaca;
}
dt.support-ttl {
    font-size: 3.5rem;
    font-weight: bold;
    margin: 12px auto 30px;
    text-align: center;
}
.support-wrapper dl dd.list-no {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 3.5rem;
    margin-bottom: 2rem;
}
.support-wrapper dl dd img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
}
.support-wrapper dl dd {
    font-size: 2rem;
    line-height: 2.8rem;
    width: 86%;
    margin: 2rem auto;
}
span.support-list-item {
    font-size: 1.6rem;
    display: block;
}
section#support:after {
    content: '';
    height: calc(92px / 2 * tan(60deg));
    bottom: -150px;
    left: calc(50% - 125px);
    width: 250px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #fff;
    z-index: 1;
}
@media screen and (max-width: 1199px){
.support-wrapper {
    margin: 80px 4%;
}
}

@media screen and (max-width: 767px){
    #support {
        margin: auto 4%;
    }
    section#support h2 {
        margin: 0 auto 25px;
    }
    #support .flex_box {
        display: block;
        width: 100%;
    }
    .support-wrapper dl {
        width: 100%;
        border-bottom: 1px solid #cacaca;
        border-left: none;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .support-wrapper dl:last-child {
        border: none;
    }
    #support .sub_ttl {
        margin: 0 auto 26px;
    }
    .support-wrapper {
        margin: 20px auto;
    }
    section#support:after {
        left: calc(50% - 85px);
        width: 170px;
        height: calc(65px / 2 * tan(60deg));
        bottom: -73px;
    }
}
/* section cta */
.cta {
    background-color: #ff5d20;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: relative;
    z-index: 0;
}
section.cta h2 {
    color: #fff;
    margin-top: 124px;
    line-height: 6rem;
    letter-spacing: 3px;
}
.cta h2 span.bg-wh {
    background: #fff;
    color: #ff5d20;
    line-height: 5.1rem;
    display: inline-block;
}
.cta .btn-area {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 40px 0 50px;
    margin-bottom: 0;
}
.btn-area {
	display: inline-block;
	margin-bottom: 60px;
}
.dl-btn a:hover,#contact-cta .contact-btn a:hover {
    opacity: 0.6;
}
#contact-cta .contact-btn a {
    color: #fff;
    border-width: 2px;
    border-color: rgb(255, 153, 2);
    border-style: solid;
    border-radius: 7px;
    background-color: rgb(255, 153, 2);
    border-radius: 39px;
    transition: .3s;
}
.contact-btn a {
    width: 332px;
    border-radius: 7px;
    background-color: #000;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 18px 30px 18px 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 46px;
    line-height: 4rem;
    box-sizing: border-box;
    transition: .3s;
}
.contact-btn a:hover {
    opacity: 0.6;
}
.btn-area a span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 7px;
}
.dl-btn {
    margin-bottom: 21px;
}
.btn-area {
	display: inline-block;
	margin-bottom: 60px;
}
.btn-caption {
    text-align: center;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 1.7rem;
    line-height: 2.5rem;
}
.dl-btn a {
    width: 363px;
    border-width: 2px;
    border-style: solid;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    font-size: 2.5rem;
    color: #ff5d20;
    font-weight: bold;
    text-decoration: none;
    padding: 18px 22px 18px 5px;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    letter-spacing: 3px;
    transition: .3s;
    line-height: 4rem;
    position: relative;
}
.dl-btn a::after {
    content: url(../img/file_save_sub.svg);
    width: 27px;
    display: inline-block;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    margin-left: 3px;
}
.dl-btn a:hover,#contact-cta .contact-btn a:hover {
    opacity: 0.6;
}
.contact-btn a::after {
    width: 27px;
    display: inline-block;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-left: 10px;
}
.contact-btn a:hover {
    opacity: 0.6;
}
.btn-area a span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 7px;
}
.dl-btn {
    margin-bottom: 21px;
}
section.cta picture {
    position: absolute;
    top: 50px;
    right: 0;
    text-align: right;
    z-index: -1;
}
section.cta picture img {
    width: 50%;
    display: inline-block;
}

@media screen and (max-width: 1199px){
    .cta .btn-area {
        display: inline-block;
        width: 80%;
        padding: 26px 0 62px;
    }
    .dl-btn a,.contact-btn a {
        font-size: 2.5rem;
        padding: 14px 21px 14px 0;
        max-width: 342px;
        width: 100%;
    }
    .btn-caption {
        font-size: 1.7rem;
    }
    section.cta picture {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }
    section.cta picture img {
        width: 60%;
        margin: 0 auto;
    }
    section.cta picture img.pc {
        display: none;
    }
    section.cta picture img.sp {
        display: block!important;
    }
    .dl-btn a::after {
        margin-top: -13px;
    }
    .contact-btn a::after {
        margin-top: -8.5px;
    }

}
@media screen and (max-width: 767px){
    section.cta h2 {
        margin: 80px auto 24px;
        line-height: 5rem;
    }
}

/* section functions */
#functions .functions-wrapper {
    display: inline-block;
    margin-bottom: 70px;
}
section#functions h2 {
    margin-bottom: 63px;
}
#functions .sub_ttl {
    color: #fccf00;
    margin: 102px auto 38px;
}
#functions .flex_box {
    width: 1150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#functions .flex_items {
    background: #fff;
    width: 22%;
    position: relative;
}
#functions .flex_items picture img {
    width: auto;
    height: auto;
}
#functions .flex_items p {
    margin: 35px auto 24px;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: 600;
}
#functions .flex_items picture {
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}
#functions {
    text-align: center;
    background: #f1f0f0;
    background-image: url(../img/bg_future.webp);
    background-repeat: no-repeat;
    background-size: 430px;
    background-position: left top;
}
#functions dl {
    text-align: center;
    width: calc(33.33% - 30px);
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
}
dt.functions-ttl {
    font-size: 3.1rem;
    line-height: 3.9rem;
    font-weight: bold;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    padding: 27px 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    background: #fccf00;
}
#functions dl dd:last-child {
    margin-bottom: 40px;
    font-size: 2.2rem;
    line-height: 3.5rem;
    text-align: justify;
}
#functions dl dd {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
}
#functions dl dd picture img {
    width: 100%;
    margin: 17px auto 0;
}
#functions dl dd picture {
    height: 65px;
    display: inline-block;
}
span.bold {
    font-weight: 700;
}
@media screen and (max-width: 1199px){
    #functions .flex_box {
        width: 90%;
        margin: 0 auto;
    }
    #functions dl {
        width: calc(33.33% - 10px);
    }
}
@media screen and (max-width: 767px){
    #functions .functions-wrapper {
        margin: auto 5% 50px;
    }
    section#functions h2 {
        margin: 26px auto 36px;
    }
    #functions .flex_box {
        justify-content: space-between;
        width: auto;
        display: inline-block;
        gap: 0;
    }
    #functions dl {
        width: 100%;
        margin-bottom: 9%;
    }
    #functions dl dd {
        width: 84%;
        margin: 0 auto 15px;
    }
    #functions dl dd:last-child {
        display: inline-block;
        text-align: justify;
        margin-bottom: 35px;
    }
    #functions {
        background-image: url(../img/bg_future.webp);
        background-size: 40%;
        background-position-y: -20px;
    }
    #functions .sub_ttl {
        margin: 60px auto 0;
}
}

/*systemlinkage*/
section#systemlinkage h2 {
    display: inline-block;
    font-size: 3.4rem;
    color: #fff;
    background: #ff5d20;
    padding: 27px 30px;
    margin: 100px auto 50px;
    line-height: 4.5rem;
}
section#systemlinkage {
    text-align: center;
}
section#systemlinkage p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 3rem;
}
section#systemlinkage img {
    width: 100%;
    max-width: 1150px;
    margin: 30px auto 100px;
}
@media screen and (max-width: 1199px){
    section#systemlinkage img {
        width: 92%;
    }
}
@media screen and (max-width: 767px){
section#systemlinkage h2{
    margin: 60px auto 30px;
    padding: 19px 24px;
    }
    section#systemlinkage img {
        margin: 30px auto 60px;
    }
}
/*work*/
#work {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px;
    background: #fccf00;
}
.sub_ttl {
    margin: 120px auto 42px;
}
.work-outer.flex_box {
    display: flex;
    max-width: 1150px;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin: 60px auto 0;
    align-items: start;
}
.work-outer {
    display: block;
    transition: .3s;
    color: #000;
    text-decoration: none;
}
.work-outer .work-item {
    width: 47%;
    text-align: left;
    padding-bottom: 10px;
    background: #fff;
    position: relative;
}
.work-outer .work-item:last-child {
    margin-top: 80px;
}
.work-item img.work-item-ttl {
    position: absolute;
    width: 20%;
    right: 36px;
    top: -20px;
}
.work-item img {
    width: 100%;
    margin-bottom: 30px;
}
.work-outer {
    justify-content: center;
    gap: 3%;
    align-items: stretch;
}
.work-item .work-name {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 23px;
}
.work-item > div {
    margin: 8px 30px 38px;
}
.work-child-category span {
    background: #fff;
    border: 2px solid #FDD001;
    border-radius: 20px;
    padding: 2px 34px;
    font-size: 2.2rem;
    font-weight: 500;
    color: #FDD001;
}
.work-title {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.8rem;
}
span.small {
    font-size: 1.7rem;
}
@media screen and (max-width: 1270px){
    #work {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    #work {
        padding-bottom: 10px;
    }
    .sub_ttl {
        margin: 60px auto 0;
    }
    .work-outer.flex_box {
        display: block;
        width: 100%;
    }
    .flex {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .work-outer .work-item {
        margin-bottom: 30px;
        width: 93%;
    }
    .work-outer .work-item:last-child {
        margin-top: 45px;
        margin-left: 7%;
    }
}

/*implementing-casemerit*/
section.implementing-02 {
    background: #fccf00;
    padding: 100px;
}
h3.implementing-casemerit-ttl {
    margin-top: -72px;
    line-height: 4.5rem;
}
.implementing-casemerit {
    margin: 0px auto;
}
@media screen and (max-width: 767px){
    section.implementing-02 {
        padding: 60px 4%;
    }
    h3.implementing-casemerit-ttl {
        line-height: 4rem;
        margin-top: -46.5px;
    }
}

/*flow*/
#flow{
    padding: 0 0 100px;
    background: #fff;
    text-align: center;
}
#flow .sub_ttl {
    color: #fccf00;
    margin-top: 100px;
}
#flow .flow-wrapper{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    text-align: center;
    position: relative;
}
#flow p {
    text-align: center;
    font-size: 2rem;
    line-height: 3.4rem;
    margin: 17px auto 34px;
}
img.flow_icon {
    position: absolute;
    top: 0;
    right: 28%;
    width: 8%;
}
#flow h2{
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
#flow h2 span {
    background: #fa9600;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 24px 17px;
    border-radius: 50px;
    margin: 0 0 0 20px;
    text-align: center;
    line-height: 2rem;
    font-feature-settings: "palt";
}
#flow h2 span.flow_no {
    font-size: 30px;
    padding: 5px 0 0 0;
    margin: 0;
}
#flow ol{
    display: flex;
    justify-content: center;
    text-align: left;
    max-width: 1120px;
    margin: 0 auto;
}
#flow ol li{
    position: relative;
    text-align: center;
    padding: 17px;
    margin: 0 13px;
    background: #fff;
    border: 2.5px solid #fccf00;
    border-radius: 20px;
    box-sizing: border-box;
}
#flow ol li .num{
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: #fccf00;
    border-radius: 38px;
    padding: 5px 25px;
    display: inline-block;
}
#flow ol li .num span.small {
    font-size: 1.5rem;
}
#flow ol li .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
}
#flow ol li .icon img{
    width: 62%;
}
#flow ol li h3{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#flow ol li p{
	font-size: 1.5rem;
}
#flow ol li::after {
    content: '';
    width: 53px;
    height: 20px;
    background-image: url(../img/step_arrow.webp);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: -55px;
    margin-top: -10px;
    z-index: 1;
}
#flow ol li:last-child::after {
    background-image: none;
}
@media screen and (max-width: 1199px){
	#flow h2{
		margin-bottom: 5%;
		font-size: 2.4rem;
	}
	#flow ol{
		flex-wrap: wrap;
	}
	#flow ol li{
		max-width: none;
		width: calc(80% / 3);
		padding: 5% 2%;
		margin: 0 2% 5% 0;
        flex: unset;
	}
	#flow ol li:nth-child(3n){
		margin: 0 0 5% 0;
	}
	#flow ol li:nth-child(4){
		margin: 0 2% 0 0;
	}
	#flow ol li:nth-child(5){
		margin: 0;
	}
	#flow ol li .icon{
		margin-bottom: 3%;
	}
	#flow ol li h3{
		margin-bottom: 0;
	}
	#flow ol li p{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px){
    #flow {
        padding: 0 6% 80px;
    }
    #flow .sub_ttl {
        margin-top: 60px;
    }
    #flow .flow-wrapper {
        width: 100%;
    }
	#flow h2{
		margin-bottom: 5px;
		font-size: 4rem;
	}
    #flow h2 span {
        background: #fa9600;
        color: #fff;
        font-size: 18px;
        display: inline-block;
        padding: 22px 15px;
        border-radius: 50px;
        margin: 16px 0 0px 8px;
        text-align: center;
        line-height: 2.1rem;
    }
    img.flow_icon {
        position: absolute;
        top: 0;
        right: -3%;
        width: 28%;
    }
	#flow ol{
		display: block;
	}
	#flow ol li{
		width: 100%;
		padding: 3%;
		margin: 0 0 10%;
        display: flex;
        gap: 15px;
	}
	#flow ol li:nth-child(3n),
	#flow ol li:nth-child(4){
		margin: 0 0 10%;
	}
    #flow ol li::after {
        content: '';
        width: 34px;
        height: 13px;
        background-image: url(../img/step_arrow.webp);
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        bottom: -25px;
        right: 50%;
        left: 50%;
        margin-top: auto;
        margin-left: -20px;
        z-index: 1;
        transform: rotate(90deg);
    }
	#flow ol li .num{
		width: 2.5em;
		height: 2.5em;
		font-size: 2.6rem;
	}
	#flow ol li .icon{
		margin: 5%;
        margin: 0;
        width: 50%;
        line-height: inherit;
	}
	#flow ol li h3{
		font-size: 2.8rem;
	}
	#flow ol li h3 br{
		display: none;
	}
	#flow ol li p{
		font-size: 1.2rem;
	}
    #flow ol li .icon img {
        width: 100%;
    }

}

/*functions etc*/
#functions.etc {
    text-align: center;
    background: #f1f0f0;
    background-image: url(../img/bg_etc.webp);
    background-repeat: no-repeat;
    background-size: 485px;
    background-position: -88px 38px;
}
@media screen and (max-width: 767px){
    #functions.etc dl {
        width: 48%;
    }
    #functions.etc .flex_box {
        display: flex;
    }
    .etc dt.functions-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
}
}
/*systemflow*/
section.systemflow {
    background: #fccf00;
    padding-bottom: 100px;
    text-align: center;
    position: relative;
}
.systemflow-img {
    max-width: 1150px;
    background: #fff;
    margin: 50px auto 0;
    border-radius: 30px;
    border: 4px solid #ff5d20;
    text-align: center;
    position: relative;
}
.systemflow-img img {
    width: 94%;
    margin: 0 auto 40px;
}
img.systemflow-img-01 {
    position: absolute;
    width: 24%;
    left: 25px;
    top: -90px;
}
img.systemflow-img-02 {
    width: 90%;
    margin-bottom: 50px;
}
section.systemflow::after {
    content: '';
    height: calc(92px / 2 * tan(60deg));
    bottom: -78px;
    left: calc(50% - 125px);
    width: 250px;
    display: inline-block;
    background-color: #fccf00;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1199px){
.systemflow-img {
    margin: 50px 4% 0;
}
}

@media screen and (max-width: 767px){
    .systemflow-img {
        width: 92%;
        margin: 60px auto 0;
    }
    .systemflow-img img {
        width: 92%;
        margin: 0 auto 20px;
    }
    .systemflow-img img.systemflow-img-01 {
        position: absolute;
        width: 40%;
        left: 50%;
        transform: translateX(-50%);
        top: -51px;
    }
    .systemflow p {
        margin: 53px auto 16px;
    }
    section.systemflow {
        padding-bottom: 50px;
    }
    section.systemflow::after {
        left: calc(50% - 85px);
        width: 170px;
        height: calc(65px / 2 * tan(60deg));
        bottom: -40px;
    }
}
/* section cta-02*/
.btn-area-outer {
    max-width: 62.5%;
    margin: 0 auto;
    padding-bottom: 100px;
}
.cta-02 .btn-area {
    align-items: center;
    max-width: 970px;
    margin: 0 auto;
    padding: 50px 0 50px;
    gap: 20px;
}
.cta-02 .btn-caption {
    font-size: 2.4rem;
}
img.dl-img-01{
    width: 90%;
}
.dl-btn p {
    text-align: left;
    margin: 57px auto 40px 0px;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.7rem;
    width: 90%;
    font-weight: 400;
}
.cta-02 .dl-btn a {
    width: 450px;
    border-width: 2px;
    border-style: solid;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    font-size: 3.2rem;
    color: #ff5d20;
    font-weight: bold;
    text-decoration: none;
    padding: 29px 22px 29px 5px;
    display: inline-block;
    text-align: center;
    border-radius: 54px;
    letter-spacing: 3px;
    transition: .3s;
    line-height: 4rem;
    position: relative;
}
.cta-02 .dl-btn a::after {
    content: url(../img/file_save_sub.svg);
    width: 37px;
    display: inline-block;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-left: 3px;
}
.cta-02 .contact-btn {
    padding: 50px 0;
}
.contact-btn-outer {
    background: #fff;
    border-radius: 30px;
    max-width: 970px;
    margin: 0 auto;
}
.cta-02 .contact-btn-outer .btn-caption {
    text-align: center;
    margin: 0 auto 20px;
    color: #000;
    font-size: 2.5rem;
    line-height: 2.5rem;
}
@media screen and (max-width: 1400px){
    .cta-02 .btn-caption {
        font-size: 2.5rem;
    }
    .dl-btn p {
        font-size: 1.7rem;
    }
    .cta-02 .dl-btn a {
        width: 365px;
        font-size: 2.5rem;
        padding: 15px 33px 15px 5px;
    }
    .cta-02 .dl-btn a::after {
        width: 32px;
        margin-top: -14px;
    }
}
@media screen and (max-width: 767px){
    section.cta.cta-02 h2 {
        margin-top: 65px;
    }
    section.cta.cta-02 {
        padding: 0 4%;
    }
    .cta-02 .dl-btn a {
        width: 100%;
        font-size: 2.8rem;
        padding: 18px 22px 18px 5px;
    }
    .btn-area-outer {
        max-width: 96%;
    }
    .cta.cta-02 .btn-area {
        width: 94%;
    }
    .cta.cta-02 .dl-btn p {
        margin: 22px auto 25px;
        font-size: 2.2rem;
        line-height: 3.8rem;
    }
    .cta-02 .btn-area {
        padding: 18px 0 20px;
    }
    .cta-02 .dl-btn a::after {
        width: 27px;
        margin-top: -13px;
    }
    .cta-02 .contact-btn a {
        width: 82%;
        font-size: 2.8rem;
        padding: 14px 21px 14px 0;
        font-weight: 400;
    }
    .cta-02 .contact-btn a::after {
        width: 25px;
        margin-top: -8px;
    }
    .cta-02 .btn-area-outer {
        padding-bottom: 65px;
    }
}
/* section faq*/
#faq{
	padding: 0 0 100px;
}
#faq h2{
	margin-bottom: 50px;
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
}
.faq-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    text-align: center;
}
#faq .sub_ttl {
    color: #fccf00;
}
#faq dt,#faq dd{
    text-align: left;
}
#faq dt{
    padding: 1em 120px 1em 76px;
    font-size: 2.7rem;
    color: #000;
    font-weight: bold;
    line-height: 1.7;
    background: #fffcde;
    border-top: 1px solid #000;
    position: relative;
}
#faq dd{
    padding: 1em 40px 1em 76px;
    font-size: 2.4rem;
    line-height: 1.7;
    border-top: 1px solid #000;
}
#faq dd:before{
    content: "A";
    margin-right: 17px;
    margin-left: -37px;
    font-size: 2.7rem;
    color: #fccf00;
    font-family: 'Poppins', sans-serif;
}
/* よくある質問　アコーディオン */
/* アコーディオン全体 */
.accordion {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
    border-bottom: 1px solid #000;
}

/* アコーディオン */
.accordion__item {
	border-radius: 15px;
	cursor: pointer;
}
.accordion__item::before {
    content: 'Q';
    margin: 4.5rem 2.5rem;
    position: absolute;
    font-size: 2.7rem;
    font-weight: bold;
    color: #fccf00;
    z-index: 1;
}
/* アコーディオンのタイトル */
.post_content dt.accordion__title {
	position: relative;
	padding: 19px 124px 19px 84px;
	font-weight: 500;
	cursor: pointer;
	font-size: 25px;
}

/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
    content: "";
    position: absolute;
    right: 37px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #000;
    width: 14px;
    height: 2px;
    transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.accordion__content {
	padding: 4px 84px 19px 84px;
	display: none;
	cursor: pointer;
	box-sizing: border-box;
}

/* アコーディオンのコンテンツ展開時 */
.accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

@media screen and (max-width: 1530px){
    .accordion__item::before {
    margin: 4.5rem;
    }
}

@media screen and (max-width: 767px){
	#faq h2{
		font-size: 4rem;
        margin-bottom: 40px;
	}
	#faq dt{
        padding: 1em 40px 1em 48px;
        font-size: 2rem;
        text-indent: 0;
        line-height: 1.5;
        min-height: 42px;
        display: flex;
        align-items: center;
	}
    #faq dt:before,
	#faq dd:before{
		font-size: 2.5rem;
	}
    .accordion__title::before, .accordion__title::after {
        right: 17px;
    }
	#faq dt br{
		display: none;
	}
	#faq dd{
		padding: 1em 1em 1em 48px;
		margin-left: 0;
		font-size: 2rem;
		text-indent: 0;
	}
	#faq dd.is-open{
        display: flex;
        align-items: center;
    }
    .accordion__item::before {
        margin: 32px 17px;
        font-size: 2.7rem;
    }
    #faq dd:before {
        margin-left: -30px;
    }
}

.cta-fixed {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
}
.cta-fixed a {
    background: #ff5d20;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 3px;
    transition: .3s;
    font-size: 2.8rem;
    line-height: 4rem;
    padding: 16px 20px 16px 0px;
    text-decoration: none;
}
.cta-fixed a::after {
    content: url(../img/file_save.svg);
    width: 19px;
    display: inline-block;
    height: auto;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: 10px;
}

/* footer */
#footer{
	padding: 46px 0;
	background: #fccf00;
}
#footer p{
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    line-height: 1.8;
}
#footer p a{
	font-size: 1.7rem;
	color: #fff;
	text-decoration: underline;
}
#footer p.copy{
	margin-top: 30px;
	font-size: 1.3rem;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 1199px){
	#footer{
		padding: 10% 0;
	}
	#footer p{
		font-size: 1.4rem;
	}
	#footer p a{
		font-size: 1.6rem;
	}
	#footer p.copy{
		margin-top: 3%;
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px){
	#footer p{
		font-size: 1.2rem;
	}
	#footer p a{
		font-size: 1.4rem;
	}
	#footer p.copy{
		margin-top: 1em;
		font-size: 1.2rem;
	}
}




