<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&amp;family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

body{
    font-family: 'Outfit', 'Noto Sans JP', sans-serif;
}

sup {
    color: inherit;
    font-size: 30%;
    vertical-align: super;
}

header.header-ptn03 nav.global-navi div.global-navi-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    flex-wrap: wrap;
}

.global-navi-cta p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.global-navi-cta p.tel-no {
    font-size: 2rem;
    padding: 5px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

.global-navi-cta p.w-time {
    font-size: 11px;
}

#fv{
    background: #1488CC;  /* fallback for old browsers */
    background: url("../images/bg-wave.png"), -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
    background: url("../images/bg-wave.png"), linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: url("../images/bg-wave.png"), linear-gradient(142deg, #2389ca 0%,#2389ca 80%, #14b581 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#fv.layout-yoko {
    width: 100%;
    position: relative;
    padding: 5% 0;
    overflow: hidden;
}

.fv-inner {
    width: 100%;
    padding: 0 10%;
}


#fv.layout-yoko .fv-txt h1.lp-main-txt {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 0 40px 0;
    color: #fff;
}

#fv.layout-yoko .fv-txt h1.lp-main-txt span.exclusive {
    display: block;
    padding: 15px 50px;
    width: fit-content;
    margin: 1.5rem auto;
    line-height: 1;
    border-radius: 50px;
    background: #fff400;
    color: #0c4e77;
}

#fv.layout-yoko .fv-txt figure img {
    width: 90%;
    margin: 0 auto;
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.2));
}

#fv.layout-yoko .fv-txt figure figcaption {
    font-size: 1.6rem;
    color: #fff;
    padding: 2rem 0;
}

#fv.layout-yoko .fv-txt figure figcaption span {
    display: block;
    font-size: 80%;
    line-height: 1;
    padding: 0.5rem 1rem;
    background: #fff;
    width: fit-content;
    margin: 0 auto 1rem;
    color: #ff6060;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
}

#fv.layout-yoko .fv-txt figure figcaption span:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 9px 0 9px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

#fv.layout-yoko .fv-txt h1.lp-main-txt span {
    font-size: 70%;
    display: block;
    line-height: 1;
    padding: 0;
    color: #fff;
}

#fv.layout-yoko .fv-txt {
    width: 45%;
    text-align: center;
    padding: 0 2%;
}

.fv-main-slider {
    width: 55%;
    padding: 0 2%;
}

.fv-main-slider figure {
    margin: 0 0 3rem 0;
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.2));
}

.fv-slide {
    max-height: 400px;
    overflow: hidden;
}

.fv-slide li.slick-slide {
    padding: 30px
}

.fv-slide li.slick-slide img{
    transform: scale(0.8);
    transition: all 0.2s ease-out;
    -webkit-mask-image: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, transparent);
}

.fv-slide li.slick-slide.slick-center img{
    transform: scale(1.3);
    transition: all 0.2s ease-out;
    -webkit-mask-image: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%, transparent);
}

.fv-slide li.slick-slide.slick-center + .slick-slide img{
    transition: all 0.2s ease-out;
    -webkit-mask-image: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, transparent);
}

#fv .cta-btn.ctn-bdr-radi {
    width: 100%;
    padding: 4% 0 0;
}

#fv .cta-btn.ctn-bdr-radi a {
    max-width: 680px;
    font-size: 1.8rem;
}

/*�潟�潟���潟��*/

section.innerbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}

section.innerbox:nth-of-type(even) {
    background: #f7f7f7;
}

.m-w1200{
    max-width: 1200px;
    margin: 0 auto;
}

.m-w1000{
    max-width: 1000px;
    margin: 0 auto;
}

.headline-ptn01 h3 {
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.6;
    color: transparent;
    background: linear-gradient(142deg, #2389ca 0%,#2389ca 50%, #14b581 100%);
    -webkit-background-clip: text;
}

.headline-ptn01 h3 sup{
    color: #2389ca;
}

.headline-ptn01 span {
    font-size: 60%;
    display: block;
    line-height: 1;
    padding: 0 0 20px 0;
    color: #2389ca;
    font-weight: normal;
}

.headline-ptn01 p.headline-cpation {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    padding: 5% 0;
}

p.cont-ptn03-capt {
    font-size: 1.2rem;
    line-height: 2;
    padding: 1rem 0;
}

p.cont-ptn03-capt:last-of-type {
    padding-bottom: 0;
}

.client-logos {
    padding: 0 0 6% 0;
    max-height: 320px;
    overflow: hidden;
}

section#salesimprove .cont-ptn03-box {
    margin: 0 0 6rem 0;
}

