@charset "utf-8";

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

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: url('/font/NotoSansCJKjp-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 500;
	src: url('/font/NotoSansCJKjp-Medium.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 700;
	src: url('/font/NotoSansCJKjp-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 900;
	src: url('/font/NotoSansCJKjp-Black.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Anton';
	font-style: normal;
	font-weight: 400;
	src: url('/font/Anton.woff') format('woff');
	font-display: swap;
}

body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.plant_recruit {
	text-align: left;
	font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	word-break: break-all;
	font-size: calc((100vw / 320) * 11);
	font-weight: 500;
	line-height: 1.8;
	color: #111;
	background: #fff;
	caret-color: transparent;
}

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

h1,h2,h3,h4,h5,h6,p {
	margin-block-start: 0;
	margin-block-end: 0;
}

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

article,aside,details,figcaption,figure,main,div,
footer,header,hgroup,menu,nav,section,video {
	display: block;
}

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

iframe { border:none; }

.scroll_box { overflow-y:auto; overflow-x:hidden; }

.plant_recruit li {
	list-style-type: none;
}

.plant_recruit table {
	width: 100%;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
	border: none;
}

.plant_recruit table th, .plant_recruit table td { border:none; }

.plant_recruit th {
	text-align: left;
	font-weight: normal;
}

/* ▼LINK▼ */
a {
	color: #055EBF;
	text-decoration: none;
	outline: none;
}

a:before, a:after {
	content: '';
	position: absolute;
}

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

.img_frame {
	position: relative;
	overflow: hidden;
}

.img_frame img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ▼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 {
	width: 100%;
	height: calc((100vw / 320) * 44);
	background: #fff;
}

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
}

header .logo {
	float: left;
	width: calc((100vw / 320) * 150);
	margin: calc((100vw / 320) * 10) 0 0 calc((100vw / 320) * 10);
}

header .btn_gnavi {
	float: right;
	width: calc((100vw / 320) * 40);
	margin-top: calc((100vw / 320) * 2);
}

header .btn {
	float: right;
	width: calc((100vw / 320) * 100);
	margin: calc((100vw / 320) * 8) calc((100vw / 320) * 5) 0 0;
}

header .btn01 {
	height: calc((100vw / 320) * 28);
	font-size: calc((100vw / 320) * 10);
	line-height: calc((100vw / 320) * 28);
}

header .list {
	display: none;
}

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

#gnavi .gnavi_close {
	position: fixed;
	top: 0;
	right: 0;
	width: calc((100vw / 320) * 40);
	height: calc((100vw / 320) * 40);
	text-align: center;
	font-size: calc((100vw / 320) * 24);
	font-weight: 300;
	color: #000;
	line-height: calc((100vw / 320) * 40);
}

#gnavi .list > li a, #gnavi .list > li .title {
	display: block;
	position: relative;
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 10);
	font-weight: 500;
	color: #111;
	border-bottom: solid 1px #ccc;
}

#gnavi .list > li .title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 12);
	height: calc((100vw / 320) * 6);
	margin-top: calc((100vw / 320) * -3);
	background: url(/common_img/arrow_down.png) no-repeat;
	background-size: calc((100vw / 320) * 12);
	transition: .3s;
}

#gnavi .list > li .title.opened:after {
	transform: rotateX(180deg);
}

#gnavi .list .inner {
	display: none;
}

#gnavi .list .inner li a {
	border-bottom: dotted 1px #ccc;
}

#gnavi .list .inner li:last-child a { border-bottom:solid 1px #ccc; }

/*
CONTENTS
***************************************************************************/
/* ▼PAGE TITLE▼ */
#page_title {
	background: url(/common_img/sp/ptitle_bg.jpg) center top no-repeat;
	background-size: cover;
}

#page_title .inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: calc((100vw / 320) * 220);
	padding: 0 calc((100vw / 320) * 20);
	color: #fff;
}

#page_title .title {
	font-size: calc((100vw / 320) * 30);
}

#page_title.ex .title {
	font-size: calc((100vw / 320) * 24);
}

#page_title .txt {
	margin-top: calc((100vw / 320) * 10);
}

#page_title.ex .txt {
	margin-top: calc((100vw / 320) * 15);
}

/* ▼PAGE NAVI▼ */
.pnavi {
	padding: calc((100vw / 320) * 6) calc((100vw / 320) * 15) calc((100vw / 320) * 8);
	background: #f2f2f2;
}

.pnavi li {
	display: inline;
	margin-right: calc((100vw / 320) * 4);
	font-size: calc((100vw / 320) * 9);
	color: #5a5a5a;
}

.pnavi li a {
	margin-right: calc((100vw / 320) * 8);
	color: #5a5a5a;
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	width: 100vw;
	height: calc((100vw / 320) * 420);
	overflow: hidden;
}

#topimg .bx-wrapper {
	position: relative;
}

#topimg .bx-viewport {
	height: calc((100vw / 320) * 420)!important;
}

#topimg .bx-wrapper .bx-controls-direction a { display:none; }
#topimg .bx-pager { display:none; }

#topimg .top_slide li {
	position: relative;
	width: 100vw!important;
	height: calc((100vw / 320) * 420);
}

#topimg .top_slide li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(4,112,185,0.2);
	z-index: 100;
}

#topimg .top_slide li .img {
	width: 100vw!important;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: img_zoom 10s linear 0s 1 normal;
}

@keyframes img_zoom {
	0% { transform:scale(1); }
	100% { transform:scale(1.2); }
}

#topimg .top_slide li.topimg05 .img.slide_end { transform:scale(1.2); }

#topimg .top_slide li.topimg01 .img { background-image:url(/images/sp/topimg01.jpg); }
#topimg .top_slide li.topimg02 .img { background-image:url(/images/sp/topimg02.jpg); }
#topimg .top_slide li.topimg03 .img { background-image:url(/images/sp/topimg03.jpg); }
#topimg .top_slide li.topimg04 .img { background-image:url(/images/sp/topimg04.jpg); }
#topimg .top_slide li.topimg05 .img { background-image:url(/images/sp/topimg01.jpg); }

#topimg .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: calc((100vw / 320) * 12);
	font-weight: 500;
	color: #fff;
	z-index: 101;
}

#topimg .topimg01 .content {
	padding-top: calc((100vw / 320) * 110);
	text-align: center;
}

#topimg .topimg02 .content {
	padding: calc((100vw / 320) * 260) calc((100vw / 320) * 20) 0;
}

#topimg .topimg03 .content {
	padding: calc((100vw / 320) * 240) calc((100vw / 320) * 20) 0;
}

#topimg .topimg04 .content {
	padding: calc((100vw / 320) * 270) calc((100vw / 320) * 20) 0;
}

#topimg .topimg05 .content {
	padding-top: calc((100vw / 320) * 80);
	text-align: center;
}

#topimg .eng.delay_fade.right_left {
	transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-delay: 1s;
}

#topimg .title.delay_fade.right_left {
	transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-delay: 2s;
}

#topimg .txt.delay_fade.right_left {
	transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-delay: 3s;
}

#topimg .btn.delay_fade.right_left {
	transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-delay: 4s;
}

#topimg .eng {
	display: inline-block;
	position: relative;
	margin-bottom: calc((100vw / 320) * 20);
	padding-right: calc((100vw / 320) * 90);
	font-size: calc((100vw / 320) * 15);
	line-height: 1.5;
}

