@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:480px) {
/* ----------------------------------------
料金
---------------------------------------- */
section.price-info .plan.plan-1 {
    max-width: 343px;
}
section.price-info {
    font-size: 14px;
}
section .english-title {
    margin-bottom: 0em;
}
/* ----------------------------------------
head
---------------------------------------- */
header {
	height:auto;
	background:#ebf2fb url(../images/top/topimg.webp) no-repeat center top;
	background-size: auto 300px;
	box-sizing: border-box;
	padding:0em 1em 2em 1em;
}
header h1 {
	font-size: 15px;
	padding-top:10px;
	margin-bottom:5px;
 	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}
header #logo {
	width:180px;
	margin-bottom:20px;
}
header h2 {
	position:static;
	font-size:18px;
	top:0;
	line-height: 1.6em;
 	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}
header h3 {
	position: static;
	top: 0;
	font-size:16px;
	line-height: 1.6em;
	background: #0077ff;
	color:#FFF;
	padding:20px;
	width:100%;
	margin:2em auto;
	box-sizing: border-box;
	font-weight:normal;
}
header h3 br{
	display:none;
}
header #contact {
	position:static;
	right: 0px;
	width: 200px;
	height:auto;
	top: 0;
	margin:0 auto;
}
header #contact a {
	font-size: 16px;
	padding:1em 2em;
	border-radius:25px;
	background: linear-gradient(207.4deg, #6d73d7 0%, #f7c912 0%, #ff8600 100%);
}
.header-next{
	height:200px;
}
.header-next h2 {
    position: relative;
    top: 20px;
	font-size:24px;
    line-height: 1.4em;
	padding-left:10%;
}
/* ----------------------------------------
悩み
---------------------------------------- */
section.solve-problems {
    font-size: 16px;
    padding: 4.5em 0 3em;
}
section.solve-problems .title {
    font-size: 1.5em;
    max-width: 391px;
}
section.solve-problems .problems {
    flex-direction: column;
}
section.solve-problems .problems .problem {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-around;
}
section.solve-problems .problems .problem+.problem {
    margin-left: auto;
    margin-top: 40px;
}
section.solve-problems .problems .problem:nth-child(2n) {
    flex-direction: row;
}
section.solve-problems .problems .problem .text:after {
	display:none;
}

section.solve-problems .problems .problem .text {
    max-width: 240px;
    font-size: 16px;
    padding:1em;

}
section.solve-problems .problems .problem .image {
    width: 90px;
    height: 90px;
    margin: 0 12px 0 0;
}
section.solve-problems {
    font-size: 16px;
    padding: 4.5em 0 3em;
}
section.solve-problems .solution span {
    display: inline-block;
    font-size: 24px;
    padding: 8px 16px;
    color: #fff;
    background: #07f;


}
section.solve-problems .solution span {
    font-size:16px;
    padding: 8px 16px;
	border-radius:10px;

}
/* ----------------------------------------
ご相談
---------------------------------------- */
section.solution-banner .banner-pc {
    display: none;
}
section.solution-banner .banner-sp {
    display: block;
}
section.solution-banner .banner-sp .above {
    display: flex;
    align-items: flex-end;
    margin-top: -36px;
}
section.solution-banner .banner-sp .circle {
    width: 110px;
    height: 110px;
    font-size: 18px;
    margin-right: 16px;
}
section.solution-banner .banner-sp .circle:after {
    top: 73px;
    left: 97px;
    border-width: 20px 14px;
    transform: rotate(-57deg);
}
.hidden\:media-xs {
    display: none !important;
}
section.solution-banner .banner-sp .heading {
    font-size: 24px;
	color:#FFF;
}
section.solution-banner .banner-sp .short-term-use{
	text-align:center;
}
section.solution-banner .banner-sp .short-term-use .large-text {
    color: #ffdfb1;
    font-size: 48px;
    white-space: nowrap;
	text-align:center;
}
section.solution-banner .banner-sp .short-term-use small {
    color: #fff;
    font-size: 24px;
}
section.operator-banner .operator-banner-inner .left .messages .operator-sp {
    background: url(../images/top/contact01.webp) right center no-repeat;
    background-size: contain;
    width: 150px;
}
/* ----------------------------------------
サービス
---------------------------------------- */
section.service {
    padding: 4em 0 4em;
}
section.service .features {
    display: block;
    width: 100%;
}
.visible\:media-pc {
    display: none;
}
section.service .features .feature {
    width: calc(100% - 2em);
    max-width: 280px;
	margin: 2em auto;
    height: 240px;
}
section.service .features .feature__title {
    height: 1.6em;
	font-size:24px;
}
section.service .features .feature__image {
    height: 60px;
    margin: 1em auto 0;
}
section.service .features .feature__description {
    margin-top: 1.2em;
    font-size: 16px;
}
section.service .items {
    margin: 40px auto 0;
}
section.service .items .item {
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
}
section.service .items .item+.item {
    margin-top: 2em;
}
section.service .items .item:nth-child(2n) {
    flex-direction: column;
}
section.service .items .item__image {
    width: calc((100vw - 2em));
    height: calc((100vw - 2em) * 0.6);
	background-size:100% auto;
}
section.service .items .item__right {
    padding: 24px 20px;
}
section.service .items .item__title {
    text-align: center;
    width: 100%;
	font-size:24px;
}
section.service .items .item__title {
    text-align: center;
    width: 100%;
}
.hidden\:media-sp {
    display: none !important;
}
section.service .items .item__description {
    font-size: 14px;
}

