/* 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;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
    hanging-punctuation: allow-end;
}
html{
    font-size: 62.5%;
}
.pc{
    display: block;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 1199px){
    #fv .sp,#trouble .sp{
		display: block !important;
	}
	#trouble .pc,#works .pc{
		display: none !important;
	}
}
@media screen and (max-width: 767px){
    html{
        font-size: 43%;
    }
	.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*/
}
h1, h2 {
    font-family: "Noto Sans JP", sans-serif;
}
/* header */
#header {
    border-bottom: 1px solid #eee;
}
#header-wrap img {
    width: 196px;
    margin-left: 0.3%;
}
.header-btn-dl {
    display: inline-block;
}
#header-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 22px auto;
    display: flex;
    justify-content: space-between;
}
.header-btn-area {
    display: flex;
	align-items: center;
}
.header-btn-area a {
    padding: 13px 26px;
    border-radius: 34px;
    font-size: 1.8rem;
    text-decoration: none;
}
.header-btn-dl a {
    background-color: #00A73C;
    color: #fff;
	margin-right: 15px;
    transition: .3s;
}
.header-btn-dl a:hover {
    background-color: rgb(84 199 125);
    color: #fff;
}
.header-btn-trial a {
    background-color: #F6F6F6;
    color: #000;
    transition: .3s;
}
.header-btn-trial a:hover {
    background-color: #ebeaea;
}
@media screen and (max-width: 1199px){
    #header-wrap img {
        width: 165px;
    }
}

@media screen and (max-width: 767px){
    #header-wrap {
        margin: 11px 5px;
    }
    #header-wrap img {
        width: 110px;
    }
    .header-btn-dl a {
        margin-right: 7px;
    }
    .header-btn-area a {
        padding: 8px 14px;
        font-size: 1.3rem;
    }
}

/* FV */
#thumb-catch {
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 auto 30px 3px;
    line-height: 2.7rem;
}
h1 {
    font-size: 5.7rem;
    color: #00a73c;
    margin: 0 auto 62px 0;
    line-height: 8rem;
    font-weight: bold;
}
.fv-cta {
    display: inline-block;
    margin: 46px 28px 46px 0;
}
.sec-wrapper{
	max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}
section#fv {
	background: #F9F9F9;
    overflow: hidden;
}
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: #00A73C;
    color: #fff;
    font-weight: bold;
    margin-right: 15px;
    padding: 20px 51px;
    border-radius: 50px;
    font-size: 34px;
    text-decoration: none;
    display: inline-block;
    line-height: 5rem;
    transition: .3s;
}
.fv-cta a:hover {
    background-color: rgb(84 199 125);
    color: #fff;
}
img.fv-img-01 {
	width: 413px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    bottom: 55px;
}
img.fv-img-02 {
    width: 804px;
    right: -119px;
    bottom: 55px;
    position: absolute;
    z-index: 0;
}
section#award {
    text-align: center;
    margin: 30px auto;
}

@media screen and (max-width: 1400px){
    h1 {
        font-size: 3.7rem;
        line-height: 4rem;
    }
    .fv-cta a {
        padding: 16px 41px;
        font-size: 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;
	}
    section#fv {
        text-align: center;
    }
    .sec-wrapper {
        padding: 50px 0 29%;
    }
    h1 {
        text-align: center;
    }
    img.fv-img-02 {
        width: 65%;
        right: -4%;
        bottom: 0;
    }
    img.fv-img-01 {
        width: 50%;
        left: 4%;
        bottom: 0;
    }
    .fv-cta {
        margin: 46px auto 46px;
    }
    .fv-cta a {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px){
    .sec-wrapper {
        padding: 36px 0 25%;
    }
    #thumb-catch {
        margin: 0 auto 10px 3px;
    }
    .fv-cta a {
        width: 80%;
        margin: 0;
        padding: 14px 0;
    }
}
/* section trouble */
section#trouble {
    text-align: center;
    position: relative;
    padding-bottom: 155px;
    background: #F6F6F6;
    background-image: radial-gradient(#ffffff 20%, transparent 0), radial-gradient(#ffffff 20%, transparent 0);
    background-position: 0 0, 11px 11px;
    background-size: 11px 11px;
}
section#trouble:after {
    content: '';
    height: calc(85px / 2* tan(60deg));
    bottom: -72px;
    left: calc(50% - 175px);
    width: 350px;
    display: inline-block;
    background-color: #f6f6f6;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #F6F6F6;
    background-image: radial-gradient(#ffffff 20%, transparent 0), radial-gradient(#ffffff 20%, transparent 0);
    background-position: 0 0, 11px 11px;
    background-size: 11px 11px;
}
h2 {
    text-align: center;
    display: inline-block;
    margin: 155px auto 70px;
    font-size: 4rem;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 5.5rem;
}
span.cl-green {
    color: #00a73c;
}
.trouble-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    font-size: 2rem;
    display: flex;
    justify-content: center;
}

