@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-style: normal;
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	color: #093e5c;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff url(../common_img/sp/page_bg.png) center top / 100% no-repeat;
	caret-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.top { background-image:none; }

.base_box, .base_content { position:relative; z-index:1; }

.pc_disp { display:none; }
.sp_disp { display:block; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "palt";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 900;
	line-height: 1.5;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 500;
}

/* ▼LINK▼ */
a {
	color: #093e5c;
	text-decoration: none;
	outline: none;
	transition: .3s;
}

a.normal_link {
	color: #093e5c;
	text-decoration: underline;
}

a::before, a::after, button::before, button::after {
	content: '';
	position: absolute;
	transition: .3s;
}

/* ▼IMG▼ */
img, input[type="image"] {
	max-width: 100%;
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

@media screen and (min-width: 750px){

	img, input[type="image"] {
		width: 100%;
	}

}

button, input[type="submit"] {
	padding: 0;
	vertical-align: middle;
	font-family: "Noto Sans JP", sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: .3s;
}

.img_mask {
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	-webkit-mask-size: 100%;
}

.hover_zoom a .img { overflow:hidden; }

/* ▼TEXT DESIGN▼ */
.txt_cover {
	display: inline-block;
	background-image: linear-gradient(150deg, #22c8e7, #953def);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .3s;
}

.txt_cover.blue { background-image:linear-gradient(150deg, #25c5e7, #5a83ec); }
.txt_cover.purple { background-image:linear-gradient(150deg, #6a6fed, #933fef); }

/* ▼CATCH POSITION▼ */
.catch_ext {
	position: relative;
}

.catch_ext::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * -20);
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 130);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
}

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

@media screen and (max-width: 479px){

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
HEADER
***************************************************************************/
header {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 60);
	padding: 0 calc((100vw / 375) * 20);
	background: transparent;
	z-index: 10;
}

header .logo {
	width: calc((100vw / 375) * 200);
}

header .hnavi_list, header .btn_list { display:none; }

.btn_gnavi {
	position: fixed;
	top: calc((100vw / 375) * 5);
	right: 0;
	width: calc((100vw / 375) * 50);
	z-index: 1000;
}

/*
NAVI
***************************************************************************/
#gnavi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 15);
	background: #fff;
	overflow-y: auto;
	z-index: 1001;
}

#gnavi > .gnavi_close {
	position: fixed;
	top: calc((100vw / 375) * 5);
	right: 0;
	width: calc((100vw / 375) * 50);
	z-index: 1001;
}

#gnavi .list {
	padding-bottom: calc((100vw / 375) * 20);
}

#gnavi .list > li {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
	font-weight: 900;
}

#gnavi .list > li > a { display:block; }

#gnavi .hnavi_switch > span {
	display: inline-block;
	position: relative;
	padding-right: calc((100vw / 375) * 24);
}

#gnavi .hnavi_switch > span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 14);
	height: calc((100vw / 375) * 7);
	margin-top: calc((100vw / 375) * -3);
	background: #093e5c;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#gnavi .hnavi_switch.opened > span::before { transform:rotateX(180deg); }

#gnavi .hnavi_slist {
	display: none;
	padding-top: calc((100vw / 375) * 5);
}

#gnavi .hnavi_slist li {
	float: left;
	width: calc((100% - ((100vw / 375) * 15)) / 2);
	margin-top: calc((100vw / 375) * 15);
}

#gnavi .hnavi_slist li:nth-child(2n) { float:right; }

#gnavi .hnavi_slist li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: calc((100vw / 375) * 120);
	font-size: calc((100vw / 375) * 14);
	font-weight: 900;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#gnavi .hnavi_slist li:nth-child(1) a { background-image:url(../common_img/link_bg01.jpg); }
#gnavi .hnavi_slist li:nth-child(2) a { background-image:url(../common_img/link_bg02.jpg); }
#gnavi .hnavi_slist li:nth-child(3) a { background-image:url(../common_img/link_bg03.jpg); }
#gnavi .hnavi_slist li:nth-child(4) a { background-image:url(../common_img/link_bg04.jpg); }

#gnavi .hnavi_slist li .eng {
	font-size: calc((100vw / 375) * 12);
	font-weight: 700;
	line-height: 1;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.05rem;
}

.btn_list li {
	margin-bottom: calc((100vw / 375) * 15);
}

.btn_list li:last-child { margin-bottom:0; }

.btn_list li .btn01 {
	height: calc((100vw / 375) * 54);
}

/*
CONTENTS
***************************************************************************/
#page_title {
	position: relative;
	height: calc((100vw / 375) * 340);
	padding: 0 calc((100vw / 375) * 25);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#page_title.info { background-image:url(../common_img/sp/ptitle_bg_info.png); }
#page_title.about { background-image:url(../common_img/sp/ptitle_bg_about.png); }
#page_title.company { background-image:url(../common_img/sp/ptitle_bg_company.png); }
#page_title.service { background-image:url(../common_img/sp/ptitle_bg_service.png); }
#page_title.paper { background-image:url(../common_img/sp/ptitle_bg_paper.png); }
#page_title.label { background-image:url(../common_img/sp/ptitle_bg_label.png); }
#page_title.packing { background-image:url(../common_img/sp/ptitle_bg_packing.png); }
#page_title.setup { background-image:url(../common_img/sp/ptitle_bg_setup.png); }
#page_title.factory { background-image:url(../common_img/sp/ptitle_bg_factory.png); }
#page_title.reason { background-image:url(../common_img/sp/ptitle_bg_reason.png); }
#page_title.case { background-image:url(../common_img/sp/ptitle_bg_case.png); }
#page_title.pp { background-image:url(../common_img/sp/ptitle_bg_pp.png); }
#page_title.contact { background-image:url(../common_img/sp/ptitle_bg_contact.png); }

#page_title .base_box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

#page_title .title {
	margin-top: calc((100vw / 375) * -15);
	font-size: calc((100vw / 375) * 24);
	font-weight: 900;
}

/* ▼PAGE NAVI▼ */
.pnavi {
	padding: calc((100vw / 375) * 15);
	background: #093e5d;
}

.pnavi ul {
	display: flex;
	flex-wrap: wrap;
}

.pnavi li {
	position: relative;
	margin-right: calc((100vw / 375) * 15);
	padding-right: calc((100vw / 375) * 20);
	font-weight: 700;
	color: #fff;
}

.pnavi li a { color:#fff; }

.pnavi li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 4);
	height: calc((100vw / 375) * 2);
	margin-top: -1px;
	background: #fff;
}

.pnavi li:last-child::after { display:none; }

/* ▼PAGE LIST▼ */
.page_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_list li a,
.page_list li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	width: calc((100vw / 375) * 36);
	height: calc((100vw / 375) * 36);
	margin: 0 calc((100vw / 375) * 6);
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
	font-family: "din-2014-narrow", sans-serif;
	background: #e4ebf1;
	border-radius: 50%;
}

.page_list li .current {
	font-weight: 400;
	color: #fff;
	background: #093e5d;
}

.page_list li.prev a::before, .page_list li.next a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc((100vw / 375) * 4);
	height: calc((100vw / 375) * 8);
	background: #093e5d;
	transform: translate(-50%, -50%);
}

.page_list li.prev a::before { clip-path:polygon(0 50%, 100% 0, 100% 100%); }
.page_list li.next a::before { clip-path:polygon(0 0, 100% 50%, 0 100%); }

/* ▼ANCHOR▼ */
.anc_list {
	width: calc((100vw / 375) * 365);
	padding: calc((100vw / 375) * 12) calc((100vw / 375) * 30) calc((100vw / 375) * 12) calc((100vw / 375) * 15);
	background: #093e5d;
	clip-path: polygon(0 0, calc(100% - ((100vw / 375) * 25)) 0, 100% 50%, calc(100% - ((100vw / 375) * 25)) 100%, 0 100%);
}

.anc_list li {
	display: inline-block;
}

.anc_list li a {
	margin-right: calc((100vw / 375) * 15);
	padding-right: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
	color: #fff;
	line-height: 1.85;
	font-family: "din-2014-narrow", sans-serif;
	background: url(../common_img/arrow_white.png) right center / calc((100vw / 375) * 14) no-repeat;
}