section#salesimprove .cont-ptn03-box:last-of-type {
    margin: 0 0 0 0;
}


section.innerbox .ploblems-block {
    display: flex;
    justify-content: space-between;
    padding: 6% 0 0;
    position: relative;
}

section.innerbox .ploblems-block p.ploblems-resolution {
    position: absolute;
    text-align: center;
    z-index: 5;
    font-size: 3.4rem;
    font-weight: 700;
    width: 65%;
    background: #f7f7f7;
    padding: 2rem;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2389ca;
}

section.innerbox .ploblems-block .ploblems-box {
    width: 31%;
}

section.innerbox .ploblems-block .ploblems-box figure.ploblems-img {
    width: 60%;
    margin: 0 auto -50px;
    z-index: 1;
    position: relative;
}

section.innerbox .ploblems-block .ploblems-box h4 {
    background: #eeeeee;
    padding: 6%;
    border-radius: 15px;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    min-height: 12rem;
    padding-top: 14%;
    position: relative;
}

section.innerbox .ploblems-block .ploblems-box h4 strong {
    color: #ff1c1c;
}

section.innerbox .ploblems-block .ploblems-box figure.arrow-down {
    width: 12%;
    margin: 0 auto 0;
}

section.innerbox .ploblems-block .ploblems-box dl {
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 3px 15px 2px rgba(0,0,0,0.1);
    margin-top: 1rem;
}

section.innerbox .ploblems-block .ploblems-box dl dt {
    font-size: 1.5rem;
    color: #146091;
    line-height: 1.5;
    padding: 0 0 1rem 0;
}

section.innerbox .reason-box {
    padding: 10% 0 0 0;
}