.trouble-elm-01,.trouble-elm-02 {
    display: flex;
    flex-flow: column;
}

.elm-item-01,.elm-item-02 {
    position: relative;
    background-color: #fff;
    border-radius: 13px;
    padding: 27px 36px;
    display: inline-block;
    margin: 0 auto 30px;
    font-weight: bold;
    line-height: 3rem;
}
.trouble-elm-01 {
    order: 0;
}
.trouble-elm-02 {
    order: 2;
}
.trouble-elm-03 {
    order: 1;
}
.elm-item-01:after,.elm-item-02:after {
    content: '';
    height: calc(26px / 2* tan(60deg));
    top: 26%;
    right: -30px;
    width: 31px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
}
.elm-item-01:after {
    clip-path: polygon(0% 0, 100% 85%, 0 100%);
}
.elm-item-02:after {
    clip-path: polygon(0% 0, 100% 0%, 0 100%);
}
.trouble-elm-02 .elm-item-01:after {
    clip-path: polygon(0px 85%, 100% 0px, 100% 100%);
    left: -30px;
}
.trouble-elm-02 .elm-item-02:after {
    clip-path: polygon(0px 0%, 100% 0px, 100% 100%);
    left: -30px;
}
.trouble-elm-03 {
    margin: auto 6%;
}
.trouble-elm-03 img {
    width: 100%;
}
@media screen and (max-width: 1199px){
    .trouble-wrapper {
        width: 90%;
    }
    .trouble-elm-01,.trouble-elm-02 {
        width: 33%;
    }
    .trouble-elm-03 {
        margin: auto 5%;
        width: 22%;
    }
}
@media screen and (max-width: 767px){
    h2 {
        margin: 80px auto 40px;
        line-height: 4.5rem;
        font-size: 3.7rem;
    }
    .trouble-wrapper{
        flex-direction: column;
        font-size: 2.5rem;
    }
    .elm-item-01{
        margin: 2px auto 0 10%;
        width: 50%;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #f9f9f9;
        line-height: 2.5rem;
    }
    .elm-item-02{
        margin: 2px 10% 0 auto;
        width: 50%;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #f9f9f9;
        line-height: 2.5rem;
    }
    .elm-item-01, .elm-item-02 {
        padding: 27px;
    }
    .trouble-elm-01,.trouble-elm-02 {
        width: 100%;
    }
    .trouble-elm-02 {
        order: 1;
    }
    .trouble-elm-03 {
        order: 2;
        margin: 6% auto 0;
        width: 62%;
    }
    .trouble-elm-03 img {
        width: 62%;
    }
    .elm-item-01:after, .elm-item-02:after {
        content: none;
    }
    section#trouble {
        padding-bottom: 48px;
    }
    section#trouble:after {
        left: calc(50% - 125px);
        width: 250px;
    }
}

