@charset "euc-jp";
/* CSS Document */
/* reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Outfit", 'Noto Sans JP', sans-serif;
	color: #333;
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p, div {
	word-break: break-all;
}
img {
	max-width: 100%;
	height: auto;
}
.sp {
	display: none;
}
span.unit {
	display: inline;
	font-size: 1rem;
}
.unit span{
	display: block;
	margin: 10px 0 0;
}
.tabs {
	margin: 30px auto 0;
	width: 1200px;
	text-align: center;
}
.tab_item {
	display: inline-block;
	padding: 5px 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #565656;
	position: relative;
	font-size:18px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 40px 0 0;
	clear: both;
	overflow: hidden;
}
#one:checked ~ #one_content,#three:checked ~ #three_content,#six:checked ~ #six_content,#twelve:checked ~ #twelve_content,#twentyfour:checked ~ #twentyfour_content,#thirtysix:checked ~ #thirtysix_content,#sixty:checked ~ #sixty_content {
	display: block;
}
.tab_item::before {
	background: #fff;
	border: 1px solid #231815;
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	left: 2px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 20px;
}
.tab_item::after {
	background: #ff4354;
	border-radius: 50%;
	content: '';
	display: block;
	height: 14px;
	left: 6px;
	margin-top: -2px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 14px;
}
input[type=radio]:checked + .tab_item::after {
	opacity: 1;
}
.price-list {
	padding: 0 0 30px;
	display: flex;
	width: 100%;
}
.price-list li {
	margin: 0 1.5%;
	width: 30%;
	padding: 20px 30px 20px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.1), -9px -9px 16px rgba(255, 255, 255, 0.5);
	position: relative;
	box-sizing: border-box;
}
.price-list-title {
	margin: 0 0 30px;
	font-size: 26px;
	text-align: center;
	color: #0F4C96;
}
.price-list-num {
	font-weight: bold;
	font-size: 54px;
	text-align: center;
}
.price-list-discount {
	font-weight: bold;
	font-size: 18px;
	color: #ec1f54;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.price-list-discount span {
	font-size: 14px;
}
.price-attention{
	margin: 20px 0 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-align: left;
}
.area-border {
	border-top: 1px solid #ccc;
}
.area {
	border: 1px solid #ccc;
	height: 175px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px 20px 0;
}
.area p {
	text-align: left;
}
.area .area-content {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 0.9rem;
}
.area-list li {
	text-align: left;
	list-style: disc outside;
	margin-left: 20px;
}
/* footer */
.footer-bottom {
	background: #2389ca;
	color: #fff;
}
.footer-bottom-wrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	*zoom: 1;
	overflow: hidden;
	padding: 24px 0 16px;
}
.footer-bottom-wrap:after {
	content: "";
	display: table;
	clear: both;
}
.footer-logo {
	width: 120px;
	float: left;
	margin-top: 4px;
}
.footer-logo .svg-logo {
	width: 210px;
	height: 40px;
}
.footer-isms-logo {
	float: left;
	margin-top: -4px;
	margin-left: 24px;
}
.footer-pmark-logo {
	float: left;
	margin-top: -4px;
	margin-left: 16px;
}
.footer-subnav {
	float: right;
	font-size: 0.7rem;
	margin-right: -8px;
	margin-top: 4px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.footer-subnav a {
	text-decoration: none;
	color: #fff;
}
.footer-subnav a:hover {
	text-decoration: underline;
}
.footer-subnav li {
	padding: 0 7px 8px;
}
.copyright {
	float: right;
	font-size: 0.5625rem;
	margin-top: 1rem;
}
#footer_fixarea {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	background:#ffffff4d;
	backdrop-filter: blur(5px);
	color: #fff;
	z-index: 10;
	bottom: -177px;
	transition-duration: 0.5s;
	box-sizing: border-box;
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
}
#footer_fixarea.show {
	bottom: 0px;
	transition-duration: 0.5s;
	box-shadow: 0 0 4px rgb(0 0 0 / 30%);
	z-index: 200;
}
.fixarea-wrap{
	margin: 0;
	padding: 0;
}
.fixarea-wrap dt {
	color: #333;
	font-size: 1.25rem;
}
.fixarea-wrap dd {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	border-radius: 4px;
	margin-top: 24px;
}
.fixarea-cta-btn a {
	background: #ff5a5a;
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 1.5rem 4rem;
	border-radius: 0.5rem;
	display: inline-block;
	transition: box-shadow 600ms cubic-bezier(.33,.11,.02,.99),transform 600ms cubic-bezier(.33,.11,.02,.99);
	border-radius: 100px;
}
.fixarea-cta-btn a:hover {
	box-shadow:0 4px 4px rgba(100, 100, 100, .1),0 1px 6px rgba(100, 100, 100, .05),0 8px 8px rgba(100, 100, 100, .1),0 16px 16px rgba(100, 100, 100, .1),8px 32px 32px rgba(100, 100, 100, .15),8px 64px 64px rgba(100, 100, 100, .15);
	transform: scale(1.02)translateY(-0.5rem);
}
.fixarea-cta-btn a:activ {
	box-shadow:0 4px 4px rgba(0, 0, 0, .1),0 1px 6px rgba(0, 0, 0, .05),0 8px 8px rgba(0, 0, 0, .1),0 16px 16px rgba(0, 0, 0, .1),8px 16px 16px rgba(0, 0, 0, .15),8px 32px 32px rgba(0, 0, 0, .15);
}
/* -----------------------------------------------------------------テンプレート----------------------------------------------------------------- */
#regist #registForm {
	width:960px;
	margin:0 auto;
	position:relative;
}
#registForm th {
	vertical-align: middle;
	font-weight: bold;
}
#regist h3.registForm_title {
	text-align:center;
	font-weight: bold;
	font-size: 1.5rem;
	background: #2389ca;
	color: #fff;
	padding: 16px 0;
	margin-bottom: 3rem;
}
.resultForm_title:before {
	background: none;
}
#regist h3.registForm_confirm_title {
	font-size:150%;
	margin-bottom:32px;
}
#regist h4 {
	font-size:150%;
	margin:32px 0 16px;
	text-align: left;
	font-weight: bold;
}
div#sendForm_area {
    display: block;
    padding: 40px 0 0 0;
}
#regist #sendForm_area #sendForm_area_inner a {
    background: #ededed;
    color: #888;
    width: 50%;
    padding: 32px 0;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    line-height: 1;
    font-size: 1.3rem;
	font-weight: 600;
	transition: all 0.2s ease-out;
	text-align: center;
}