section.innerbox .reason-box h4.contents-sub-ttl {
    font-size: 2rem;
    padding: 2rem 3rem;
    width: fit-content;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(142deg, #2389ca 0%,#2389ca 50%, #14b581 100%);
    margin: 0 auto;
    position: relative;
}

section.innerbox .reason-box:nth-of-type(2) h4.contents-sub-ttl:before {
    content: "Reason 1";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    line-height: 1;
    background: #fff;
    color: #2389ca;
    padding: 0.5rem 1rem;
    border: 2px solid #2389ca;
    transform: translate(-20px, -25px);
}

section.innerbox .reason-box:nth-of-type(3) h4.contents-sub-ttl:before {
    content: "Reason 2";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    line-height: 1;
    background: #fff;
    color: #2389ca;
    padding: 0.5rem 1rem;
    border: 2px solid #2389ca;
    transform: translate(-20px, -25px);
}

section.innerbox .reason-box:nth-of-type(4) h4.contents-sub-ttl:before {
    content: "Reason 3";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 1.2rem;
    line-height: 1;
    background: #fff;
    color: #2389ca;
    padding: 0.5rem 1rem;
    border: 2px solid #2389ca;
    transform: translate(-20px, -25px);
}

section.innerbox .reason-box p.contents-sub-ttl-cpation {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    padding: 5% 0;
}

.reason-box-contents {
    padding: 3% 0;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reason-box-contents img{
    width: 100%;
}

.reason-box-contents dl {
    width: 48%;
    margin: 0 0 1.5rem 0;
}

.reason-box-contents dl dt {
    text-align: center;
    background: #2389ca;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    padding: 1rem;
    margin: 0 0 1.5rem 0;
}

.reason-box-contents dl dd {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0 0 1rem 0;
}

.reason-box-contents dl dd span{
    font-size: 80%;
    display: block;
    padding: 0.5rem 0 0 1.5rem;
}

.reason-box-contents p {
    text-align: center;
    width: 100%;
    background: #2389ca;
    color: #fff;
    font-size: 1.6rem;
    padding: 1rem;
    font-weight: bold;
}

.reason-box-contents p.contents-notice {
    background: none;
    color: #333;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
}

.reason-box-contents ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.reason-box-contents ul li {
    width: 25%;
}

.reason-box-contents ul li figure{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.reason-box-contents ul li figure img {
    width: 65%;
}

.reason-box-contents ul li figure figcaption {
    width: 100%;;
    color: #2389ca;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4;
    min-height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reason-box-contents ul li p {
    background: none;
    color: #333;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.6;
}

section#customization .customization-block h3.cont-ptn01-ttl {
    padding: 1rem 0;
    line-height: 1.5;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #146091;
    font-weight: bold;
}

section#customization .customization-block p.cont-ptn01-txt {
    line-height: 1.8;
    padding: 1rem 0;
    font-size: 1.1rem;
}

section#reputation{
    background: linear-gradient(0deg, #2389ca 0%,#2389ca 30%,#ffffff 30%, #ffffff 100%);
}

section.innerbox .reputation-block {
    padding: 3% 0;
}

ul.reputation-slide {
    max-height: 600px;
    overflow: hidden;
}

ul.reputation-slide li {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 7px 2px rgba(0,0,0,0.1);
    margin: 20px;
    position: relative;
}

ul.reputation-slide li figure {
    border: 1px solid #2389ca2b;
    border-radius: 0;
    overflow: hidden;
    padding: 5px;
    background: #2389ca29;
}

ul.reputation-slide li figure.case-p {
    position: absolute;
    top: 27%;
    left: 66%;
    padding: 0;
    border: 7px solid #fff;
    border-radius: 200px;
    overflow: hidden;
    width: 9rem;
    height: 9rem;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
}

ul.reputation-slide li p:first-of-type {
    text-align: center;
    color: #2389ca;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    padding: 2rem 0 0 0;
}

ul.reputation-slide li p + p {
    font-size: 1rem;
    line-height: 1.8;
    min-height: 7rem;
    margin: 1.5rem 0 0 0;
}

section.innerbox .faq-block {
    padding: 6% 0;
}

section.innerbox .faq-block dl {
    margin: 0 0 2rem 0;
}

section.innerbox .faq-block dl:last-of-type {
    margin: 0 0 0 0;
}

section.innerbox .faq-block dl dt {
    font-size: 1.4rem;
    line-height: 1;
    padding: 15px;
    background: #7093a9;
    color: #fff;
    position: relative;
    cursor: pointer;
}

section.innerbox .faq-block dl dt.open {
    background: #2389ca;
}

section.innerbox .faq-block dl dd {
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 15px;
    background: #2389ca21;
    color: #333;
    display: none;
}

section.innerbox .faq-block dl dt:before {
    content: "Q.";
    font-size: 130%;
    letter-spacing: 2px;
    padding: 0 5px 0 0;
}

section.innerbox .faq-block dl dd:before {
    content: "A.";
    font-size: 130%;
    letter-spacing: 2px;
    padding: 0 5px 0 0;
    font-weight: 600;
}

section.innerbox .faq-block dl dt:after {
    content: "+";
    position: absolute;
    top: 15%;
    right: 20px;
    font-size: 40px;
    font-weight: 400;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

section.innerbox .faq-block dl dt.open:after {
    transform: rotate(45deg);
}

section.innerbox .notice {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 10rem;
    overflow-y: scroll;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1) inset;
}

section.innerbox .notice p {
    font-size: 0.8rem;
    padding: 0.5rem 0;
    line-height: 1.4;
}


.follow {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: -160px;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0 0 20px 0;
}

.follow p {
    font-size: 1.3rem;
    text-align: center;
    padding: 20px 15px 15px;
    margin-bottom: 0;
    font-weight: 600;
    color: #2389ca;
}

/* -----------------------------------------------------------------
	form
----------------------------------------------------------------- */
h2.content-title {
    text-align: center;
    font-size: 1.8rem;
}

.contents-form-title-center {
    font-size: 30px;
    color: #60b797;
    text-align: center;
    margin-top: 45px;
}

.contents-flow-image {
	text-align: center;
	margin-top: 48px;
}

.contents-flow-image img {
    width: 100%;
    max-width: 900px;
}

.contents-form-text-wrap {
    width: 100%;
    margin: 48px auto 0;
    max-width: 900px;
}

.contents-form-table {
	width: 900px;
	border: 1px solid #ccc;
	margin: 20px auto 0;
}
.contents-form-table th {
	width: 300px;
	color: #222;
	font-weight: bold;
	background-color: #F2F2F2;
	border-bottom: 1px solid #d8d8d8;
	padding: 16px;
}

.contents-form-table td {
	border-bottom: 1px solid #d8d8d8;
	padding: 16px;
}

.contents-form-table td input {
	width: 400px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 8px;
}
.contents-form-table td textarea {
	width: 500px;
	height: 200px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 8px;
}

.form-name-kanji {
	width: 300px !important;
	margin: 0 0 10px 5px;
}

.form-name-kana {
	width: 300px !important;
	margin-left: 5px;
}

.form-required {
	float: right;
	color: #fff;
	font-size: 14px !important;
	font-weight: normal;
	background-color: #ec524f !important;
	padding: 3px 8px !important;
}
.form-any {
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #666;
	padding: 3px 8px;
}

.error-message {
    color: #ec524f;
    background: url(/images/form/errorIcon.png) no-repeat left center;
    padding-left: 20px;	
	margin-bottom: 5px;
}

.contents-license-wrap {
	width: 900px;
	margin: 50px auto 0;
}

.contents-license-wrap a{
	color: #2389ca;
	text-decoration: underline;
}

.contents-license-title {
	color: #222;
	font-size: 18px;
	font-weight: bold;
}
.contents-license-text {
    height: 175px;
    font-size: 13px;
    border: 1px solid #ccc;
    margin: 16px auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.contents-license-element {
	text-align: center;
	margin-top: 24px;
}
.form-license-accept {
	margin-right: 8px;
}
.form-license-required {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-color: #ec524f;
	padding: 5px 8px;
	margin-left: 8px;
}

.contents-license-text #policy_common {
	padding: 12px;
}
.contents-license-text #policy_basic {
	padding: 24px;
}
.contents-license-text .clearfix,
.contents-license-text .rightFloat {
	margin: 0;
}
.contents-license-text .intro {
	margin-bottom: 24px;
}
.contents-license-text .heading {
	color: #333;
	font-weight: bold;
	margin: 16px 0 8px;
	border-bottom: 1px dashed #444;
	padding-bottom: 2px;
}
.contents-license-text .content_title {
	font-weight: bold;
	background: #e5e5e5;
	padding: 2px 0 2px 13px;
}
.contents-license-text p {
	margin-bottom: 8px;
}

.contents-license-text .space_left {
	padding-left: 13px;
}

.contents-license-text ol {
	list-style-image: none;
	list-style-position: outside;
	padding-left: 13px;
}

.contents-license-text ol li,
.contents-license-text ol.desimal li,
.contents-license-text ol.desimal_in li {
	list-style-type: decimal;
	margin-bottom: 8px;
}

.contents-license-text ol.no_desimal li {
	list-style-type: none;
}

.contents-license-text ol.disc li {
	list-style-type: disc;
}

.contents-license-text .administrator {
	margin: 40px 0 8px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px dashed #444;
	padding-bottom: 2px;
}

.contents-license-text .update_box .update {
	float: right;
}

.contents-license-text .update_box ul {
	margin-bottom: 8px;
}
.contents-license-text .update_box p {
	margin-bottom: 0px;
}

.form-send-btn {
	display: block;
	width: 460px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #e03f3d;
	border: 4px solid #e03f3d;
	border-radius: 50px;
	padding: 24px 0;
	margin: 50px auto 0;
}

.form-send-btn:hover {
	color: #e03f3d !important;
	background-color: #fff;
	border: 4px solid #e03f3d;
}

.form-send-btn.yet,
.form-send-btn.yet:hover  {
	color: #fff !important;
	background-color: #bfbfbf !important;
	border: 4px solid #bfbfbf !important;
	cursor: default;
}

.confirm-section,
.result-section {
	margin-top: 48px;
}

.confirm-section .contents-form-btn {
	text-align: center;
	margin-top: 50px;
    display: flex;
    justify-content: center;
}

.form-modify-btn {
	display: inline-block;
	width: 250px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #ccc;
	border: 4px solid #ccc;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px ;
}

.form-modify-btn:hover {
	color: #ccc !important;
	background-color: #fff;
	border: 4px solid #ccc;
}

.form-submit-btn {
	display: inline-block;
	width: 460px;
	color: #fff !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #e03f3d;
	border: 4px solid #e03f3d;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px;
}

.form-submit-btn:hover {
	color: #e03f3d !important;
	background-color: #fff;
	border: 4px solid #e03f3d;
}

.contents-result-wrap {
	text-align: center;
	margin-top: 48px;
}

.contents-result-title {
	color: #2389ca;
	font-size: 36px;
	font-weight: bold;
}

.contents-result-text {
	margin-top: 16px;
}

.contents-top-btn {
	text-align: center;
	margin-top: 100px;
}

.top-btn {
	display: inline-block;
	width: 460px;
	color: #005bac !important;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	background-color: #fff;
	border: 4px solid #005bac;
	border-radius: 50px;
	padding: 24px 0;
	margin: 0 15px ;
}

.top-btn:hover {
	color: #fff !important;
	background-color: #005bac;
	border: 4px solid #005bac;
}

/*PC*/
@media (max-width:1440px){
    .fv-inner {
        padding: 0 5%;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 2.2rem;
    }
    #fv.layout-yoko .fv-txt figure img {
        width: 85%;
    }
    #fv.layout-yoko .fv-txt figure figcaption {
        font-size: 1.2rem;
    }
    .fv-main-slider figure {
        width: 80%;
        margin: 0 auto 2rem;
    }
    ul.reputation-slide li figure.case-p {
        top: 28%;
        left: 70%;
        border: 5px solid #fff;
        width: 6rem;
        height: 6rem;
    }
    ul.reputation-slide li p + p {
        font-size: 0.9rem;
    }
}