/* section solution */
.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: 0 0 70px;
    max-width: 1200px;
    border-bottom: 1px solid #F3F3F3;
}
.solution-box:last-child {
    border-bottom: none;
}
.solution-img.solution-img01.dissable-pc img {
    width: 100%;
    max-width: 898px;
}
section#solution {
    text-align: center;
}
.solution-item {
    text-align: left;
    margin-left: 53px;
    width: 31%;
}
h3.solution-ttl {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    line-height: 5rem;
    margin: 1em auto;
}
h3.solution-ttl:before {
    color: #00a73c;
    font-size: 7rem;
    margin-left: -53px;
    top: -3px;
    position: absolute;
}
h3.ttl-01:before {
    content: '1';
}
h3.ttl-02:before {
    content: '2';
}
h3.ttl-03:before {
    content: '3';
}
h3.ttl-04:before {
    content: '4';
}
.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 #00a73c;
    border-bottom: 3px solid #00a73c;
    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-img {
    width: 64%;
    align-self: flex-end;
}
@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 5%;
    }
    section#solution {
        margin-top: 80px;
    }
    section#solution h2 {
        letter-spacing: 0px;
        margin: 80px 5% 40px;
    }
    .solution-item {
        margin-bottom: 20px;
        order: 0;
        width: 84%;
    }
    .solution-img {
        width: 100%;
        order: 1;
    }
}
@media screen and (max-width: 767px){
    h3.solution-ttl{
        line-height: 3.7rem;
    }
    h3.solution-ttl:before {
        margin-left: -40px;
        top: 8px;
    }
    .solution-item ul,.solution-item dl {
        font-size: 2.5rem;
    }
    .solution-item dd {
        font-size: 13px;
        margin-right: 36px;
    }
}
/* section cta */
.cta {
    background-color: #00a73c;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.cta h3 {
    background: none;
    color: #fff;
    margin: 70px auto 40px;
}
.cta .btn-area {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 70px 0 50px;
    margin-bottom: 0;
}
.btn-area {
	display: inline-block;
	margin-bottom: 60px;
}
.dl-btn a:hover,#contact-cta .demo-btn a:hover {
background-color: rgb(251 193 106);
    color: #fff;
    border-color: rgb(251 193 106);
}
#contact-cta .demo-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;
}
.demo-btn a {
    width: 332px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    font-size: 28px;
    color: rgb(255, 153, 2);
    font-weight: bold;
    text-decoration: none;
    padding: 23px 28px;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 46px;
    line-height: 4rem;
    border: 3px solid #ff9902;
    box-sizing: border-box;
    transition: .3s;
}
.demo-btn a:hover {
    background-color: rgb(255 255 255 / 78%);
}
.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-color: rgb(255, 153, 2);
    border-style: solid;
    border-radius: 7px;
    background-color: rgb(255, 153, 2);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 23px 0;
    display: inline-block;
    text-align: center;
    border-radius: 46px;
    letter-spacing: 3px;
    transition: .3s;
    line-height: 4rem;
}
.dl-btn a:hover,#contact-cta .demo-btn a:hover {
background-color: rgb(251 193 106);
    color: #fff;
    border-color: rgb(251 193 106);
}
#contact-cta .demo-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;
    line-height: 3rem;
}
.demo-btn a:hover {
    background-color: rgb(255 255 255 / 78%);
}
.btn-area a span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 7px;
}
.dl-btn {
    margin-bottom: 21px;
}
@media screen and (max-width: 767px){
    .cta .btn-area {
        display: inline-block;
        width: 80%;
        padding: 62px 0;
    }
    .dl-btn a,.demo-btn a {
        width: 100%;
        font-size: 3rem;
        padding: 16px 0;
    }
    .btn-caption {
        font-size: 2rem;
    }
}

/* section works*/
#works {
    background: #fff;
}
#works h2 {
    font-weight: 700;
    padding-top: 124px;
    margin: 0 auto 60px;
    display: block;
}
.company-logo {
    max-width: 150px;
}

.company-logo img {
    width: 100%;
    max-height: 42px;
    height: auto;
}
.c-card__content.match-exp {
    padding: 50px 50px 0;
}
.c-card-t p.c-card__txt {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4em;
    color: #00a73c;
    letter-spacing: 2px;
    margin: 0 auto 1.5em;
}
h3.c-card__tlt {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: none;
    line-height: 2rem;
    margin: 18px auto;
}
#works .flex_box {
    width: auto;
    justify-content: flex-start;
    align-items: start;
    margin: 0;
    padding: 0 50px 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    padding-bottom: 50px;
    background-color: #f1f9f3;
}
#works .c-card__content.match-exp .flex_box {
    margin-top: 0;
    background-color: #fff;
}
.c-card-t p {
    line-height: 2.3rem;
    font-weight: normal;
}
.c-card-t {
    width: 50%;
    font-size: 13px;
    line-height: 2.2rem;
}
.c-card__img {
    position: relative;
    width: 50%;
}
.c-card__img img {
    width: 100%;
    height: auto;
}
.c-point {
    width: calc(60% - 20px);
}
.tags__industry {
    background: #00a73c;
    color: #fff;
    font-size: 12px;
    padding: 12px 16px;
    display: inline-block;
    margin-right: 5px;
    font-family: noto-sans-cjk-jp, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
}
.c-card__content.match-exp {
    padding: 50px 50px 25px;
    height: auto!important;
    background: #fff;
}
#works .c-card__content .flex_box {
padding: 0;
    margin-bottom: 0;
    align-items: flex-start;
    justify-content: flex-start;
}
.c-card__list {
    letter-spacing: 1px;
}
.c-card__list a:hover {
    text-decoration: none;
}
.c-card__list a:hover {
    text-decoration: none;
    color: #333;
}
.c-point li.li-ttl {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    list-style-type: none;
    margin-left: 2.5px;
    margin-top: 15px;
    display: inline-block;
    background: #fff;
    padding: 4px 14px;
    border-radius: 37px;
    border: 1px solid #00a73c;
}
li.li-ttl.gl-back {
    background: #00a73c;
    color: #fff;
}
.c-point li {
	font-size: 14px;
	line-height: 1.5em;
	list-style-type: disc;
	margin-left: 18px;
}
.c-point li::marker {
    font-size: 11px;
}
.c-point ul {
    margin-top: 20px;
    padding-left: 0;
}
#works .slick-prev {
    left:  14%;
    z-index: 1;
}
#works .slick-next {
    right: 14%;
}
#works .slick-prev:before,#works .slick-next:before {
    color: #333;
}
button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
    background: none !important;
}
.slick-dots li {
    margin: 0 9px !important;
}
.slick-dots li button:before{
    font-size: 47px !important;
}
#works .slick-slide {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
    background: #f1f9f3;
    width: 90% !important;
    margin: 0 30px 10px;
    border-radius: 4px;
    border-top: 1px solid #f9f9f9;
}
/* 高さ揃えるためのcss */
#works .slick-track {
  display: flex;
}
#works .slick-slide {
height: auto !important;
}
@media screen and (max-width: 767px){
    #works .slick-slide {
        margin: 0 10px 10px;
    }
    #works h2 {
        padding-top: 80px;
    }
}