#regist #sendForm_area #sendForm_area_inner.active a {
	background: #ff5a5a;
    color: #fff;
	cursor: pointer;
}

#regist #sendForm_area #sendForm_area_inner.active a:hover {
	background: #a92121;
	transition: all 0.2s ease-out;
}

#regist #entryAreaConfirmUpper, #regist #entryAreaConfirm {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}
#regist #entryAreaConfirm div{
	width: 40%;
	max-width: 300px;
}

#regist #entryAreaConfirm a {
    text-decoration: none;
    line-height: 1;
    padding: 24px 0;
    font-weight: 500;
    border-radius: 100px;
    width: 100%;
    display: block;
}

#regist .registForm_revision a {
	background:#ededed;
	transition: all 0.2s ease-out;
	color: #555;
}

#regist .registForm_signUp a {
	background: #ff5a5a;
    color: #fff;
}

#regist .registForm_revision a:hover {
	background:#a3a3a3;
	transition: all 0.2s ease-out;
	color: #fff;
}

#regist .registForm_signUp a:hover {
	background: #a92121;
	transition: all 0.2s ease-out;
}

/*result form*/
body.result-page h1.page-heading{
    text-align: center;
    padding: 0 0 16px 0;
}
#regist #resultForm .section{
	width:850px;
	margin:auto;
	box-sizing: border-box;
	padding: 32px;
	background: none;
}
#regist #resultForm h3.resultForm_title {
	text-align:center;
	font-size:180%;
	margin-bottom:16px;
	margin-top: 0;
	padding-top: 0;
}
#regist #resultForm .section p {
	font-size:113%;
	text-align:center;
	line-height: 1.6;
}
#regist #resultForm #registForm table {
    width: 100%;
    display: flex;
    justify-content: center;
}
#regist #resultForm #registForm table tr{
	display: flex;
	flex-direction: column;
}
#regist #resultForm #registForm table th{
	margin: 0 auto;
}
#regist #resultForm #registForm table td{
	padding: 16px;
}
#regist #resultForm #registForm table td p#form_error_addr2_text{
	font-size: 14px;
	font-weight: 500;
	color: #DC3333;
	display: block;
	padding: 8px 0 0 0;
}
#regist #resultForm #registForm .kaiten-btn-area {
    font-size: 14px;
    padding: 8px 0 16px;
}
#regist #resultForm #registForm .kaiten-btn a {
    background: #ff5a5a;
    color: #fff;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 100px;
    display: inline-block;
	transition: all 0.2s ease-out;
}
#regist #resultForm #registForm .kaiten-btn a:hover {
	background: #a92121;
	transition: all 0.2s ease-out;
}
#regist #resultForm .section p#company_addr1_text {
    padding: 8px 0 0 0;
}