/* ----------------------------------------
シーン　scene_body
---------------------------------------- */
section.scene_body {
    padding: 4em 0 4em;
}
section.scene_body .scenes {
    width: calc(100% - 2em);
    display: block;
    margin: 1em auto;
}
section.scene_body .scenes .scene {
    width: 100%;
    margin: 2em auto;
}
section.scene_body .scenes .scene__description {
    font-size: 20px;
    padding: 0 15px 24px;
}
section.scene_body .product-line {
    width: calc(100% - 2em);
}
section.lp004-scenes {
    padding: 2em 0;
    font-size: 18px;
}
section.scene_body .scenes .scene__image {
    height: 197px;
    width: 100%;
    background: url() 0 0 no-repeat;
    background-size: contain;
    flex-shrink: 0;
    background-position: center top;
}
section.scene_body .product-line__image .image {
    height: 500px;
    width: 736px;
}
.scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px 10px;
}
/* ----------------------------------------
お問い合わせ
---------------------------------------- */
section.operator-banner .operator-banner-inner {
    padding: 1.2em 1em;
    height: auto;
    justify-content: center;
    font-size: 1.4em;
}
section.operator-banner .operator-banner-inner {
    font-size: 18px;
}
section.operator-banner .operator-banner-inner .left {
    padding: 0.4em;
}
section.operator-banner .operator-banner-inner .left .contact-button {
    justify-content: space-between;
    flex-direction: column-reverse;
    margin: 1em auto 0;
}
section.operator-banner .operator-banner-inner .left .contact-button .button {
    max-width: 320px;
	text-align: center;
	margin-bottom: 1em;
}
section.operator-banner .operator-banner-inner .left>.last-warehouse-count-updated {
    position: relative;
    right: 0;
    margin-top: 0;
}
section.operator-banner .operator-banner-inner .left .messages .texts {
    width: 90%;
}
section.operator-banner .operator-banner-inner .left .messages .texts .title {
    font-size: 28px;
}
section.operator-banner .operator-banner-inner .left .messages .texts .description {
    font-size: 14px;
    width: 90%;
}
section.operator-banner .operator-banner-inner .right {
    padding-right: 0;
    margin-top: 1.2em;
	display:none;
}

/* ----------------------------------------
	流れ
---------------------------------------- */
.english-title {
    font-size: 12px;
}
section .title {
    font-size: 24px;
}
section.usage-flow {
    font-size: 16px;
}
section.usage-flow .steps-wrapper {
    max-width: 976px;
    width: calc(100% - 60px);
}
section.usage-flow .steps-wrapper .steps {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
}
section.usage-flow .steps-wrapper .step+.step {
    margin-left: 0;
    margin-top: 3em;
}
.usage-flow .steps-wrapper .step {
    position: relative;
    width: 244px;
}
.usage-flow .steps-wrapper .step__count {
    margin-left: calc(50% - 1.54em);
}
.usage-flow {
    background-position:5% 150px,95% 300px,5% 550px,95% 700px;
    background-size:100px auto,90px auto,100px auto,150px auto;
    background-repeat: no-repeat;
}
/* ----------------------------------------
	料金
---------------------------------------- */
section.price-info {
    padding: 5.3em 0 0;
}
section.price-info .plan.plan-1 .plan__benefit .title {
    color: #07f;
    font-size: 1.2em;
    margin-top: 2em;
}
section.price-info .plan .img{
	width:90%;
}
section.price-info .plan .price{
	width:90%;
	margin-top:2em;
}
section.price-info .plan.plan-1 {
    max-width: 440px;
}
section.price-info .plan.plan-1 .plan__header {
    height: 140px;
}
section.price-info .plan.plan-1 .plan__benefit .contents .benefit {
    width: 70%;
}
section.price-info .plan.plan-1 .plan__benefit .contents {
    display: block;
}
section.price-info .plan.plan-1 .plan__benefit .contents .benefit {
    margin: 2em auto;
}
section.price-info .plan.plan-1 .plan__benefit .contents .benefit+.benefit {
    margin: 2em auto;
}
/* ----------------------------------------
	お客様の声
---------------------------------------- */
section.voice-of-customer .contents .cases .case .icon {
    width: 100px;
}
section.voice-of-customer .contents .cases .case .voice {
    flex-grow: 1;
    margin-left: 1em;
}
/* ----------------------------------------
	footer
---------------------------------------- */
footer .contents {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
footer .contents .logo {
    width: 200px;
    float:none;
    font-size: 12px;
    text-align:center;
	margin:0 auto 2em;
}
footer .contents ul {
    float: left;
    width: 46%;
    text-align:left;
	margin:0 2%;
}
footer .contents ul li{
	display:block;
	margin:0;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	padding-top:5px;
}
/* ----------------------------------------
	pageTop
---------------------------------------- */
#pageTop a {
	width: 60px;
	height: 60px
}
.effect-fadein {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 500ms
}
.effect-fadein.effect-scroll {
	opacity: 1;
	transform: translate(0, 0)
}
/* ----------------------------------------
	breadcrumb
---------------------------------------- */
.breadcrumb{
	width:90%;
	margin:auto;
}
/* ----------------------------------------
	contact
---------------------------------------- */
.contaForm {
    width: 90%;
	box-sizing: border-box;
	padding:30px 3%;
	margin:2em auto 4em;
}
/* ----------------------------------------
company
---------------------------------------- */
.gaiyo {
    display:  block;
	margin:2em auto;
	max-width:90%;

}
.gaikan {
	width:100%;
	margin-bottom:2em;
}
.gaiyo dl {
    width: 100%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    border-top: 1px solid #ddd;
}
.gaiyo dl dt{
    width: 5em;
    float: left;
    padding: 30px 0;
    font-weight: bold;
}
.gaiyo dl dd{
    border-bottom: 1px solid #ddd;
    padding: 30px 0 30px 5em;
}