/* section functions */
#functions .functions-wrapper {
    display: inline-block;
    margin-bottom: 155px;
}
#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;
}
#functions dl {
	text-align: center;
	width: calc(33.33% - 30px);
	margin-bottom: 40px;
	background: #f8f8f8;
}
dt.functions-ttl {
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: 'palt';
    letter-spacing: 1px;
    margin: 50px auto 30px;
    text-align: center;
}
#functions dl dd:last-child {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 2;
    text-align: left;
}
#functions dl dd {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
}
#functions dl dd picture img {
    width: auto;
    max-height: 64px;
}
#functions dl dd picture {
    height: 65px;
    display: inline-block;
}
@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% 80px;
    }
    #functions .flex_box {
        justify-content: space-between;
        width: auto;
        display: inline-block;
        gap: 0;
    }
    #functions dl {
        width: 100%;
        margin-bottom: 3%;
    }
    dt.functions-ttl,#functions dl dd:last-child {
        display: inline-block;
        text-align: justify;
    }
    #works .c-card__content.match-exp .flex_box,#works .flex_box{
        flex-direction: column;
        gap:0;
    }
    .c-card-t,.c-point {
        width: 100%;
    }
    .c-card__content.match-exp {
        padding: 20px 20px 0;
    }
    #works .flex_box {
        padding: 20px 20px;
    }
    .c-card__img {
        width: 100%;
        margin: 20px auto;
    }
    .c-card-t p.c-card__txt {
        font-size: 2.4rem;
        line-height: 2.2rem;
        margin: 0 auto 1em;
    }
    h3.c-card__tlt {
        font-size: 1.8rem;
        margin: 10px auto;
    }
    .c-card-t p,.c-point li {
        line-height: 2rem;
        font-size: 1.8rem;
    }
    .c-point ul {
        margin-top: 0;
    }
    .c-point li.li-ttl {
        margin-top: 0;
    }
    li.li-ttl.gl-back{
        margin-top: 15px;
    }
}

/*flow*/
#flow{
	padding: 0 0 150px;
	background: #F3FBF5;
}
#flow .flow-wrapper{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    text-align: center;
}
#flow h2{
	margin-bottom: 70px;
	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;
}
#flow ol li{
	position: relative;
	display: flex;
    flex: 1;
	flex-direction: column;
	align-items: center;
	max-width: 250px;
	padding: 68px 26px 34px;
	margin: 0 6px;
	background: #fff;
	border: 2.5px solid #17A63C;
	border-radius: 5px;
}
#flow ol li .num{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 62px;
	margin: auto;
	font-size: 2.5rem;
	color: #17A63C;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	border: 2.5px solid #17A63C;
	border-radius: 50%;
}
#flow ol li .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110px;
	margin-bottom: 13px;
}
#flow ol li .icon img{
	width: auto;
	height: 100%;
}
#flow ol li h3{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	margin-bottom: 18px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#flow ol li p{
	font-size: 1.5rem;
}