#footer {
	padding:24px;
	overflow:hidden;
	position:relative;
}
#footer p {
	font-size:70%;
	line-height:1.4;
	margin-top:8px;
}
#footer .pmark {
	position:absolute;
	bottom:24px;
	right:24px;
}
/* =========================================.policy_area========================================== */
body .policy_area{
	border:1px solid #ccc;
	height:175px;
	overflow-x:hidden;
	overflow-y:auto;
	margin:16px auto;
	text-align: left;
	font-size:13px;
}
body .policy_area div{
	margin:24px;
}
body .policy_area .clearfix,body .policy_area .rightFloat{
	margin:0;
}
body .policy_area .intro{
	margin-bottom:24px;
	line-height: 1.25rem;
}
body .policy_area .heading{
	color:#333;
	font-weight:bold;
	margin:16px 0 8px;
	border-bottom: 1px dashed #444444;
	padding-bottom:2px;
	line-height: 1.25rem;
}
body .policy_area .content_title{
	font-weight:bold;
	background:#e5e5e5;
	padding:4px 0 4px 13px;
}
body .policy_area p{
	margin-bottom:8px;
}
body .policy_area .space_left{
	padding-left:13px;
}
body .policy_area ol{
	list-style-image:none;
	list-style-position:outside;
	padding-left:13px;
	text-align: left;
	line-height: 1.25rem;
}
body .policy_area ol li,body .policy_area ol.desimal li,body .policy_area ol.desimal_in li{
	list-style-type: decimal;
	margin-bottom:8px;
}
body .policy_area ol.no_desimal li{
	list-style-type:none;
}
body .policy_area ol.disc li{
	list-style-type:disc;
}
body .policy_area .administrator{
	margin:40px 0 8px;
	color: #333;
	font-weight:bold;
	border-bottom: 1px dashed #444444;
	padding-bottom:2px;
}
body .policy_area .update_box .update{
	float:right;
}
body .policy_area .update_box ul{
	margin-bottom:8px;
}
body .policy_area .update_box p{
	margin-bottom:0px;
}
/*------------------------------残り必須項目数表示------------------------------*/
#required {
	width:100px;
	background-color:#fff;
	border:3px solid #0071bc;
	border-radius:6px;
	padding:20px 20px 10px;
	position:absolute;
	top:205px;
	right:0;
}
#required .arrow {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 16px solid #0071bc;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	position:absolute;
	top:80px;
	left:-28px;
}
#required p {
	font-size:12px;
	line-height:1.5;
}
#required p em {
	color:#fff;
	background-color:#dc3333;
	padding:0 3px;
}
#required .txtL {
	color:#dc3333;
	font-size:16px;
	text-align:center;
	margin:18px 0 0;
}
#required .number {
	font-size:50px;
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
caption, th, p{
	text-align: left;
}
.alignC{
	text-align:center!important;
	line-height: 1.25rem;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
label{
	cursor:pointer;
}
.mgnT0{
	margin-top:0!important;
}
.mgnT4{
	margin-top:4px!important;
}
.mgnT8{
	margin-top:8px!important;
}
.mgnT16{
	margin-top:16px!important;
}
.mgnT24{
	margin-top:24px!important;
}
.mgnT32{
	margin-top:32px!important;
}
.mgnT48{
	margin-top:48px!important;
}
.mgnT64{
	margin-top:64px!important;
}
.mgnT96{
	margin-top:96px!important;
}
.mgnB0{
	margin-bottom:0!important;
}
.mgnB4{
	margin-bottom:4px!important;
}
.mgnB8{
	margin-bottom:8px!important;
}
.mgnB16{
	margin-bottom:16px!important;
}
.mgnB24{
	margin-bottom:24px!important;
}
.mgnB32{
	margin-bottom:32px!important;
}
.mgnB48{
	margin-bottom:48px!important;
}
.mgnB64{
	margin-bottom:64px!important;
}
.mgnL0{
	margin-left:0!important;
}
.mgnL4{
	margin-left:4px!important;
}
.mgnL8{
	margin-left:8px!important;
}
.mgnL16{
	margin-left:16px!important;
}
.mgnL24{
	margin-left:24px!important;
}
.mgnL32{
	margin-left:32px!important;
}
.mgnR0{
	margin-right:0!important;
}
.mgnR4{
	margin-right:4px!important;
}
.mgnR8{
	margin-right:8px!important;
}
.mgnR16{
	margin-right:16px!important;
}
.mgnR24{
	margin-right:24px!important;
}
.mgnR32{
	margin-right:32px!important;
}
.mgnAuto{
	margin-left:auto;
	margin-right:auto!important;
}
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{
	zoom: 1;
}
/* IE6 */
*:first-child+html .clearfix{
	zoom: 1;
}
/* IE7 */
.contents-text,.cautionTxt,.note {
	line-height: 1.25rem;
}
body #container {
	width: auto;
}
#registForm textarea {
	width: 58%!important;
}
.showCompany.comparyName {
	text-align: left;
}
input#company_name {
	width: 80%;
}
/*キャンペーン*/
#campaign h3 {
    font-size: 2.2rem;
    color: #083c63;
    font-weight: 600;
}
#campaign h3 span {
    display: block;
    font-size: 70%;
    padding: 0 0 1rem 0;
}
#campaign h3 + p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}
#campaign figure {
    padding: 4rem 0;
    width: 80%;
    max-width: 860px;
    margin: 0 auto;
}
#campaign .campaign-attention {
    position: relative;
    margin: 20px 0 50px;
    padding: 40px 64px;
    border: solid 1px #555;
    border-radius: 8px;
}
#campaign .campaign-attention p {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0 30px;
	font-size: 2rem;
	background-color: #fff;
	font-weight: 700;
}
#campaign .campaign-attention table {
	border-collapse: separate;
	font-size: 1rem;
}
#campaign .campaign-attention table tr th {
	width: 20%;
	font-weight: 600;
	font-size: 110%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 16px;
	border-bottom: 1px solid #666;
}
#campaign .campaign-attention table tr td {
	width: 80%;
	vertical-align: middle;
	font-weight: 500;
	padding: 16px;
	text-align: left;
	line-height: 1.6;
	box-sizing: border-box;
	border-bottom: 1px solid #666;
}
#campaign .campaign-attention table tr:last-child th, #campaign .campaign-attention table tr:last-child td{
	border-bottom: none;
}
#campaign .campaign-attention table tr td span {
	display: block;
	font-size: 90%;
}
#campaign .campaign-attention table tr td span.point-txt {
	font-weight: 600;
	font-size: 110%;
	display: inline;
}
#campaign p.campaign-notice {
    font-size: 13px;
    line-height: 1.6;
}

div#registForm_confirm_table tr th,
div#registForm_confirm_table tr td,
div#registForm_plan_table th,
div#registForm_plan_table td
{
	line-height: 1.4;
}

/*お問い合わせフォーム　ステップ部分*/
#regist #registForm {
    padding: 0;
}
.regist-step-image{
    display: none;
}
.form_step {
    width: 100%;
    max-width: 780px;
    display: flex;
    justify-content: center;
    gap: 5%;
    margin: 3% auto 5%;
    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: 1024px) {
	.main-visual {
		padding: 0 32px;
	}
	.main-visual .main-visual-image {
		width: 45%;
	}
	section {
		padding: 4rem 1rem;
	}

	.tabs {
		width: 100%;
	}
	.footer-bottom-wrap {
		box-sizing: border-box;
		padding: 16px;
		width: 100%;
	}
}

@media (max-width: 768px) {
	header {
		width: 100%;
		overflow: hidden;
	}
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#svg {
		bottom: 75px;
	}
	.slider .slide {
		width: 280px;
	}
	.slider .slide-track {
		width: calc(280px * 14);
	}
	.main-visual + p.att {
		background: #fff;
		margin: 0;
		padding: 16px;
		box-sizing: border-box;
	}
	#regist #registForm {
		width: 94%;
	}
	.price-list-title {
		margin: 0 0 16px;
		font-size: 20px;
	}
	.price-list-num {
		font-size: 40px;
	}
	#campaign .campaign-attention p {
		padding: 0 16px;
		font-size: 1.6rem;
	}
	#campaign .campaign-attention {
		margin: 16px 0 32px;
		padding: 24px;
	}
	#campaign .campaign-attention table tr th {
		width: 25%;
		font-size: 100%;
		padding: 8px;
	}
	#campaign .campaign-attention table tr td {
		width: 75%;
		padding: 16px 8px;
	}
	.footer-bottom-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
	ul.footer-subnav {
		margin: 2rem auto 0;
	}
}

