@charset "utf-8";

/*	OUR WORKS
------------------------------*/
#business .business-inner {
	margin-top: 30px;
    position: relative;
}
#business .flexbox {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#business .business-txt {
	width: calc(100% - 800px);
	padding-top: 40px;
    padding-right: 40px;
	color: #fff;
    text-align: justify;
    line-height: 2.2;
}
#business .business-diagram {
	width: 800px;
}
#business .business-diagram-bg {
	width: 60.4166666%;
}
#business .business-diagram-bg img {
	-webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
}
@media only screen and (max-width: 1280px) {

#business .flexbox {
	justify-content: space-between;
}
#business .business-txt {
	width: 30%;
	padding-top: 20px;
    padding-right: 0;
}
#business .business-diagram {
	width: 66.66666667%;
}
#business .business-diagram-bg {
	width: 75%;
}

}
@media only screen and (max-width: 1024px) {

#business .flexbox {
	position: relative;
    top: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
#business .business-txt {
	width: 80%;
    padding-top: 80px;
    padding-right: 0;
}
#business .business-diagram {
	width: 100%;
    margin-top: 60px;
}
#business .business-diagram-bg {
	width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

}
@media only screen and (max-width: 768px) {

#business .business-txt {
	width: 100%;
    padding-top: 40px;
}
#business .business-diagram-bg {
	width: 100%;
}
#business .business-diagram-bg img {
	-webkit-border-radius: unset;
    border-radius: unset;
}

}
@media only screen and (max-width: 480px) {

#business .business-inner {
	margin-top: 12px;
}
#business .business-txt {
	padding-top: 16px;
    line-height: 2;
}
#business .business-diagram {
	margin-top: 40px;
}

}


/*	BENEFIT
------------------------------*/
#benefit {
    margin-top: 120px;
}
.benefit-wrap {
    width: min(100%, 1000px);
    margin: 0 auto;
}
.benefit-item {
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding: 40px 0;
    padding-left: clamp(2.5rem, -0.005rem + 5.21vw, 6.25rem); /* 769 - 1920 */
    padding-right: clamp(2.5rem, -0.005rem + 5.21vw, 6.25rem); /* 769 - 1920 */
    border: 1px solid var(--color-grey);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.benefit-item:first-child {
    margin-top: 0;
}
.benefit-illust {
    width: 110px;
}
.benefit-explain {
    width: calc(100% - 110px);
    padding-left: clamp(2.5rem, -0.005rem + 5.21vw, 6.25rem); /* 769 - 1920 */
}
.benefit-hd {
    margin-bottom: 12px;
}
.benefit-hd-en {
    display: block;
    margin-bottom: 8px;
    color: var(--color-navy);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-500);
    font-size: var(--font-size-small);
    letter-spacing: 0.12em;
    line-height: 1;
}
.benefit-hd-ja {
    font-size: clamp(1.375rem, 0.244rem + 2.35vw, 1.75rem);
    font-weight: var(--font-weight-600);
    line-height: 1.4;
}
.benefit-txt {
    font-size: var(--font-size-small);
    text-align: justify;
    line-height: 1.8;
}
@media only screen and (max-width: 768px) {

.benefit-item {
    flex-direction: column;
    align-items: flex-start;
}
.benefit-illust {
    margin: 0 auto 40px;
}
.benefit-explain {
    width: 100%;
    padding-left: 0;
}

}
@media only screen and (max-width: 480px) {

#benefit {
    margin-top: 60px;
}
.benefit-item {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.benefit-illust {
    width: 30%;
    margin: 0 auto 20px;
}
.benefit-hd-ja {
    font-size: var(--font-size-large);
}

}


/*	FLOW
------------------------------*/
#flow {
    margin-top: 120px;
}
.flow-inner {
    width: 100%;
}
.flow-wrap {
    width: 58%;
    padding-right: 80px;
}
.flow-item {
    margin-top: 40px;
}
.flow-item:first-child {
    margin-top: 0;
}
.flow-hd {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.flow-num {
    display: block;
    width: 52px;
    margin-right: 20px;
    padding: 20px 0 12px;
    color: #fafafa;
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-500);
    font-size: var(--font-size-large);
    text-align: center;
    line-height: 1;
    letter-spacing: normal;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: var(--color-grey);
}
.flow-hd-ja {
    display: block;
    font-weight: var(--font-weight-600);
    font-size: clamp(1.25rem, 0.496rem + 1.57vw, 1.5rem);
    line-height: 1.4;
}
.flow-txt {
    font-size: var(--font-size-small);
    text-align: justify;
    line-height: 1.8;
}
#flow .contact {
	margin-top: 20px;
}
#flow .contact a {
	display: block;
	width: 260px;
	padding: 12px 20px;
	color: #fff;
	font-size: var(--font-size-small);
    text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: var(--color-navy);
}
#flow .contact a::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 16px;
	margin-right: 12px;
	vertical-align: sub;
	background: url(../img/icon_mail.svg) no-repeat center;
	background-size: contain;
}
#flow .contact a:hover {
	background-color: var(--color-grey);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.flow-img {
    width: 42%;
}
.flow-img figure {
    margin-top: 40px;
}
.flow-img figure:first-child {
    margin-top: 0;
}
.flow-img figure img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
@media only screen and (max-width: 1024px) {

.flow-wrap {
    padding-right: clamp(2.5rem, -5.039rem + 15.69vw, 5rem); /* 769 - 1024 */
}

}
@media only screen and (max-width: 768px) {

.flow-wrap {
    width: 100%;
    padding-right: 0;
}
.flow-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}
.flow-img figure {
    width: 48%;
    margin-top: 20px;
}
.flow-img figure:first-child {
    margin-top: 20px;
}

}
@media only screen and (max-width: 480px) {

#flow {
    margin-top: 60px;
}
.flow-item {
    margin-top: 30px;
}
.flow-num {
    width: 42px;
    margin-right: 12px;
    padding: 14px 0 10px;
}
.flow-img {
    margin-top: 10px;
}
.flow-img figure,
.flow-img figure:first-child {
    margin-top: 10px;
}

}