.anc_list li:last-child a { margin-right:0; }

.anc_list li.jap a {
	font-size: calc((100vw / 375) * 12);
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	background: url(../common_img/arrow_white.png) right calc(50% + 1px) / calc((100vw / 375) * 14) no-repeat;
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 700);
	background: url(../images/sp/topimg_bg.jpg) center center / cover no-repeat;
	overflow: hidden;
}

#topimg .base_box {
	width: 100%;
	height: calc((100vw / 375) * 700);
	padding: calc((100vw / 375) * 100) calc((100vw / 375) * 25) 0;
}

#topimg .sec_catch {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 56);
	line-height: 1.15;
}

#topimg .sec_txt {
	font-size: calc((100vw / 375) * 20);
	font-weight: 400;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0;
}

#topimg .sec_txt .txt_cover { font-weight:900; }

#topimg a.news_box {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc((100vw / 375) * 365);
	height: calc((100vw / 375) * 66);
	background: #093e5d;
	clip-path: polygon(0 0, calc(100% - ((100vw / 375) * 25)) 0, 100% 50%, calc(100% - ((100vw / 375) * 25)) 100%, 0 100%);
	overflow: hidden;
	z-index: 1;
}

#topimg .news_box dl {
	padding: calc((100vw / 375) * 12) calc((100vw / 375) * 30) 0 calc((100vw / 375) * 15);
}

#topimg .news_box dt {
	margin: 0 calc((100vw / 375) * -7.5) calc((100vw / 375) * 5);
	font-weight: 700;
	line-height: calc((100vw / 375) * 18);
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.025rem;
}

#topimg .news_box dt .frame {
	display: inline-block;
	width: calc((100vw / 375) * 60);
	margin-right: calc((100vw / 375) * 10);
	padding-top: 1px;
	vertical-align: middle;
	font-size: calc((100vw / 375) * 12);
	text-align: center;
	background: #fff;
	clip-path: polygon(0 50%, calc((100vw / 375) * 7.5) 0, calc(100% - ((100vw / 375) * 7.5)) 0, 100% 50%, calc(100% - ((100vw / 375) * 7.5)) 100%, calc((100vw / 375) * 7.5) 100%);
}

#topimg .news_box dt .date {
	display: inline-block;
	vertical-align: middle;
	font-size: calc((100vw / 375) * 14);
	color: #fff;
}

#topimg .news_box dd {
	color: #fff;
	line-height: 1.6;
}

.btn_scroll {
	position: absolute;
	bottom: calc((100vw / 375) * 45);
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 100);
	z-index: 2;
	animation: rotateAnimation 10s linear infinite;
}

@keyframes rotateAnimation{
	from { transform:rotate(0deg); }
	to { transform:rotate(360deg); }
}

/* ▼INTRO▼ */
.top_intro {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 15) calc((100vw / 375) * 25);
	color: #102633;
	overflow: hidden;
}

.top_intro .txt {
	margin: 0 calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 36);
	font-weight: 900;
	line-height: 1.25;
}

.top_intro .title {
	text-align: right;
	font-size: calc((100vw / 375) * 64);
	line-height: 1.15;
}

/* ▼CONCEPT▼ */
.top_concept {
	position: relative;
	padding: calc((100vw / 375) * 85) calc((100vw / 375) * 25) calc((100vw / 375) * 60);
	font-size: calc((100vw / 375) * 13);
	color: #fff;
	background: #102633 url(../images/sp/concept_bg.png) center top / 100% no-repeat;
}

.top_concept .sec_title {
	margin-bottom: calc((100vw / 375) * 10);
}

.top_concept .sec_title .txt_cover {
	margin-top: calc((100vw / 375) * 5);
	line-height: 1.35;
}

/* ▼INFO▼ */
.top_info {
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 25) calc((100vw / 375) * 260);
	background: #f6f5f3 url(../images/sp/info_bg.png) center bottom / 100% no-repeat;
}

.top_info .eng_title {
	margin-bottom: calc((100vw / 375) * 15);
}

/*
INFORMATION
***************************************************************************/
/* ▼LIST▼ */
.info_sec {
	padding: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 30);
}

.info_sec .base_content {
	margin-bottom: calc((100vw / 375) * 10);
}

.info_sec .info_list {
	margin-bottom: calc((100vw / 375) * 30);
}

.info_list {
	border-bottom: solid 1px #c7d0d5;
}

.info_list .box a {
	display: block;
	padding: calc((100vw / 375) * 20) 0 calc((100vw / 375) * 15);
	border-top: solid 1px #c7d0d5;
}

.info_list .box .inner {
	display: flex;
}

.info_list .box .img {
	width: calc((100vw / 375) * 60);
	height: calc((100vw / 375) * 60);
}

.info_list .box .no_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100vw / 375) * 60);
	height: calc((100vw / 375) * 60);
	color: #fff;
	background: #d9d9d9;
}

.info_list .box .content {
	width: calc(100% - ((100vw / 375) * 60));
	padding-left: calc((100vw / 375) * 15);
	line-height: 1.85;
}

.info_list .box .date {
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
	line-height: 1;
	font-family: "din-2014-narrow", sans-serif;
}

.info_list .box .title {
	margin: calc((100vw / 375) * 5) 0;
	font-size: calc((100vw / 375) * 14);
}

/*
ARTICLE CONTENT
***************************************************************************/
.article_title {
	font-size: calc((100vw / 375) * 22);
	line-height: 1.35;
}

.article_date {
	margin: calc((100vw / 375) * 60) 0 calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	line-height: 1;
	font-family: "din-2014-narrow", sans-serif;
}

.article_content {
	padding-bottom: calc((100vw / 375) * 15);
}

.article_content h2 {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
}

.article_content h3 {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 14);
}

.article_content > div {
	margin-bottom: calc((100vw / 375) * 20);
}

.article_content > p {
	margin: 0;
}

.article_content a { color:#2abfe8; }

.article_content img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	margin-bottom: calc((100vw / 375) * 20);
	clear: both;
}

.article_content .alignleft { float:left; }
.article_content .aligncenter { margin:0 auto; }
.article_content .alignright { float:right; }

.article_content img.alignleft {
	float: left;
	margin: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 20) 0;
}

.article_content img.aligncenter {
	display: block;
	margin: 0 auto calc((100vw / 375) * 20);
}

.article_content img.alignright {
	float: right;
	margin: 0 0 calc((100vw / 375) * 20) calc((100vw / 375) * 25);
}

.article_content ul {
	margin: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 20);
}

.article_content li {
	margin-bottom: calc((100vw / 375) * 5);
	padding-left: calc((100vw / 375) * 20);
	background: url(../common_img/icon_hex.png) left calc((100vw / 375) * 5) / calc((100vw / 375) * 12) no-repeat;
}

.article_content li:last-child { margin-bottom:0; }

/*
ABOUT
***************************************************************************/
/* ▼MESSAGE▼ */
.about_sec .message {
	padding: calc((100vw / 375) * 120) calc((100vw / 375) * 25) calc((100vw / 375) * 50);
	background: url(../aboutus/images/sp/message_bg.png) center top / 100% no-repeat;
}

.about_sec .message .content {
	margin-bottom: calc((100vw / 375) * 25);
}

.about_sec .message .sec_title {
	margin-bottom: calc((100vw / 375) * 10);
}

.about_sec .message .img {
	height: calc((100vw / 375) * 260);
}

/* ▼FEATURE▼ */
.about_sec .feature {
	padding: calc((100vw / 375) * 90) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: #f6f5f3 url(../aboutus/images/sp/feature_bg.png) center top / 100% no-repeat;
}

.about_sec .feature .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
}

.about_sec .feature .box {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	margin-bottom: calc((100vw / 375) * 50);
}

.about_sec .feature .box:last-child { margin-bottom:0; }

.about_sec .feature .head_title {
	position: absolute;
	top: calc((100vw / 375) * -24);
	right: calc((100vw / 375) * 10);
	text-align: right;
	font-size: calc((100vw / 375) * 48);
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.025rem;
	z-index: 1;
}

.about_sec .feature .content {
	margin-top: calc((100vw / 375) * 18);
}

.about_sec .feature .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
}

.about_sec .feature .img {
	width: 100%;
	height: calc((100vw / 375) * 220);
}

