@charset "UTF-8";
/*---------------------------------
/ Foundation - 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, tt, var,
 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: inherit;
	vertical-align: baseline;
}
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, 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,
button, select, option, input, textarea {font-size: 100%;}
ol, ul {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {quotes: none;}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {border: none;}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav,
section, summary {display: block;}
video {max-width: 100%;}
textarea {display:block;}

/*  --------------------------------------
デバイス振り分け(PC)
--------------------------------------  */
@media screen and (min-width:837px) {
	@media only screen and (max-width:1349px){
		body {min-width:1050px;}
		.mainwrap {
			position:absolute;
			top:0;
			right:100px;
		}
		.side_navi {
			width:100%;
			min-width:1050px;
			height:100vh;
			position:fixed;
			top:0;
			left:0;
		}
		.side_position {
			margin:0 auto 0 0;
			width:calc(100% - 650px);
			height:100vh;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.menuwrap {
			margin-bottom:60px!important;
			padding:0 30px;
		}
		.corporate {margin:0 auto 220px!important;}
		.privacy   {margin:0 auto 140px!important;}
		.trace {
			width:550px;
			bottom:0;
			right:100px;
			z-index:20000;
		}
	}
	@media only screen and (min-width:1350px){
		.mainwrap {
			margin: 0 auto;
			padding-bottom:120px;
			position:relative;
		}
		.side_navi {
			width:calc((100% - 550px) / 2);
			height:100vh;

			display: flex;
			justify-content: center;
			align-items: center;

			position:fixed;
			top:0;
			right:0;
		}
		.coupon {margin:0 auto;}
		.trace {
			width:100%;
			bottom:0;
			left:0;
			z-index:20000;
		}
	}
	.sp {display:none!important;}
	body {
		background : #FFF;
		font-family: 'Noto Sans JP', sans-serif;
		text-align : center;
		font-size:16px;

		width:100%;
		min-height: 100vh;
		position: relative;
		box-sizing: border-box;
		overflow-x:hidden;
	}
	.mainwrap {
		width:550px;
		min-height:100vh;
		background:#FFF;
	}
	.sideposi_inner {
		width:400px;
	}
	.mainimage {
		width:100%;
		height:100vh;
		background:url("../img/pc/main_bk.webp");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;

		position:fixed;
		bottom:0;
		left:0;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	header {
		width:100%;
		min-height:100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header_inner {
		margin:20px auto 100px; 
		width:500px;
		position: relative;
	}
	.logo {
		margin:0 0 10px;
		padding:0;
		width:182px;
		height:68px;
		font-size:0;
		line-height:0;
	}
	.keyvisual {
		width:100%;
		font-size:0;
		line-height:0;
		border-radius:15px;
		overflow:hidden;
		position: relative;
	}
	.scroll {
		color:#1c2950;
		transform: translateY(-50%) translateX(0);
		-webkit-transform: translateY(-50%) translateX(0);

		position: absolute;
		bottom: -55px;
		left: 20px;
	}
	.scroll::before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #c9caca;
		animation: circle 1.8s ease-in-out infinite, cirlehide 1.8s ease-out infinite;

		position: absolute;
		bottom: 0;
		left: 4px;
	}
	.scroll::after {
		content: "";
		width: 2px;
		height: 97px;
		background: #c9caca;

		position: absolute;
		bottom: 0;
		left: 8px;
	}
	.scroll span {
		width:50px;
		height:11px;
		position: absolute;
		bottom: 9px;
		left: 20px;
	}
	@keyframes circle {
		0% {
			bottom: 90px;
		}
		100% {
			bottom: -5px;
		}
	}
	@keyframes cirlehide {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		80% {
			opacity: 0.9;
		}
		100% {
			opacity: 0;
		}
	}
	.logo img,
	.keyvisual img,
	.scroll span img {width:100%;}
	main {
		margin:0 auto;
		width:100%;
		color:#343434;
		background:#FFF;
	}
	.trace {
		margin:0;
		font-size:0;
		line-height:0;
	
		position:fixed;
	}
	.trace_inner {
		margin:0 auto;
		padding:15px 0;
		width:550px;
		background: rgba(0,0,0,0.8);
		display:flex;
	}
	.trace_inner div:nth-child(1) {
		margin:0 0 0 34px;
		width:400px;
		height:60px;
	}
	.trace_inner div:nth-child(2) {
		margin:0 auto;
		width:60px;
		height:60px;
	}
	.marquee {
		margin:0;
		animation: marquee 30s linear 0s infinite;
		aspect-ratio: 550/24;
		background-image: url(../img/notice_bk.svg);
		background-repeat: repeat-x;
		background-size: 100% auto;
		width: 100%
	}
	@keyframes marquee {
		0% {background-position: 0 0}
		to {background-position: -70vw 0}
	}
	.marquee a {
		display:block;
		font-size:16px;
		line-height:20px;
		font-weight:900;
		color:#e70012;
		text-decoration:none;
		text-shadow: 2px 2px 2px #FFF, -2px -2px 2px #FFF,
		-2px 2px 2px #FFF,  2px -2px 2px #FFF,
		2px 0 2px #FFF, -2px  0 2px #FFF,
		0 2px 2px #FFF,  0 -2px 2px #FFF;
		transition:0.5s all;
	}
	.marquee a:hover {
		color:#343434;
	}

/* ---------------------------
MENU
--------------------------  */
	.menuwrap {
		margin:-40px 0 0;
		padding:30px;
		width:340px;
		color:#FFF;
		font-weight:700;
		text-align:left;
		background: rgba(0,38,84,0.45);
	}
	.toc {
		margin:0 0 40px;
		font-size:12px;
		line-height:12px;
	}
	.menuwrap ul {
		margin:0 auto;
		min-width:340px;
	}
	.menuwrap li {
		position:relative;
	}
	.menuwrap li a {
		display:block;
		margin:0 0 20px;
		padding:0 0 20px;
		text-decoration:none;
		border-bottom:1px solid #f7e8c6;
		transition:0.5s all;
	}
	.menuwrap li a:hover {
		opacity:0.8;
	}
	.menuwrap li a:after {
		content: '';
		width: 8px;
		height:8px;
		background-image:url("../img/icon_nav.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		position:absolute;
		top:33px;
		right:0;
	}
	.menuwrap li a div:nth-child(1) {
		padding:0 0 10px;
		font-size:12px;
		line-height:12px;
		color:#f7e8c6;
	}
	.menuwrap li a div:nth-child(2) {
		font-size:20px;
		line-height:20px;
		color:#FFF;
	}


/* ===============================
INDEX
=============================== */
	main h1 {
		margin:0 0 98px;
		font-size:40px;
		line-height:70px;
		font-weight:700;
		text-align:center;
	}
	main h1 span,
	.types_inner h3 span {font-feature-settings: "palt";}
	.minimal {padding:0 10px 0 0;}
	main h2 {
		margin:0 0 80px;
		font-size:40px;
		line-height:48px;
		font-weight:700;
		text-align:center;
	}
	.types,
	.reason,
	.flow,
	.achievement,
	.qa,
	.corporate {
		margin:0 auto 110px;
		width:100%;
	}
	.types h2,
	.reason h2 {
		margin:0 auto 40px;
		width:100%;
		font-size:0;
		line-height:0;
	}
	.types article {
		margin:0 auto 40px;
		width:100%;
	}
	.types_icons {
		margin:0 auto 15px;
		width:500px;
		height:230px;
		font-size:0;
		line-height:0;
	}
	.negmt {
		margin-top:-20px;
	}
	.types_lead {
		margin:0 auto;
		width:500px;
		display:flex;
	}
	.types_inner {
		width:250px;
	}
	.types_inner h3 {
		font-size:26px;
		line-height:38px;
		font-weight:900;
		text-align:center;
	}
	.types_inner p {
		padding:25px;
		width:200px;
		font-size:16px;
		line-height:28px;
		font-weight:700;
		text-align:justify;
	}
	.types_icons_effect {
		margin:-60px auto 225px;
		width:100%;
		height:200px;
	}
	.tie_circle {
		width:100%;
		position:relative;
	}
	.img_circle {
		width:130px;
		height:130px;
		position:absolute;
		top:35px;
		left:210px;
		animation: rotate_anime 15s linear infinite;
	}
	.type_base {
		width:100%;
	}
	.types_end {
		margin:20px auto 0;
		width:500px;
		font-size:0;
		line-height:0;
	}
	.reason_title {
		margin:46px 0;
		font-size:40px;
		line-height:40px;
		font-weight:700;
		text-align:center;
	}
	.reason_list {
		margin:0 auto 75px;
		width:500px;
		display:flex;
	}
	.reason_list li {
		padding:0 4.5%;
		width:calc((100% / 4) - 9%);
	}
	.rlist_nums {
		margin:0;
		width:80px;
		font-size:0;
		line-height:0;
	}
	.reason_list h3 {
		padding:30%;
		font-size:33px;
		line-height:33px;
		font-weight:700;
		writing-mode: vertical-rl;
		text-orientation: upright;
		position:relative;
	}
	.reason_list h3 span {
		font-size:12px;
		line-height:12px;
		font-weight:700;
		position:absolute;
		bottom:15px;
		right:14px;
	}
	.common_notice_w90 {
		margin:0 auto;
		width:458px;
		font-size:12px;
		line-height:12px;
		font-weight:700;
		text-align:left;
	}
	.reason article {
		margin:30px auto 50px;
		padding:42px 25px 12px;
		width:450px;
		text-align:left;
		background:#f9f9f9;
	}
	.box_lead {
		margin:0 0 30px;
		padding:0 0 30px;
		font-size:25px;
		line-height:28px;
		font-weight:700;
		position: relative;
		border-bottom: 1px solid #e6e6e6;
	}
	.box_lead::before{
		content: '';
		position: absolute;
		bottom: -1px;
		width: 50px;
		height: 1px;
		background: #e70012;
	}
	.box_memo {
		margin:0 0 30px;
		font-size:18px;
		line-height:28px;
		font-weight:700;
	}
	.box_memo h3 {
		padding:10px 0 10px 35px;
		font-size:24px;
		line-height:28px;
		font-weight:700;
		position:relative;
	}
	.box_memo h3::before{
		content: "";
		background-image: url(../img/check_red.svg);
		background-size: contain;
		display: block;
		position: absolute;
		top: 14px;
		left: 0;
		width: 25px;
		height: 25px;
	}
	.catchphrase {
		margin:0 0 110px;
		width:100%;
		min-height:648px;
		overflow: hidden;
		position:relative;
	}
	.inside_imgwrap {
		width:533px;
		height:533px;
		position:absolute;
		top:30px;
		left:-75px;
		animation: rotate_anime 100s linear infinite;
	}
	.inside_img {
		width:515px;
		height:515px;
		border-radius:50%;
		overflow: hidden;
		position:absolute;
		top:38px;
		left:-66px;
	}
	.inside_txt {
		width:135px;
		position:absolute;
		top:0;
		right:25px;
	}
	.catchphrase_check {
		padding:25px 20px;
		width:410px;
		background:#edede3;
		border-radius:20px 0 0 20px;
		display:flex;
		align-items:center;
		position:absolute;
		bottom:0;
		right:0;
	}
	.catchphrase_check div:nth-child(1) {
		padding:0 20px 0 0;
		width:120px;
	}
	.catchphrase_check div:nth-child(2) {
		width:calc(100% - 120px - 20px);
	}
	.catchphrase_check p {
		font-size:16px;
		line-height:28px;
		font-weight:700;
		text-align:justify;
		padding-left:1em;
		text-indent:-1em;
	}
	.sub_catch {
		margin:0 auto 110px;
		width:100%;
		font-size:0;
		line-height:0;
	}
	.example {
		margin:0 auto;
		width:500px;
		display:flex;
		justify-content:space-around;
	}
	.example p {
		padding:20px 18px;
		width:150px;
		font-size:16px;
		line-height:33px;
		font-weight:700;
		text-align:center;
		color:#343434;
		background-color:#FFF;
		border-radius:10px;
		position:relative;
		box-sizing: border-box;
		display:inline-block;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);

		display: flex;
		justify-content: center;
		align-items: center;
	}
	.flowchart {
		margin:0 auto;
		width:500px;
		display:flex;
	}
	.stepimg {
		width:142px;
		font-size:0;
		line-height:0;
	}
	.steptxt {
		margin:0 0 0 15px;
		width:calc(100% - 142px - 15px);
		text-align:justify;
	}
	.steptxt h3 {
		margin:0 0 30px;
		font-size:24px;
		line-height:36px;
		font-weight:700;
	}
	.steptxt p {
		font-size:14px;
		line-height:26px;
		font-weight:700;
	}
	.step1 {margin:30px 0 112px;}
	.step2 {margin:0px 0 63px;}
	.step3 {margin:0px 0 87px;}
	.step4 {margin:0px 0 0px;}
	.achievement_slider {
		margin:0 auto;
		width:500px;
	}
	.as_box {
		margin:0 10px 0 0;
		width:245px;
		background:#f9f9f9;
	}
	.asbox_inner {
		padding:40px 22.5px;
		width:calc(100% - 45px);
		text-align:left;
	}
	.asbox_inner h3 {
		margin:0 0 20px;
		padding:0 0 15px;
		font-size:42px;
		line-height:42px;
		font-weight:700;
		text-align:right;
		border-bottom: 1px solid #e6e6e6;
		position:relative;
	}
	.asbox_inner h3:before {
		content: '';
		width: 50px;
		height:50px;
		background-image:url("../img/icon_as01.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		position:absolute;
		top:0;
		left:0;
	}
	.asbox_inner h3::after {
		content: '';
		position: absolute;
		bottom: -1px;
		left:0;
		width: 50px;
		height: 1px;
		background: #00a7ba;
	}
	.asbox_inner h3 span {
		font-size:16px;
	}
	.asbox_inner p {
		font-size:18px;
		line-height:28px;
		font-weight:700;
	}
	.asbox_inner p span {
		font-size:14px;
	}
	.base_info,
	.base_shape  {
		margin:0 0 20px;
		padding:0 0 0 55px;
		width:calc(100% - 55px);
		font-size:13px;
		line-height:26px;
		font-weight:700;
		position:relative;
	}
	.base_info:before,
	.base_shape:before {
		content: '';
		width: 40px;
		height:54px;
		background-size: 100%;
		background-repeat: no-repeat;
		position:absolute;
		top:0;
		left:0;
	}
	.base_info:before{
		background-image:url("../img/icon_as02.svg");
	}
	.base_shape:before {
		background-image:url("../img/icon_as03.svg");
	}
	.qa ul {
		margin:0 auto;
		width:500px;
		color:#343434;
		text-align:justify;
	}
	.qa ul:not(:first-of-type) {
		border-top:1px solid #E2E2E2;
	}
	.qa ul li:nth-child(1) {
		margin:10px 0 0;
		padding:25px 0 0 50px;
		width:calc(100% - 50px);
		font-size:20px;
		line-height:28px;
		font-weight:700;
		position:relative;
	}
	.qa ul li:nth-child(2) {
		margin:0 0 30px;
		padding:22px 0 0 50px;
		width:calc(100% - 50px);
		font-size:18px;
		line-height:32px;
		font-weight:700;
		position:relative;
	}
	.qa ul li:nth-child(1):before,
	.qa ul li:nth-child(2):before {
		content: '';
		width: 40px;
		height:40px;
		background-size: 100%;
		background-repeat: no-repeat;
		position:absolute;
	}
	.qa ul li:nth-child(1):before {
		top:20px;
		left:0;
	}
	.qa ul li:nth-child(2):before {
		top:18px;
		left:0;
	}
	.qa ul li:nth-child(1):before {
		background-image:url("../img/icon_faq_q.svg");
	}
	.qa ul li:nth-child(2):before {
		background-image:url("../img/icon_faq_a.svg");
	}
	.corporate_info {
		margin:30px auto 25px;
		width:450px;
		font-size:14px;
		line-height:24px;
		font-weight:700;
		color:#343434;
		text-align:left;
	}
	.corporate_info {
		margin:0 auto;
	}
	.corporate_info {
		position: relative;
		border-top: 1px solid #c9caca;
	}
	.corporate_info::before{
		content: '';
		position: absolute;
		top: -1px;
		width: 60px;
		height: 1px;
		background: #00a7ba;
	}
	.corporate_info li {
		padding:15px 0;
		display:flex;
	}
	.corporate_info li {
		border-bottom:1px solid #c9caca;
	}
	.corporate_info li div:nth-child(1) {
		padding:0 0 0 5px;
		width:6em;
	}
	.corporate_info li div:nth-child(2) {
		width:calc(100% - 6em - 5px);
	}

	@keyframes rotate_anime {
		0% {transform: rotate(0deg);}
		100% { transform: rotate(360deg);}
	}

	/* 画像類 */
	.types h2 img,
	.types_icons img,
	.img_circle img,
	.type_base img,
	.types_end img,
	.rlist_nums img,
	.catchphrase_check img,
	.stepimg img,
	.reason h2,
	.trace img {width:100%;}



/* ===============================
SUBPAGE COMMON
=============================== */
	.subpage_logo {
		margin:0 auto 30px;
		padding:30px 0 0;
		width:30%;
	}
	.subpage_logo img {width:100%;}
	.subpage_title {
		margin:0 auto 20px;
		font-size:42px;
		line-height:42px;
		font-weight:900;
		text-align:center;
		position:relative;
	}
	.subpage_title span {
		font-size:20px;
		line-height:42px;
		font-weight:900;
		text-align:center;
		display:block;
	}
	.sub_lead {
		margin:10px auto 40px;
		padding:10px 0;
		width:500px;
		font-size:14px;
		line-height:26px;
		font-weight:700;
		text-align:center;
		border-top:1px solid #c9caca;
		border-bottom:1px solid #c9caca;
	}
	.privacy {
		margin:0 auto;
		width:500px;
		font-size:14px;
		line-height:26px;
		font-weight:500;
		text-align:justify;
		color:#343434;
	}
	.p_title {font-weight:900;}
	.separator {margin:0 0 20px;}
	.txtline {font-feature-settings: "palt";}

/* ===============================
REQUEST
=============================== */
	.distrace {
		padding-bottom: 10px;
	}
	.distrace .f_info p {
		padding:10px 0!important;
	}
	.request_form {
		margin:0 auto;
		width:500px;
		text-align:left;
	}
	.switchover {
		margin:40px auto;
		padding:10px 0;
		width:500px;
		font-size:14px;
		line-height:26px;
		font-weight:700;
		text-align:center;
		border-top:1px solid #c9caca;
		border-bottom:1px solid #c9caca;
	}
	.coe {margin:40px auto 10px;}
	.f_ttl {
		padding:0 0 10px;
		width: 100%;
		line-height:20px;
		font-weight:600;
	}
	.switchover span,
	.f_ttl span {
		color:#b72335;
		font-size:12px;
	}
	.f_txt {
		margin:0 0 20px;
		padding:0 0 10px;
		width: calc(100% - 10px);
		line-height:26px;
	}
	/* FORM */
	.f_txt input[type='text']{ outline: none;}
	.f_txt input[type='text']{
		width:calc(100% - 24px - 2px);
		height:40px;
		padding: 5px 12px;
		font-size:16px;
		border-radius: 4px;
		border: 1px solid #D6D6D6;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.f_txt {position:relative;z-index:10;}
	.formchb {
		padding:5px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.formchb label {
		margin-right: 40px;
		padding:8px 0;
		font-size:18px;
		line-height:26px;
		font-weight:600;
		color: #343434;
	}
	.formchb input{display: none;}
	.formchb input + div{
		padding-left: 33px;
		position:relative;
	}
	.formchb input + div::before{
		content: "";
		background-image: url(../img/check.svg);
		background-size: contain;
		display: block;
		position: absolute;
		top: 1px;
		left: 0;
		width: 25px;
		height: 25px;
	}
	.formchb input:checked + div{
		color: #343434;
	}
	.formchb input:checked + div::after{
		content: "";
		background-image: url(../img/checked.svg);
		background-size: contain;
		display: block;
		position: absolute;
		top: 1px;
		left: 0;
		width: 25px;
		height: 25px;
	}
	.f_txt textarea {
		width:calc(100% - 24px - 2px);
		height: 180px;
		padding: 12px 12px 0 12px;
		font-size:16px;
		border-radius: 4px;
		border: 1px solid #D6D6D6;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.f_txt textarea:focus {
		outline: none;
	}
	.hi10 {height:90px!important;}
	.cnt_btn {
		margin:0 auto;
		width:400px;
	}
	.cnt_btn input[type='image'] {
		margin: 0 auto 50px;
		padding: 1em 0;
		width:100%;
		cursor: pointer;
		transition:opacity 0.5s;
	}
	.cnt_btn input[type='image']:hover {
		opacity:0.7;
	}
	.error {
		margin:30px auto 30px;
		width:500px;
		font-size:14px;
		text-align:left;
	}
	.thanks {
		margin:20px auto;
		width:500px;
		font-size:18px;
		line-height:26px;
		font-weight:600;
	}
	.thanks a {
		color:#c1272d;
		text-decoration:none;
	}
	.thanks a:hover {
		color:#c1272d;
		text-decoration:underline;
	}

/* ===============================
NOTICE
=============================== */
	.page_notice {
		margin:0 auto;
		width:500px;
		min-height:100vh;
		font-size:16px;
		line-height:30px;
		font-weight:500;
		text-align:justify;
		color:#343434;
	}
	.page_notice h1 {
		margin:30px auto 50px;
		font-size:36px;
		line-height:36px;
		font-weight:900;
		text-align:center;
		position:relative;
	}
	.page_notice p {
		margin:0 0 30px;
	}
	.page_notice p span {
		font-weight:900;
	}

/* ---------------------------
FOOTER
--------------------------  */
	footer {
		margin:0 auto;
		width:100%;
		background:#FFF;
		color:#343434;
		font-size:12px;
		line-height:12px;
		font-weight:700;
		text-align:left;

		position: absolute;
		bottom: -20px;
		left:0;
		z-index:1;
	}
	.f_info {
		margin:0 auto;
		width:500px;
		display:flex;
		align-items: center;
	}
	.f_info p {
		padding:10px 0 95px;
		width:250px;
	}
	.traceadd {
		text-align:left;
	}
	.policy {
		text-align:right;
	}
	.policy a {
		padding:0 0 0 18px;
		color:#343434;
		text-decoration:none;
		position:relative;
	}
	.policy a:hover {
		text-decoration:underline;
	}
	.policy a:before {
		content: '';
		width: 14px;
		height:14px;
		background-image:url("../img/icon_mark.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		position:absolute;
		top:3px;
		left:0;
	}
	.tracedis {
		margin:0 auto;
		padding:10px 0 8px;
		width:500px;
	}
	.pagetop {
		width: 50px;
		height: 50px;
		z-index: 15000;
		background:#FFF;
		border-radius: 50%;
		border: 2px solid #0f1110;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		line-height: 1;
		cursor: pointer;
		transition:0.3s all;

		position:fixed;
		bottom:-130px;
		right:20px;
		z-index:30000;
	}
	.pagetop:hover {
		transform: scale(1.08);
	}
	.pagetop img {
		animation: scroll 3.0s infinite;
		width: 16px;
		display: block;
	}
	@keyframes scroll {
		0% {transform: translateY(0);}
		60% {transform: translateY(0);}
		70% {transform: translateY(-5px);}
		80% {transform: translateY(0);}
		90% {transform: translateY(-5px);}
		100% {transform: translateY(0);}
	}



/* -------------------- 画像透過リンク */
	.staff_header a img,
	.trace a img {
		-webkit-transition:opacity 0.5s;
		-o-transition     :opacity 0.5s;
		-moz-transition   :opacity 0.5s;
		transition        :opacity 0.5s;
	}
	.staff_header a:hover img,
	.trace a:hover img {
		filter      :alpha(opacity=70);
		-moz-opacity:0.7;
		opacity     :0.7;
	}


/* ---------------------------
Z-INDEX
--------------------------  */
	.side_navi  {z-index:1000;}
	.mainwrap   {z-index:1050;}
	.keylead    {z-index:1070;}
	.scroll     {z-index:1080;}
	.mainimage  {z-index:   1;}


/* --------------------  common */
	.mb10 {margin-bottom:10px;}
	.mb15 {margin-bottom:15px;}
	.mb20 {margin-bottom:20px;}
	.mb25 {margin-bottom:25px;}
	.mb30 {margin-bottom:30px;}
	.mb60 {margin-bottom:60px;}
	.mb80 {margin-bottom:80px;}
	.mb120 {margin-bottom:120px;}

	.mt15 {margin-top:15px;}

}/* end PC */


/*  --------------------------------------
デバイス振り分け(SP)
--------------------------------------  */
@media screen and (max-width:836px) {
	.pc {display:none;}
	body {
		font-family: 'Noto Sans JP', sans-serif;
		text-align : left;
		background:#FFF;
		position: relative;
		box-sizing: border-box;
	}
	body {
		min-height: calc(100vh - 22vw);
		padding-bottom: 24vw;
	}
	header {
		margin:0 auto 10vw;
		width:90%;
		min-height:100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header_inner {
		margin:-10vw auto 0;
		padding:0;
		width:100%;
		position:relative;
	}
	.logo {
		margin:0 0 2vw;
		padding:2vw 0 0 0;
		width:40%;
		font-size:0;
		line-height:0;
	}
	.keyvisual {
		width:100%;
		font-size:0;
		line-height:0;
		border-radius:3vw;
		overflow:hidden;
		position: relative;
	}
	.keylead {
		width:100%;
		font-size:0;
		line-height:0;
		position:absolute;
		top:0;
		left:0;
	}
	.scroll {
		color:#1c2950;
		transform: translateY(-50%) translateX(0);
		-webkit-transform: translateY(-50%) translateX(0);

		position: absolute;
		bottom: -55px;
		left: 20px;
	}
	.scroll::before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #c9caca;
		animation: circle 1.8s ease-in-out infinite, cirlehide 1.8s ease-out infinite;

		position: absolute;
		bottom: 0;
		left: 4px;
	}
	.scroll::after {
		content: "";
		width: 2px;
		height: 97px;
		background: #c9caca;

		position: absolute;
		bottom: 0;
		left: 8px;
	}
	.scroll span {
		width:50px;
		height:11px;
		position: absolute;
		bottom: 9px;
		left: 20px;
	}
	.scroll span img {width:100%;}
	@keyframes circle {
		0% {
			bottom: 90px;
		}
		100% {
			bottom: -5px;
		}
	}
	@keyframes cirlehide {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		80% {
			opacity: 0.9;
		}
		100% {
			opacity: 0;
		}
	}
	.logo img,
	.keyvisual img,
	.keylead img {width:100%;}

	main {
		margin:0 auto;
		width:100%;
		background:#FFF;
	}
	.mainimage,
	.side_navi {display:none;}

	.trace {
		margin:0;
		padding:3vw 0 2.5vw;
		width:100%;
		font-size:0;
		line-height:0;
		background: rgba(0,0,0,0.7);
	
		position:fixed;
		bottom:0;
		left:0;
		z-index:20000;
	}
	.trace_inner {
		display:flex;
	}
	.trace_inner div:nth-child(1) {
		margin:0 0 0 3vw;
		width:80%;
	}
	.trace_inner div:nth-child(2) {
		margin:0 auto;
		width:12%;
	}
	.trace img {
		width:100%;
	}
	.marquee {
		margin:0;
		animation: marquee 30s linear 0s infinite;
		aspect-ratio: 550/30;
		background-image: url(../img/notice_bk.svg);
		background-repeat: repeat-x;
		background-size: 140% auto;
		width: 100%
	}
	@keyframes marquee {
		0% {background-position: 0 0}
		to {background-position: -280vw 0}
	}
	.marquee a {
		display:block;
		font-size:3vw;
		line-height:5vw;
		font-weight:900;
		text-align:center;
		color:#e70012;
		text-decoration:none;
		text-shadow:
		 2px  2px 1px #FFF,
		-2px -2px 1px #FFF,
		-2px  2px 1px #FFF,
		 2px -2px 1px #FFF,
		 2px  0   1px #FFF,
		-2px  0   1px #FFF,
		 0    2px 1px #FFF,
		 0   -2px 1px #FFF;
		transition:0.5s all;
	}


/* ===============================
INDEX
=============================== */
	main h1 {
		margin:0 0 18vw;
		font-size:7.4vw;
		line-height:11vw;
		font-weight:700;
		text-align:center;
		color:#343434;
	}
	main h1 span,
	.types_inner h3 span {font-feature-settings: "palt";}
	.minimal {padding:0 2vw 0 0;}
	main h2 {
		margin:0 0 12vw;
		font-size:6.4vw;
		line-height:10.2vw;
		font-weight:700;
		text-align:center;
		color:#343434;
	}
	.types,
	.reason,
	.flow,
	.achievement,
	.qa,
	.corporate {
		margin:0 auto 16vw;
		width:100%;
		color:#343434
	}
	.achievement {margin:0 auto 25vw;}
	.types h2,
	.reason h2 {
		margin:0 auto 10vw;
		width:100%;
		font-size:0;
		line-height:0;
	}
	.types article {
		margin:0 auto 8vw;
		width:100%;
	}
	.types_icons {
		margin:0 auto 4vw;
		width:90%;
		font-size:0;
		line-height:0;
	}
	.negmt {
		margin-top:-4vw;
	}
	.types_lead {
		margin:0 auto;
		width:90%;
		display:flex;
	}
	.types_inner {
		width:50%;
	}
	.types_inner h3 {
		font-size:4.8vw;
		line-height:7.6vw;
		font-weight:900;
		text-align:center;
	}
	.types_inner p {
		padding:10%;
		width:80%;
		font-size:3.4vw;
		line-height:6.2vw;
		font-weight:700;
		text-align:justify;
	}
	.types_icons_effect {
		margin:-10vw auto 42vw;
		width:100%;
		height:36.36vw;
	}
	.tie_circle {
		width:100%;
		position:relative;
	}
	.img_circle {
		width:23.6363vw;
		height:23.6363vw;
		position:absolute;
		top:6.6vw;
		left:38.1818vw;
		animation: rotate_anime 15s linear infinite;
	}
	.type_base {
		width:100%;
	}
	.types_end {
		margin:4vw auto 0;
		width:90%;
		font-size:0;
		line-height:0;
	}
	.reason_title {
		margin:0 0 10vw;
		font-size:7.2vw;
		line-height:7.2vw;
		font-weight:700;
		text-align:center;
	}
	.reason_list {
		margin:0 auto 18vw;
		width:90%;
		display:flex;
	}
	.reason_list li {
		padding:0 4.5%;
		width:calc((100% / 4) - 9%);
	}
	.rlist_nums {
		margin:0;
		width:14.5454vw;
		font-size:0;
		line-height:0;
	}
	.reason_list h3 {
		padding:30%;
		font-size:6vw;
		line-height:6vw;
		font-weight:700;
		writing-mode: vertical-rl;
		text-orientation: upright;
		position:relative;
	}
	.reason_list h3 span {
		font-size:2.8vw;
		line-height:2.8vw;
		font-weight:700;
		position:absolute;
		bottom:1.6vw;
		right:2.8vw;
	}
	.common_notice_w90 {
		margin:0 auto;
		width:85%;
		font-size:2.8vw;
		line-height:2.8vw;
		font-weight:700;
		text-align:left;
	}
	.reason article {
		margin:4vw auto 12vw;
		padding:6vw 5vw 2vw;
		width:80vw;
		text-align:left;
		background:#f9f9f9;
	}
	.box_lead {
		margin:0 0 4vw;
		padding:0 0 6vw;
		font-size:4.4vw;
		line-height:6vw;
		font-weight:700;

		position: relative;
		border-bottom: 1px solid #e6e6e6;
	}
	.box_lead::before{
		content: '';
		position: absolute;
		bottom: -1px;
		width: 50px;
		height: 1px;
		background: #e70012;
	}
	.box_memo {
		margin:0 0 4vw;
		font-size:3.6vw;
		line-height:6.8vw;
		font-weight:700;
	}
	.box_memo h3 {
		padding:2vw 0 2vw 6.6vw;
		font-size:4.2vw;
		line-height:7vw;
		font-weight:700;
		position:relative;
	}
	.box_memo h3::before{
		content: "";
		background-image: url(../img/check_red.svg);
		background-size: contain;
		display: block;
		position: absolute;
		top: 3vw;
		left: 0;
		width: 5.3vw;
		height: 5.3vw;
	}
	.catchphrase {
		margin:0 0 12vw;
		width:100%;
		min-height:130vw;
		overflow: hidden;
		position:relative;
	}
	.inside_imgwrap {
		width:96.9vw;
		height:96.9vw;
		position:absolute;
		top:4.6vw;
		left:-9.8vw;
		animation: rotate_anime 100s linear infinite;
	}
	.inside_img {
		width:93.6vw;
		height:93.6vw;
		border-radius:50%;
		overflow: hidden;
		position:absolute;
		top:6vw;
		left:-8vw;
	}
	.inside_txt {
		width:26vw;
		position:absolute;
		top:0;
		right:4.54vw;
	}
	.catchphrase_check {
		padding:4vw;
		width:80vw;
		background:#edede3;
		border-radius:5vw 0 0 5vw;
		display:flex;
		align-items:center;
		position:absolute;
		bottom:0;
		right:0;
	}
	.catchphrase_check div:nth-child(1) {
		padding:0 2vw 0 0;
		width:22vw;
	}
	.catchphrase_check div:nth-child(2) {
		width:calc(100% - 22vw);
	}
	.catchphrase_check p {
		font-size:3.6vw;
		line-height:6.8vw;
		font-weight:700;
		text-align:justify;
		color:#343434;
	}
	.sub_catch {
		margin:0 auto 12vw;
		width:100%;
		font-size:0;
		line-height:0;
	}
	.example {
		margin:0 auto;
		width:96%;
		display:flex;
		justify-content:space-around;
	}
	.example p {
		padding:4vw 2.5vw;
		width:28vw;
		font-size:3.2vw;
		line-height:6vw;
		font-weight:700;
		text-align:center;
		color:#343434;
		background-color:#FFF;
		border-radius:10px;
		position:relative;
		box-sizing: border-box;
		display:inline-block;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);

		display: flex;
		justify-content: center;
		align-items: center;
	}
	.flowchart {
		margin:0 auto;
		width:90%;
		display:flex;
	}
	.stepimg {
		width:26vw;
		font-size:0;
		line-height:0;
	}
	.steptxt {
		margin:0 0 0 3vw;
		width:calc(100% - 26vw - 3vw);
		text-align:justify;
	}
	.steptxt h3 {
		margin:0 0 3vw;
		font-size:4.2vw;
		line-height:4.2vw;
		font-weight:700;
	}
	.steptxt p {
		font-size:3.4vw;
		line-height:6vw;
		font-weight:700;
	}
	.step1 {margin:6.7vw 0 17vw;}
	.step2 {margin:0 0 5.6vw;}
	.step3 {margin:0 0 17.2vw;}
	.step4 {margin:0;}
	.achievement_slider {
		margin:0 auto;
		width:92vw;
		color:#343434;
	}
	.as_box {
		margin:0 2vw 0 0;
		width:45vw;
		background:#f9f9f9;
	}
	.asbox_inner {
		padding:6vw 3vw;
		width:calc(100% - 6vw);
		text-align:left;
	}
	.asbox_inner h3 {
		margin:0 0 4vw;
		padding:0 0 3vw;
		font-size:8vw;
		line-height:8vw;
		font-weight:700;
		text-align:right;
		border-bottom: 1px solid #e6e6e6;
		position:relative;
	}
	.asbox_inner h3:before {
		content: '';
		width: 10vw;
		height:10vw;
		background-image:url("../img/icon_as01.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		position:absolute;
		top:0;
		left:0;
	}
	.asbox_inner h3::after {
		content: '';
		position: absolute;
		bottom: -1px;
		left:0;
		width: 10vw;
		height: 1px;
		background: #00a7ba;
	}
	.asbox_inner h3 span {
		font-size:3.6vw;
	}
	.asbox_inner p {
		font-size:3.4vw;
		line-height:7vw;
		font-weight:700;
	}
	.asbox_inner p span {
		font-size:2.8vw;
	}
	.base_info,
	.base_shape  {
		margin:0 0 4vw;
		padding:0 0 0 12vw;
		width:calc(100% - 12vw);
		font-size:3vw;
		line-height:5.6vw;
		font-weight:700;
		position:relative;
	}
	.base_info:before,
	.base_shape:before {
		content: '';
		width: 8vw;
		height:10.6vw;
		background-size: 100%;
		background-repeat: no-repeat;
		position:absolute;
		top:0;
		left:0;
	}
	.base_info:before{
		background-image:url("../img/icon_as02.svg");
	}
	.base_shape:before {
		background-image:url("../img/icon_as03.svg");
	}
	.qa ul {
		margin:0 auto;
		width:90%;
		color:#343434;
		text-align:justify;
	}
	.qa ul:not(:first-of-type) {
		border-top:1px solid #E2E2E2;
	}
	.qa ul li:nth-child(1) {
		margin:2vw 0 0;
		padding:5vw 0 0 11vw;
		width:calc(100% - 11vw);
		font-size:4vw;
		line-height:6.8vw;
		font-weight:700;
		position:relative;
	}
	.qa ul li:nth-child(2) {
		margin:0 0 6vw;
		padding:6vw 0 0 11vw;
		width:calc(100% - 11vw);
		font-size:3.6vw;
		line-height:5.8vw;
		font-weight:700;
		position:relative;
	}
	.qa ul li:nth-child(1):before,
	.qa ul li:nth-child(2):before {
		content: '';
		width: 9vw;
		height:9vw;
		background-size: 100%;
		background-repeat: no-repeat;
		position:absolute;
	}
	.qa ul li:nth-child(1):before {
		top:3.8vw;
		left:0;
	}
	.qa ul li:nth-child(2):before {
		top:4.5vw;
		left:0;
	}
	.qa ul li:nth-child(1):before {
		background-image:url("../img/icon_faq_q.svg");
	}
	.qa ul li:nth-child(2):before {
		background-image:url("../img/icon_faq_a.svg");
	}
	.corporate_info {
		margin:4.5vw auto 4.5vw;
		width:90%;
		font-size:3.6vw;
		line-height:6.8vw;
		font-weight:700;
		color:#343434;
		text-align:left;
	}
	.corporate_info {
		margin:0 auto;
	}
	.corporate_info {
		position: relative;
		border-top: 1px solid #c9caca;
	}
	.corporate_info::before{
		content: '';
		position: absolute;
		top: -1px;
		width: 18vw;
		height: 1px;
		background: #00a7ba;
	}
	.corporate_info li {
		padding:15px 0;
		display:flex;
	}
	.corporate_info li {
		border-bottom:1px solid #c9caca;
	}
	.corporate_info li div:nth-child(1) {
		padding:0 0 0 2vw;
		width:5em;
	}
	.corporate_info li div:nth-child(2) {
		width:calc(100% - 5em - 2vw);
	}


	@keyframes rotate_anime {
		0% {transform: rotate(0deg);}
		100% { transform: rotate(360deg);}
	}
	/* 画像類 */
	.types h2 img,
	.types_icons img,
	.img_circle img,
	.type_base img,
	.types_end img,
	.reason h2 img,
	.rlist_nums img,
	.inside_img img,
	.inside_imgwrap img,
	.inside_txt img,
	.catchphrase_check img,
	.sub_catch img,
	.stepimg img,
	.trace img {width:100%;}

/* ===============================
SUBPAGE COMMON
=============================== */
	.subpage_logo {
		margin:0 auto 5vw;
		padding:5vw 0 0;
		width:40%;
	}
	.subpage_logo img {width:100%;}
	.subpage_title {
		margin:0 auto 4vw;
		font-size:7.2vw;
		line-height:10vw;
		font-weight:900;
		text-align:center;
		position:relative;
	}
	.subpage_title span {
		font-size:3.6vw;
		line-height:3.6vw;
		font-weight:900;
		text-align:center;
		display:block;
	}
	.sub_lead {
		margin:2.5vw auto 8vw;
		padding:2vw 0;
		width:90%;
		font-size:3.4vw;
		line-height:6.8vw;
		font-weight:700;
		text-align:center;
		border-top:1px solid #c9caca;
		border-bottom:1px solid #c9caca;
	}
	.privacy {
		margin:0 auto;
		width:90%;
		font-size:3vw;
		line-height:5.2vw;
		font-weight:500;
		text-align:justify;
		color:#343434;
	}
	.p_title {font-weight:900;}
	.separator {margin:0 0 20px;}
	.txtline {font-feature-settings: "palt";}

/* ===============================
REQUEST
=============================== */
	.distrace {
		padding-bottom: 0;
	}
	.distrace .f_info p {
		padding:2vw 0!important;
	}
	.request_form {
		margin:0 auto;
		width:90%;
		text-align:left;
	}
	.switchover {
		margin:5vw auto;
		padding:3vw 0;
		width:90%;
		font-size:3.4vw;
		line-height:6.8vw;
		font-weight:700;
		text-align:center;
		border-top:1px solid #c9caca;
		border-bottom:1px solid #c9caca;
	}
	.coe {margin:5vw auto 2vw;}
	.f_ttl {
		padding:0 0 1vw;
		width: 100%;
		font-size:3.8vw;
		line-height:4vw;
		font-weight:600;
	}
	.switchover span,
	.f_ttl span {
		color:#FF4F73;
		font-size:2.8vw;
	}
	.f_txt {
		margin:0 0 4vw;
		padding:0 0 2vw;
		width: 100%;
		line-height:6vw;
	}
	/* FORM */
	.f_txt input[type='text']{ outline: none;}
	.f_txt input[type='text']{
		width:calc(100% - 26px);
		height:40px;
		padding: 5px 12px;
		font-size:16px;
		border-radius: 4px;
		border: 1px solid #D6D6D6;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.f_txt {position:relative;z-index:10;}
	.formchb {
		padding:1vw 0;
		display: flex;
		flex-wrap: wrap;
	}
	.formchb label {
		margin-right: 5vw;
		padding:2vw 0;
		font-size:3.2vw;
		line-height:5.2vw;
		font-weight:600;
		color: #343434;
	}
	.formchb input{display: none;}
	.formchb input + div{
		padding:0 0 0 6.6vw;
		position:relative;
	}
	.formchb input + div::before{
		content: "";
		background-image: url(../img/check.svg);
		background-size: contain;
		display: block;
		position: absolute;
		top: 0.2vw;
		left: 0;
		width: 5.2vw;
		height: 5.2vw;
	}
	.formchb input:checked + div{
		color: #343434;
	}
	.formchb input:checked + div::after{
		content: "";
		background-image: url(../img/checked.svg);
		background-size: contain;
		display: block;
		position: absolute;
		top: 0.2vw;
		left: 0;
		width: 5.2vw;
		height: 5.2vw;
	}
	.f_txt textarea {
		width:calc(100% - 26px);
		height: 180px;
		padding: 12px 12px 0 12px;
		font-size:16px;
		border-radius: 4px;
		border: 1px solid #D6D6D6;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	.f_txt textarea:focus {
		outline: none;
	}
	.hi10 {height:90px!important;}
	.cnt_btn {
		margin:0 auto;
		width:70%;
	}
	.cnt_btn input[type='image'] {
		margin: 0 auto 8vw;
		padding: 1em 0;
		width:100%;
		cursor: pointer;
		transition:opacity 0.5s;
	}
	.error {
		margin:6vw auto;
		width:90%;
		font-size:3vw;
		text-align:left;
	}
	.thanks {
		margin:6vw auto;
		width:90%;
		font-size:3.2vw;
		line-height:6vw;
		text-align:left;
	}
	.thanks a {
		color:#c1272d;
		text-decoration:none;
	}

/* ===============================
NOTICE
=============================== */
	.page_notice {
		margin:0 auto;
		width:90%;
		min-height:85vh;
		font-size:3.4vw;
		line-height:6.2vw;
		font-weight:500;
		text-align:justify;
		color:#343434;
	}
	.page_notice h1 {
		margin:6vw auto 10vw;
		font-size:6vw;
		line-height:6vw;
		font-weight:900;
		text-align:center;
		position:relative;
	}
	.page_notice p {
		margin:0 0 6vw;
	}
	.page_notice p span {
		font-weight:900;
	}

/* ---------------------------
FOOTER
--------------------------  */
	footer {
		margin:0 auto;
		padding:0;
		width:100%;
		background:#FFF;
		color:#343434;
		font-size:2.8vw;
		line-height:2.8vw;
		font-weight:600;
		text-align:left;

		position: absolute;
		bottom: 0;
		left:0;
		z-index:1;
	}
	.f_info {
		margin:0 auto;
		width:90%;
		display:flex;
		align-items: center;
	}
	.f_info p {
		padding:2vw 0 20vw;
		width:50%;
	}
	.policy a {
		padding:0 0 0 3.6vw;
		color:#343434;
		text-decoration:none;
		position:relative;
	}
	.policy a:hover {
		text-decoration:underline;
	}
	.policy a:before {
		content: '';
		width: 3.2vw;
		height:3.2vw;
		background-image:url("../img/icon_mark.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		position:absolute;
		top:2px;
		left:0;
	}
	.traceadd {
		text-align:left;
	}
	.policy {
		text-align:right;
	}
	.traceadd {
		margin:0 auto;
	}
	.tracedis {
		margin:0 auto;
		padding:2vw 0 1.6vw 2vw;
	}
	
	/* 画像類 */
	.flogo_img img,
	.flinks img {width:100%;}


/* ---------------------------
Z-INDEX
--------------------------  */
	.side_left  {z-index:1000;}
	.side_right {z-index:1000;}
	.mainwrap   {z-index:1050;}
	.keylead    {z-index:1070;}
	.scroll     {z-index:1080;}

	.mb60 {margin-bottom:12vw;}
	.mb80 {margin-bottom:8vw;}
	.pb80 {padding-bottom:8vw;}
}/* end SP */