/* responsive */
@media (max-width: 640px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

	h1 {
		font-size: 1.4rem;
		line-height: 1.3;
	}
	h2 {
		font-size: 1.5rem;
		line-height: 1.7;
		margin-bottom: 2rem;
	}
	.title-sub {
		margin: 2rem 0;
		font-size: 1.2rem;
		line-height: 1.5;
		text-align: center;
	}
	.btn-wrap a {
		padding: 1.5rem 2rem;
	}
	.main-visual {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
    }
	.main-visual .main-visual-image {
        width: 100%;
        padding: 5% 5% 0 5%;
        box-sizing: border-box;
    }
	.main-visual + p.att {
        padding-top: 50px;
        margin-top: -50px;
		z-index: 0;
    }
	#svg {
        bottom: 130px;
    }
	.btn-wrap {
		margin-bottom: 2rem;
	}
	section {
		padding: 5rem 1rem;
	}
	.case-title {
		font-size: 1.5rem;
	}
	.slider::before, .slider::after {
		background: none;
	}
	.tabs {
		margin: 0 auto 0;
		width: 92%;
		text-align: center;
	}
	.tab_item {
		margin: 0 6px 0 0;
		font-size: 1.4rem;
		float: none;
	}
	input[name="tab_item"] {
		display: none;
	}
	.tab_content {
		display: none;
		padding: 20px 0 0;
		clear: both;
		overflow: hidden;
	}
	#one:checked ~ #one_content,#three:checked ~ #three_content,#six:checked ~ #six_content,#twelve:checked ~ #twelve_content,#twentyfour:checked ~ #twentyfour_content,#thirtysix:checked ~ #thirtysix_content,#sixty:checked ~ #sixty_content {
		display: block;
	}
	.tab_item {
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 10px 5px 30px;
		position: relative;
		white-space: nowrap;
		font-size:14px;
	}
	.tab_item::before {
		background: #fff;
		border: 1px solid #231815;
		border-radius: 50%;
		content: '';
		display: block;
		height: 20px;
		left: 2px;
		margin-top: -6px;
		position: absolute;
		top: 50%;
		width: 20px;
	}
	.tab_item::after {
		background: #ff4354;
		border-radius: 50%;
		content: '';
		display: block;
		height: 14px;
		left: 6px;
		margin-top: -2px;
		opacity: 0;
		position: absolute;
		top: 50%;
		width: 14px;
	}
	input[type=radio]:checked + .tab_item::after {
		opacity: 1;
	}
	.price-list {
		display: block;
		padding: 0;
	}
	.price-list li {
		display: flex;
		justify-content:space-between;
		align-items: center;
		margin: 0 1.5% 10px;
		width: calc(97% - 28px);
		padding: 14px;
		text-align: center;
		background: #fff;
		border-radius: 8px;
		box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.1), -9px -9px 8px rgba(255, 255, 255, 0.5);
		position: relative;
	}
	.price-list-title {
		margin: 0;
		font-size: 18px;
		text-align: left;
	}
	.price-list-num {
		font-size: 30px;
		text-align: right;
	}
	.price-list-discount {
		font-weight: bold;
		font-size: 16px;
		color: #ec1f54;
		text-align: center;
		position: absolute;
		top: 49%;
		left: 46%;
		transform: translateY(-40%) translateX(-50%);
		-webkit-transform: translateY(-40%) translateX(-50%);
	}
	.unit span{
		margin: 5px 0 0;
	}
	.price-list-discount span {
		font-size: 14px;
	}
	.price-attention{
		width: 92%;
		margin: 20px auto 0;
	}
	.alignment-block{
		width:92%;
	}
	.alignment-list{
		flex-wrap: wrap;
	}
	.alignment-list li{
		width:48%;
		padding:0 0 20px;
	}
	.alignment-pht{
		padding:5px;
	}
	.alignment-text-wrap{
		padding:120px 0 5rem;
	}
	.alignment-text{
		width:92%;
		font-size:20px;
	}
	#Reputation.reputation-block{
		width:88%;
		padding:5rem 6% 60px;
	}
	.reputation-list{
		display: block;
		width:94%;
		margin: 0 auto;
	}
	.reputation-list li{
		width:100%;
		padding:0;
	}
	.reputation-num{
		left:-15px;
		font-size:14px;
	}
	.reputation-data{
		margin: 10px 0;
	}
	.reputation-data dt{
		width:50px;
	}
	.reputation-data dd{
		width:calc(100% - 60px);
		font-size:14px;
	}
	.reputation-txt{
		font-size:14px;
	}
	#Reputation .swiper-pagination{
		display: block;
	}
	.area {
		margin: 0 1rem;
	}
	.footer-bottom-wrap {
		width: 100%;
	}
	.footer-bottom-wrap {
		position: relative;
	}
	.footer-logo {
		margin-left: 12px;
	}
	.footer-isms-logo {
		float: none;
		display: inline-block;
		margin-top: 0;
		margin-left: 0;
	}
	.footer-pmark-logo {
		float: none;
		display: inline-block;
		margin-top: 0;
	}
	.footer-subnav {
		float: none;
		font-size: 10px;
		font-size: 0.625rem;
		overflow: hidden;
		margin-top: 16px;
	}
	.footer-subnav li {
		padding: 12px;
		font-size: 12px;
	}
	.copyright {
		float: none;
		display: block;
		text-align: center;
		font-size: 7px;
		font-size: 0.4375rem;
		margin-top: 20px;
	}
	#footer_fixarea.show {
		z-index: 1000;
	}
	.fixarea-wrap dt {
		font-size: 1rem;
		line-height: 1.4;
	}
	.fixarea-cta-btn a {
		padding: 25px 20px;
	}
	#required {
		display: none;
	}
	#registForm {
		padding: 0!important;
	}
	.regist-step-image img {
		max-width: 100%;
	}
	#cp_lis #case ul li {
		margin: 10px 0 10px 0;
		float: unset;
	}
	.alignC img {
		max-width: 100%;
	}
	#cp_lis #regist #registForm {
		width: 100%;
		margin: 0 auto;
	}
	dt.k_title {
		padding-top: 120px;
	}
	form#checkform {
		padding: 10px;
	}
	.form .fmL {
		width: 220px!important;
	}
	.form .k_text {
		padding-right: 0!important;
	}
	#footer p {
		font-size: 12px;
		width: 256px;
	}
	#footer .pmark {
		bottom: 30px;
		right: 15px;
	}
	.form .kaiten_img {
		right: 45px!important;
	}
	#registForm .p-markarea-wrap {
		width: 80%!important;
	}
	#registForm .p-markarea {
		width: 100%!important;
	}
	#cp_lis #regist #sendForm_area_inner {
		margin: 0 auto;
	}
	#regist #sendForm_area,#sendForm_area_inner {
		width:100%;
	}
	#regist em {
		float: none!important;
		margin-top: 4px;
		margin-left: 0!important;
		display: inline-block;
	}
	#regist h4 {
		font-size: 18px;
		line-height: 1.25rem;
	}
	#regist #entryAreaConfirmUpper, #regist #entryAreaConfirm {
		padding-bottom: 70px;
	}
	#regist .registForm_revision {
		margin-bottom: 20px;
	}
	h3.resultForm_title {
		padding-top: 40px!important;
	}
	body.kaiten-btn a {
		font-size: 14px!important;
	}
	body #container img {
		display: inline-block!important;
	}

	#regist h3.registForm_confirm_title {
		font-size: 120%;
		margin-bottom: 16px;
		line-height: 1.6;
	}
	#campaign h3 + p {
		font-size: 1.4rem;
	}
	#campaign .campaign-attention table tr th {
        width: 30%;
    }
	#campaign .campaign-attention table tr td {
        width: 70%;
    }
	#campaign .campaign-attention table tr td span.point-txt {
		font-size: 100%;
	}
	#campaign .campaign-attention table tr td span {
		font-size: 80%;
	}
}