/*
COMPANY
***************************************************************************/
/* ▼MESSAGE▼ */
.company_sec .message {
	display: flex;
	flex-direction: column-reverse;
	padding: calc((100vw / 375) * 130) calc((100vw / 375) * 25) calc((100vw / 375) * 60);
	background: url(../company/images/sp/message_bg.png) center top / 100% no-repeat;
}

.company_sec .message .img {
	width: 100%;
	height: calc((100vw / 375) * 400);
	margin-bottom: calc((100vw / 375) * 25);
}

.company_sec .message .img_frame { background-position:center top; }

.company_sec .message .sec_title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 18);
}

/* ▼OUTLINE▼ */
.company_sec .outline {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 25);
	background: #f6f5f3;
}

.company_sec .outline.catch_ext::before {
	background-image: url(../company/images/sp/outline_bg.png);
}

.company_sec .outline .sec_title {
	margin-bottom: calc((100vw / 375) * 25);
}

.company_sec .outline .sec_title .txt_cover { font-size:calc((100vw / 375) * 32); }

.company_sec .outline .content {
	border-top: solid 1px #c7d0d5;
}

.company_sec .outline .content > dl {
	display: flex;
	padding: calc((100vw / 375) * 20) 0;
	line-height: 1.85;
	border-bottom: solid 1px #c7d0d5;
}

.company_sec .outline .content > dl > dt {
	width: 25%;
	font-weight: 900;
}

.company_sec .outline .content > dl > dd {
	width: 75%;
}

.company_sec .outline .content dl.sub {
	display: flex;
}

.company_sec .outline .content dl.sub > dt { width:25%; }
.company_sec .outline .content dl.sub > dd { width:75%; }

.company_sec .outline .img {
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 200);
	margin: calc((100vw / 375) * 25) 0;
}

.company_sec .outline .img li:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	aspect-ratio: 4 / 3;
	z-index: 1;
}

.company_sec .outline .img li:nth-child(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 52%;
	aspect-ratio: 4 / 3;
	z-index: 2;
}

/* ▼ACCESS▼ */
.company_sec .access {
	padding: calc((100vw / 375) * 80) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: #102633;
}

.company_sec .access.catch_ext::before {
	background-image: url(../company/images/sp/access_bg.png);
}

.company_sec .access .map iframe {
	display: block;
	width: 100%;
	height: calc((100vw / 375) * 300);
	margin-bottom: calc((100vw / 375) * 25);
	border: none;
}

.company_sec .access .content dl {
	margin-bottom: calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 25) calc((100vw / 375) * 25);
	font-size: calc((100vw / 375) * 11);
	font-weight: 400;
	color: #fff;
	background: #093e5d;
}

.company_sec .access .content dl:first-child {
	background: transparent;
	border: solid 1px #fff;
}

.company_sec .access .content dl:last-child { margin-bottom:0; }

.company_sec .access .content dt {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
}

/* ▼CSR▼ */
.company_sec .service_link {
	padding-bottom: calc((100vw / 375) * 60);
	background: #f6f5f3 url(../company/images/sp/service_bg.png) center top / 100% no-repeat;
}

.company_sec .csr {
	padding: calc((100vw / 375) * 70) 0 calc((100vw / 375) * 40);
}

.company_sec .csr.catch_ext::before {
	background-image: url(../company/images/sp/csr_bg.png);
}

.company_sec .csr .intro {
	margin: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 30);
}

.company_sec .csr .intro .sec_title {
	margin-bottom: calc((100vw / 375) * 15);
}

.company_sec .csr .box {
	margin: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 15);
	padding-top: calc((100vw / 375) * 30);
}

.company_sec .csr .box:last-child { margin-bottom:0; }

.company_sec .csr .box .sec_title {
	margin-bottom: calc((100vw / 375) * 10);
}

.company_sec .csr .box .sec_title .txt_cover { font-size:calc((100vw / 375) * 24); }

.company_sec .csr .sbox {
	margin-bottom: calc((100vw / 375) * 20);
}

.company_sec .csr .sbox:last-child { margin-bottom:0; }

.company_sec .csr .box .title {
	margin-bottom: calc((100vw / 375) * 8);
	font-size: calc((100vw / 375) * 16);
}

.company_sec .csr .box .list dl {
	margin: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 15);
}

.company_sec .csr .box .list dl:last-child { margin-bottom:0; }

.company_sec .csr .box .list dt {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 14);
	font-weight: 900;
	line-height: 1.65;
}

.company_sec .csr .box .auth_txt {
	margin-top: calc((100vw / 375) * 20);
	text-align: right;
	line-height: 1.8;
}

.company_sec .csr .box .tbl th, .company_sec .csr .box .tbl td {
	padding: calc((100vw / 375) * 15);
	border: solid 1px #ced9df;
}

.company_sec .csr .box .tbl th {
	width: 30%;
}

.company_sec .csr .box .tbl td {
	width: 70%;
}

.company_sec .csr .cbox {
	display: flex;
	flex-direction: column;
	margin-bottom: calc((100vw / 375) * 30);
}

.company_sec .csr .cbox:last-child { margin-bottom:0; }

.company_sec .csr .cbox .img {
	width: 100%;
	height: calc((100vw / 375) * 220);
	margin-bottom: calc((100vw / 375) * 20);
}

.company_sec .csr .cbox .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
	line-height: 1.35;
}

/*
SERVICE
***************************************************************************/
/* ▼HEAD▼ */
.service_sec .head {
	padding: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 40);
}

.service_sec .head .img {
	margin-top: calc((100vw / 375) * 30);
}

.service_sec .head .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: calc((100vw / 375) * 240);
	margin-bottom: calc((100vw / 375) * 20);
	padding: 0 calc((100vw / 375) * 25);
	text-align: center;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.service_sec .head .box:nth-child(1) { background-image:url(../service/images/link_bg01.jpg); }
.service_sec .head .box:nth-child(2) { background-image:url(../service/images/link_bg02.jpg); }
.service_sec .head .box:nth-child(3) { background-image:url(../service/images/link_bg03.jpg); }
.service_sec .head .box:nth-child(4) { background-image:url(../service/images/link_bg04.jpg); }

.service_sec .head .box:last-child { margin-bottom:0; }

.service_sec .head .box .title {
	margin: calc((100vw / 375) * 5) 0 calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
}

/* ▼FACTORY▼ */
.service_sec .factory {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: #f6f5f3 url(../service/images/sp/factory_bg.png) center top / 100% no-repeat;
}

.service_sec .factory .sec_title {
	margin-bottom: calc((100vw / 375) * 10);
}

.service_sec .factory .img {
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 220);
	margin-top: calc((100vw / 375) * 25);
}

.service_sec .factory .img li {
	position: absolute;
	width: 58%;
	height: calc((100vw / 375) * 140);
}

.service_sec .factory .img li:nth-child(1) {
	top: 0;
	left: 0;
	z-index: 1;
}

.service_sec .factory .img li:nth-child(2) {
	bottom: 0;
	right: 0;
	z-index: 2;
}

.service_sec .factory .sec_btn {
	width: calc((100vw / 375) * 300);
	margin: calc((100vw / 375) * 30) auto 0;
}

/* ▼REASON LINK▼ */
.service_sec .reason_link {
	background: none;
}

/* ▼INTRO▼ */
.service_sec .intro {
	padding: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 40);
}

.service_sec .intro .img {
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 220);
	margin-bottom: calc((100vw / 375) * 25);
}

.service_sec .intro .img li {
	position: absolute;
	width: 58%;
	height: calc((100vw / 375) * 140);
}

.service_sec .intro .img li:nth-child(1) {
	top: 0;
	left: 0;
	z-index: 1;
}

.service_sec .intro .img li:nth-child(2) {
	bottom: 0;
	right: 0;
	z-index: 2;
}

.service_sec .intro .img.rev li:nth-child(1) { z-index:2; }
.service_sec .intro .img.rev li:nth-child(2) { z-index:1; }

.service_sec .intro .sec_title {
	margin-bottom: calc((100vw / 375) * 10);
	line-height: 1.35;
}

.service_sec .intro .sec_title .txt_cover { font-size:calc((100vw / 375) * 24); }

/* ▼SLIDE▼ */
.service_sec .slide {
	position: relative;
	overflow: hidden;
}