@media (max-width:1280px){
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 2rem;
    }
    ul.reputation-slide li figure.case-p {
        width: 5rem;
        height: 5rem;
    }
    ul.reputation-slide li p + p {
        font-size: 0.8rem;
    }
}

@media (max-width:1024px){
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 1.6rem;
        margin: 0 0 20px 0;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt span.exclusive {
        padding: 10px 50px;
        margin: 1rem auto;
        font-size: 60%;
    }
    #fv.layout-yoko .fv-txt figure figcaption {
        font-size: 0.9rem;
        padding: 1.5rem 0 0;
    }
    .fv-main-slider figure {
        width: 90%;
        margin: 0 auto 0.5rem;
    }
    #fv .cta-btn.ctn-bdr-radi a {
        max-width: 600px;
        font-size: 1.4rem;
        padding: 1.5rem;
    }
    .m-w1200, .m-w1000 {
        width: 80%;
    }
    .headline-ptn01 h3 {
        font-size: 2.8rem;
    }
    .headline-ptn01 p.headline-cpation {
        font-size: 1.2rem;
        padding: 3% 0;
    }
    p.cont-ptn03-capt {
        font-size: 0.9rem;
        line-height: 1.8;
        padding: 0.5rem 0;
    }
    section#salesimprove .cont-ptn03-box {
        margin: 0 0 3rem 0;
    }
    section.innerbox .ploblems-block .ploblems-box figure.ploblems-img {
        width: 55%;
        margin: 0 auto -30px;
    }
    section.innerbox .ploblems-block .ploblems-box h4 {
        font-size: 0.9rem;
        min-height: 10rem;
    }
    section.innerbox .ploblems-block p.ploblems-resolution {
        font-size: 2rem;
        width: 60%;
        padding: 1rem;
        top: 46%;
    }
    section.innerbox .ploblems-block .ploblems-box dl dt {
        font-size: 1rem;
    }
    section.innerbox .reason-box h4.contents-sub-ttl {
        font-size: 1.5rem;
        padding: 1.5rem 3rem;
    }
    section.innerbox .reason-box p.contents-sub-ttl-cpation {
        font-size: 1.2rem;
        padding: 3% 0;
    }
    .reason-box-contents dl dt {
        font-size: 1rem;
    }
    .reason-box-contents dl dd {
        font-size: 1rem;
        padding: 0 0 0.8rem 0;
    }
    .reason-box-contents ul li figure figcaption {
        font-size: 1rem;
        min-height: 3rem;
    }
    .reason-box-contents ul li p {
        padding: 10px;
    }
    section#customization .customization-block h3.cont-ptn01-ttl {
        font-size: 1.1rem;
    }
    section#customization .customization-block p.cont-ptn01-txt {
        font-size: 0.9rem;
    }
    ul.reputation-slide li {
        padding: 10px;
        border-radius: 5px;
    }
    ul.reputation-slide li figure.case-p {
        top: 20%;
        left: 62%;
        border: 3px solid #fff;
    }
    ul.reputation-slide li p:first-of-type {
        font-size: 1rem;
        padding: 1.2rem 0 0 0;
    }
    ul.reputation-slide li p + p {
        font-size: 0.8rem;
        line-height: 1.6;
    }
    section.innerbox .faq-block dl {
        margin: 0 0 1rem 0;
    }
    section.innerbox .faq-block dl dt {
        font-size: 1rem;
    }
    section.innerbox .faq-block dl dd {
        font-size: 0.9rem;
    }
    section.innerbox .faq-block dl dt:after {
        top: 8%;
        right: 15px;
        font-size: 36px;
    }
}