@media (max-width:580px){
	.logo img {
		width: 75%;
		transform: translateX(15px);
	}
	span.unit {
		display: inline;
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
	}
    .form_step {
        margin: 8% auto;
    }
    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }	
	div#registForm_confirm_table tr,
	div#registForm_plan_table tr {
		display: flex;
		flex-direction: column;
	}
	div#registForm_confirm_table tr th,
	div#registForm_confirm_table tr td,
	div#registForm_plan_table th,
	div#registForm_plan_table td
	{
		width: 100%;
		box-sizing: border-box;
	}

	div#registForm_confirm_table tr th br{
		display: none;
	}
}

@media (max-width:430px){
	h2 {
        font-size: 1.3rem;
        line-height: 1.6;
    }
	.comparison-subtxt {
		font-size: 0.8rem;
	}
	#svg {
        bottom: 160px;
    }
	figure.cp-txt-img {
		width: 90%;
		margin: 1rem auto 1.5rem;
	}
	.case-title {
        font-size: 1.3rem;
        line-height: 1.5;
    }
	section {
        padding: 3rem 1rem;
    }
	#campaign h3 {
		font-size: 1.6rem;
	}
	#campaign h3 + p {
        font-size: 1.2rem;
        line-height: 1.4;
    }
	#campaign figure {
		padding: 2rem 0;
		width: 94%;
	}
	#campaign .campaign-attention p {
        font-size: 1.5rem;
        width: 70%;
		text-align: center;
    }
	#campaign .campaign-attention table tr {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#campaign .campaign-attention table tr th {
        width: 100%;
        text-align: center;
        padding: 24px 0 16px;
		border-bottom: 1px solid #666 !important;
    }
	#campaign .campaign-attention table tr td {
        width: 100%;
        padding: 16px 8px;
    }
	#footer_fixarea {
		padding: 8px 0;
	}
	.fixarea-wrap dt {
        font-size: 0.9rem;
        line-height: 1.4;
    }
	.fixarea-wrap dd {
		margin-top: 8px;
		width: 100%;
	}
	.btn-wrap a, .fixarea-cta-btn a {
        padding: 1.2rem 0;
        font-size: 1rem;
        width: 90%;
		margin: 0 auto;
		display: block;
    }
	.tab_item {
        padding: 5px 5px 5px 28px;
        font-size: 13px;
    }
	.tab_item::before {
        margin-top: -3px;
        height: 16px;
        width: 16px;
    }
	.tab_item::after {
        left: 5px;
        margin-top: 0px;
        height: 12px;
        width: 12px;
    }

    section#form {
        padding: 5%;
    }
    section.innerbox > div.form_step {
        padding: 0;
    }
    .form_step p {
        padding: 2rem 0 0 0;
        font-size: 12px;
    }
	#regist #sendForm_area #sendForm_area_inner a {
		width: 80%;
		padding: 24px 0;
	}

	#regist #entryAreaConfirmUpper, #regist #entryAreaConfirm {
		gap: 20px;
		flex-direction: column;
	}
	#regist #entryAreaConfirm div {
		width: 90%;
		margin: 0 auto;
	}

}


/*スライドショー*/

