@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	text-align: left;
	font-style: normal;
	font-size: 2rem;
	font-weight: 500;
	color: #093e5c;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
	background-image: url(../common_img/pc/page_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	caret-color: transparent;
}

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

	body { background-size:100%; }

}

body.top { background-image:none; }

/* ▼CONTAINER CONTROL▼ */
.base_box {
	position: relative;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.base_box.small { width:1200px; }
.base_box.mid_large { width:1500px; }
.base_box.large { width:1600px; }
.base_box.ex_large { width:1800px; }

.base_box.half_left {
	width: calc(1400px + ((100vw - 1400px) / 2));
	margin-left: calc((100vw - 1400px) / 2);
	margin-right: 0;
}

.base_box.half_right {
	width: calc(1400px + ((100vw - 1400px) / 2));
	margin-left: 0;
	margin-right: calc((100vw - 1400px) / 2);
}

.base_box.large.half_left {
	width: calc(1600px + ((100vw - 1600px) / 2));
	margin-left: calc((100vw - 1600px) / 2);
}

.base_box.large.half_right {
	width: calc(1600px + ((100vw - 1600px) / 2));
	margin-right: calc((100vw - 1600px) / 2);
}

.base_box.ex_large.half_left {
	width: calc(1800px + ((100vw - 1800px) / 2));
	margin-left: calc((100vw - 1800px) / 2);
}

.base_box.ex_large.half_right {
	width: calc(1800px + ((100vw - 1800px) / 2));
	margin-right: calc((100vw - 1800px) / 2);
}

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

	.base_box.ex_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.ex_large.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

	.base_box.ex_large.half_right {
		width: auto;
		margin-left: 0;
		margin-right: 60px;
	}

}

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

	.base_box.large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.large.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

	.base_box.large.half_right {
		width: auto;
		margin-left: 0;
		margin-right: 60px;
	}

}

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

	.base_box.ex_large .base_box, .base_box.large .base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

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

	.base_box.mid_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

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

	.base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.small {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.base_box.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

	.base_box.half_right {
		width: auto;
		margin-left: 0;
		margin-right: 60px;
	}

}

.base_content {
	position: relative;
	width: 1260px;
	margin: 0 auto;
	z-index: 1;
}

.base_content.small { width:1160px; }

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

/*
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:hover {
	color: #206c97;
	text-decoration: none;
}

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

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

.hover_light a:hover, a.hover_light:hover, .modal_switch.hover_light:hover, .hover_light button:hover, .hover_light .modal_switch:hover,
.hover_light a:hover::before, a.hover_light:hover::before, .modal_switch.hover_light:hover::before,
.hover_light a:hover::after, a.hover_light:hover::after, .modal_switch.hover_light:hover::after {
	opacity: 0.7;
}

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

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; }

.hover_zoom a:hover .img_frame {
	transform: scale(1.1);
}

/* ▼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: -80px;
	left: 0;
	width: 100%;
	height: 300px;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 2;
}

/*
HEADER
***************************************************************************/
header {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	padding: 0 30px 0 40px;
	background: transparent;
	z-index: 10;
}

header.navi_on { background:#fff; }

header .logo {
	width: 280px;
}

header .logo img { width:100%; }

header .hnavi_list {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 820px);
}

header .hnavi_list > li {
	margin-right: 50px;
}

header .hnavi_list > li > a,
header .hnavi_list > li > .title {
	display: block;
	font-weight: 900;
	line-height: 64px;
	cursor: pointer;
}

header .hnavi_list li .txt_cover { background-image:linear-gradient(150deg, #093e5c, #093e5c); }
header .hnavi_list li:hover .txt_cover,
header .hnavi_switch.opened .txt_cover { background-image:linear-gradient(150deg, #22c8e7, #953def); }

header .hnavi_switch > span {
	display: inline-block;
	position: relative;
	padding-right: 28px;
}

header .hnavi_switch > span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 8px;
	margin-top: -4px;
	background: #093e5c;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transition: .3s;
}

header .hnavi_switch:hover > span::before,
header .hnavi_switch.opened > span::before { background-image:linear-gradient(150deg, #22c8e7, #953def); }

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

header .hnavi_slist {
	display: none;
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: calc(100vh - 130px);
	background: rgba(0,0,0,0.2);
	z-index: 10;
}

.hnavi_slist .sec_inner {
	padding-bottom: 40px;
	background: #fff;
}

header .hnavi_slist ul {
	display: flex;
	justify-content: center;
}

header .hnavi_slist li a {
	display: block;
	position: relative;
	width: 260px;
	height: 130px;
	margin: 0 20px;
	font-weight: 900;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

header .hnavi_slist li a:hover { opacity:0.7; }

header .hnavi_slist li a > span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}

header .hnavi_slist li .eng {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.05rem;
}

.btn_list {
	display: flex;
	justify-content: space-between;
}

header .btn_list { width:540px; }
footer .btn_list { width:740px; }

header .btn_list li { width:260px; }
footer .btn_list li { width:360px; }

header .btn_list li .btn02 { font-size:1.6rem; }
footer .btn_list li .btn01 { height:88px; font-size:3.2rem; }
footer .btn_list li .btn02 { height:88px; }

.btn_gnavi {
	display: none;
	position: fixed;
	top: 24px;
	right: 24px;
	width: 80px;
	height: 80px;
	padding: 15px;
	background: #fff;
	z-index: 1000;
	cursor: pointer;
}

.btn_gnavi img { width:100%; }

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

	header .logo { width:200px; }
	header .hnavi_list { width:calc(100% - 740px); }
	header .hnavi_list > li > a, header .hnavi_list > li > .title { font-size:1.6rem; }
	header .btn_list { width:540px; }
	header .btn_list li { width:260px; }

}

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

	header { padding-right:130px; }
	header .hnavi_list li { display:none; }
	.btn_gnavi { display:block; }

}

/*
NAVI
***************************************************************************/
#gnavi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	overflow-y: auto;
	z-index: 1001;
}

#gnavi > .gnavi_close {
	position: fixed;
	top: 24px;
	right: 24px;
	width: 80px;
	height: 80px;
	padding: 15px;
	z-index: 1001;
	cursor: pointer;
}

#gnavi > .gnavi_close img { width:100%; }

#gnavi .sec_inner {
	display: flex;
	align-items: center;
	width: 1000px;
	height: 100vh;
	margin: 0 auto;
}