.service_sec .slide .slick-track {
	display: flex;
}

.service_sec .slide .box {
	width: calc((100vw / 375) * 450);
	height: calc((100vw / 375) * 300);
	margin-right: 1px;
}

/* ▼DESIGN▼ */
.service_sec .design {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: #f6f5f3;
}

.service_sec .design .box {
	margin-bottom: calc((100vw / 375) * 25);
}

.service_sec .design .box:last-child { margin-bottom:0; }

.service_sec .design .box .img {
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-bottom: calc((100vw / 375) * 20);
}

.service_sec .design .box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 32);
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
}

/* ▼PROCESS▼ */
.service_sec .process {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: url(../service/images/sp/process_bg.png) center top / 100% no-repeat;
}

.service_sec .process .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
}

.service_sec .process .box {
	position: relative;
	margin-bottom: calc((100vw / 375) * 25);
	padding: calc((100vw / 375) * 25);
	background: #f6f5f3;
}

.service_sec .process .box:last-child { margin-bottom:0; }

.service_sec .process .box .num {
	position: absolute;
	top: calc((100vw / 375) * 5);
	right: calc((100vw / 375) * 25);
	width: calc((100vw / 375) * 60);
	text-align: center;
	font-size: calc((100vw / 375) * 80);
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.2rem;
	z-index: 1;
}

.service_sec .process .box .title {
	position: relative;
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
	z-index: 2;
}

.service_sec .process .box .img {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-bottom: calc((100vw / 375) * 15);
	z-index: 2;
}

/* ▼EQUIP▼ */
.service_sec .equip {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 25) calc((100vw / 375) * 25);
	background: #f6f5f3 url(../service/images/sp/equip_bg.png) center top / 100% no-repeat;
}

.service_sec .equip .sec_title {
	margin-bottom: calc((100vw / 375) * 25);
}

.service_sec .equip dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-bottom: calc((100vw / 375) * 25);
	font-weight: 700;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.service_sec .equip dl:nth-child(1) { background-image:url(../service/paper/images/equip_bg01.jpg); }
.service_sec .equip dl:nth-child(2) { background-image:url(../service/paper/images/equip_bg02.jpg); }
.service_sec .equip dl:nth-child(3) { background-image:url(../service/paper/images/equip_bg03.jpg); }
.service_sec .equip dl:nth-child(4) { background-image:url(../service/paper/images/equip_bg04.jpg); }
.service_sec .equip dl:nth-child(5) { background-image:url(../service/paper/images/equip_bg05.jpg); }

.service_sec .equip dt {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 20);
	font-weight: 700;
}

.service_sec .equip dl:last-child { margin-bottom:0; }

/* ▼CASE▼ */
.service_sec .case {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: #f6f5f3 url(../service/images/sp/case_bg.png) center top / 100% no-repeat;
}

.service_sec .case.brand {
	background: #f6f5f3 url(../service/images/sp/brand_bg.png) center top / 100% no-repeat;
}

.service_sec .case .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
}

.service_sec .case .box {
	margin-bottom: calc((100vw / 375) * 25);
}

.service_sec .case .box:last-child { margin-bottom:0; }

.service_sec .case .box .img {
	height: calc((100vw / 375) * 240);
}

.service_sec .case .box .content {
	position: relative;
	padding-top: calc((100vw / 375) * 20);
}

.service_sec .case .box .num {
	position: absolute;
	top: calc((100vw / 375) * -30);
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 60);
	text-align: center;
	font-size: calc((100vw / 375) * 80);
	font-weight: 400;
	line-height: 0.8;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.2rem;
}

.service_sec .case .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
}

/* ▼DETAILS▼ */
.service_sec .details {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: url(../service/images/sp/details_bg.png) center top / 100% no-repeat;
}

.service_sec .details .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
}

.service_sec .details .box {
	margin-bottom: calc((100vw / 375) * 25);
}

.service_sec .details .box:last-child { margin-bottom:0; }

.service_sec .details .box .img {
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-bottom: calc((100vw / 375) * 15);
}

.service_sec .details .box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 20);
}

/* ▼PARTNER▼ */
.service_sec .partner {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: #f6f5f3 url(../service/images/sp/partner_bg.png) center top / 100% no-repeat;
}

.service_sec .partner .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
}

.service_sec .partner .box {
	margin-bottom: calc((100vw / 375) * 25);
}

.service_sec .partner .box:last-child { margin-bottom:0; }

.service_sec .partner .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
}

/*
FACTORY
***************************************************************************/
/* ▼INTRO▼ */
.factory_sec .intro .base_box {
	margin: 0 calc((100vw / 375) * 25);
}

.factory_sec .intro .img {
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 240);
	margin-bottom: calc((100vw / 375) * 25);
}

.factory_sec .intro .img li {
	position: absolute;
	width: 60%;
	aspect-ratio: 4 / 3;
}

.factory_sec .intro .img li:nth-child(1) {
	top: 0;
	left: 0;
	z-index: 1;
}

.factory_sec .intro .img li:nth-child(2) {
	bottom: 0;
	right: 0;
	z-index: 2;
}

.factory_sec .intro .sec_title {
	margin-bottom: calc((100vw / 375) * 15);
	line-height: 1.4;
}

.factory_sec .intro .sec_title .txt_cover { font-size:calc((100vw / 375) * 22); }

.factory_sec .intro .sec_img {
	width: 100%;
	aspect-ratio: 2 / 1;
	margin-top: calc((100vw / 375) * 25);
}

/* ▼REASON▼ */
.factory_sec .reason {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: #f6f5f3 url(../factory/images/sp/reason_bg.png) center top / 100% no-repeat;
}

.factory_sec .reason .sec_title {
	margin-bottom: calc((100vw / 375) * 30);
}

.factory_sec .reason .cat {
	margin-bottom: calc((100vw / 375) * 35);
}

.factory_sec .reason .cat:last-child { margin-bottom:0; }

.factory_sec .reason .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 18);
}

.factory_sec .reason .box {
	margin-bottom: calc((100vw / 375) * 30);
}

.factory_sec .reason .box:last-child { margin-bottom:0; }

.factory_sec .reason .img {
	width: 100%;
	aspect-ratio: 4 / 3;
	margin-bottom: calc((100vw / 375) * 20);
}

.factory_sec .reason .content {
	display: flex;
}

.factory_sec .reason .num {
	width: calc((100vw / 375) * 60);
	font-size: calc((100vw / 375) * 60);
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.1rem;
}

.factory_sec .reason .txt {
	width: calc(100% - ((100vw / 375) * 60));
}

/*
REASON
***************************************************************************/
/* ▼MESSAGE▼ */
.reason_sec .message {
	padding: calc((100vw / 375) * 120) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: url(../kaizen/images/sp/message_bg.png) center top / 100% no-repeat;
}

.reason_sec .message .sec_title {
	margin-bottom: calc((100vw / 375) * 15);
}

.reason_sec .message .img {
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 240);
	margin-top: calc((100vw / 375) * 25);
}

.reason_sec .message .img li {
	position: absolute;
	width: 58%;
	aspect-ratio: 4 / 3;
}

.reason_sec .message .img li:nth-child(1) {
	top: 0;
	left: 0;
	z-index: 1;
}

.reason_sec .message .img li:nth-child(2) {
	bottom: 0;
	right: 0;
	z-index: 2;
}

/* ▼ENVIROMENT, VALUE▼ */
.reason_sec .reason {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
}

.reason_sec .reason.env {
	background: #f6f5f3 url(../kaizen/images/sp/enviroment_bg.png) center top / 100% no-repeat;
}

.reason_sec .reason.value {
	background: url(../kaizen/images/sp/value_bg.png) center top / 100% no-repeat;
}

.reason_sec .reason .sec_title {
	margin-bottom: calc((100vw / 375) * 15);
}

.reason_sec .reason .head {
	margin: calc((100vw / 375) * 25) 0;
}

.reason_sec .reason .head .img {
	width: 100%;
	aspect-ratio: 5 / 4;
	margin-bottom: calc((100vw / 375) * 15);
}

.reason_sec .reason .head .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 18);
}

.reason_sec .reason .sec_img {
	width: 100%;
	aspect-ratio: 5 / 4;
	margin: calc((100vw / 375) * 25) 0 calc((100vw / 375) * 40);
}