@media (max-width: 1440px) {
	.slider, .slider::before, .slider::after {
		height: 300px;
	}
	.slider .slide {
		width: 250px;
	}
	.slider .slide-track {
		width: calc(250px * 14);
	}
}

@media (max-width: 1024px) {
	.slider, .slider::before, .slider::after {
		height: 240px;
	}
	.slider .slide {
		width: 200px;
	}
	.slider .slide-track {
		width: calc(200px * 14);
	}
}

@media (max-width:580px){
	.slider{
		margin: 50px auto;
	}
	.slider, .slider::before, .slider::after {
		height: 200px;
	}
	.slider .slide {
		width: 160px;
	}
	.slider .slide-track {
		width: calc(160px * 14);
	}
}


/* -----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body {
	font-family: "Outfit", "Noto Sans JP", sans-serif;
	color: #333;
	word-break: break-all;
}
section {
	text-align: center;
	padding: 6rem 0;
	max-width: 1200px;
	margin: 0 auto;
}
h2 {
	font-size: 2.2rem;
    font-weight: 400;
    color: #2b3d6f;
    margin: 0;
    padding: 2rem 0 4rem;
	text-align: center;
}
h3 {
	font-size: 1.5rem;
	font-weight: 400;
	color: #333;
	position: relative;
	padding: 1rem;
	margin: 0 0 1.5rem 0;
	text-align: center;
}
p{
	text-align: left;
	line-height: 1.6;
}
img{
	max-width: 100%;
}
sup{
	font-size: 60%;
	vertical-align: top;
}
.sp{
	display: none;
}
@media (max-width: 640px) {
	h2 {
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* -----------------------------------------------------------------
	header
----------------------------------------------------------------- */
header{
	padding:20px 0;
}
header img{
	display: block;
	width:240px;
	margin: 0 auto;
}
@media (max-width: 640px){
	header{
		padding:8px 0;
	}
	header img{
		width:90px;
	}
}

/*CTA*/
.cta-btn a {
    text-decoration: none;
    padding: 24px;
    background: linear-gradient(to right, #02102f, #1a406c, #066bae);
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 2rem auto 1rem;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
	transition: all 0.2s ease-out;
	cursor: pointer;
	box-sizing: border-box;
}

.cta-btn a:hover{
	opacity: 0.8;
	transition: all 0.2s ease-out;
}

/* -----------------------------------------------------------------
	firstview
----------------------------------------------------------------- */
.first-veiw {
    padding: 2% 10% 5%;
    box-sizing: border-box;
	background: url(../images/fv-bg.webp);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.first-veiw-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fv-txt {
    width: 40%;
	padding-right: 40px;
	box-sizing: border-box;
}
.fv-txt h1 {
	color: #2389ca;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.6;
	background: linear-gradient(to right, #02102f, #3583dc, #5dbeff);
	background-size: 150% 100%;
	background-clip: text;
    -webkit-background-clip: text;
	color: transparent;
}
figure.fv-img {
    width: 60%;
}
figure.fv-img img{
	width: 100%;
}
figure.authority {
    width: 80%;
    max-width: 840px;
    margin: 0 auto;
}
/*campaign*/
.ousystem-cp{
	padding: 2.5rem 5rem;
	background: url(../images/cp-bg.webp);
	background-repeat: none;
	background-position: center;
	background-size: cover;
}
.ousystem-cp-inner {
    box-sizing: border-box;
    padding: 0 32px;
    border-radius: 16px;
	background: #ffffff80;
    backdrop-filter: blur(5px);
	max-width: 960px;
	margin: 0 auto;
}

.ousystem-cp-inner h2{
	line-height: 1.8;
	padding: 2rem 0;
}

figure.ousystem-cp-img {
    width: 80%;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}



/*権威付*/
.case {
	padding: 3.5rem 0;
	text-align: center;
}
.case h2{
	line-height: 1.6;
}
.case ul.slider-logo {
    padding: 32px 0;
    max-height: 280px;
	overflow: hidden;
}
/* -----------------------------------------------------------------
	contents
----------------------------------------------------------------- */

.reason, .reputaion, .price, .cp-detail {
    background: #f8fdfe;
}
/*reason*/
.reason-list{
	display: flex;
	justify-content: space-between;
	gap: 2%;
	margin: 0 0 6rem 0;
}
.reason-list li{
	width: 32%;
}
.reason-list li h3.reason-ttl span {
    display: block;
    font-size: 70%;
    line-height: 1;
    padding: 8px 16px;
    border: 1px solid #555;
    margin: 0 auto 16px;
    width: fit-content;
}
.reason-list li h3.reason-ttl strong{
	font-size: 180%;
	font-weight: 400;
}

.reason-list li p{
	padding: 1rem 0;
}

.reason-list li p span{
	color: #3583dc;
}
/*functions*/
.function-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.function-list li{
	width: calc(94% / 4);
}
.function-list li h3 {
    background: #2b3d6f;
    line-height: 1;
    font-size: 1rem;
    margin: 0;
    padding: 8px;
    color: #fff;
}
/*cospa*/
.cospa figure {
    background: #fff;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 16px;
    max-width: 840px;
    margin: 0 auto;
}
.cospa figure figcaption {
    text-align: left;
    font-size: 13px;
    padding: 24px 0 0 0;
	line-height: 1.6;
}
/*price*/
.price h2 + p {
    text-align: center;
    font-size: 1.4rem;
    padding: 0 0 3rem 0;
    line-height: 1.8;
    font-weight: 400;
}
.price h2 + p span{
	color: #3583dc;
}
.price-appeal {
    font-size: 1.8rem;
    background: #2b3d6f;
    line-height: 1;
    padding: 16px 32px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 8px;
    color: #fff;
}
.price-attention{
	text-align: left;
    font-size: 13px;
    padding: 24px 0;
	line-height: 1.6;
}

/*reputation*/
#reputation {
    position: relative;
	overflow: hidden;
}
#reputation .read {
    font-size: 1.8rem;
    text-align: center;
    margin: -5rem 0 5rem 0;
}
#reputation .swiper-container {
    padding-bottom: 80px;
    overflow: inherit;
}
@media screen and (min-width: 1025px) {
    #reputation .swiper-wrapper {
        transition-duration: 0ms !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}