/*TAB*/
@media (max-width:768px){
    header.header-ptn03 nav.global-navi div.global-navi-cta {
        width: 100%;
    }
    .global-navi-cta p.tel-no {
        font-size: 2.2rem;
        padding: 10px 0;
    }
    .fv-inner {
        padding: 0;
    }
    #fv.layout-yoko .fv-txt {
        width: 100%;
        order: 2;
        padding: 8%;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 2.5rem;
        margin: 0 0 35px 0;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt span.exclusive {
        margin: 1.5rem auto;
    }
    #fv.layout-yoko .fv-txt figure figcaption {
        font-size: 1.4rem;
    }
    .fv-main-slider {
        width: 100%;
        padding: 0;
        order: 1;
    }
    .fv-main-slider figure {
        width: 90%;
        margin: 0 auto 2rem;
    }

    #fv .cta-btn.ctn-bdr-radi {
        width: 100%;
        padding: 0 0 5% 0;
        order: 3;
    }

    .m-w1200, .m-w1000 {
        width: 90%;
    }

    .headline-ptn01 h3 {
        font-size: 2.4rem;
    }
    
    section.innerbox .ploblems-block .ploblems-box h4 {
        font-size: 0.8rem;
        min-height: 9rem;
    }

    section.innerbox .ploblems-block p.ploblems-resolution {
        font-size: 1.8rem;
        width: 60%;
        top: 50%;
    }

    section.innerbox .ploblems-block .ploblems-box dl {
        border-radius: 10px;
        padding: 10px;
    }

    section.innerbox .ploblems-block .ploblems-box dl dt {
        font-size: 0.9rem;
    }

    section.innerbox .reason-box p.contents-sub-ttl-cpation {
        font-size: 1rem;
        padding: 3% 0;
    }

    .reason-box-contents {
        width: 90%;
    }
    
    .reason-box-contents ul {
        justify-content: center;
    }

    .reason-box-contents ul li {
        width: 33.333333%;
    }

    section#customization .customization-block h3.cont-ptn01-ttl {
        font-size: 1rem;
    }

    /*form*/
    section#form {
        width: 90%;
        overflow: hidden;
    }

    section#form img{
        width: 100%;
    }
    .contents-form-table, .contents-license-wrap{
        width: 100%;
    }

    body.confirm {
        padding: 0 5%;
    }
    
}