#topimg .topimg01 .eng, #topimg .topimg05 .eng { padding-right:0; }

#topimg .eng:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 320) * 80);
	height: 1px;
	margin-top: -0.5px;
	background: #fff;
}

#topimg .topimg01 .eng:after, #topimg .topimg05 .eng:after { display:none; }

#topimg .title {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 32);
	font-weight: 700;
	line-height: 1.25;
}

#topimg .topimg03 .title { font-size:calc((100vw / 320) * 26); letter-spacing:-0.1rem; }
#topimg .topimg04 .title { font-size:calc((100vw / 320) * 28); }

#topimg .btn {
	margin: calc((100vw / 320) * 25) calc((100vw / 320) * 30) 0;
}

/* ▼SECTION▼ */
.top_section {
	margin: 0 calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 30) 0 calc((100vw / 320) * 35);
}

.top_section.feature {
	border-bottom: solid 1px #c8c8c8;
}

.top_section.about {
	padding-bottom: calc((100vw / 320) * 40);
	border-top: solid 1px #c8c8c8;
}

.top_section .stitle {
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 11);
	font-weight: 700;
	color: #1b224c;
}

.top_section .title {
	margin-bottom: calc((100vw / 320) * 70);
	font-size: calc((100vw / 320) * 36);
	color: #1b224c;
	line-height: 1;
	letter-spacing: 0.05rem;
	font-family: 'Anton';
}

.top_section .title span {
	margin: 0 calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 28);
}

.top_section .title.line_plus:after { bottom:calc((100vw / 320) * -35); width:calc((100vw / 320) * 40); }

.top_section .catch {
	margin-bottom: calc((100vw / 320) * 25);
	font-size: calc((100vw / 320) * 16);
	font-weight: 700;
	color: #1b224c;
	line-height: 1.5;
}

.top_section.about .catch { font-size:calc((100vw / 320) * 15); }

.top_section.feature .catch { margin-bottom:calc((100vw / 320) * 20); }

.top_section .txt {
	margin-bottom: calc((100vw / 320) * 25);
}

.top_section .btn li {
	margin-bottom: calc((100vw / 320) * 10);
}

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

.top_section .img {
	position: relative;
	width: calc((100vw / 320) * 285);
	margin-bottom: calc((100vw / 320) * 35);
}

.top_section .img:before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * 5);
	left: calc((100vw / 320) * 5);
	width: calc((100vw / 320) * 285);
	height: calc((100vw / 320) * 185);
	background: transparent;
	border: solid 1px #1c2149;
	z-index: 0;
}

.top_section .img img {
	position: relative;
	z-index: 1;
}

/* ▼CASE▼ */
.top_case {
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15) calc((100vw / 320) * 25);
}

.top_case .sec_title {
	margin-bottom: calc((100vw / 320) * 15);
}

.top_case .sec_catch {
	margin-bottom: calc((100vw / 320) * 25);
	text-align: center;
	font-size: calc((100vw / 320) * 12);
	font-weight: 700;
	color: #111;
}

.top_case .sec_catch span {
	margin: 0 calc((100vw / 320) * 2);
	font-size: calc((100vw / 320) * 24);
	color: #5D9CE1;
}

.top_case .box {
	float: left;
	width: calc(50% - ((100vw / 320) * 5));
	margin-bottom: calc((100vw / 320) * 10);
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 10);
}

.top_case .box:nth-child(2n+1) { background:#f8fbfd; }
.top_case .box:nth-child(2n) { background:#f6faf8; }

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

.top_case .box .img {
	width: 100%;
	height: calc((100vw / 320) * 90);
	margin-bottom: calc((100vw / 320) * 15);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.top_case .box .title {
	margin-bottom: calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 12);
	color: #036EB8;
	line-height: 1.35;
}

.top_case .box .catch {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 11);
	font-weight: 700;
	line-height: 1.35;
}

.top_case .box .txt dl {
	padding: calc((100vw / 320) * 5);
	font-weight: 400;
	line-height: 1.65;
	border-top: solid 1px #d8dadb;
}

.top_case .box .txt dl:last-child { border-bottom:solid 1px #d8dadb; }

.top_case .box .txt dt {
	font-weight: 700;
}

/* ▼COMPANY▼ */
.top_company {
	padding: calc((100vw / 320) * 40) calc((100vw / 320) * 15);
	background: #eee url(/images/sp/company_bg.jpg) center bottom no-repeat;
	background-size: 100%;
}

.top_company li {
	margin-bottom: calc((100vw / 320) * 10);
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 15) calc((100vw / 320) * 30);
	text-align: center;
	font-size: calc((100vw / 320) * 11);
	line-height: 1.75;
	background: #fff;
}

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

.top_company li .title {
	margin-bottom: calc((100vw / 320) * 40);
	font-size: calc((100vw / 320) * 18);
	color: #1b224c;
}

.top_company li .title.line_plus:after {
	bottom: calc((100vw / 320) * -20);
	left: 50%;
	width: calc((100vw / 320) * 30);
	margin-left: calc((100vw / 320) * -15);
}

.top_company li .txt {
	margin-bottom: calc((100vw / 320) * 20);
}

/*
BUSINESS
***************************************************************************/
/* ▼INTRO▼ */
.business_intro {
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15) calc((100vw / 320) * 40);
}

.business_intro .sec_title {
	margin-bottom: calc((100vw / 320) * 20);
}

.business_intro .sec_txt {
	margin-bottom: calc((100vw / 320) * 35);
	text-align: center;
}

.business_intro .box {
	margin-bottom: calc((100vw / 320) * 40);
	font-size: calc((100vw / 320) * 10);
}

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

.business_intro .box .img {
	position: relative;
	margin-bottom: calc((100vw / 320) * 20);
}

.business_intro .box .title {
	position: absolute;
	top: calc((100vw / 320) * 70);
	left: 0;
	width: calc((100vw / 320) * 180);
	font-size: calc((100vw / 320) * 18);
	font-weight: 700;
	color: #fff;
}

.business_intro .box .title span {
	display: block;
	margin-bottom: calc((100vw / 320) * 2);
	padding: 0 calc((100vw / 320) * 15);
	line-height: calc((100vw / 320) * 36);
	background: #111;
}

.business_intro .box .txt {
	position: relative;
	margin-bottom: calc((100vw / 320) * 40);
	font-size: calc((100vw / 320) * 15);
	font-weight: 700;
	color: #1B224C;
}

.business_intro .box .txt.line_plus:after {
	bottom: calc((100vw / 320) * -18);
	width: calc((100vw / 320) * 30);
}

/* ▼WORKS▼ */
.business_works {
	padding: calc((100vw / 320) * 40) calc((100vw / 320) * 15);
	background: #f2f2f2;
}

.business_works .sec_title {
	margin-bottom: calc((100vw / 320) * 45);
	font-size: calc((100vw / 320) * 20);
}

.business_works .box {
	position: relative;
	margin-bottom: calc((100vw / 320) * 30);
	padding: calc((100vw / 320) * 40) calc((100vw / 320) * 15) calc((100vw / 320) * 20);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.business_works .box:nth-child(1) { background-image:url(/business/images/sp/works_bg01.jpg); }
.business_works .box:nth-child(2) { background-image:url(/business/images/sp/works_bg02.jpg); }
.business_works .box:nth-child(3) { background-image:url(/business/images/sp/works_bg03.jpg); }

.business_works .box .title {
	margin-bottom: calc((100vw / 320) * 35);
	text-align: center;
	font-size: calc((100vw / 320) * 20);
}

.business_works .box .content {
	margin-bottom: calc((100vw / 320) * 20);
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 10);
	font-weight: 400;
	color: #fff;
	background: rgba(24,57,95,0.67);
}