#gnavi .inner {
	width: 800px;
}

#gnavi .list {
	padding-bottom: 20px;
}

#gnavi .list > li {
	display: inline-block;
	margin: 0 35px 30px 0;
	font-size: 1.8rem;
	font-weight: 700;
}

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

#gnavi .list > li .title, #gnavi .hnavi_slist {
	display: inline-block;
	vertical-align: middle;
}

#gnavi .hnavi_slist li {
	display: inline-block;
	margin-left: 35px;
}

#gnavi .hnavi_slist li:last-child { margin-right:0; }

#gnavi .hnavi_slist li a {
	color: #4180a5;
}

#gnavi .hnavi_slist li a:hover { opacity:0.7; }

#gnavi .hnavi_slist li .eng {
	display: none;
}

#gnavi .btn_list {
	display: flex;
	justify-content: space-between;
}

#gnavi .btn_list li {
	width: calc((100% - 25px) / 2);
}

#gnavi .btn_list li .btn01 {
	height: 88px;
	font-size: 3.2rem;
}

#gnavi .btn_list li .btn02 {
	height: 88px;
}

/*
CONTENTS
***************************************************************************/
#page_title {
	position: relative;
	height: 600px;
	background-position: -100px center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

#page_title .title {
	margin-top: 90px;
	font-size: 6.4rem;
	font-weight: 900;
}

#page_title.about .title { font-size:6rem; }

/* ▼PAGE NAVI▼ */
.pnavi {
	padding: 25px 0;
	background: #093e5d;
}

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

.pnavi li {
	position: relative;
	margin-right: 15px;
	padding-right: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
}

.pnavi li a { color:#fff; }
.pnavi li a:hover { opacity:0.7; }

.pnavi li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 4px;
	height: 2px;
	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: 80px;
	height: 80px;
	margin: 0 20px;
	font-size: 2.4rem;
	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: 8px;
	height: 16px;
	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 {
	display: inline-block;
	height: 80px;
	padding: 0 130px;
	background: #093e5d;
	clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
}

.anc_list ul {
	display: flex;
	align-items: center;
}

.anc_list li a {
	display: flex;
	align-items: center;
	height: 80px;
	margin-right: 40px;
	padding-right: 35px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.1rem;
	background: url(../common_img/arrow_white.png) right center / 24px no-repeat;
}

.anc_list li.jap a {
	font-size: 2rem;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
}

.anc_list li a:hover { opacity:0.7; }

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

#topimg .base_box {
	display: flex;
	align-items: center;
	height: 100vh;
}

#topimg .sec_catch {
	margin-bottom: 5px;
	font-size: 16rem;
	line-height: 1.15;
}

#topimg .sec_txt {
	font-size: 4rem;
	font-weight: 400;
	font-family: "din-2014-narrow", sans-serif;
}

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

#topimg a.news_box {
	display: block;
	position: absolute;
	bottom: 60px;
	left: -20px;
	width: calc(100% + 40px);
	height: 80px;
	background: #093e5d;
	clip-path: polygon(0 50%, 25px 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 25px 100%);
	z-index: 1;
}

#topimg a.news_box:hover { background:#1063ad; }

#topimg .news_box dl {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 25px;
	line-height: 40px;
}

#topimg .news_box dt .frame {
	display: inline-block;
	width: 140px;
	margin-right: 20px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	font-family: "din-2014-narrow", sans-serif;
	background: #fff;
	clip-path: polygon(0 50%, 12.5px 0, calc(100% - 12.5px) 0, 100% 50%, calc(100% - 12.5px) 100%, 12.5px 100%);
}

#topimg .news_box dt .date {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.05rem;
}

#topimg .news_box dd {
	padding-left: 20px;
	font-size: 1.6rem;
	color: #fff;
}

.btn_scroll {
	position: absolute;
	bottom: 80px;
	right: -100px;
	z-index: 2;
	animation: rotateAnimation 10s linear infinite;
}

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

@media screen and (max-height: 720px){

	#topimg, #topimg .base_box { height:1080px; }

}

@media screen and (max-height: 900px){

	#topimg .sec_catch { font-size:13rem; }
	#topimg .sec_txt { font-size:3.4rem; }

}

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

	#topimg .sec_catch { font-size:12rem; }
	#topimg .sec_txt { font-size:3.2rem; }
	.btn_scroll { right:-20px; }

}

/* ▼INTRO▼ */
.top_intro {
	position: relative;
	height: 1080px;
	color: #102633;
	background: url(../images/pc/intro_bg.jpg) center bottom / cover no-repeat;
	overflow: hidden;
}

.top_intro .txt {
	position: absolute;
	top: 20px;
	left: 50px;
	font-size: 6rem;
	font-weight: 900;
}

.top_intro .title {
	position: absolute;
	bottom: 20px;
	right: 50px;
	text-align: right;
	font-size: 18rem;
}

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

	.top_intro .title { font-size:16rem; }

}

/* ▼CONCEPT▼ */
.top_concept {
	position: relative;
	padding: 230px 0 240px;
	color: #fff;
	background: #102633 url(../images/pc/concept_bg.png) -60px top no-repeat;
}

.top_concept .sec_title {
	margin-bottom: 15px;
}

.top_concept .sec_title .txt_cover { font-size:7.6rem; }

/* ▼INFO▼ */
.top_info {
	padding: 150px 0 130px;
	background: url(../images/pc/info_bg.jpg) center center / cover no-repeat;
}

.top_info .sec_inner {
	width: 760px;
	margin-left: calc(100% - 760px);
}

.top_info .eng_title {
	margin-bottom: 20px;
}

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

	.top_info .sec_inner {
		width: 700px;
		margin-left: calc(100% - 700px);
	}

}

/*
INFORMATION
***************************************************************************/
/* ▼LIST▼ */
.info_sec {
	padding-bottom: 160px;
}

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

.info_sec .sec_btn {
	margin: 0 auto;
}

.info_list .box a {
	display: block;
	padding: 30px 0;
	border-top: solid 1px #c7d0d5;
}

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

.info_list .box .img {
	width: 130px;
	height: 130px;
}

.info_list .box .no_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	font-size: 1.4rem;
	color: #fff;
	background: #d9d9d9;
}