.reason_sec .reason.value .sec_img { margin-bottom:0; }

.reason_sec .reason .box {
	margin-bottom: calc((100vw / 375) * 25);
}

.reason_sec .reason .box:last-child { margin-bottom:0; }

.reason_sec .reason .box .img {
	width: 100%;
	aspect-ratio: 5 / 3;
	margin-bottom: calc((100vw / 375) * 15);
}

.reason_sec .reason .box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 18);
}

/*
CASE
***************************************************************************/
/* ▼LIST▼ */
.case_list {
	display: none;
	position: relative;
	width: calc((100vw / 375) * 365);
}

.case_list .slist {
	position: absolute;
	top: calc((100vw / 375) * -12);
	left: calc((100vw / 375) * 15);
	z-index: 1;
}

.case_list .slist li {
	display: inline-block;
	margin-right: calc((100vw / 375) * 2);
	padding: 1px calc((100vw / 375) * 15) 0;
	font-size: calc((100vw / 375) * 11);
	font-weight: 700;
	color: #fff;
	line-height: calc((100vw / 375) * 24);
	background: #4280ab;
	clip-path: polygon(0 50%, calc((100vw / 375) * 7.5) 0, calc(100% - ((100vw / 375) * 7.5)) 0, 100% 50%, calc(100% - ((100vw / 375) * 7.5)) 100%, calc((100vw / 375) * 7.5) 100%);
}

.case_list .list {
	padding: calc((100vw / 375) * 24) calc((100vw / 375) * 60) calc((100vw / 375) * 12) calc((100vw / 375) * 15);
	background: #093e5d;
	clip-path: polygon(0 0, calc(100% - ((100vw / 375) * 25)) 0, 100% 50%, calc(100% - ((100vw / 375) * 25)) 100%, 0 100%);
}

.case_list .list li {
	margin-bottom: calc((100vw / 375) * 5);
}

.case_list .list li a {
	display: flex;
        flex-direction: column;
	width: 100%;
	padding-right: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 10);
	font-weight: 500;
	color: #fff;
	line-height: 1.75;
	letter-spacing: 0.05rem;
	background: url(../common_img/arrow_white.png) right calc((100vw / 375) * 30) / calc((100vw / 375) * 14) no-repeat;
}

.case_list .list li span {
	display: block;
	margin-bottom: calc((100vw / 375) * 2);
	font-weight: 700;
	color: #22c8e7;
	letter-spacing: 0;
}

/* ▼CASE▼ */
.case_sec {
	padding-bottom: calc((100vw / 375) * 40);
	overflow: hidden;
}

.case_sec .box {
	position: relative;
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 25) 0;
}

.case_sec .box:first-child { padding-top:0; }

.case_sec .box .sec_catch {
	position: absolute;
	top: calc((100vw / 375) * 70);
	left: calc((100vw / 375) * 25);
	font-size: calc((100vw / 375) * 54);
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.05rem;
	z-index: 1;
}

.case_sec .box .head {
	margin-bottom: calc((100vw / 375) * 30);
}

.case_sec .box .head .img {
	width: calc((100vw / 375) * 160);
	height: calc((100vw / 375) * 120);
	margin: 0 0 calc((100vw / 375) * 25) calc(100% - ((100vw / 375) * 160));
}

.case_sec .box .head .content {
	display: flex;
        flex-direction: column;
        justify-content: center;
	padding: calc((100vw / 375) * 25);
	line-height: 1.75;
	background: #f6f5f3;
}

.case_sec .box .head .content dl {
	display: flex;
	margin-bottom: calc((100vw / 375) * 15);
}

.case_sec .box .head .content dl:last-child { margin-bottom:0; }

.case_sec .box .head .content dt {
	width: 40%;
	font-weight: 900;
}

.case_sec .box .head .content dd {
	width: 60%;
}

.case_sec .box .sec_title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 20);
	line-height: 1.4;
}

.case_sec .box .sec_title .txt_cover { margin-bottom:calc((100vw / 375) * 10); font-size:calc((100vw / 375) * 20); }

.case_sec .box .sec_txt {
	margin-bottom: calc((100vw / 375) * 30);
}

.case_sec .box .effect {
	margin-bottom: calc((100vw / 375) * 30);
}

.case_sec .box .effect ul {
	position: relative;
}

.case_sec .box .effect.type01 ul.before, .case_sec .box .effect.type02 ul.before {
	margin-bottom: calc((100vw / 375) * 30);
}

.case_sec .box .effect ul::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * -12);
	left: 50%;
	width: calc((100vw / 375) * 90);
	height: calc((100vw / 375) * 24);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 90);
	transform: translateX(-50%);
	z-index: 5;
}

.case_sec .box .effect ul.before::before { background-image:url(../case/images/label_before.png); }
.case_sec .box .effect ul.after::before { background-image:url(../case/images/label_after.png); }

.case_sec .box .effect li {
	width: 100%;
	aspect-ratio: 3 / 2;
}

.case_sec .result {
	display: flex;
	padding: calc((100vw / 375) * 25);
	font-size: calc((100vw / 375) * 15);
	font-weight: 900;
	color: #fff;
	line-height: 1.65;
	background: linear-gradient(150deg, #22c8e7, #953def);
}

.case_sec .result dt {
	width: 30%;
	font-size: calc((100vw / 375) * 24);
	line-height: 1.5;
}

.case_sec .result dt .eng {
	display: block;
	font-size: calc((100vw / 375) * 12);
	font-weight: 700;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.025rem;
}

.case_sec .result dd {
	width: 70%;
	font-size: calc((100vw / 375) * 14);
}

/*
CASE LINK
***************************************************************************/
.case_link {
	position: relative;
	padding: calc((100vw / 375) * 55) 0 calc((100vw / 375) * 30);
	background: #f6f5f3;
}

.case_link::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * -10);
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 80);
	background: url(../common_img/sp/case_bg.png) center top / 100% no-repeat;
	z-index: 1;
}

.case_link .title_box {
	position: relative;
	margin: 0 calc((100vw / 375) * 25) calc((100vw / 375) * -25);
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 25) calc((100vw / 375) * 25);
	font-weight: 900;
	line-height: 1.5;
	background: #fff;
	z-index: 200;
}

.case_link .title_box.move_parts.btm_top { transform:translateY(calc((100vw / 375) * 25)); }
.case_link .title_box.move_parts.on { transform:translateY(calc((100vw / 375) * -25)); }

.case_link .title_box .eng_title {
	margin-bottom: calc((100vw / 375) * 5);
}

.case_link .title_box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
}

.case_link .sec_inner {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.case_link .slick-track {
	display: flex;
}

.case_link .box a {
	display: block;
	position: relative;
	width: calc((100vw / 375) * 250);
	height: calc((100vw / 375) * 312);
	margin-right: 1px;
}

.case_link .box a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #000 100%);
	opacity: 0.75;
	z-index: 1;
}

.case_link .box .txt {
	position: absolute;
	bottom: calc((100vw / 375) * 40);
	left: calc((100vw / 375) * 20);
	width: calc(100% - ((100vw / 375) * 50));
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	z-index: 2;
}

.case_link .img {
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 312);
	z-index: 2;
}

/*
REASON LINK
***************************************************************************/
.reason_link {
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: url(../common_img/sp/reason_bg.png) center bottom / 100% no-repeat;
}

.reason_link .sec_title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 16);
	line-height: 1.4;
}

.reason_link .sec_inner {
	position: relative;
	height: calc((100vw / 375) * 845);
	background: url(../common_img/sp/reason_img.png) center center / cover no-repeat;
}

.reason_link .img { display:none; }

.reason_link .link_title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc((100vw / 375) * 150);
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.reason_link .link_title .eng {
	font-size: calc((100vw / 375) * 48);
	font-weight: 400;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.1rem;
}

.reason_link .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc((100vw / 375) * 280);
	height: calc((100vw / 375) * 420);
	margin: 0 auto;
	font-weight: 900;
	line-height: 1.5;
}

.reason_link .box.last {
	margin-top: calc((100vw / 375) * 10);
	text-align: right;
	font-weight: 700;
	color: #fff;
}