.business_works .box .content .txt {
	margin-bottom: calc((100vw / 320) * 15);
}

.business_works .box .content .stxt {
	margin-bottom: calc((100vw / 320) * 10);
}

.business_works .box .content .list li {
	display: inline-block;
	margin: 0 calc((100vw / 320) * 2) calc((100vw / 320) * 5) 0;
	padding: 0 calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 9);
	font-weight: 500;
	color: #3B6493;
	line-height: calc((100vw / 320) * 20);
	background: #fff;
	border-radius: calc((100vw / 320) * 2);
}

.business_works .sbox {
	margin-bottom: calc((100vw / 320) * 10);
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 15) calc((100vw / 320) * 25) calc((100vw / 320) * 70);
	font-size: calc((100vw / 320) * 9);
	background-color: #fff;
	background-position: calc((100vw / 320) * 10) center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 320) * 50);
}

.business_works .sbox.set01 { background-image:url(/business/images/works_icon01.png); }
.business_works .sbox.set02 { background-image:url(/business/images/works_icon02.png); }
.business_works .sbox.set03 { background-image:url(/business/images/works_icon03.png); }
.business_works .sbox.set04 { background-image:url(/business/images/works_icon04.png); }
.business_works .sbox.set05 { background-image:url(/business/images/works_icon05.png); }
.business_works .sbox.set06 { background-image:url(/business/images/works_icon06.png); }
.business_works .sbox.set07 { background-image:url(/business/images/works_icon07.png); }

.business_works .sbox dt {
	margin-bottom: calc((100vw / 320) * 12);
	font-size: calc((100vw / 320) * 13);
	font-weight: 700;
	color: #1b224c;
	line-height: 1.6;
}

/*
NUMBER
***************************************************************************/
/* ▼LIST▼ */
.number_list {
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15) calc((100vw / 320) * 20);
	background: #ECF7FD;
}

.number_list .title {
	margin-bottom: calc((100vw / 320) * 30);
	text-align: center;
	font-size: calc((100vw / 320) * 11);
	color: #111;
	line-height: 1.6;
}

.number_list .title span {
	margin: 0 calc((100vw / 320) * 2);
	font-size: calc((100vw / 320) * 14);
	color: #5D9CE1;
}

.number_list dl {
	position: relative;
	float: left;
	width: calc(50% - ((100vw / 320) * 5));
	height: calc((100vw / 320) * 80);
	margin-bottom: calc((100vw / 320) * 10);
	background-color: #fff;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: calc((100vw / 320) * 50);
}

.number_list dl:nth-child(2n) { float:right; }

.number_list dl.ex {
	width: 100%;
	background-size: calc((100vw / 320) * 160);
}

.number_list dl:nth-child(1) { background-image:url(/number/images/number_img01.png); }
.number_list dl:nth-child(2) { background-image:url(/number/images/number_img02.png); }
.number_list dl:nth-child(3) { background-image:url(/number/images/number_img03.png); }
.number_list dl:nth-child(4) { background-image:url(/number/images/number_img04.png); }
.number_list dl:nth-child(5) { background-image:url(/number/images/number_img05.png); }
.number_list dl:nth-child(6) { background-image:url(/number/images/number_img06.png); }
.number_list dl:nth-child(7) { background-image:url(/number/images/number_img07.png); }
.number_list dl:nth-child(8) { background-image:url(/number/images/number_img08.png); }

.number_list dt {
	position: absolute;
	top: calc((100vw / 320) * 5);
	left: calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 10);
	font-weight: 700;
	color: #3B6493;
}

.number_list dt span {
	font-size: calc((100vw / 320) * 8);
	font-weight: 500;
	color: #9CC3ED;
}

.number_list dd {
	position: absolute;
	bottom: calc((100vw / 320) * 5);
	left: calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 13);
	font-weight: 700;
	color: #1B224C;
	line-height: 1;
}

.number_list dd .num {
	margin-right: calc((100vw / 320) * 2);
	vertical-align: calc((100vw / 320) * -2);
	font-size: calc((100vw / 320) * 30);
	letter-spacing: 0.05rem;
	font-family: 'Anton';
}

.number_list dd .num.ex { margin:0 calc((100vw / 320) * 2); }

.number_list dd .num.sub { font-size:calc((100vw / 320) * 22); }

.number_list dd.ex {
	padding-left: calc((100vw / 320) * 25);
}

.number_list dd .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: calc((100vw / 320) * 11);
	line-height: 1.25;
}

.number_list dd .stxt {
	position: absolute;
	bottom: calc((100vw / 320) * 35);
	left: 0;
	font-size: calc((100vw / 320) * 10);
}

/* ▼CONCEPT▼ */
.number_concept {
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15);
}

.number_concept .intro {
	margin-bottom: calc((100vw / 320) * 20);
}

.number_concept .intro .list {
	margin-bottom: calc((100vw / 320) * 15);
}

.number_concept .intro .list li {
	float: left;
	width: calc((100vw / 320) * 65);
	margin-right: calc((100vw / 320) * 10);
}

.number_concept .intro .list li:last-child { margin-right:0; }

.number_concept .intro .txt li {
	position: relative;
	height: calc((100vw / 320) * 45);
	margin-bottom: calc((100vw / 320) * 10);
	padding: 0 calc((100vw / 320) * 15) 0 calc((100vw / 320) * 55);
	font-size: calc((100vw / 320) * 13);
	font-weight: 700;
	line-height: calc((100vw / 320) * 45);
	background: #e8e8e8;
}

.number_concept .intro .txt li:last-child { margin-bottom:0; }

.number_concept .intro .txt li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 320) * 45);
	height: calc((100vw / 320) * 45);
	text-align: center;
	font-size: calc((100vw / 320) * 24);
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.05rem;
	font-family: 'Anton';
}

.number_concept .intro .txt li:nth-child(1):before { content:'4'; background:#c50f28; }
.number_concept .intro .txt li:nth-child(2):before { content:'5'; background:#ff3a21; }
.number_concept .intro .txt li:nth-child(3):before { content:'8'; background:#a21942; }
.number_concept .intro .txt li:nth-child(4):before { content:'16'; background:#00689d; }

.number_concept .sec_txt {
	margin-bottom: calc((100vw / 320) * 20);
}

.number_concept .box {
	margin-bottom: calc((100vw / 320) * 25);
	padding: calc((100vw / 320) * 20) calc((100vw / 320) * 15) calc((100vw / 320) * 25);
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: calc((100vw / 320) * 90);
	border: solid 1px #e8e8e8;
	box-shadow: calc((100vw / 320) * 5) calc((100vw / 320) * 5) 0 rgba(0,0,0,0.1);
}

.number_concept .box:last-child { margin-bottom:calc((100vw / 320) * 30); }

.number_concept .box:nth-child(1) { background-image:url(/number/images/concept_icon01.png); }
.number_concept .box:nth-child(2) { background-image:url(/number/images/concept_icon02.png); }
.number_concept .box:nth-child(3) { background-image:url(/number/images/concept_icon03.png); }
.number_concept .box:nth-child(4) { background-image:url(/number/images/concept_icon04.png); }

.number_concept .box .title {
	margin-bottom: calc((100vw / 320) * 40);
	font-size: calc((100vw / 320) * 16);
	color: #1b224c;
}

.number_concept .box .title.line_plus:after {
	bottom: calc((100vw / 320) * -20);
	width: calc((100vw / 320) * 25);
}

.number_concept .box .catch {
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 12);
	font-weight: 700;
	color: #036eb8;
	line-height: 1.65;
}

.number_concept .box .list li {
	position: relative;
	margin-bottom: calc((100vw / 320) * 5);
	padding: calc((100vw / 320) * 10) calc((100vw / 320) * 15) calc((100vw / 320) * 10) calc((100vw / 320) * 30);
	font-size:  calc((100vw / 320) * 10);
	line-height: 1.75;
	background: #e8e8e8;
}

.number_concept .box .list li:last-child { margin-bottom:0; }

.number_concept .box .list li:before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * 18);
	left: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 10);
	height: 1px;
	background: #111;
}