.info_list .box .content {
	width: calc(100% - 130px);
	padding-left: 30px;
	font-size: 1.6rem;
	line-height: 1.8;
}

.info_list .box .date {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.05rem;
}

.info_list .box .title {
	margin: 8px 0;
	font-size: 2.4rem;
}

/*
ARTICLE CONTENT
***************************************************************************/
.article_title {
	font-size: 6.4rem;
	line-height: 1.25;
}

.article_date {
	margin: 140px 0 10px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.05rem;
}

.article_content {
	padding-bottom: 20px;
}

.article_content h2 {
	margin-bottom: 15px;
	font-size: 3.2rem;
}

.article_content h3 {
	margin-bottom: 15px;
	font-size: 2.4rem;
}

.article_content > div {
	margin-bottom: 40px;
}

.article_content > p {
	margin: 0;
}

.article_content a { color:#2abfe8; }
.article_content a:hover { color:#1063ad; }

.article_content img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	margin-bottom: 40px;
	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 50px 40px 0;
}

.article_content img.aligncenter {
	display: block;
	margin: 0 auto 40px;
}

.article_content img.alignright {
	float: right;
	margin: 0 0 40px 50px;
}

.article_content ul {
	margin: 0 40px 40px;
}

.article_content li {
	margin-bottom: 10px;
	padding-left: 28px;
	background: url(../common_img/icon_hex.png) left 10px / 16px no-repeat;
}

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

/*
ABOUT
***************************************************************************/
/* ▼MESSAGE▼ */
.about_sec .message {
	padding: 300px 0 180px;
	background: url(../aboutus/images/pc/message_bg.png) right top no-repeat;
}

.about_sec .message .content {
	float: left;
	width: 50%;
	margin-top: 150px;
}

.about_sec .message .sec_title {
	margin-bottom: 20px;
	font-size: 4rem;
}

.about_sec .message .img {
	float: right;
	width: 45%;
	height: 850px;
}

/* ▼FEATURE▼ */
.about_sec .feature {
	background: #f6f5f3 url(../aboutus/images/pc/feature_bg.png) right top no-repeat;
}

.about_sec .feature .bg_inner {
	padding: 320px 0 160px;
	background: url(../aboutus/images/pc/feature_bg_top.png) -60px top no-repeat;
}

.about_sec .feature .sec_title {
	margin-bottom: 115px;
}

.about_sec .feature .box {
	position: relative;
	margin-bottom: 120px;
}

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

.about_sec .feature .head_title {
	position: absolute;
	top: -15px;
	font-size: 10rem;
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.2rem;
}

.about_sec .feature .box:nth-child(2n+1) .head_title { left:0; }
.about_sec .feature .box:nth-child(2n) .head_title { right:0; text-align:right; }

.about_sec .feature .content {
	width: 68%;
	margin-bottom: 60px;
	font-size: 1.6rem;
}

.about_sec .feature .box:nth-child(2n+1) .content { margin-left:32%; }

.about_sec .feature .title {
	margin-bottom: 20px;
	font-size: 4rem;
}

.about_sec .feature .img {
	width: 80%;
	height: 840px;
}

.about_sec .feature .box:nth-child(2n+1) .img { margin-left:20%; }

/*
COMPANY
***************************************************************************/
/* ▼MESSAGE▼ */
.company_sec .message {
	padding: 340px 0 180px;
	background: url(../company/images/pc/message_bg.png) -60px top no-repeat;
}

.company_sec .message .img {
	float: left;
	width: 45%;
	height: 850px;
}

.company_sec .message .content {
	float: right;
	width: 55%;
	margin-top: 150px;
	padding-left: 120px;
}

.company_sec .message .sec_title {
	margin-bottom: 60px;
	font-size: 4rem;
}

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

	.company_sec .message .content { padding-left:80px; }
	.company_sec .message .sec_title { font-size:3.6rem; }

}

/* ▼OUTLINE▼ */
.company_sec .outline {
	padding: 260px 0 160px;
	background: #f6f5f3;
}

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

.company_sec .outline .sec_title {
	float: left;
	width: 35%;
	margin-top: -5px;
}

.company_sec .outline .sec_title .txt_cover { font-size:4.8rem; }

.company_sec .outline .content {
	float: right;
	width: 65%;
	border-top: solid 1px #c7d0d5;
}

.company_sec .outline .content > dl {
	display: flex;
	padding: 30px 0;
	border-bottom: solid 1px #c7d0d5;
}

.company_sec .outline .content > dl > dt {
	width: 140px;
	font-size: 2rem;
	font-weight: 900;
}

.company_sec .outline .content > dl > dd {
	width: calc(100% - 140px);
}

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

.company_sec .outline .content dl.sub > dt { width:120px; }
.company_sec .outline .content dl.sub > dd { width:calc(100% - 120px); }

.company_sec .outline .img {
	position: relative;
	width: 100%;
	height: 1000px;
	margin: 80px 0 120px;
}

.company_sec .outline .img li:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 65%;
	height: 710px;
	z-index: 1;
}

.company_sec .outline .img li:nth-child(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 52%;
	height: 570px;
	z-index: 2;
}

/* ▼ACCESS▼ */
.company_sec .access {
	padding: 260px 0 160px;
	background: #102633;
}

.company_sec .access.catch_ext::before {
	background-image: url(../company/images/pc/access_bg.png);
	background-position: -20px top;
}

.company_sec .access .map iframe {
	display: block;
	width: 100%;
	height: 560px;
	margin-bottom: 40px;
	border: none;
}

.company_sec .access .content {
	display: flex;
	justify-content: space-between;
}

.company_sec .access .content dl {
	width: calc((100% - 80px) / 3);
	padding: 25px 35px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	background: #093e5d;
}

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

.company_sec .access .content dt {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: 700;
}

/* ▼CSR▼ */
.company_sec .service_link {
	padding-bottom: 190px;
	background: #f6f5f3 url(../company/images/pc/service_bg.png) -60px top no-repeat;
}

.company_sec .csr {
	padding: 250px 0 160px;
}

.company_sec .csr.catch_ext::before {
	background-image: url(../company/images/pc/csr_bg.png);
	background-position: -60px top;
}

.company_sec .csr .intro {
	width: 1260px;
	margin: 0 auto 75px;
}

.company_sec .csr .intro .sec_title {
	margin-bottom: 20px;
}