.reason_link .box .eng_title {
	margin-bottom: calc((100vw / 375) * 5);
	line-height: 0.9;
}

.reason_link .box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
}

/*
SERVICE LINK
***************************************************************************/
.service_link {
	padding: calc((100vw / 375) * 45) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	background: #f6f5f3 url(../common_img/sp/service_bg.png) center top / 100% no-repeat;
}

.service_link .title_box {
	margin-bottom: calc((100vw / 375) * 20);
}

.service_link .sec_title {
	margin-bottom: calc((100vw / 375) * 10);
}

.service_link .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: calc((100vw / 375) * 220);
	margin-bottom: calc((100vw / 375) * 20);
	padding: 0 calc((100vw / 375) * 25);
	text-align: center;
	color: #fff;
	background: #102633;
}

.service_link .box:last-child {
	margin-bottom: 0;
	background: #093e5d;
}

.service_link .box .title {
	margin: calc((100vw / 375) * 5) 0 calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
}

.service_link .box .title span {
	display: block;
	margin: calc((100vw / 375) * 5) 0;
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
}

/*
PP
***************************************************************************/
.pp_sec {
	padding: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 40);
}

.pp_sec .box {
	margin-bottom: calc((100vw / 375) * 25);
}

.pp_sec .box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
}

.pp_sec .sbox {
	margin-top: calc((100vw / 375) * 20);
}

.pp_sec .sbox .stitle {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 14);
}

.pp_sec .info {
	padding: calc((100vw / 375) * 20) calc((100vw / 375) * 25) calc((100vw / 375) * 25);
	background: #f6f5f3;
	border-radius: calc((100vw / 375) * 8);
}

.pp_sec .info .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 16);
	font-weight: 900;
}

/*
FORM
***************************************************************************/
.form_sec {
	padding: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 40);
}

.form_title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
}

.form_txt {
	margin-bottom: calc((100vw / 375) * 25);
}

.must_mark {
	display: inline-block;
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	margin-right: calc((100vw / 375) * 5);
	vertical-align: -2px;
	background: url(../common_img/icon_circle.png) center center / calc((100vw / 375) * 12) no-repeat;
}

.error_txt {
	margin-bottom: calc((100vw / 375) * 25);
	font-weight: 900;
	color: #9340f0;
}

/* ▼STEP▼ */
.form_step ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: calc((100vw / 375) * 25);
}

.form_step ul::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 17.5);
	left: calc((100vw / 375) * 25);
	width: calc(100% - ((100vw / 375) * 50));
	height: calc((100vw / 375) * 2);
	background: #093e5d;
	z-index: 0;
}

.form_step ul::after {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 17.5);
	left: calc((100vw / 375) * 25);
	height: calc((100vw / 375) * 2);
	background-image: linear-gradient(150deg, #22c8e7, #953def);
	z-index: 1;
}

.form_step.conf ul::after { width:calc(50% - ((100vw / 375) * 25)); }
.form_step.comp ul::after { width:calc(100% - ((100vw / 375) * 50)); }

.form_step li {
	position: relative;
	width: calc((100vw / 375) * 80);
	text-align: center;
	font-size: calc((100vw / 375) * 12);
	font-weight: 900;
	line-height: 1.5;
	z-index: 2;
}

.form_step li span {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: calc((100vw / 375) * 42);
	height: calc((100vw / 375) * 36);
	margin: 0 auto calc((100vw / 375) * 8);
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
	color: #fff;
	font-family: "din-2014-narrow", sans-serif;
	background-image: url(../common_img/step_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 42);
}

.form_step li.active span, .form_step.conf li:first-child span, .form_step.comp li:first-child span, .form_step.comp li:nth-child(2) span {
	background-image: url(../common_img/step_bg_active.png);
}

/* ▼INPUT▼ */
.user_form {
	margin-bottom: calc((100vw / 375) * 25);
	border-top: solid 1px #cfd8df;
}

.user_form > dl {
	padding: calc((100vw / 375) * 16) 0 calc((100vw / 375) * 22);
	border-bottom: solid 1px #cfd8df;
}

.user_form.conf > dl { padding:calc((100vw / 375) * 15) 0; }

.user_form.conf > dl > dt, .user_form.conf > dl > dd { line-height:2; }

.user_form > dl > dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 8);
	font-weight: 900;
	padding-left: calc((100vw / 375) * 18);
}

.user_form.conf > dl > dt {
	margin-bottom: calc((100vw / 375) * 2);
	padding-left: 0;
}

.user_form > dl > dt.must::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 7);
	left: 0;
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	background: url(../common_img/icon_circle.png) center center / calc((100vw / 375) * 12) no-repeat;
}

.user_form .postcode {
	margin-bottom: calc((100vw / 375) * 10);
}

.user_form .postcode .mark {
	display: inline-block;
	width: calc((100vw / 375) * 25);
	vertical-align: middle;
}

.user_form .postcode .input {
	width: calc(100% - ((100vw / 375) * 25));
}

/* ▼PP▼ */
.pp_box {
	margin-bottom: calc((100vw / 375) * 25);
	padding: calc((100vw / 375) * 25);
	font-size: calc((100vw / 375) * 11);
	background: #f6f5f3;
	border-radius: calc((100vw / 375) * 4);
}

.pp_box .title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 14);
}

/* ▼COMPLETE▼ */
.form_comp .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 18);
}

/* ▼BUTTON▼ */
.form_btn .btn01 {
	height: calc((100vw / 375) * 54);
	font-size: calc((100vw / 375) * 14);
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
}

.form_btn li .btn01 .arrow::after { transform:translateY(calc((-50%) + 1px)); }

.form_btn li.back .btn01 { margin-bottom:calc((100vw / 375) * 15); background:#bfd1df; }
.form_btn li.back .btn01::before, .form_btn li.back .btn01::after { display:none; }

.form_btn li.back .btn01 .arrow {
	padding-left: calc((100vw / 375) * 20);
	padding-right: 0;
}

.form_btn li.back .btn01 .arrow::after { right:auto; left:0; transform:translateY(calc((-50%) + 1px)) rotateY(180deg); }

/*
CONTACT LINK
***************************************************************************/
.contact_link a {
	display: block;
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 25);
	font-size: calc((100vw / 375) * 13);
	color: #fff;
	background: linear-gradient(150deg, #22c8e7, #953def);
}

.contact_link .sec_title {
	margin-bottom: calc((100vw / 375) * 8);
	text-align: center;
}

.contact_link .eng_title {
	margin-bottom: calc((100vw / 375) * 5);
	text-align: center;
	font-size: calc((100vw / 375) * 80);
	letter-spacing: -0.1rem;
}

/*
FOOTER
***************************************************************************/
footer {
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 25) calc((100vw / 375) * 40);
	font-weight: 400;
	color: #fff;
	background: #102633;
}

footer .btn_ptop {
	position: absolute;
	top: calc((100vw / 375) * -110);
	right: calc((100vw / 375) * -10);
	width: calc((100vw / 375) * 45);
	z-index: 5;
}

footer .sec_catch {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 56);
	line-height: 1.15;
}

footer .sec_txt {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 20);
	font-weight: 400;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0;
}

footer .sec_txt .txt_cover { font-weight:900; }

footer .logo {
	width: calc((100vw / 375) * 200);
	margin-bottom: calc((100vw / 375) * 10);
}

footer .info .title {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
}

footer .info .txt {
	margin-bottom: calc((100vw / 375) * 20);
}

footer .sns_list {
	margin-bottom: calc((100vw / 375) * 20);
}

footer .sns_list li {
	display: inline-block;
	width: calc((100vw / 375) * 24);
	margin-right: calc((100vw / 375) * 20);
}

footer .copy small {
	font-size: calc((100vw / 375) * 10);
}

#fnavi {
	margin-bottom: calc((100vw / 375) * 30);
}

#fnavi .fnavi_list {
	padding-bottom: calc((100vw / 375) * 20);
}

#fnavi .fnavi_list li {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
}

#fnavi .fnavi_list li a { color:#fff; }

#fnavi .fnavi_list .sub {
	padding-top: calc((100vw / 375) * 5);
}

#fnavi .fnavi_list .sub li {
	display: inline-block;
	margin: 0 calc((100vw / 375) * 15) calc((100vw / 375) * 5) 0;
	font-weight: 500;
}