.number_concept .box .stxt {
	margin-top: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 10);
}

/*
MERIT
***************************************************************************/
.merit_list {
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15) calc((100vw / 320) * 35);
}

.merit_list > .title {
	margin-bottom: calc((100vw / 320) * 30);
	text-align: center;
	font-size: calc((100vw / 320) * 12);
	color: #111;
}

.merit_list > .title span {
	margin: 0 calc((100vw / 320) * 2);
	font-size: calc((100vw / 320) * 16);
	color: #5D9CE1;
}

.merit_list .box {
	position: relative;
	margin-bottom: calc((100vw / 320) * 35);
	padding: calc((100vw / 320) * 100) calc((100vw / 320) * 15) 0;
	font-size: calc((100vw / 320) * 10);
	line-height: 1.9;
	background-repeat: no-repeat;
	background-size: 100%;
}

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

.merit_list .box:nth-child(2n+1) {
	background-position: left top;
}

.merit_list .box:nth-child(2n) {
	background-position: right top;
}

.merit_list .box:nth-child(1) { background-image:url(/merit/images/merit_bg01.jpg); }
.merit_list .box:nth-child(2) { background-image:url(/merit/images/merit_bg02.jpg); }
.merit_list .box:nth-child(3) { background-image:url(/merit/images/merit_bg03.jpg); }

.merit_list .box .icon {
	margin-bottom: calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 44);
	color: #1B224C;
	line-height: 1;
	letter-spacing: 0.05rem;
	font-family: 'Anton';
}

.merit_list .box .icon span { color:#CE0D0D; }

.merit_list .box .title {
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 17);
	color: #1B224C;
}

.merit_list .box .txt {
	display: inline-block;
	position: absolute;
	top: calc((100vw / 320) * 105);
	right: calc((100vw / 320) * -5);
	padding: 0 calc((100vw / 320) * 10) calc((100vw / 320) * 2);
	font-size: calc((100vw / 320) * 9);
	font-weight: 700;
	color: #111;
	line-height: calc((100vw / 320) * 24);
	background: #fff;
	border: solid 1px #111;
}

.merit_list .box .txt:before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * -10);
	left: calc((100vw / 320) * 5);
	width: calc((100vw / 320) * 20);
	height: calc((100vw / 320) * 14);
	background: url(/common_img/icon_check.png) no-repeat;
	background-size: calc((100vw / 320) * 20);
}

/*
WORKSTYLE
***************************************************************************/
/* ▼INTRO▼ */
.workstyle_intro {
	padding: calc((100vw / 320) * 40) calc((100vw / 320) * 15);
	background: url(/workstyle/images/sp/intro_bg.jpg) center top no-repeat;
	background-size: cover;
}

.workstyle_intro .title {
	margin-bottom: calc((100vw / 320) * 60);
	font-size: calc((100vw / 320) * 24);
	color: #1b224c;
	line-height: 1.4;
}

.workstyle_intro .title.line_plus:after {
	bottom: calc((100vw / 320) * -30);
	width: calc((100vw / 320) * 40);
}

.workstyle_intro .catch {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 16);
	font-weight: 700;
	color: #036eb8;
}

/* ▼PROGRAM▼ */
.workstyle_program {
	margin: 0 calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 30) 0;
	border-bottom: solid 1px #bdc0d1;
}

.workstyle_program .sec_txt {
	margin-bottom: calc((100vw / 320) * 30);
	text-align: center;
}

.workstyle_program .box {
	margin-bottom: calc((100vw / 320) * 25);
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15) calc((100vw / 320) * 10);
	background: url(/workstyle/images/sp/program_bg.jpg) center top no-repeat;
	background-size: cover;
}

.workstyle_program .box .title {
	margin-bottom: calc((100vw / 320) * 30);
	text-align: center;
	font-size: calc((100vw / 320) * 20);
	font-weight: 700;
	color: #fff;
}

.workstyle_program .box .list {
	display: flex;
	justify-content: center;
	margin-bottom: calc((100vw / 320) * 30);
}

.workstyle_program .box .list .txt {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: calc((100vw / 320) * 80);
	text-align: center;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
}

.workstyle_program .box .list:nth-child(1) .txt { background:#1b224c; }
.workstyle_program .box .list:nth-child(2) .txt { background:#036eb8; }

.workstyle_program .box .list ul {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: calc(100% - ((100vw / 320) * 80));
	padding-left: calc((100vw / 320) * 5);
}

.workstyle_program .box .list li {
	position: relative;
	margin-bottom: calc((100vw / 320) * 4);
	padding: 0 calc((100vw / 320) * 15) 0 calc((100vw / 320) * 30);
	font-size: calc((100vw / 320) * 10);
	line-height: calc((100vw / 320) * 32);
	background: rgba(255,255,255,0.9);
}

.workstyle_program .box .list li:last-child { margin-bottom:0; }

.workstyle_program .box .list li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 10);
	height: 1px;
	margin-top: -0.5px;
	background: #111;
}

/* ▼LIST▼ */
.workstyle_list .box {
	margin: 0 calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 30) 0;
	border-bottom: solid 1px #bdc0d1;
}

.workstyle_list .box .title {
	margin-bottom: calc((100vw / 320) * 55);
	text-align: center;
	font-size: calc((100vw / 320) * 18);
	color: #1b224c;
}

.workstyle_list .box .title.line_plus:after {
	bottom: calc((100vw / 320) * -22);
	left: 50%;
	width: calc((100vw / 320) * 40);
	margin-left: calc((100vw / 320) * -20);
}

.workstyle_list .box .img {
	margin-bottom: calc((100vw / 320) * 15);
}

/* ▼WELFARE▼ */
.workstyle_welfare {
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15);
}

.workstyle_welfare .sec_title {
	margin-bottom: calc((100vw / 320) * 30);
	font-size: calc((100vw / 320) * 18);
}

.workstyle_welfare .img {
	margin-bottom: calc((100vw / 320) * 20);
}

/*
CAREERUP
***************************************************************************/
/* ▼INTRO▼ */
.careerup_intro {
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15);
}

.careerup_intro .img {
	margin-bottom: calc((100vw / 320) * 25);
}

.careerup_intro .title {
	margin-bottom: calc((100vw / 320) * 50);
	font-size: calc((100vw / 320) * 18);
	color: #1b224c;
}

.careerup_intro .title.line_plus:after {
	bottom: calc((100vw / 320) * -25);
	width: calc((100vw / 320) * 40);
}