.company_sec .csr .box {
	margin-bottom: 130px;
	padding-top: 70px;
	font-size: 1.6rem;
}

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

.company_sec .csr .box .sec_title {
	margin-bottom: 20px;
}

.company_sec .csr .box .sec_title .txt_cover { font-size:4.8rem; }

.company_sec .csr .sbox {
	margin-bottom: 40px;
}

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

.company_sec .csr .box .title {
	margin-bottom: 10px;
	font-size: 2rem;
}

.company_sec .csr .box .list {
	margin: 0 30px;
}

.company_sec .csr .box .list dl {
	margin-bottom: 25px;
}

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

.company_sec .csr .box .list dt {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
}

.company_sec .csr .box .auth_txt {
	margin-top: 30px;
	text-align: right;
}

.company_sec .csr .box .tbl th, .company_sec .csr .box .tbl td {
	padding: 25px;
	text-align: center;
	border: solid 1px #ced9df;
}

.company_sec .csr .box .tbl th {
	width: 260px;
}

.company_sec .csr .box .tbl td {
	width: calc(100% - 260px);
}

.company_sec .csr .cbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	font-size: 1.6rem;
}

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

.company_sec .csr .cbox:nth-child(2n+1) { flex-direction:row-reverse; }

.company_sec .csr .cbox .img {
	width: 42%;
	height: 400px;
}

.company_sec .csr .cbox .content {
	width: 58%;
}

.company_sec .csr .cbox:nth-child(2n+1) .content { padding-right:90px; }
.company_sec .csr .cbox:nth-child(2n) .content { padding-left:90px; }

.company_sec .csr .cbox .title {
	margin-bottom: 20px;
	font-size: 3.2rem;
	line-height: 1.35;
}

/*
SERVICE
***************************************************************************/
/* ▼HEAD▼ */
.service_sec .head {
	padding-bottom: 160px;
}

.service_sec .head .img {
	margin-top: 200px;
}

.service_sec .head .img img { width:100%; }

.service_sec .head .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	float: left;
	width: calc((100% - 120px) / 2);
	height: 500px;
	margin-bottom: 120px;
	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:nth-child(2n) {
	float: right;
	transform: translateY(160px);
}

.service_sec .head .box .title {
	margin-bottom: 25px;
	font-size: 3.2rem;
	font-weight: 700;
}

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

	.service_sec .head .box { width:calc((100% - 80px) / 2); margin-bottom:80px; }

}

/* ▼FACTORY▼ */
.service_sec .factory {
	padding: 230px 0 120px;
	background: #f6f5f3 url(../service/images/pc/factory_bg.png) -60px top no-repeat;
}

.service_sec .factory .sec_title {
	margin-bottom: 20px;
}

.service_sec .factory .img {
	position: relative;
	width: 100%;
	height: 960px;
	margin-top: 80px;
}

.service_sec .factory .img li {
	position: absolute;
	width: 60%;
	height: 640px;
}

.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: 320px;
	margin: 80px auto 0;
}

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

/* ▼INTRO▼ */
.service_sec .intro {
	padding-bottom: 160px;
}

.service_sec .intro .img {
	position: relative;
	width: 100%;
	height: 960px;
	margin-bottom: 80px;
}

.service_sec .intro .img li {
	position: absolute;
	width: 60%;
	height: 640px;
}

.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: 20px;
	line-height: 1.35;
}

.service_sec .intro .sec_title .txt_cover { font-size:4.8rem; }

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

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

.service_sec .slide .box {
	width: 1200px;
	height: 800px;
	margin-right: 1px;
}

/* ▼DESIGN▼ */
.service_sec .design {
	padding: 160px 0;
	background: #f6f5f3;
}

.service_sec .design .box {
	float: left;
	width: calc((100% - 140px) / 2);
	font-size: 1.6rem;
}

.service_sec .design .box:nth-child(2n) { float:right; }

.service_sec .design .box .img {
	width: 100%;
	height: 440px;
	margin-bottom: 25px;
}

.service_sec .design .box .title {
	margin-bottom: 20px;
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
}

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

	.service_sec .design .box { width: calc((100% - 80px) / 2); }

}

/* ▼PROCESS▼ */
.service_sec .process {
	padding: 270px 0 100px;
	background: url(../service/images/pc/process_bg.png) -60px top no-repeat;
}

.service_sec .process .sec_title {
	margin-bottom: 110px;
}

.service_sec .process .box {
	position: relative;
	float: left;
	width: calc((100% - 80px) / 3);
	margin: 0 40px 60px 0;
	padding: 40px;
	font-size: 1.6rem;
	background: #f6f5f3;
}

.service_sec .process .box:nth-child(3n) { margin-right:0; }

.service_sec .process .box .num {
	position: absolute;
	top: -40px;
	right: 40px;
	width: 160px;
	text-align: center;
	font-size: 20rem;
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.8rem;
	z-index: 1;
}

.service_sec .process .box .title {
	position: relative;
	margin-bottom: 15px;
	font-size: 3.2rem;
	z-index: 2;
}

.service_sec .process .box .img {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 250px;
	z-index: 2;
}

/* ▼EQUIP▼ */
.service_sec .equip {
	padding: 270px 0 120px;
	background: #f6f5f3 url(../service/images/pc/equip_bg.png) -60px top no-repeat;
}

.service_sec .equip .sec_title {
	margin-bottom: 50px;
}

.service_sec .equip dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	float: left;
	width: calc((100% - 80px) / 3);
	height: 300px;
	margin: 0 40px 40px 0;
	font-size: 1.6rem;
	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 {
	font-size: 3.2rem;
	font-weight: 700;
}

.service_sec .equip dl:nth-child(3n) { margin-right:0; }

/* ▼CASE▼ */
.service_sec .case {
	padding: 270px 0 160px;
	background: #f6f5f3 url(../service/images/pc/case_bg.png) -60px top no-repeat;
}

.service_sec .case.brand {
	background: #f6f5f3 url(../service/images/pc/brand_bg.png) -60px top no-repeat;
}

.service_sec .case .sec_title {
	margin-bottom: 70px;
}

.service_sec .case .box {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	font-size: 1.6rem;
}

.service_sec .case .box:nth-child(2n) { flex-direction:row-reverse; }
.service_sec .case .box:last-child { margin-bottom:0; }