@media (max-width:640px){
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 2rem;
    }
    p.cont-ptn03-capt {
        font-size: 1rem;
        text-align: center;
    }
    .slider-logo li img{
        width: 100%;
    }
    .slider-logo li {
        width: 100px;
    }

    .headline-ptn01 h3 {
        font-size: 1.8rem;
    }
    section.innerbox .ploblems-block {
        flex-wrap: wrap;
    }
    section.innerbox .ploblems-block p.ploblems-resolution {
        font-size: 1.4rem;
        position: relative;
        width: 100%;
    }
    section.innerbox .ploblems-block .ploblems-box {
        width: 80%;
        margin: 0 10% 10%;
    }
    section.innerbox .ploblems-block .ploblems-box figure.ploblems-img {
        width: 45%;
        margin: 0 auto -40px;
    }
    section.innerbox .ploblems-block .ploblems-box h4 {
        font-size: 1rem;
        min-height: auto;
    }
    section.innerbox .ploblems-block .ploblems-box figure.arrow-down {
        width: 10%;
        margin: -150px auto 0;
    }
    section.innerbox .ploblems-block .ploblems-box dl {
        padding: 20px;
    }
    section.innerbox .ploblems-block .ploblems-box dl dt {
        font-size: 1.5rem;
    }
    section.innerbox .reason-box h4.contents-sub-ttl {
        font-size: 1.2rem;
    }
    .reason-box-contents dl dd {
        font-size: 0.9rem;
        padding: 0 0 0.5rem 0;
    }
    section.innerbox .reason-box p.contents-sub-ttl-cpation {
        padding: 4%;
    }
    .reason-box-contents ul li {
        width: 50%;
    }
    .reason-box-contents ul li figure img {
        width: 50%;
    }
    section#customization .customization-block h3.cont-ptn01-ttl {
        font-size: 1.4rem;
    }
    section#customization .customization-block p.cont-ptn01-txt {
        font-size: 1rem;
    }

    /* -----------------------------------------------------------------
		form
	----------------------------------------------------------------- */
	
	.contents-form-title-center {
		font-size: 22px;
		margin-top: 30px;
	}
	
	.contents-flow-image {
		margin-top: 24px;
	}

	.contents-form-text-wrap {
		width: 100%;
		margin: 24px auto 0;
	}

	.contents-form-table {
		width: 100%;
	}
	.contents-form-table th {
		display: block;
		width: 100%;
		border-top: 1px solid #ccc;
		border-bottom: none;
		padding: 8px;
	}
	.contents-form-table th:first-child {
		border-top: none;
	}
	.contents-form-table td {
		display: block;
		width: 100%;
		border: none;
		padding: 8px;
	}
	.contents-form-table td input {
		width: 100%;
	}
	.contents-form-table td textarea {
		width: 100%;
		height: 150px;
	}
	.form-name-kanji {
		width: 250px !important;
		margin: 0 0 8px 5px;
	}
	.form-name-kana {
		width: 250px !important;
		margin: 0 0 0 5px;
	}
	.form-required {
		float: none;
		margin-left: 8px;
	}
	.form-any {
		float: none;
		margin-left: 8px;
	}

	.contents-license-wrap {
		width: auto;
		margin: 30px auto 0;
	}
	.contents-license-element {
		font-size: 13px;
	}
	.form-license-required {
		font-size: 13px;
	}
	
	.contents-license-text #policy_common {
		padding: 8px;
	}
	.contents-license-text #policy_basic {
		padding: 12px;
	}
	
	.form-send-btn {
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
	}
	
	.form-modify-btn {
		display: block;
		width: 60%;
		font-size: 18px;
		padding: 16px 0;
		margin: 0 auto ;
	}

	.form-submit-btn {
		display: block;
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
		margin: 24px auto 0;
	}
	
	.contents-result-wrap {
		margin-top: 24px;
	}
	.contents-top-btn {
		margin-top: 50px;
	}	
	.contents-result-title {
		font-size: 28px;
	}
	.top-btn {
		width: 90%;
		font-size: 18px;
		padding: 16px 0;
		margin: 0 auto;
	}
	
	.contents-form-title {
		text-align: left;
	}

    .confirm-section .contents-form-btn {
        display: inherit;
    }
}