#fnavi .fnavi_list .sub li:last-child { margin-right:0; }

#fnavi .fnavi_list .sub li a { opacity:0.5; }

/*
OVERLAY WINDOW
***************************************************************************/
#overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34,34,34,0.8);
	overflow-y: auto;
	z-index: 10000;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	display: none;
	position: relative;
	width: calc(100vw - ((100vw / 375) * 30));
}

.overlay_content.product, .overlay_content.exam {
	aspect-ratio: 1120 / 740;
}

.overlay_content.exam .img_frame {
	border-radius: calc((100vw / 375) * 24);
}

.overlay_content.movie {
	aspect-ratio: 720 / 1280;
}

.overlay_content.movie video {
	width: 100%;
	height: 100%;
}

.overlay_content .scroll_box {
	height: calc(100vh - ((100vw / 375) * 90));
	overflow-x: hidden;
}

.modal_close {
	position: absolute;
	top: calc((100vw / 375) * -10);
	right: calc((100vw / 375) * -10);
	width: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	background: url(../images/btn_close.png) center center / calc((100vw / 375) * 30) no-repeat;
	z-index: 1001;
}

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: calc((100vw / 375) * 3);
}

.scroll_box::-webkit-scrollbar-track {
	background: #e6e6e1;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #c4c4c2;
}

.gecko .scroll_box {
	scrollbar-width: calc((100vw / 375) * 3);
	scrollbar-color: #c4c4c2 #e6e6e1;
}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: translateY(calc((100vw / 375) * 100));
}

.delay_fade.active {
	opacity: 1.0;
	transform: translateY(0);
}

.move_parts {
	opacity: 0;
	transition: all 0.5s;
}

.move_parts.btm_top {
	transform: translateY(calc((100vw / 375) * 50));
}

.move_parts.top_btm {
	transform: translateY(calc((100vw / 375) * -50));
}

.move_parts.left_right {
	transform: translateX(calc((100vw / 375) * -50));
}

.move_parts.right_left {
	transform: translateX(calc((100vw / 375) * 50));
}

.move_parts.on {
	opacity: 1;
	transform: translate(0,0);
}

/* ▼BUTTON▼ */
.sec_btn { width:100%; }

.btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 48);
	text-align: center;
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	color: #fff;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.025rem;
	background: linear-gradient(150deg, #22c8e7, #953def);
	clip-path: polygon(0 50%, calc((100vw / 375) * 12.5) 0, calc(100% - ((100vw / 375) * 12.5)) 0, 100% 50%, calc(100% - ((100vw / 375) * 12.5)) 100%, calc((100vw / 375) * 12.5) 100%);
}

.btn02 {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: calc((100vw / 375) * 54);
	padding: 1px;
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	font-weight: 900;
	color: #093e5c;
	line-height: 1.35;
	background: #093e5c;
	clip-path: polygon(0 50%, calc((100vw / 375) * 12.5) 0, calc(100% - ((100vw / 375) * 12.5)) 0, 100% 50%, calc(100% - ((100vw / 375) * 12.5)) 100%, calc((100vw / 375) * 12.5) 100%);
}

.btn02 > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: polygon(0 50%, calc((100vw / 375) * 12.5) 0, calc(100% - ((100vw / 375) * 12.5)) 0, 100% 50%, calc(100% - ((100vw / 375) * 12.5)) 100%, calc((100vw / 375) * 12.5) 100%);
}

.arrow {
	display: inline-block;
	position: relative;
	padding-right: calc((100vw / 375) * 20);
}

.arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 14);
	height: calc((100vw / 375) * 14);
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 14);
	transform: translateY(-50%);
	z-index: 1;
}

.btn02 .arrow {
	transform: translateY(calc((100vw / 375) * -2));
}

.btn02 .arrow::after {
	top: calc(50% + ((100vw / 375) * 2));
	background-image: url(../common_img/arrow_navy.png);
}

/* ▼CATCH, TITLE, TEXT▼ */
.eng_title {
	font-size: calc((100vw / 375) * 48);
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.05rem;
}

.sec_title {
	font-size: calc((100vw / 375) * 20);
	line-height: 1.45;
	letter-spacing: -0.025rem;
}

.sec_title .txt_cover {
	font-size: calc((100vw / 375) * 32);
}

.sec_title .eng {
	display: block;
	font-size: calc((100vw / 375) * 12);
	font-weight: 700;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.025rem;
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 5);
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	margin-top: calc((100vw / 375) * -6);
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #000;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: calc((100vw / 375) * 2);
	height: 100%;
	margin-left: -1px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 2);
	margin-top: -1px;
}

.disp_switch.opened .icon:before { display:none; }

/* ▼NOTICE LIST▼ */
.note_list > li {
	position: relative;
	padding-left: 1.2em;
	font-size: calc((100vw / 375) * 11);
}

.note_list > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.note_list.center > li {
	padding-left: 0;
	text-align: center;
}

.note_list.center > li span {
	position: relative;
	padding-left: 1.2em;
}

.note_list.center > li:before { display:none; }

.note_list.center > li span:before {
	content: '※';
	position: absolute;
	top: -3px;
	left: 0;
}

/* ▼LIST▼ */
.li_sp_mb5 > li { margin-bottom:calc((100vw / 375) * 5); }
.li_sp_mb10 > li { margin-bottom:calc((100vw / 375) * 10); }
.li_sp_mb15 > li { margin-bottom:calc((100vw / 375) * 15); }
.li_sp_mb20 > li { margin-bottom:calc((100vw / 375) * 20); }
.li_sp_mb25 > li { margin-bottom:calc((100vw / 375) * 25); }
.li_sp_mb30 > li { margin-bottom:calc((100vw / 375) * 30); }

.list01 > li:last-child,
.list02 > li:last-child,
.list03 > li:last-child,
.list04 > li:last-child {
	margin-bottom: 0;
}

.list01 > li {
	position: relative;
	padding-left: 1.2em;
}

.list01 > li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.list02 > li {
	position: relative;
	padding-left: calc((100vw / 375) * 20);
}

.list02 > li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 1px;
	margin-top: -0.5px;
	background: #797979;
}

.list03 > li {
	position: relative;
	padding-left: calc((100vw / 375) * 20);
}

.list03.number_plus > li { padding-left:2.2em; }
.list03.kana > li { padding-left:calc((100vw / 375) * 25); }

.list03 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list03 > li:nth-child(1):before { content:'a.'; }
.list03 > li:nth-child(2):before { content:'b.'; }
.list03 > li:nth-child(3):before { content:'c.'; }
.list03 > li:nth-child(4):before { content:'d.'; }
.list03 > li:nth-child(5):before { content:'e.'; }
.list03 > li:nth-child(6):before { content:'f.'; }
.list03 > li:nth-child(7):before { content:'g.'; }
.list03 > li:nth-child(8):before { content:'h.'; }
.list03 > li:nth-child(9):before { content:'i.'; }
.list03 > li:nth-child(10):before { content:'j.'; }

.list03.number > li:nth-child(1):before { content:'1.'; }
.list03.number > li:nth-child(2):before { content:'2.'; }
.list03.number > li:nth-child(3):before { content:'3.'; }
.list03.number > li:nth-child(4):before { content:'4.'; }
.list03.number > li:nth-child(5):before { content:'5.'; }
.list03.number > li:nth-child(6):before { content:'6.'; }
.list03.number > li:nth-child(7):before { content:'7.'; }
.list03.number > li:nth-child(8):before { content:'8.'; }
.list03.number > li:nth-child(9):before { content:'9.'; }
.list03.number > li:nth-child(10):before { content:'10.'; }

.list03.number_plus > li:nth-child(1):before { content:'（1）'; }
.list03.number_plus > li:nth-child(2):before { content:'（2）'; }
.list03.number_plus > li:nth-child(3):before { content:'（3）'; }
.list03.number_plus > li:nth-child(4):before { content:'（4）'; }
.list03.number_plus > li:nth-child(5):before { content:'（5）'; }
.list03.number_plus > li:nth-child(6):before { content:'（6）'; }
.list03.number_plus > li:nth-child(7):before { content:'（7）'; }
.list03.number_plus > li:nth-child(8):before { content:'（8）'; }
.list03.number_plus > li:nth-child(9):before { content:'（9）'; }
.list03.number_plus > li:nth-child(10):before { content:'（10）'; }