#reputation .swiper-container .swiper-slide .en {
    font-size: 1.3rem;
    font-weight: 300;
    color: #666666;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: -30px;
}
#reputation .swiper-container .swiper-slide dl {
    padding: 10px 0;
    flex-wrap: wrap;
}
#reputation .swiper-container .swiper-slide dl dt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #2b3d6f;
    line-height: 1;
    padding: 0 0 16px 0;
}
#reputation .swiper-container .swiper-slide dl dd {
    width: fit-content;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 3px 10px;
    display: inherit;
    border: 1px solid #555;
    border-radius: 3px;
    margin: 0 auto;
}
#reputation .swiper-container .swiper-slide dl dd span {
    font-size: 1.4rem;
    color: #005BAC;
}
#reputation .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
    bottom: 0;
}
#reputation .swiper-pagination-bullet {
    background: #fff;
    border: solid 1px #2E2E2E;
    opacity: 1;
}
#reputation .swiper-pagination-bullet-active {
    background: #2E2E2E;
}
#reputation .client {
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 50px 70px;
}

/*contact*/
.contact-block h3 {
    margin: 0;
    padding: 0 0 3rem 0;
    line-height: 1.8;
}
.contact-block .tel-num {
    font-size: 46px;
    font-weight: 400;
}
.contact-block .tel-time {
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 8px 0 0 0;
}
.contact-block .mail-adrs {
    font-size: 32px;
    font-weight: 400;
    margin: 20px 0;
}

.tabs {
	margin: 30px auto 0;
	width: 1200px;
	text-align: center;
}

.tab_item {
	display: inline-block;
	padding: 5px 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #565656;
	position: relative;
	font-size:18px;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	cursor: pointer;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 40px 0 0;
	clear: both;
	overflow: hidden;
}
#one:checked ~ #one_content,
#three:checked ~ #three_content,
#six:checked ~ #six_content,
#twelve:checked ~ #twelve_content,
#twentyfour:checked ~ #twentyfour_content,
#thirtysix:checked ~ #thirtysix_content,
#sixty:checked ~ #sixty_content {
	display: block;
}
.tab_item::before {
	background: #fff;
	border: 1px solid #231815;
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	left: 2px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	width: 20px;
}
.tab_item::after {
	background: #ff4354;
	border-radius: 50%;
	content: '';
	display: block;
	height: 14px;
	left: 6px;
	margin-top: -2px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 14px;
}
input[type=radio]:checked + .tab_item::after {
	opacity: 1;
}
@media (max-width: 640px) {
	.tabs {
		margin: 0 auto 0;
		width: 92%;
		text-align: center;
	}
	.tab_item {
		margin: 0 6px 0 0;
		font-size: 1.4rem;
		float: left;
	}
	input[name="tab_item"] {
		display: none;
	}
	.tab_content {
		display: none;
		padding: 20px 0 0;
		clear: both;
		overflow: hidden;
	}
	#one:checked ~ #one_content,
	#three:checked ~ #three_content,
	#six:checked ~ #six_content,
	#twelve:checked ~ #twelve_content,
	#twentyfour:checked ~ #twentyfour_content,
	#thirtysix:checked ~ #thirtysix_content,
	#sixty:checked ~ #sixty_content {
		display: block;
	}
	.tab_item {
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 10px 5px 30px;
		position: relative;
		white-space: nowrap;
		font-size:14px;
	}
	.tab_item::before {
		background: #fff;
		border: 1px solid #231815;
		border-radius: 50%;
		content: '';
		display: block;
		height: 20px;
		left: 2px;
		margin-top: -6px;
		position: absolute;
		top: 50%;
		width: 20px;
	}
	.tab_item::after {
		background: #ff4354;
		border-radius: 50%;
		content: '';
		display: block;
		height: 14px;
		left: 6px;
		margin-top: -2px;
		opacity: 0;
		position: absolute;
		top: 50%;
		width: 14px;
	}
	input[type=radio]:checked + .tab_item::after {
		opacity: 1;
	}
}

.price-list {
	padding: 0 0 30px;
	display: flex;
	width: 100%;
}
.price-list li {
	margin: 0 1.5%;
	width: 30%;
	padding: 20px 30px 20px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 9px 9px 16px rgba(0, 0, 0, 0.1), -9px -9px 16px rgba(255, 255, 255, 0.5);
	position: relative;
}
.price-list-title {
	margin: 0 0 30px;
	font-size: 26px;
	text-align: center;
	color: #0F4C96;
}
.price-campaign{
	display: block;
	font-size:14px;
	color:#ec1f54;
}
.price-list-num {
	font-weight: bold;
	font-size: 54px;
	text-align: center;
	line-height: 1;
}
span.unit {
	display: inline;
	font-size: 1rem;
}
.unit span{
	display: block;
	margin: 10px 0 0;
}
.price-list-discount {
	font-weight: bold;
	font-size: 18px;
	color: #ec1f54;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.price-list-discount span {
	font-size: 14px;
}