/*SMP*/
@media (max-width:480px){
    #fv.layout-yoko .fv-txt {
        padding: 8% 4%;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 1.8rem;
    }
    #fv.layout-yoko .fv-txt h1.lp-main-txt span.exclusive {
        margin: 1rem auto;
    }
    .headline-ptn01 p.headline-cpation br {
        display: none;
    }
    section.innerbox &gt; div {
        padding: 0 5%;
    }
    .headline-ptn01 h3 {
        font-size: 1.6rem;
    }
    section.innerbox .ploblems-block .ploblems-box dl dt {
        font-size: 1.3rem;
    }
    section.innerbox .reason-box h4.contents-sub-ttl {
        font-size: 1rem;
    }
    section.innerbox .ploblems-block .ploblems-box figure.arrow-down {
        margin: -120px auto 0;
    }
    section.innerbox .reason-box:nth-of-type(2) h4.contents-sub-ttl:before, section.innerbox .reason-box:nth-of-type(3) h4.contents-sub-ttl:before, section.innerbox .reason-box:nth-of-type(4) h4.contents-sub-ttl:before {
        font-size: 1rem;
    }
    section.innerbox .reason-box p.contents-sub-ttl-cpation {
        font-size: 0.9rem;
    }
    .reason-box-contents ul li figure figcaption {
        font-size: 0.9rem;
    }
    .reason-box-contents ul li p {
        padding: 0 10px 10px;
        font-size: 0.8rem;
    }
    section.innerbox .faq-block dl dt {
        font-size: 0.9rem;
        padding-right: 3rem;
        line-height: 1.4;
    }
}

@media (max-width:428px){
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 1.6rem;
        margin: 0 0 20px 0;
    }
    #fv.layout-yoko .fv-txt figure img {
        width: 75%;
    }
    #fv.layout-yoko .fv-txt figure figcaption {
        font-size: 1rem;
    }
    .headline-ptn01 p.headline-cpation {
        font-size: 1rem;
    }
    p.cont-ptn03-capt {
        font-size: 0.9rem;
    }
    .headline-ptn01 h3 {
        font-size: 1.4rem;
    }
    section.innerbox .ploblems-block .ploblems-box h4 {
        font-size: 0.9rem;
    }
    section.innerbox .ploblems-block .ploblems-box dl dt {
        font-size: 1.1rem;
    }
    section.innerbox .reason-box h4.contents-sub-ttl {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }
    section.innerbox .reason-box:nth-of-type(2) h4.contents-sub-ttl:before, section.innerbox .reason-box:nth-of-type(3) h4.contents-sub-ttl:before, section.innerbox .reason-box:nth-of-type(4) h4.contents-sub-ttl:before {
        font-size: 0.8rem;
        padding: 0.3rem 1rem;
        transform: translate(-10px, -18px);
    }
    section.innerbox .reason-box p.contents-sub-ttl-cpation {
        font-size: 0.8rem;
    }
    section.innerbox .reason-box p.contents-sub-ttl-cpation br{
        display: none;
    }
    .reason-box-contents dl {
        width: 49.5%;
    }
    .reason-box-contents dl dt {
        font-size: 0.9rem;
        padding: 0.5rem 0;
        margin: 0 0 0.5rem 0;
    }
    .reason-box-contents dl dd span {
        font-size: 80%;
        display: block;
        padding: 0.5rem 0 0 0.5rem;
    }
    .reason-box-contents p {
        font-size: 1.1rem;
        padding: 1rem 0;
    }

    .reason-box-contents p.contents-notice {
        font-size: 10px;
    }
    .reason-box-contents ul li figure figcaption {
        font-size: 0.8rem;
        min-height: 2rem;
    }
    .reason-box-contents ul li p {
        padding: 0 10px 10px;
        font-size: 0.7rem;
    }
    section#customization .customization-block h3.cont-ptn01-ttl {
        font-size: 1rem;
    }
    section#customization .customization-block p.cont-ptn01-txt {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
    ul.reputation-slide li figure.case-p {
        width: 4rem;
        height: 4rem;
        top: 22%;
        left: 65%;
    }
    ul.reputation-slide li figure.case-p {
        left: 65%;
    }
    /*form*/
    .contents-form-table th {
        line-height: 1.6;
    }
    .form-required, .form-any {
        font-size: 12px !important;
    }
}