/* ▼PLAN▼ */
.careerup_plan {
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15) calc((100vw / 320) * 40);
	background: #f2f2f2;
}

.careerup_plan .sec_title {
	font-size: calc((100vw / 320) * 20);
}

.careerup_plan .sec_title.line_plus {
	margin-bottom: calc((100vw / 320) * 60);
}

.careerup_plan .sec_title.line_plus:after {
	bottom: calc((100vw / 320) * -22);
}

.careerup_plan .sec_img {
	margin-bottom: calc((100vw / 320) * 30);
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 20);
	background: #fff;
}

.careerup_plan .stitle {
	margin-bottom: calc((100vw / 320) * 30);
	text-align: center;
	font-size: calc((100vw / 320) * 18);
	font-weight: 700;
}

.careerup_plan .tbl th, .careerup_plan .tbl td {
	padding: calc((100vw / 320) * 15);
	vertical-align: middle;
	line-height: 1.7;
	border-bottom: solid 1px #d5d5d5;
}

.careerup_plan .tbl th.head, .careerup_plan .tbl td.head,
.careerup_plan .tbl tr:last-child th, .careerup_plan .tbl tr:last-child td {
	border-bottom: none;
}

.careerup_plan .tbl th {
	width: 35%;
	font-size: calc((100vw / 320) * 10);
	font-weight: 500;
	color: #fff;
	background: #5c8099;
}

.careerup_plan .tbl th.head {
	padding: calc((100vw / 320) * 15) 0;
	text-align: center;
	font-size: calc((100vw / 320) * 11);
	font-weight: 700;
	background: #1a567f;
}

.careerup_plan .tbl td {
	width: 65%;
	font-size: calc((100vw / 320) * 9);
	background: #fff;
}

.careerup_plan .tbl td.head {
	padding: calc((100vw / 320) * 15) 0;
	text-align: center;
	font-size: calc((100vw / 320) * 11);
	font-weight: 700;
	color: #fff;
	background: #b5b5b5;
}

.careerup_plan .tbl li {
	position: relative;
	margin-bottom: calc((100vw / 320) * 5);
	padding-left: calc((100vw / 320) * 20);
}

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

.careerup_plan .tbl li:before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * 7);
	left: 0;
	width: calc((100vw / 320) * 10);
	height: 1px;
	background: #111;
}

.careerup_plan .tbl nav {
	margin-bottom: calc((100vw / 320) * 15);
}

.careerup_plan .tbl nav:last-child { margin-bottom:0; }

.careerup_plan .tbl nav > p {
	margin-bottom: calc((100vw / 320) * 5);
	font-weight: 700;
}

/*
OFFICE
***************************************************************************/
/* ▼LIST▼ */
.office_list {
	padding: calc((100vw / 320) * 40) calc((100vw / 320) * 15) calc((100vw / 320) * 35);
}

.office_list li {
	float: left;
	width: calc(50% - ((100vw / 320) * 5));
	margin-bottom: calc((100vw / 320) * 10);
}

.office_list li:nth-child(2n) { float:right; }

/*
STATUE
***************************************************************************/
/* ▼INTRO▼ */
.statue_intro {
	padding: calc((100vw / 320) * 40) calc((100vw / 320) * 15) calc((100vw / 320) * 50);
	background: url(/statue/images/sp/intro_bg.jpg) center bottom no-repeat;
	background-size: cover;
}

.statue_intro .title {
	margin-bottom: calc((100vw / 320) * 30);
	font-size: calc((100vw / 320) * 20);
	color: #1b224c;
	line-height: 1.35;
}

/* ▼LIST▼ */
.statue_list {
	padding: calc((100vw / 320) * 10) calc((100vw / 320) * 15) calc((100vw / 320) * 40);
	background: #f2f2f2;
}

.statue_list .box {
	position: relative;
	border-bottom: solid 1px #bdc0d1;
}

.statue_list .box:nth-child(2n+1) { padding:calc((100vw / 320) * 65) calc((100vw / 320) * 5) calc((100vw / 320) * 30) calc((100vw / 320) * 30); }
.statue_list .box:nth-child(2n) { padding:calc((100vw / 320) * 65) calc((100vw / 320) * 30) calc((100vw / 320) * 30) calc((100vw / 320) * 5); }

.statue_list .box:last-child { border-bottom:none; }

.statue_list .box .eng_txt {
	position: relative;
	margin-bottom: calc((100vw / 320) * 40);
	text-align: right;
	font-size: calc((100vw / 320) * 28);
	color: #1b224c;
	line-height: 1;
	letter-spacing: 0.05rem;
	font-family: 'Anton';
	z-index: 0;
}

.statue_list .box .eng_txt span { color:#ce0d0d; }

.statue_list .box:nth-child(2n) .eng_txt { text-align:left; }

.statue_list .box .img {
	position: absolute;
	top: calc((100vw / 320) * 30);
	width: calc((100vw / 320) * 220);
	z-index: -1;
}

.statue_list .box:nth-child(2n+1) .img { left:0; }
.statue_list .box:nth-child(2n) .img { right:0; }

.statue_list .box .content {
	position: relative;
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 18);
	font-size: calc((100vw / 320) * 10);
	background: #fff;
	box-shadow: 0 0 calc((100vw / 320) * 15) rgba(0,0,0,0.1);
	z-index: 0;
}

.statue_list .box .title {
	margin-bottom: calc((100vw / 320) * 40);
	font-size: calc((100vw / 320) * 16);
	color: #1b224c;
}

.statue_list .box .title.line_plus:after {
	bottom: calc((100vw / 320) * -18);
	width: calc((100vw / 320) * 30);
}

.statue_list .box .catch {
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 13);
	font-weight: 700;
	color: #036eb8;
	line-height: 1.6;
}

/*
PROCESS
***************************************************************************/
/* ▼LIST▼ */
.process_list {
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15);
}

.process_list .box .title {
	margin-bottom: calc((100vw / 320) * 30);
	text-align: center;
	font-size: calc((100vw / 320) * 20);
}

.process_list .box dl {
	display: flex;
	position: relative;
	margin-bottom: calc((100vw / 320) * 40);
}

.process_list .box dl:last-child { margin-bottom:calc((100vw / 320) * 50); }

.process_list .box dl:before {
	content: '';
	position: absolute;
	bottom: calc((100vw / 320) * -25);
	left: 50%;
	width: calc((100vw / 320) * 30);
	height: calc((100vw / 320) * 10);
	margin-left: calc((100vw / 320) * -15);
	background: url(/common_img/arrow_next.png) no-repeat;
	background-size: calc((100vw / 320) * 30);
}

.process_list .box dt {
	display: flex;
	align-items: center;
	width: 30%;
	padding: calc((100vw / 320) * 20) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 12);
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
	background: #1b598f;
}

.process_list .box dd {
	display: flex;
	align-items: center;
	width: 70%;
	padding: calc((100vw / 320) * 20) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 10);
	background: #e8e8e8;
}

.process_list .goal_box {
	padding: calc((100vw / 320) * 45) calc((100vw / 320) * 15);
	text-align: center;
	color: #fff;
	background: url(/process/images/sp/goal_bg.jpg) center center no-repeat;
	background-size: cover;
}

.process_list .goal_box .txt {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 20);
	font-weight: 700;
}

/*
ENTRY
***************************************************************************/
/* ▼AREA▼ */
.entry_area {
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15);
}