.service_sec .case .box .img {
	width: 45%;
	height: 660px;
}

.service_sec .case .box .content {
	width: 55%;
}

.service_sec .case .box:nth-child(2n+1) .content { padding-left:90px; }
.service_sec .case .box:nth-child(2n) .content { padding-right:90px; }

.service_sec .case .box .num {
	font-size: 20rem;
	font-weight: 400;
	line-height: 0.8;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.8rem;
}

.service_sec .case .box .title {
	margin-bottom: 15px;
	font-size: 4rem;
}

/* ▼DETAILS▼ */
.service_sec .details {
	padding: 270px 0 80px;
	background: url(../service/images/pc/details_bg.png) -60px top no-repeat;
}

.service_sec .details .sec_title {
	margin-bottom: 70px;
}

.service_sec .details .box {
	float: left;
	width: calc((100% - 120px) / 2);
	margin-bottom: 70px;
}

.service_sec .details .box:nth-child(2n) { float:right; }

.service_sec .details .box .img {
	width: 100%;
	height: 440px;
	margin-bottom: 30px;
}

.service_sec .details .box .title {
	margin-bottom: 20px;
	font-size: 3.2rem;
}

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

	.service_sec .details .box { width:calc((100% - 80px) / 2); }

}

/* ▼PARTNER▼ */
.service_sec .partner {
	padding: 270px 0 160px;
	background: #f6f5f3 url(../service/images/pc/partner_bg.png) -60px top no-repeat;
}

.service_sec .partner .sec_title {
	margin-bottom: 50px;
}

.service_sec .partner .box {
	margin-bottom: 60px;
	font-size: 1.6rem;
}

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

.service_sec .partner .box .title {
	margin-bottom: 15px;
	font-size: 4rem;
}

/*
FACTORY
***************************************************************************/
/* ▼INTRO▼ */
.factory_sec .intro .img {
	position: relative;
	width: 100%;
	height: 960px;
	margin-bottom: 80px;
}

.factory_sec .intro .img li {
	position: absolute;
	width: 60%;
	height: 640px;
}

.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: 20px;
	line-height: 1.35;
}

.factory_sec .intro .sec_title .txt_cover { font-size:4.8rem; }

.factory_sec .intro .sec_img {
	width: 100%;
	height: 960px;
	margin-top: 80px;
}

/* ▼REASON▼ */
.factory_sec .reason {
	padding: 270px 0 150px;
	background: #f6f5f3 url(../factory/images/pc/reason_bg.png) -60px top no-repeat;
}

.factory_sec .reason .sec_title {
	margin-bottom: 80px;
}

.factory_sec .reason .cat {
	margin-bottom: 120px;
	font-size: 1.6rem;
}

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

.factory_sec .reason .title {
	margin-bottom: 50px;
	font-size: 4rem;
}

.factory_sec .reason .box {
	float: left;
	width: calc((100% - 140px) / 2);
}

.factory_sec .reason .box:nth-child(2n) { float:right; }

.factory_sec .reason .img {
	width: 100%;
	height: 440px;
	margin-bottom: 30px;
}

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

.factory_sec .reason .num {
	width: 100px;
	font-size: 10rem;
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.4rem;
}

.factory_sec .reason .txt {
	width: calc(100% - 100px);
}

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

	.factory_sec .reason .box { width:calc((100% - 80px) / 2); }

}

/*
REASON
***************************************************************************/
/* ▼MESSAGE▼ */
.reason_sec .message {
	padding: 400px 0 180px;
	background: url(../kaizen/images/pc/message_bg.png) right top no-repeat;
}

.reason_sec .message .sec_title {
	margin-bottom: 20px;
}

.reason_sec .message .img {
	position: relative;
	width: 100%;
	height: 960px;
	margin-top: 80px;
}

.reason_sec .message .img li {
	position: absolute;
	width: 58%;
	height: 640px;
}

.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: 230px 0 120px;
}

.reason_sec .reason.env {
	background: #f6f5f3 url(../kaizen/images/pc/enviroment_bg.png) -60px top no-repeat;
}

.reason_sec .reason.value {
	background: url(../kaizen/images/pc/value_bg.png) -60px top no-repeat;
}

.reason_sec .reason .sec_title {
	margin-bottom: 20px;
}

.reason_sec .reason .head {
	margin: 80px 0 60px;
}

.reason_sec .reason .head .img {
	width: 100%;
	height: 820px;
	margin-bottom: 30px;
}

.reason_sec .reason .head .title {
	margin-bottom: 20px;
	font-size: 3.2rem;
}

.reason_sec .reason .sec_img {
	width: 100%;
	height: 820px;
	margin: 80px 0;
}

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

.reason_sec .reason .box {
	float: left;
	width: calc((100% - 80px) / 3);
	margin-right: 40px;
}

.reason_sec .reason .box:nth-child(3n) { margin-right:0; }

.reason_sec .reason .box .img {
	width: 100%;
	height: 440px;
	margin-bottom: 30px;
}

.reason_sec .reason .box .title {
	margin-bottom: 20px;
	font-size: 3.2rem;
}

/*
CASE
***************************************************************************/
/* ▼LIST▼ */
.case_list {
	position: relative;
	width: calc(100% - (((100% - 1400px) / 2) + 300px));
}

.case_list .slist {
	display: flex;
	align-items: center;
	position: absolute;
	top: -16px;
	left: 130px;
	z-index: 1;
}

.case_list .slist li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 32px;
	margin-right: 10px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background: #4280ab;
	clip-path: polygon(0 50%, 10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%);
	cursor: pointer;
	transition: .3s;
}

.case_list .slist li:hover { background:#22c8e7; }

.case_list .list {
	padding: 30px 130px 28px;
	background: #093e5d;
	clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 50%, calc(100% - 80px) 100%, 0 100%);
}

.case_list .list li {
	display: flex;
	float: left;
	width: 50%;
	padding-right: 40px;
}

.case_list .list li a {
	display: flex;
        flex-direction: column;
	width: 100%;
	margin: 5px 0;
	padding-right: 35px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	background: url(../common_img/arrow_white.png) right 35px / 22px no-repeat;
}

.case_list .list li span {
	display: block;
	margin-bottom: 2px;
	font-weight: 700;
	color: #22c8e7;
	letter-spacing: 0;
}