@media screen and (max-width: 1199px){
	#flow{
		padding: 10% 0;
	}
	#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 .num{
		width: 3em;
		height: 3em;
		font-size: 1.4rem;
		border: 1.5px solid #17A63C;
	}
	#flow ol li .icon{
		height: 8vw;
		margin-bottom: 3%;
	}
	#flow ol li h3{
		margin-bottom: 3%;
		font-size: 1.8rem;
	}
	#flow ol li p{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px){
    #flow {
        padding: 0 10% 80px;
    }
	#flow h2{
		margin-bottom: 2em;
		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;
    }
	#flow ol{
		display: block;
	}
	#flow ol li{
		width: 90%;
		padding: 10% 5% 5%;
		margin: 0 0 10%;
	}
	#flow ol li:nth-child(3n),
	#flow ol li:nth-child(4){
		margin: 0 0 10%;
	}
	#flow ol li .num{
		width: 2.5em;
		height: 2.5em;
		font-size: 2.6rem;
	}
	#flow ol li .icon{
		height: 16vw;
		margin: 5%;
	}
	#flow ol li h3{
		font-size: 2.4rem;
	}
	#flow ol li h3 br{
		display: none;
	}
	#flow ol li p{
		font-size: 1.2rem;
	}

}
/* section faq*/
#faq{
	padding: 70px 0 20px;
}
#faq h2{
	margin-bottom: 50px;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
.faq-wrapper {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    text-align: center;
}
#faq dt,#faq dd{
    text-align: left;
}
#faq dt{
	padding: 0.5em 35px;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
	background: #17A63C;
	border-radius: 5px;
}
#faq dt:before{
	content: "Q.";
	margin-right: 0.5em;
	font-size: 2.6rem;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
#faq dd{
	padding: 1em 35px 2.5em;
	margin-left: 2.2em;
	font-size: 1.8rem;
	line-height: 1.7;
	text-indent: -2em;
}
#faq dd:before{
	content: "A.";
	margin-right: 0.5em;
	font-size: 2.6rem;
	color: #17A63C;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 1199px){
	#faq{
		padding: 10% 0;
	}
	#faq h2{
		margin-bottom: 5%;
		font-size: 2.4rem;
	}
	#faq dt{
		font-size: 1.6rem;
	}
	#faq dt:before,
	#faq dd:before{
		font-size: 1.8rem;
	}
	#faq dd{
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px){
	#faq h2{
		font-size: 4rem;
        margin-bottom: 40px;
	}
	#faq dt{
		padding: 1em 1em 1em 40px;
		font-size: 2.4rem;
		text-indent: -2.8rem;
        line-height: 1.2;
	}
    #faq dt:before,
	#faq dd:before{
		font-size: 2.5rem;
	}

	#faq dt br{
		display: none;
	}
	#faq dd{
		padding: 1em 2em 2.5em 40px;
		margin-left: 0;
		font-size: 2.2rem;
		text-indent: -2.8rem;
	}
}

/* section dl-form */
#dl-form .flex_box {
    width: 1150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 52px auto;
    gap: 8%;
}

.dl-form-wrapper {
    margin: 0 auto;
    text-align: center;
}
.dl-form-wrapper p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: center;
}
.box-detail {
    text-align: left;
    font-size: 1.7rem;
    letter-spacing: 1px;
    width: 33%;
    text-align: center;
}
.flex_box_img {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 18px auto 45px;
    gap: 4%;
}
.box-detail .flex_box_img img {
    width: 48%;
}
p.detail-ttl {
    font-size: 2rem;
    font-weight: bold;
    margin: 1em;
}
.box-detail ul {
    padding: 0 25px 0 45px;
    line-height: 3rem;
}
.box-detail ul li{
    line-height: 3rem;
    position: relative;
}
.box-detail ul li:before {
    content: '・';
    position: absolute;
    left: -20px;
}
.box-form{
    width: 40%;
}
@media screen and (max-width: 1199px){
    #dl-form .flex_box {
        width: 100%;
        margin: 35px auto;
    }
    .box-detail img {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .box-detail {
        font-size: 2.3rem;
    }
    .box-form {
        width: 90%;
        margin: 12% auto;
    }
    #dl-form h2{
        margin: 80px auto 30px;
    }
    .dl-form-wrapper p {
        font-size: 2rem;
        line-height: 2rem;
    }
    p.detail-ttl {
        font-size: 2.7rem;
    }
    .box-detail ul li {
        line-height: 3rem;
    }
    .box-detail img {
        margin: 0 auto;
        display: block;
        width: 62%;
    }
    .box-detail {
        width: 95%;
    }
    .flex_box_img {
        width: 87%;
        gap: 2%;
        margin: 12px auto 47px;
    }
    .box-detail .flex_box_img img {
        width: 49%;
    }
}

/* footer */
#footer{
	padding: 46px 0;
	background: #17A63C;
}
#footer p{
	font-size: 1.5rem;
	color: #fff;
	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;
	}
}