.entry_area .title {
	margin-bottom: calc((100vw / 320) * 30);
	text-align: center;
	font-size: calc((100vw / 320) * 18);
}

.entry_area .list li {
	position: relative;
	float: left;
	width: calc((100% - ((100vw / 320) * 10)) / 2);
	margin-bottom: calc((100vw / 320) * 10);
	text-align: center;
	font-size: calc((100vw / 320) * 13);
	font-weight: 700;
	line-height: calc((100vw / 320) * 48);
	background: #e8e8e8;
	transition: .3s;
}

.entry_area .list li:nth-child(2n) { float:right; }

.entry_area .list li.active {
	color: #fff;
	background: #1b598f;
}

.entry_area .list li:before {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 9);
	height: calc((100vw / 320) * 6);
	margin-top: calc((100vw / 320) * -3);
	background-image: url(/common_img/arrow03.png);
	background-repeat: no-repeat;
	background-size: calc((100vw / 320) * 9);
	transition: .3s;
}

.entry_area .list li.active:before {
	background-image: url(/common_img/arrow01.png);
}

/* ▼LIST▼ */
.entry_list {
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15) calc((100vw / 320) * 25);
	background: #f2f2f2;
}

.entry_list li {
	display: none;
	margin-bottom: calc((100vw / 320) * 15);
	transform: scale(0);
	transition: transform 1s;
}

.entry_list li a {
	display: block;
	position: relative;
	padding: calc((100vw / 320) * 20) calc((100vw / 320) * 40) calc((100vw / 320) * 20) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 14);
	font-weight: 700;
	color: #111;
	line-height: 1.65;
	background: #fff;
	border: solid 1px #e8e8e8;
	border-radius: calc((100vw / 320) * 8);
	box-shadow: calc((100vw / 320) * 4) calc((100vw / 320) * 4) 0 rgba(0,0,0,0.1);
}

.entry_list li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 320) * 15);
	width: calc((100vw / 320) * 15);
	height: calc((100vw / 320) * 10);
	margin-top: calc((100vw / 320) * -5);
	background-image: url(/common_img/arrow04.png);
	background-repeat: no-repeat;
	background-size: calc((100vw / 320) * 15);
}

.entry_list li .area {
	display: block;
	width: calc((100vw / 320) * 70);
	margin-bottom: calc((100vw / 320) * 15);
	text-align: center;
	font-size: calc((100vw / 320) * 10);
	font-weight: 500;
	color: #fff;
	line-height: calc((100vw / 320) * 26);
	background: #1b224c;
}



.staff_list li a {
	display: block;
	padding: calc((100vw / 320) * 20) calc((100vw / 320) * 15);
	color: #111;
	background: #fff;
}





.staff_list li .title {
	margin-bottom: calc((100vw / 320) * 30);
	font-size: calc((100vw / 320) * 13);
	color: #1b224c;
}

.staff_list li .title.line_plus:after { bottom:calc((100vw / 320) * -15); width:calc((100vw / 320) * 25); }

/*
INTERVIEW
***************************************************************************/
.interview_sec {
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15) calc((100vw / 320) * 35);
	background: #eee url(/interview/images/sp/interview_bg.jpg) center bottom no-repeat;
	background-size: 100%;
}

.interview_sec .btn_mid {
	margin-bottom: calc((100vw / 320) * 30);
}

/* ▼LIST▼ */
.interview_list li {
	margin-bottom: calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 10);
	line-height: 1.8;
	background: #fff;
}

.interview_list li:last-child { margin-bottom:calc((100vw / 320) * 30); }

.interview_list li .img {
	margin-bottom: calc((100vw / 320) * 15);
}

.interview_list li .title {
	margin-bottom: calc((100vw / 320) * 40);
	font-size: calc((100vw / 320) * 16);
	color: #1b224c;
}

.interview_list li .title.line_plus:after { bottom:calc((100vw / 320) * -20); width:calc((100vw / 320) * 35); }

.interview_list li .txt {
	margin-bottom: calc((100vw / 320) * 15);
}

.bnr_interview a {
	display: block;
	position: relative;
	width: 100%;
	height: calc((100vw / 320) * 340);
	color: #000;
	background: url(/interview/images/sp/bnr_special.jpg) center top no-repeat;
	background-size: cover;
}

.bnr_interview .title {
	padding-top: calc((100vw / 320) * 30);
	text-align: center;
	font-size: calc((100vw / 320) * 22);
	font-weight: 900;
}

.bnr_interview .title span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.bnr_interview .title span:before {
	content: '';
	position: absolute;
	bottom: calc((100vw / 320) * 5);
	left: 0;
	width: 100%;
	height: calc((100vw / 320) * 6);
	background: #e60027;
	z-index: -1;
}

.bnr_interview .txt {
	position: absolute;
	bottom: calc((100vw / 320) * 15);
	left: calc((100vw / 320) * 15);
	width: calc(100% - ((100vw / 320) * 55));
	font-size: calc((100vw / 320) * 9);
	font-weight: 700;
	color: #fff;
	line-height: 2;
}

.bnr_interview a .btn_arrow {
	right: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 15);
	height: calc((100vw / 320) * 10);
	margin-top: calc((100vw / 320) * 115);
	background-size: calc((100vw / 320) * 15);
}

/* ▼TALKING TOPIMG▼ */
#talking_topimg {
	width: 100%;
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15) calc((100vw / 320) * 20);
	text-align: center;
	color: #000;
	background: url(/interview/special/images/sp/ptitle_bg.jpg) center top no-repeat;
	background-size: cover;
}

#talking_topimg .title {
	margin-bottom: calc((100vw / 320) * 180);
	font-size: calc((100vw / 320) * 24);
	font-weight: 900;
}

#talking_topimg .title span {
	display: inline-block;
	position: relative;
}

#talking_topimg .title span:before {
	content: '';
	position: absolute;
	bottom: calc((100vw / 320) * 5);
	left: 0;
	width: 100%;
	height: calc((100vw / 320) * 8);
	background: #e60027;
	z-index: -1;
}

#talking_topimg .txt {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 11);
	font-weight: 800;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}

#talking_topimg .stxt {
	font-size: calc((100vw / 320) * 9);
	font-weight: 700;
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}

/* ▼TALKING INTRO▼ */
.talking_intro {
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15);
}

.talking_intro li {
	margin-bottom: calc((100vw / 320) * 20);
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 10);
	font-weight: 600;
	color: #000;
	line-height: 1.6;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.talking_intro li:first-child {
	background-image: url(/interview/special/images/sp/intro_bg01.jpg);
}

.talking_intro li:last-child {
	margin-bottom: 0;
	background-image: url(/interview/special/images/sp/intro_bg02.jpg);
}

.talking_intro li .head {
	display: flex;
	align-items: center;
	margin-bottom: calc((100vw / 320) * 20);
}

.talking_intro li .img {
	width: calc((100vw / 320) * 90);
}

.talking_intro li .name {
	width: calc(100% - ((100vw / 320) * 90));
	font-size: calc((100vw / 320) * 9);
}

.talking_intro li:first-child .name {
	padding-left: calc((100vw / 320) * 20);
}

.talking_intro li:last-child .name {
	padding-right: calc((100vw / 320) * 20);
}

.talking_intro li .name .txt {
	display: inline-block;
	margin-bottom: calc((100vw / 320) * 10);
	padding: calc((100vw / 320) * 2) calc((100vw / 320) * 5) 0;
	font-size: calc((100vw / 320) * 22);
	font-weight: 700;
	line-height: calc((100vw / 320) * 30);
	border: solid 1px #000;
}