.case_list .list li a:hover { opacity:0.7; }

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

	.case_list { width:90%; }
	.case_list .list { padding:30px 80px 28px; }

}

/* ▼CASE▼ */
.case_sec {
	padding-bottom: 180px;
	overflow: hidden;
}

.case_sec .box {
	padding-top: 240px;
}

.case_sec .box .sec_catch {
	position: absolute;
	top: 100px;
	left: -100px;
	font-size: 20rem;
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.5rem;
	z-index: 1;
}

.case_sec .box .head {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
	z-index: 2;
}

.case_sec .box .head .img {
	width: 360px;
	height: 270px;
}

.case_sec .box .head .content {
	display: flex;
        flex-direction: column;
        justify-content: center;
	width: calc(100% - 400px);
	padding: 40px;
	font-size: 1.6rem;
	background: #f6f5f3;
}

.case_sec .box .head .content dl {
	display: flex;
	margin-bottom: 20px;
}

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

.case_sec .box .head .content dt {
	width: 150px;
	font-weight: 900;
}

.case_sec .box .head .content dd {
	width: calc(100% - 150px);
}

.case_sec .box .sec_title {
	margin-bottom: 20px;
	font-size: 4rem;
	line-height: 1.35;
}

.case_sec .box .sec_title .txt_cover { margin-bottom:20px; font-size:4rem; }

.case_sec .box .sec_txt {
	margin-bottom: 60px;
	font-size: 1.6rem;
}

.case_sec .box .effect {
	margin-bottom: 60px;
}

.case_sec .box .effect.type01 {
	display: flex;
	justify-content: space-between;
}

.case_sec .box .effect ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.case_sec .box .effect.type01 ul {
	width: calc((100% - 40px) / 2);
}

.case_sec .box .effect.type02 ul.before {
	width: 50%;
	margin-bottom: 60px;
}

.case_sec .box .effect ul::before {
	content: '';
	position: absolute;
	top: -24px;
	left: 50%;
	width: 180px;
	height: 48px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 180px;
	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 {
	height: 470px;
}

.case_sec .box .effect.type01 li, .case_sec .box .effect.type02 li, .case_sec .box .effect.type03_1 li { width:100%; }
.case_sec .box .effect.type03_2 li { width:calc(100% / 2); }
.case_sec .box .effect.type03_3 li { width:calc(100% / 3); }

.case_sec .result {
	display: flex;
	padding: 120px;
	font-size: 4rem;
	font-weight: 900;
	color: #fff;
	line-height: 1.5;
	background: linear-gradient(150deg, #22c8e7, #953def);
}

.case_sec .result dt {
	width: 240px;
}

.case_sec .result dt .eng {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.05rem;
}

.case_sec .result dd {
	width: calc(100% - 240px);
	font-size: 3.2rem;
}

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

	.case_sec .box .sec_catch { left:-60px; }

}

/*
CASE LINK
***************************************************************************/
.case_link {
	position: relative;
	margin-bottom: -30px;
	padding-top: 230px;
	background: url(../common_img/pc/case_bg.png) -160px top no-repeat;
	transform: translateY(-30px);
	overflow: hidden;
}

.case_link .title_box {
	position: absolute;
	top: 380px;
	right: calc((100vw - 1440px) / 2);
	width: 510px;
	padding: 90px 60px 100px;
	font-weight: 900;
	line-height: 1.5;
	background: #fff;
	z-index: 10;
}

.case_link .title_box .title {
	margin-bottom: 15px;
	font-size: 3.2rem;
}

.case_link .sec_inner {
	position: relative;
}

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

.case_link .box a {
	display: block;
	position: relative;
	width: 640px;
	height: 800px;
	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: 35px;
	left: 40px;
	width: calc(100% - 80px);
	font-weight: 700;
	color: #fff;
	line-height: 1.75;
	z-index: 2;
}

.case_link .img {
	width: 100%;
	height: 800px;
}

/*
REASON LINK
***************************************************************************/
.reason_link {
	padding: 120px 0;
	background: url(../common_img/pc/reason_bg.png) right bottom no-repeat;
}

.reason_link .sec_title {
	margin-bottom: 50px;
	line-height: 1.4;
}

.reason_link .sec_inner {
	position: relative;
}

.reason_link .img img { width:100%; }

.reason_link .link_title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 360px;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 900;
	color: #fff;
	line-height: 1.1;
	transform: translate(-50%, -50%);
}

.reason_link .link_title .eng {
	font-size: 10rem;
	font-weight: 400;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.1rem;
}

.reason_link .box {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	width: 410px;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
}

.reason_link .box.first {
	left: 100px;
	transform: translateY(-360px);
}

.reason_link .box.last {
	align-items: flex-end;
	right: 100px;
	text-align: right;
	font-weight: 700;
	color: #fff;
}

.reason_link .box .eng_title {
	margin-bottom: 5px;
	font-size: 8rem;
	line-height: 0.9;
}

.reason_link .box .title {
	margin-bottom: 15px;
	font-size: 3.2rem;
}

.reason_link .box.last .sec_btn {
	display: inline-block;
}

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

	.reason_link .link_title .eng { font-size:8rem; }
	.reason_link .box.first { left:60px; transform:translateY(-300px); }
	.reason_link .box.last { right:60px; transform:translateY(-50px); }

}

/*
SERVICE LINK
***************************************************************************/
.service_link {
	padding: 220px 0 120px;
	background: #f6f5f3 url(../common_img/pc/service_bg.png) -60px top no-repeat;
}

.service_link .title_box {
	max-width: 600px;
	margin-bottom: 60px;
}

.service_link .sec_title {
	margin-bottom: 20px;
}

.service_link .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc((100% - 120px) / 2);
	height: 500px;
	text-align: center;
	color: #fff;
	background: #102633;
}

.service_link .box:last-child {
	position: absolute;
	top: 0;
	right: 0;
	background: #093e5d;
}

.service_link .box .title {
	margin-bottom: 25px;
	font-size: 3.2rem;
	font-weight: 700;
}

.service_link .box .title span {
	display: block;
	margin: 5px 0;
	font-size: 2rem;
	font-weight: 500;
}

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

	.service_link .box { width:calc((100% - 80px) / 2); }

}

/*
PP
***************************************************************************/
.pp_sec {
	padding-bottom: 160px;
	font-size: 1.6rem;
}