@media (max-width:414px){
    .fv-main-slider figure {
        margin: 0 auto 1rem;
    }
    #fv.layout-yoko .fv-txt {
        padding: 5% 4%;
    }
    #fv .cta-btn.ctn-bdr-radi a {
        font-size: 1.1rem;
        padding: 1.2rem 0;
    }
    section.innerbox {
        padding: 10% 0;
    }
    p.cont-ptn03-capt {
        font-size: 0.8rem;
    }
    .headline-ptn01 span {
        padding: 0 0 10px 0;
    }
    .cont-ptn01-box {
        margin: 0 0 1rem 0;
    }
    .reason-box-contents dl {
        width: 100%;
    }
    ul.reputation-slide li p + p {
        font-size: 0.8rem;
        margin: 0.8rem 0 0 0;
    }
    section.innerbox .ploblems-block .ploblems-box figure.arrow-down {
        margin: -100px auto 0;
    }
    .contents-license-element {
        font-size: 10px;
        line-height: 2;
    }
}

@media (max-width:390px){
    #fv.layout-yoko .fv-txt h1.lp-main-txt {
        font-size: 1.4rem;
    }
    .headline-ptn01 h3 {
        font-size: 1.2rem;
    }
    .headline-ptn01 p.headline-cpation {
        font-size: 0.9rem;
    }
    section.innerbox .ploblems-block p.ploblems-resolution {
        font-size: 1.2rem;
    }
    section.innerbox .ploblems-block .ploblems-box h4 {
        font-size: 0.8rem;
    }
    section.innerbox .ploblems-block .ploblems-box dl dt {
        font-size: 1rem;
    }
    section.innerbox .reason-box {
        padding: 10% 0;
    }
    section.innerbox .reason-box h4.contents-sub-ttl {
        font-size: 0.9rem;
    }
    .reason-box-contents dl dd {
        font-size: 0.8rem;
        padding: 0 0 0.3rem 0;
    }
    ul.reputation-slide li figure.case-p {
        left: 65%;
        top: 20%;
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media (max-width:375px){
}

/*���������������若�����鴻����������*/
.form_step {
    width: 100%;
    max-width: 780px;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 5% auto !important;
    border-radius: 5px;
    box-sizing: border-box;
}
.form_step p {
    margin: 0 !important;
    text-align: center;
    position: relative;
    padding: 2.5rem 0 0 0;
    font-size: 16px;
    width: 33.33333%;
}
.form_step p:after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #c3c3c3;
    display: block;
    border-radius: 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.form_step p:before {
    content: "";
    width: 120%;
    height: 4px;
    background: #c3c3c3;
    display: block;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    transform: translateY(-50%);
}
.form_step p.active, .form_step p.done{
    color: #2389ca;
    font-weight: bold;
}
.form_step p.active:after, .form_step p.done:after, .form_step p.done:before {
    background: #2389ca;
}

.form_step p:last-of-type:before {
    display: none;
}

@media (max-width:580px){
    .form_step {
        margin: 8% auto;
    }
    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}

@media (max-width:430px){
    section#form {
        padding: 5%;
    }
    section.innerbox &gt; div.form_step {
        padding: 0;
    }

    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
}</pre></body></html>