.talking_intro li:first-child .name .txt {
	color: #fff;
	background: #000;
}

.talking_intro li:last-child .name .txt {
	color: #000;
	background: #fff;
}

.talking_intro li .name .stxt, .talking_intro li > p {
	text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}

/* ▼TALKING CONTENT▼ */
.talking_content {
	background: #f2f2f2;
}

.talking_content > .base_box {
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15);
}

.talking_content .box {
	background: #fff;
	box-shadow: calc((100vw / 320) * 5) calc((100vw / 320) * 5) calc((100vw / 320) * 10) rgba(0,0,0,0.15);
}

.talking_content .title {
	padding: calc((100vw / 320) * 12) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 16);
	color: #fff;
	background: #e60027;
}

.talking_content .inner {
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 15) calc((100vw / 320) * 10);
}

.talking_content .img_box, .talking_content .txt_box, .talking_content .wide_img {
	margin-bottom: calc((100vw / 320) * 25);
}

.talking_content .img_box .img {
	margin-bottom: calc((100vw / 320) * 20);
}

.talking_content dt {
	width: calc((100vw / 320) * 80);
	height: calc((100vw / 320) * 28);
	margin-bottom: calc((100vw / 320) * 15);
	text-align: center;
	font-size: calc((100vw / 320) * 10);
	font-weight: 600;
}

.talking_content .manager dt {
	color: #fff;
	line-height: calc((100vw / 320) * 28);
	background: #000;
}

.talking_content .chief dt {
	color: #000;
	line-height: calc((100vw / 320) * 24);
	background: #fff;
	border: solid calc((100vw / 320) * 2) #787878;
}

.talking_content .chief dt {
	margin-left: calc(100% - ((100vw / 320) * 80));
}

.talking_content .mark_txt {
	font-weight: 700;
	color: #e60027;
}

.talking_content .vis {
	width: 100%;
	height: calc((100vw / 320) * 200);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.talking_content .vis01 { background-image:url(/interview/special/images/sp/vis01.jpg); }
.talking_content .vis02 { background-image:url(/interview/special/images/sp/vis02.jpg); }
.talking_content .vis03 { background-image:url(/interview/special/images/sp/vis03.jpg); }

/* ▼INTERVIEW TOPIMG▼ */
#interview_topimg {
	display: flex;
	align-items: center;
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15) calc((100vw / 320) * 30);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

#interview_topimg.detail01 { background-image:url(/interview/detail01/images/sp/ptitle_bg.jpg); }
#interview_topimg.detail02 { background-image:url(/interview/detail02/images/sp/ptitle_bg.jpg); }
#interview_topimg.detail03 { background-image:url(/interview/detail03/images/sp/ptitle_bg.jpg); }

#interview_topimg .title {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 26);
	font-weight: 900;
	color: #030202;
	line-height: 1.35;
}

#interview_topimg.detail03 .title {
	font-size: calc((100vw / 320) * 22);
	line-height: 1.45;
}

#interview_topimg .title span {
	display: inline-block;
	position: relative;
}

#interview_topimg .title span:before {
	content: '';
	position: absolute;
	bottom: calc((100vw / 320) * 2);
	left: 0;
	width: 100%;
	height: calc((100vw / 320) * 8);
	background: #e60027;
	z-index: -1;
}

#interview_topimg .stxt {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 10);
	font-weight: 600;
	line-height: 1.8;
}

#interview_topimg .txt {
	padding: calc((100vw / 320) * 20) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 10);
	font-weight: 500;
	color: #fff;
	background: #000;
}

/* ▼INTERVIEW CONTENT▼ */
.interview_content {
	background: #fcfcfc;
}

.interview_content > .base_box {
	padding: calc((100vw / 320) * 30) calc((100vw / 320) * 15) calc((100vw / 320) * 40);
}

.interview_content .sec_inner {
	background: #fff;
	box-shadow: calc((100vw / 320) * 5) calc((100vw / 320) * 5) calc((100vw / 320) * 10) rgba(0,0,0,0.15);
}

.interview_content .box .title {
	padding: calc((100vw / 320) * 10) calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 16);
	color: #fff;
	background: #e60027;
}

.interview_content .box .inner {
	padding: calc((100vw / 320) * 20) calc((100vw / 320) * 15) calc((100vw / 320) * 25);
}

.interview_content .box .img_box .img {
	margin-bottom: calc((100vw / 320) * 20);
}

.interview_content .box dt {
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 16);
	font-weight: 700;
}

.interview_content .box .mark_txt {
	font-weight: 700;
	color: #e60027;
}

.interview_content .vis {
	width: 100%;
	height: calc((100vw / 320) * 200);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.interview_content .vis.detail01 { background-image:url(/interview/detail01/images/sp/vis01.jpg); }
.interview_content .vis.detail02 { background-image:url(/interview/detail02/images/sp/vis01.jpg); }
.interview_content .vis.detail03 { background-image:url(/interview/detail03/images/sp/vis01.jpg); }

/* ▼INTERVIEW SCHEDULE▼ */
.interview_schedule {
	padding: calc((100vw / 320) * 40) calc((100vw / 320) * 15);
}

.interview_schedule .set {
	margin-bottom: calc((100vw / 320) * 40);
}

.interview_schedule .set:last-child { margin-bottom:0; }

.interview_schedule .title {
	margin-bottom: calc((100vw / 320) * 20);
	text-align: center;
	font-size: calc((100vw / 320) * 16);
}

.interview_schedule dl {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: calc((100vw / 320) * 25);
	font-size: calc((100vw / 320) * 12);
	font-weight: 600;
	background: #f3f3f3;
	border-radius: calc((100vw / 320) * 5);
}

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

.interview_schedule dl:before {
	content: '';
	position: absolute;
	bottom: calc((100vw / 320) * -8);
	left: 50%;
	width: calc((100vw / 320) * 16);
	height: calc((100vw / 320) * 8);
	margin-left: calc((100vw / 320) * -8);
	background: #f3f3f3;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.interview_schedule dl:last-child:before { display:none; }

.interview_schedule dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100vw / 320) * 100);
	padding: calc((100vw / 320) * 10) 0;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	background: #189ae9;
	border-radius: calc((100vw / 320) * 5) 0 0 calc((100vw / 320) * 5);
}

.interview_schedule dd {
	display: flex;
	align-items: center;
	width: calc(100% - ((100vw / 320) * 100));
	padding: calc((100vw / 320) * 10) calc((100vw / 320) * 15);
	line-height: 1.6;
}

/*
ENTRY
***************************************************************************/
#entry_sec {
	position: relative;
	padding: calc((100vw / 320) * 40) calc((100vw / 320) * 15);
	text-align: center;
	font-size: calc((100vw / 320) * 11);
	font-weight: 500;
	color: #fff;
	background: url(/common_img/sp/entry_bg.jpg) center top no-repeat;
	background-size: cover;
}

#entry_sec .stitle {
	margin-bottom: calc((100vw / 320) * 20);
}

#entry_sec .title {
	margin-bottom: calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 30);
	color: #fff;
	line-height: 1.35;
}

#entry_sec .txt {
	margin-bottom: calc((100vw / 320) * 25);
}

#entry_sec .btn {
	width: calc((100vw / 320) * 260);
	margin: 0 auto;
}