.price-cta-area{
	margin: 30px 0 0;
}
@media (max-width: 640px) {
	.price-list {
		display: block;
		padding: 0;
	}
	.price-list li {
		display: flex;
		justify-content:space-between;
		align-items: center;
		margin: 0 1.5% 10px;
		width: 97%;
		padding: 14px;
		text-align: center;
		background: #fff;
		border-radius: 8px;
		box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.1), -9px -9px 8px rgba(255, 255, 255, 0.5);
		position: relative;
	}
	.price-list-title {
		margin: 0;
		font-size: 18px;
		text-align: left;
	}
	.price-list-num {
		font-size: 30px;
		text-align: right;
	}
	.price-list-discount {
		font-weight: bold;
		font-size: 16px;
		color: #ec1f54;
		text-align: center;
		position: absolute;
		top: 49%;
		left: 46%;
		transform: translateY(-40%) translateX(-50%);
		-webkit-transform: translateY(-40%) translateX(-50%);
	}
	.unit span{
		margin: 5px 0 0;
	}
	.price-list-discount span {
		font-size: 14px;
	}
	.price-attention{
		width: 92%;
		margin: 20px auto 0;
	}
}

/*campaign detail*/
.campaign-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.campaign-detail-inner{
	padding:40px;
	background:#fff;
	border-radius: 8px;
}
.campaign-detail-inner p{
	line-height: 1.8;
	text-align: left;
	font-size: 16px;
}
.campaign-detail-inner p + p{
	padding-top: 1.5rem;
}
.campaign-detail-inner p.cp-detail-notice{
	font-size: 80%;
}
.campaign-detail-inner span{
	font-weight: bold;
	display: block;
}
@media (max-width: 640px){
	.campaign-detail-block{
		width:95%;
	}
	.campaign-detail-inner{
		padding:12px;
	}
}

.contact-block{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.lp-note-attention {
    color: #d32f2f;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 2rem;
}


.campaign-contact{
	padding:40px;
	background:#fff;
	border:2px solid #333;
	border-radius: 10px;
	line-height: 2.2em;
    font-size: 16px;
}
.tel-num {
	font-size: 46px;
	font-weight: 400;
}
.tel-num a {
	text-decoration: none;
	color: #2d2d2d;
}
.tel-time {
	font-size: 16px;
	font-weight: normal;
	display: block;
	padding: 16px 0 0 0;
}
.mail-adrs {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}
@media (max-width: 640px){
	.contact-block{
		width:95%;
	}
}

@media (max-width: 1650px){
	.fv-txt h1{
		font-size: 3.5rem;
	}
}

@media (max-width: 1580px){
	.fv-txt h1{
		font-size: 3.2rem;
	}
}

@media (max-width: 1440px){
	h2 {
		font-size: 2rem;
		padding: 1rem 0 3rem;
	}
	h3{
		font-size: 1.5rem;
	}
	.fv-txt h1{
		font-size: 3rem;
	}
	.ousystem-cp {
		padding: 3rem 10rem;
	}
	#reputation .swiper-container .swiper-slide dl dt {
		font-size: 1.2rem;
	}
}

@media (max-width: 1280px){
	.fv-txt h1{
		font-size: 2.5rem;
	}
}

@media (max-width: 1024px){
	.first-veiw {
        padding: 4% 5% 8%;
    }
	.fv-txt h1{
		font-size: 2.3rem;
	}
	h2{
		font-size: 1.6rem;
	}
	h3{
		font-size: 1.2rem;
	}
	section {
		padding: 4rem 3%;
	}
	.tabs{
		width: 100%;
	}
	.function-list {
		gap: 19px;
	}
	
}

@media (max-width: 768px){
	h3 {
        font-size: 1rem;
    }
	p{
		font-size: 0.9rem;
	}
	.first-veiw {
		background-position: left center;
	}
	.first-veiw-inner {
		flex-direction: column;
	}
	.fv-txt {
		width: 100%;
		padding-right: 0;
	}
	.fv-txt h1 {
        text-align: center;
        margin: 0 0 2rem;
    }
	figure.fv-img {
		width: 80%;
	}
	.ousystem-cp {
        padding: 4rem;
    }
	.reason-list {
		margin: 0 0 3rem 0;
	}
	.function-list{
		gap: 15px;
	}
	.function-list li {
		width: calc(96% / 2);
	}
	.price-list-num {
		font-size: 42px;
	}
	div#gmo-globalsign_lis {
		box-sizing: border-box;
		padding: 0 4%;
	}
	div#gmo-globalsign_lis .section {
		width: 100% !important;
	}
	#regist #registForm {
		width: 100%;
	}
	#required {
		right: 0;
	}
	.footer-bottom-wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
	ul.footer-subnav {
		margin: 2rem auto 0;
	}
}

@media (max-width: 640px){
	header {
        padding: 16px 0 8px 0;
    }
	header img {
        width: 150px;
    }
	.fv-txt h1 {
        font-size: 1.8rem;
    }
	h2 {
        font-size: 1.2rem;
		padding: 1rem 0 2rem;
    }
	h3{
		font-size: 1rem;
	}
	p{
		font-size: 0.8rem;
	}
	.cta-btn a {
		padding: 16px;
		width: 80%;
		font-size: 1rem;
	}
	.ousystem-cp {
        padding: 2rem;
    }
	.ousystem-cp-inner {
		padding: 16px;
	}
	.case h2{
		width: 90%;
		margin: 0 auto;
	}
	.reason-list, .function-list {
		flex-direction: column;
		gap: 0;
    }
	.reason-list li, .function-list li{
		width: 90%;
		margin: 0 auto;
	}
	.price h2 + p {
		font-size: 1rem;
		padding: 0 1rem 2rem;
	}
	.price-appeal {
		font-size: 1rem;
		padding: 16px;
	}
	.campaign-detail-inner p{
		font-size: 0.8rem;
	}
	.campaign-contact {
		padding: 16px;
		border: 1px solid #333;
		font-size: 0.9rem;
	}
	.contact-block .tel-num {
		font-size: 1.5rem;
	}
	.contact-block .mail-adrs {
		font-size: 1.2rem;
		margin: 16px 0;
	}
	.contact-block .mail-adrs + span{
		font-size: 0.8rem;
		line-height: 1.2;
	}
}