.pp_sec .box {
	margin-bottom: 35px;
}

.pp_sec .box .title {
	margin-bottom: 15px;
	font-size: 2.4rem;
}

.pp_sec .sbox {
	margin-top: 30px;
}

.pp_sec .sbox .stitle {
	margin-bottom: 10px;
	font-size: 2rem;
}

.pp_sec .info {
	padding: 40px;
	background: #f6f5f3;
	border-radius: 8px;
}

.pp_sec .info .title {
	margin-bottom: 10px;
	font-size: 2rem;
	font-weight: 900;
}

/*
FORM
***************************************************************************/
.form_sec {
	padding-bottom: 160px;
	font-size: 1.6rem;
}

.form_title {
	margin-bottom: 30px;
	font-size: 3.2rem;
}

.form_txt {
	margin-bottom: 60px;
}

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

.error_txt {
	margin-bottom: 60px;
	font-weight: 900;
	color: #9340f0;
}

/* ▼STEP▼ */
.form_step ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 60px;
}

.form_step ul::before {
	content: '';
	position: absolute;
	top: 22px;
	left: 50px;
	width: calc(100% - 100px);
	height: 4px;
	background: #093e5d;
	z-index: 0;
}

.form_step ul::after {
	content: '';
	position: absolute;
	top: 22px;
	left: 50px;
	height: 4px;
	background-image: linear-gradient(150deg, #22c8e7, #953def);
	z-index: 1;
}

.form_step.conf ul::after { width:calc(50% - 50px); }
.form_step.comp ul::after { width:calc(100% - 100px); }

.form_step li {
	position: relative;
	width: 150px;
	text-align: center;
	font-size: 2rem;
	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: 56px;
	height: 48px;
	margin: 0 auto 10px;
	font-size: 2.4rem;
	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: 56px;
}

.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: 60px;
	border-top: solid 1px #cfd8df;
}

.user_form > dl {
	display: flex;
	padding: 40px 0;
	border-bottom: solid 1px #cfd8df;
}

.user_form.conf > dl { padding:50px 0; }

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

.user_form > dl > dt {
	position: relative;
	width: 250px;
	font-weight: 900;
	padding-left: 24px;
	line-height: 60px;
}

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

.user_form > dl > dd {
	width: calc(100% - 250px);
}

.user_form .postcode {
	margin-bottom: 20px;
}

.user_form .postcode .mark {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
}

.user_form .postcode .input {
	width: 210px;
}

/* ▼PP▼ */
.pp_box {
	margin-bottom: 60px;
	padding: 40px;
	background: #f6f5f3;
	border-radius: 8px;
}

.pp_box .title {
	margin-bottom: 15px;
	font-size: 2rem;
}

/* ▼COMPLETE▼ */
.form_comp .title {
	margin-bottom: 25px;
	font-size: 3.2rem;
}

/* ▼BUTTON▼ */
.form_btn {
	display: flex;
	justify-content: space-between;
}

.form_btn.back { justify-content:center; }

.form_btn li {
	width: 560px;
}

.form_btn li.send { width:100%; }

.form_btn .btn01 {
	height: 80px;
	font-size: 2rem;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
}

.form_btn li.back .btn01 { background:#bfd1df; }
.form_btn li.back .btn01::before, .form_btn li.back .btn01::after { display:none; }
.form_btn li.back .btn01:hover { background:#bfd1df; background-image:none; opacity:0.7; }

.form_btn li.back .btn01 .arrow {
	padding-left: 35px;
	padding-right: 0;
}

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

/*
CONTACT LINK
***************************************************************************/
.contact_link a {
	display: block;
	width: 100%;
	padding: 120px 0;
	text-align: center;
	color: #fff;
	background: transparent;
	overflow: hidden;
	transition: .3s;
	cursor: pointer;
}

.contact_link a:before, .contact_link a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	backface-visibility: hidden;
	transition: .3s;
}

.contact_link a:before { z-index:-1; }
.contact_link a:after { z-index:-2; }

.contact_link a:before { background-image:linear-gradient(150deg, #22c8e7, #953def); }
.contact_link a:after { background-image:linear-gradient(150deg, #099ab5, #7b22d6); }

.contact_link a:hover { opacity:1; }
.contact_link a:hover:before { opacity:0; }

.contact_link .sec_title {
	margin-bottom: 10px;
}

.contact_link .eng_title {
	font-size: 16rem;
}

/*
FOOTER
***************************************************************************/
footer {
	padding: 120px 0 160px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	background: #102633;
}

footer .btn_ptop {
	position: absolute;
	top: -240px;
	right: 0;
	z-index: 5;
}

footer .sec_catch {
	margin-bottom: 5px;
	font-size: 16rem;
	line-height: 1.15;
}

footer .sec_txt {
	margin-bottom: 75px;
	font-size: 4rem;
	font-weight: 400;
	font-family: "din-2014-narrow", sans-serif;
}

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

footer .info {
	float: left;
	width: 330px;
}

footer .logo {
	margin-bottom: 15px;
}

footer .info .title {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
}

footer .info .txt {
	margin-bottom: 25px;
}

footer .sns_list {
	margin-bottom: 25px;
}

footer .sns_list li {
	display: inline-block;
	width: 20px;
	margin-right: 15px;
}

footer .sns_list li img { width:100%; }

footer .sns_list li a:hover { opacity:0.7; }

footer .copy small {
	font-size: 1.2rem;
}

#fnavi {
	float: right;
	width: 740px;
	margin-top: 15px;
}

#fnavi .fnavi_list {
	padding-bottom: 10px;
}

#fnavi .fnavi_list ul {
	margin-bottom: 25px;
}

#fnavi .fnavi_list ul.sub { margin-bottom:0; }

#fnavi .fnavi_list li {
	display: inline-block;
	margin-right: 25px;
	font-size: 1.6rem;
	font-weight: 700;
}

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

#fnavi .fnavi_list p, #fnavi .fnavi_list .sub {
	display: inline-block;
	margin-right: 25px;
}

#fnavi .fnavi_list .sub li { font-weight:500; }
#fnavi .fnavi_list .sub li a { opacity:0.5; }
#fnavi .fnavi_list .sub li a:hover { opacity:0.3; }

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

.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: auto;
}

.overlay_content.product, .overlay_content.exam {
	width: 1160px;
	height: calc(100vh - 160px);
}