/*
BANNER
***************************************************************************/
#bnr_sec {
	padding: calc((100vw / 320) * 35) calc((100vw / 320) * 15) calc((100vw / 320) * 20);
	background: url(/common_img/sp/bnr_bg.jpg) center bottom no-repeat;
	background-size: cover;
	border-bottom: solid 1px #fff;
}

#bnr_sec .sec_title {
	margin-bottom: calc((100vw / 320) * 30);
	font-size: calc((100vw / 320) * 18);
	line-height: 1.4;
}

#bnr_sec.interview .bnr_interview {
	margin: calc((100vw / 320) * 10) 0 calc((100vw / 320) * 15);
}

#bnr_sec li {
	position: relative;
	display: flex;
	align-items: center;
	height: calc((100vw / 320) * 100);
	margin-bottom: calc((100vw / 320) * 15);
	padding: 0 calc((100vw / 320) * 20);
	font-size: calc((100vw / 320) * 15);
	font-weight: 500;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
}

#bnr_sec.interview li {
	align-items: flex-end;
	height: calc((100vw / 320) * 120);
	padding: calc((100vw / 320) * 15);
	font-weight: 600;
	line-height: 1.5;
}

#bnr_sec li.active { opacity:0.5; }

#bnr_sec li.business { background-image:url(/common_img/sp/bnr_business.jpg); }
#bnr_sec li.careerup { background-image:url(/common_img/sp/bnr_careerup.jpg); }
#bnr_sec li.entry { background-image:url(/common_img/sp/bnr_entry.jpg); }
#bnr_sec li.merit { background-image:url(/common_img/sp/bnr_merit.jpg); }
#bnr_sec li.number { background-image:url(/common_img/sp/bnr_number.jpg); }
#bnr_sec li.office { background-image:url(/common_img/sp/bnr_office.jpg); }
#bnr_sec li.process { background-image:url(/common_img/sp/bnr_process.jpg); }
#bnr_sec li.statue { background-image:url(/common_img/sp/bnr_statue.jpg); }
#bnr_sec li.workstyle { background-image:url(/common_img/sp/bnr_workstyle.jpg); }

#bnr_sec li.interview01 { background-image:url(/interview/images/sp/bnr_interview01.jpg); }
#bnr_sec li.interview02 { background-image:url(/interview/images/sp/bnr_interview02.jpg); }
#bnr_sec li.interview03 { background-image:url(/interview/images/sp/bnr_interview03.jpg); }

#bnr_sec li a {
	display: block;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

#bnr_sec.interview li a {
	align-items: flex-end;
}

#bnr_sec li a .btn_arrow {
	right: calc((100vw / 320) * 20);
}

#bnr_sec.interview li a .btn_arrow {
	margin-top: calc((100vw / 320) * 20);
}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.delay_fade.top_btm {
	transform: translate(0,calc((100vw / 320) * -50)); 
	-webkit-transform: translate(0,calc((100vw / 320) * -50));
}

.delay_fade.btm_top {
	transform: translate(0,calc((100vw / 320) * 50)); 
	-webkit-transform: translate(0,calc((100vw / 320) * 50));
}

.delay_fade.left_right {
	transform: translate(calc((100vw / 320) * -50),0); 
	-webkit-transform: translate(calc((100vw / 320) * -50),0);
}

.delay_fade.right_left {
	transform: translate(calc((100vw / 320) * 50),0); 
	-webkit-transform: translate(calc((100vw / 320) * 50),0);
}

.delay_fade.expand {
	opacity: 1;
	-webkit-transition: all 1.2s cubic-bezier(0.12, 0.92, 0.31, 0.95);
	transition: all 1.2s cubic-bezier(0.12, 0.92, 0.31, 0.95);
	-webkit-transform: scale(0.001) translateY(0);
	transform: scale(0.001) translateY(0);
}

.delay_fade.active {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.delay_fade.expand.active {
	-webkit-transform: translate(0,0) scale(1);
	transform: translate(0,0) scale(1);
}

/* ▼BOX▼ */
.tbl_box {
	display: table;
	width: 100%;
}

/* ▼BUTTON▼ */
.btn01 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: calc((100vw / 320) * 56);
	text-align: center;
	font-size: calc((100vw / 320) * 13);
	font-weight: 500;
	color: #fff;
	line-height: calc((100vw / 320) * 56);
	border-radius: calc((100vw / 320) * 4);
}

.btn01.red { background:linear-gradient(128deg, #ce0d0d 0%, #d82e10 100%); }
.btn01.blue { background:linear-gradient(110deg, #1b598f 0%, #1b7dba 100%); }

.btn_arrow {
	display: block;
	position: absolute;
	top: 50%;
	right: calc((100vw / 320) * 15);
	width: calc((100vw / 320) * 15);
	height: calc((100vw / 320) * 10);
	margin-top: calc((100vw / 320) * -5);
	background: url(/common_img/arrow01.png) center center no-repeat;
	background-size: calc((100vw / 320) * 15);
	transition: .3s;
	backface-visibility: hidden;
	z-index: 5;
}

.btn02 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: calc((100vw / 320) * 44);
	text-align: center;
	font-size: calc((100vw / 320) * 11);
	font-weight: 700;
	color: #1b224c;
	line-height: calc((100vw / 320) * 44);
	background: #fff;
	border: solid 1px #1b224c;
	border-radius: calc((100vw / 320) * 4);
}

.btn02 .btn_arrow {
	background: url(/common_img/arrow02.png) center center no-repeat;
	background-size: calc((100vw / 320) * 15);
}

/* ▼TITLE▼ */
.sec_title {
	margin-bottom: calc((100vw / 320) * 35);
	text-align: center;
	font-size: calc((100vw / 320) * 22);
	color: #1b224c;
}

.line_plus {
	position: relative;
}

.sec_title.line_plus {
	margin-bottom: calc((100vw / 320) * 60);
}

.line_plus:after {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	background: #1b224c;
}

.sec_title.line_plus:after {
	bottom: calc((100vw / 320) * -30);
	left: 50%;
	width: calc((100vw / 320) * 40);
	margin-left: calc((100vw / 320) * -20);
}

/* ▼ICON▼ */
.count_icon {
	position: absolute;
	top: calc((100vw / 320) * -15);
	left: calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 36);
	color: #1B224C;
	line-height: 1;
	letter-spacing: 0.05rem;
	font-family: 'Anton';
}

.count_icon span { color:#CE0D0D; }

.count_icon:before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * 35);
	left: 0;
	width: calc((100vw / 320) * 80);
	height: 1px;
	background: #1B224C;
	transform: rotate(-45deg);
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }
.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; }

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

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

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

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

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

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

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

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

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

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

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

.weight_300 { font-weight:300!important; }
.weight_400 { font-weight:400!important; }
.weight_500 { font-weight:500!important; }
.weight_700, .bold { font-weight:700!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; }

/* ▼line▼ */
.txt_line {
	padding-bottom: calc((100vw / 320) * 5);
	line-height: 2.4;
	border-bottom: dotted 1px #999;
}

/* ▼indent▼ */
.indent1 { margin-left:1em; text-indent:-1em; }
.indent2 { margin-left:2em; text-indent:-2em; }
.indent3 { margin-left:3em; text-indent:-3em; }
.indent4 { margin-left:4em; text-indent:-4em; }
.indent5 { margin-left:5em; text-indent:-5em; }
.indent6 { margin-left:6em; text-indent:-6em; }


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

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