.list03.kana > li:nth-child(1):before { content:'ア）'; }
.list03.kana > li:nth-child(2):before { content:'イ）'; }
.list03.kana > li:nth-child(3):before { content:'ウ）'; }
.list03.kana > li:nth-child(4):before { content:'エ）'; }
.list03.kana > li:nth-child(5):before { content:'オ）'; }
.list03.kana > li:nth-child(6):before { content:'カ）'; }
.list03.kana > li:nth-child(7):before { content:'キ）'; }
.list03.kana > li:nth-child(8):before { content:'ク）'; }
.list03.kana > li:nth-child(9):before { content:'ケ）'; }
.list03.kana > li:nth-child(10):before { content:'コ）'; }

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w15per { width:15%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

.sp_w90 { width:calc((100vw / 375) * 90)!important; }
.sp_w160 { width:calc((100vw / 375) * 160)!important; }
.sp_w250 { width:calc((100vw / 375) * 250)!important; }
.sp_w400 { width:calc((100vw / 375) * 400)!important; }
.sp_w500 { width:calc((100vw / 375) * 500)!important; }
.sp_w510 { width:calc((100vw / 375) * 510)!important; }
.sp_w580 { width:calc((100vw / 375) * 580)!important; }

.sp_h240 { height:calc((100vw / 375) * 240)!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 375) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 375) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 375) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 375) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 375) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 375) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 375) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 375) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 375) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 375) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 375) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 375) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 375) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 375) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 375) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 375) * 60)!important; margin-right:calc((100vw / 375) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 375) * 55)!important; margin-right:calc((100vw / 375) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 375) * 50)!important; margin-right:calc((100vw / 375) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 375) * 35)!important; margin-right:calc((100vw / 375) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 375) * 30)!important; margin-right:calc((100vw / 375) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 375) * 25)!important; margin-right:calc((100vw / 375) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 375) * 20)!important; margin-right:calc((100vw / 375) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 375) * 15)!important; margin-right:calc((100vw / 375) * 15)!important; }
.sp_mlr10 { margin-left:calc((100vw / 375) * 10)!important; margin-right:calc((100vw / 375) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 375) * 5)!important; margin-right:calc((100vw / 375) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 375) * -1)!important; margin-right:calc((100vw / 375) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 375) * -5)!important; margin-right:calc((100vw / 375) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 375) * -10)!important; margin-right:calc((100vw / 375) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 375) * -20)!important; margin-right:calc((100vw / 375) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 375) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 375) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 375) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 375) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 375) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 375) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 375) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 375) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 375) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 375) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 375) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 375) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 375) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 375) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 375) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 375) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 375) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 375) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 375) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 375) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 375) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 375) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 375) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 375) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 375) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 375) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 375) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 375) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 375) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 375) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 375) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 375) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 375) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 375) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 375) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 375) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 375) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 375) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 375) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 375) * 8)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_p20 { padding:calc((100vw / 375) * 20)!important; }
.sp_p15 { padding:calc((100vw / 375) * 15)!important; }
.sp_p10 { padding:calc((100vw / 375) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 375) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 375) * 50)!important; }

.sp_ptb20 { padding-top:calc((100vw / 375) * 20)!important; padding-bottom:calc((100vw / 375) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 375) * 15)!important; padding-bottom:calc((100vw / 375) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 375) * 5)!important; padding-bottom:calc((100vw / 375) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 375) * 0)!important; padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 375) * 25)!important; padding-right:calc((100vw / 375) * 25)!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.sp_size10 { font-size:calc((100vw / 375) * 10)!important; }
.sp_size11 { font-size:calc((100vw / 375) * 11)!important; }
.sp_size12 { font-size:calc((100vw / 375) * 12)!important; }
.sp_size13 { font-size:calc((100vw / 375) * 13)!important; }
.sp_size14 { font-size:calc((100vw / 375) * 14)!important; }
.sp_size15 { font-size:calc((100vw / 375) * 15)!important; }
.sp_size16 { font-size:calc((100vw / 375) * 16)!important; }
.sp_size17 { font-size:calc((100vw / 375) * 17)!important; }
.sp_size18 { font-size:calc((100vw / 375) * 18)!important; }
.sp_size19 { font-size:calc((100vw / 375) * 19)!important; }
.sp_size20 { font-size:calc((100vw / 375) * 20)!important; }
.sp_size22 { font-size:calc((100vw / 375) * 22)!important; }
.sp_size24 { font-size:calc((100vw / 375) * 24)!important; }
.sp_size30 { font-size:calc((100vw / 375) * 30)!important; }

.c_red { color:#cf1433!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.u_line, .u_line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 48);
	padding: 0 calc((100vw / 375) * 15);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	color: #093e5c;
	line-height: calc((100vw / 375) * 48);
	font-family: "Noto Sans JP", sans-serif;
	background: #f6f5f3;
	border: none;
	border-radius: calc((100vw / 375) * 4);
	caret-color: #999;
}

textarea {
	display: block;
	width: 100%!important;
	min-height: calc((100vw / 375) * 160);
	padding: calc((100vw / 375) * 10) calc((100vw / 375) * 15);
	line-height: 2;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: none;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #c7d0d5;
	font-weight: 500;
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #c7d0d5;
	font-weight: 500;
}

input::-moz-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #c7d0d5;
	font-weight: 500;
}

textarea::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #c7d0d5;
	font-weight: 500;
}

textarea:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #c7d0d5;
	font-weight: 500;
}

textarea::-moz-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #c7d0d5;
	font-weight: 500;
}

label { display:block; box-sizing:border-box; width:100%; }

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	width: calc((100vw / 375) * 36);
	height: calc((100vw / 375) * 36);
	margin: calc((100vw / 375) * -18) 0 0;
	vertical-align: middle;
	background: #f6f5f3;
	overflow: hidden;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="checkbox"] {
	border-radius: calc((100vw / 375) * 4);
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: calc((100vw / 375) * 14);
	height: calc((100vw / 375) * 14);
	background: #e388b0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: 0;
	left: 0;
	width: calc((100vw / 375) * 36);
	height: calc((100vw / 375) * 36);
	background: url(../common_img/icon_check.png) center center / calc((100vw / 375) * 36) no-repeat;
}

.radio_list li label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list li label.active input[type="radio"] { background: #fff; }

.radio_list li label, .chk_list li label {
	position: relative;
	padding: calc((100vw / 375) * 6) calc((100vw / 375) * 15) calc((100vw / 375) * 6) calc((100vw / 375) * 48);
	line-height: calc((100vw / 375) * 36);
}

.radio_list.pc_col li, .chk_list.pc_col li {
	display: inline-block;
	margin: 0 calc((100vw / 375) * 10) 0 0;
}

.radio_list.pc_col li:last-child, .chk_list.pc_col li:last-child { margin-right:0; }

.radio_list.pc_row li, .chk_list.pc_row li {
	margin-bottom: calc((100vw / 375) * 5);
}

.radio_list.pc_row li:last-child, .chk_list.pc_row li:last-child { margin-bottom:0; }

.radio_list.block li label, .chk_list.block li label {
	width: auto;
	padding: 15px 35px 15px 15px;
	background: #d8d8d8;
}

.radio_list.block li label.active, .chk_list.block li label.active {
	color: #fff;
	background: #43a6e9;
}

.radio_list.side li, .chk_list.side li {
	float: left;
	width: 100%;
	margin-right: 20px;
}

.radio_list.side.line_2 li, .chk_list.side.line_2 li { width:calc((100% - 20px) / 2); }
.radio_list.side.line_3 li, .chk_list.side.line_3 li { width:calc((100% - 60px) / 3); }
.radio_list.side.line_4 li, .chk_list.side.line_4 li { width:calc((100% - 80px) / 4); }

.radio_list.side.line_2 li:nth-child(2n), .chk_list.side.line_2 li:nth-child(2n),
.radio_list.side.line_3 li:nth-child(3n), .chk_list.side.line_3 li:nth-child(3n),
.radio_list.side.line_4 li:nth-child(4n), .chk_list.side.line_4 li:nth-child(4n) {
	margin-right: 0;
}