.overlay_content.exam .img_frame {
	border-radius: 60px;
}

.overlay_content.movie {
	height: calc(100vh - 80px);
	aspect-ratio: 720 / 1280;
}

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

.overlay_content .scroll_box {
	max-height: calc(100vh - 160px);
}

.modal_close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 80px;
	height: 80px;
	background: url(../images/btn_close.png) center center / 80px no-repeat;
	z-index: 1001;
	cursor: pointer;
}

.modal_switch, .modal_switch span {
	cursor: pointer;
	transition: .5s;
}

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

.scroll_box::-webkit-scrollbar {
	width: 5px;
}

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

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

.gecko .scroll_box {
	scrollbar-width: 5px;
	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(100px);
}

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

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

.move_parts.btm_top {
	transform: translateY(50px);
}

.move_parts.top_btm {
	transform: translateY(-50px);
}

.move_parts.left_right {
	transform: translateX(-50px);
}

.move_parts.right_left {
	transform: translateX(50px);
}

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

/* ▼BUTTON▼ */
.sec_btn {
	width: 260px;
}

.sec_btn.mid_large { width:320px; }
.sec_btn.center { margin:0 auto; }

.btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 64px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.05rem;
	background: transparent;
	clip-path: polygon(0 50%, 20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%);
	overflow: hidden;
	transition: .3s;
	cursor: pointer;
}

.sec_btn.mid_large .btn01 { height:80px; }

.btn01:before, .btn01:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	backface-visibility: hidden;
	transition: .3s;
}

.btn01:before { z-index:-1; }
.btn01:after { z-index:-2; }

.btn01:before { background-image:linear-gradient(150deg, #22c8e7, #953def); }
.btn01:after { background-image:linear-gradient(150deg, #099ab5, #7b22d6); }

.btn01:hover { color:#fff; opacity:1; }
.btn01:hover:before { opacity:0; }

.btn02 {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	padding: 2px;
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	color: #093e5c;
	line-height: 1.45;
	background: #093e5c;
	clip-path: polygon(0 50%, 20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%);
	transition: .3s;
	cursor: pointer;
}

.btn02 > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: polygon(1px 50%, 20px 0, calc(100% - 20px) 0, calc(100% - 1px) 50%, calc(100% - 20px) 100%, 20px 100%);
	transition: .1s;
}

.btn02:hover {
	color: #fff;
	background-image: linear-gradient(150deg, #099ab5, #7b22d6);
	border: none;
}

.btn02:hover > span { background:transparent; }

.arrow {
	display: inline-block;
	position: relative;
	padding-right: 35px;
}

.arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 24px;
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px;
	transform: translateY(-50%);
	transition: .3s;
	z-index: 1;
}

.btn02 .arrow {
	padding-right: 33px;
	transform: translateY(-2px);
}

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

.btn02:hover .arrow::after { background-image:url(../common_img/arrow_white.png); }

/* ▼CATCH, TITLE, TEXT▼ */
.eng_title {
	font-size: 10rem;
	font-weight: 400;
	line-height: 1;
	font-family: "din-condensed", sans-serif;
	letter-spacing: -0.1rem;
}

.sec_title {
	font-size: 4.8rem;
	line-height: 1.45;
}

.sec_title .txt_cover {
	font-size: 8rem;
}

.sec_title .eng {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	font-family: "din-2014-narrow", sans-serif;
	letter-spacing: 0.05rem;
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

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

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: 4px;
	height: 100%;
	margin-left: -2px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	margin-top: -2px;
}

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

/* ▼NOTICE LIST▼ */
.note_list > li {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.2rem;
}

.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_pc_mb5 > li { margin-bottom:5px; }
.li_pc_mb10 > li { margin-bottom:10px; }
.li_pc_mb15 > li { margin-bottom:15px; }
.li_pc_mb20 > li { margin-bottom:20px; }
.li_pc_mb25 > li { margin-bottom:25px; }
.li_pc_mb30 > li { margin-bottom:30px; }

.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: 25px;
}

.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: 20px;
}

.list03.number_plus > li { padding-left:2.2em; }
.list03.kana > li { padding-left:30px; }

.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▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.pc_w90 { width:90px!important; }
.pc_w160 { width:160px!important; }
.pc_w250 { width:250px!important; }
.pc_w400 { width:400px!important; }
.pc_w500 { width:500px!important; }
.pc_w510 { width:510px!important; }
.pc_w580 { width:580px!important; }

.pc_h210 { height:210px!important; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr-40 { margin-left:-40px!important; margin-right:-40px!important; }
.pc_mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.pc_mlr-60 { margin-left:-60px!important; margin-right:-60px!important; }
.pc_mlr-90 { margin-left:-90px!important; margin-right:-90px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pc_plr25 { padding-left:25px!important; padding-right:25px!important; }

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

.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!important; }
.pc_size40 { font-size:4.0rem!important; }
.pc_size48 { font-size:4.8rem!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: 60px;
	padding: 0 25px;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
	color: #093e5c;
	line-height: 60px;
	font-family: "Noto Sans JP", sans-serif;
	background: #f6f5f3;
	border: none;
	border-radius: 8px;
	caret-color: #999;
}

textarea {
	display: block;
	width: 100%!important;
	min-height: 160px;
	padding: 20px 25px;
	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: 1.6rem!important;
	color: #c7d0d5;
	font-weight: 500;
}

input:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #c7d0d5;
	font-weight: 500;
}

input::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #c7d0d5;
	font-weight: 500;
}

textarea::-webkit-input-placeholder {
	font-size: 1.6rem!important;
	color: #c7d0d5;
	font-weight: 500;
}

textarea:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #c7d0d5;
	font-weight: 500;
}

textarea::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #c7d0d5;
	font-weight: 500;
}

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

/* ▼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: 40px;
	height: 40px;
	margin: -20px 0 0;
	vertical-align: middle;
	background: #f6f5f3;
	overflow: hidden;
	cursor: pointer;
}

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

input[type="checkbox"] {
	border-radius: 8px;
}

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

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	background: #e388b0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../common_img/icon_check.png) center center / 40px 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: 10px 25px 10px 55px;
	line-height: 40px;
}

.radio_list.pc_col li, .chk_list.pc_col li {
	display: inline-block;
	margin: 0 15px 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: 10px;
}

.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;
}
