@charset "utf-8";

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

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc((100vw / 320) * 10);
	font-weight: 500;
	color: #6f6f6f;
	line-height: 2;
	letter-spacing: 0.025rem;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.flex_box {
	display: flex;
}

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

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

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

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

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

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

a.normal_link {
	color: #3f5993;
	text-decoration: underline;
}

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

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

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

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

}

/* ▼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 .list, header .btn { display:none; }

.btn_gnavi {
	position: fixed;
	top: calc((100vw / 320) * 10);
	right: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 40);
	z-index: 1000;
}

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

#gnavi .gnavi_close {
	position: absolute;
	top: calc((100vw / 320) * 10);
	right: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 40);
	height: calc((100vw / 320) * 40);
	text-align: center;
	font-size: calc((100vw / 320) * 30);
	font-weight: 100;
	color: #fff;
	line-height: calc((100vw / 320) * 40);
}

#gnavi .scroll_box {
	height: calc(100vh - ((100vw / 320) * 100));
}

#gnavi .list li {
	margin-bottom: calc((100vw / 320) * 15);
}

#gnavi .list li a {
	display: block;
	padding-bottom: calc((100vw / 320) * 2);
	text-align: center;
	font-size: calc((100vw / 320) * 12);
	font-weight: 700;
	color: #3f5993;
	line-height: calc((100vw / 320) * 48);
	background: #fff;
}

/*
NEWS
***************************************************************************/
.news_sec {
	margin: 0 calc((100vw / 320) * 15) calc((100vw / 320) * -40);
	padding: calc((100vw / 320) * 20) calc((100vw / 320) * 15);
	background: #e7e7e7;
	transform: translateY(calc((100vw / 320) * -40));
}

.news_sec .list {
	height: calc((100vw / 320) * 270);
	padding: calc((100vw / 320) * 5) calc((100vw / 320) * 15);
	line-height: 1.8;
	background: #fff;
}

.news_sec .list dl {
	padding: calc((100vw / 320) * 15) 0;
	border-bottom: solid 1px #bebebe;
}

.news_sec .list dl:last-child { border-bottom:none; }

.news_sec .list dt {
	margin-bottom: calc((100vw / 320) * 10);
	letter-spacing: 0.08rem;
}

/*
BUSINESS
***************************************************************************/
.business_sec {
	padding-top: calc((100vw / 320) * 25);
}

.business_sec .box {
	margin: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 25);
}

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

.business_sec .title {
	position: relative;
	margin-bottom: calc((100vw / 320) * 15);
	padding: calc((100vw / 320) * 10) calc((100vw / 320) * 15) calc((100vw / 320) * 12) calc((100vw / 320) * 25);
	font-size: calc((100vw / 320) * 13);
	color: #fff;
	background: #3f5993;
}

.business_sec .title::before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * 10);
	left: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 4);
	height: calc(100% - ((100vw / 320) * 20));
	background: rgba(255,255,255,0.8);
}
/*
.business_sec .base_box {
	margin: 0 calc((100vw / 320) * 15);
}

.business_sec .catch {
	margin-bottom: calc((100vw / 320) * 15);
	text-align: center;
	font-size: calc((100vw / 320) * 13);
	font-weight: 700;
}

.business_sec .txt {
	margin-bottom: calc((100vw / 320) * 15);
	padding-bottom: calc((100vw / 320) * 15);
	border-bottom: solid 1px #bebebe;
}

.business_sec .list {
	margin: calc((100vw / 320) * 20) 0;
	padding: calc((100vw / 320) * 20) 0;
	border-top: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
}
*/
.business_sec .list li {
	position: relative;
	margin-bottom: calc((100vw / 320) * 5);
	padding-left: calc((100vw / 320) * 18);
}

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

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

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

/*
COMPANY
***************************************************************************/
.company_sec {
	padding: calc((100vw / 320) * 25) calc((100vw / 320) * 15) calc((100vw / 320) * 30);
	background: #e0e7f2;
}

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

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

.company_sec .tbl th {
	width: 30%;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: #3f5993;
}

.company_sec .tbl td {
	width: 60%;
	background: #fff;
}

/*
ACEESS
***************************************************************************/
.access_sec iframe {
	display: block;
	width: 100%;
	height: calc((100vw / 320) * 300);
	border: none;
}

/*
CONTACT
***************************************************************************/
.contact_sec {
	margin: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 30);
	padding-top: calc((100vw / 320) * 30);
}

.user_form {
	margin-bottom: calc((100vw / 320) * 25);
	border-top: solid 1px #bebebe;
}

.user_form dl {
	padding: calc((100vw / 320) * 20) 0;
	border-bottom: solid 1px #bebebe;
}

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

.user_form dt.must {
	position: relative;
	padding-left: calc((100vw / 320) * 50);
	line-height: calc((100vw / 320) * 20);
}

.user_form dt.must::before {
	content: '必須';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc((100vw / 320) * 40);
	padding-bottom: 1px;
	text-align: center;
	font-size: calc((100vw / 320) * 9);
	font-weight: 400;
	color: #fff;
	line-height: calc((100vw / 320) * 20);
	background: #3f5993;
	transform: translateY(-50%);
}

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

.contact_sec .content .title {
	margin-bottom: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 14);
}

.contact_sec.privacy_sec .content .title {
	margin-top: calc((100vw / 320) * 15);
	margin-bottom: calc((100vw / 320) * 3);
	font-size: calc((100vw / 320) * 14);
}

.contact_sec .content .title span {
	display: inline-block;
	position: relative;
	padding-right: calc((100vw / 320) * 45);
}

.contact_sec .content .title span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 320) * 30);
	height: 1px;
	background: #9e9e9e;
}

.contact_sec .content p {
	margin-bottom: 1em;
}

.contact_sec .content li {
	position: relative;
	margin-bottom: calc((100vw / 320) * 10);
	padding-left: calc((100vw / 320) * 15);
}

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

.contact_sec .content li::before {
	content: '';
	position: absolute;
	top: calc((100vw / 320) * 8);
	left: 0;
	width: calc((100vw / 320) * 4);
	height: calc((100vw / 320) * 4);
	background: #6f6f6f;
	border-radius: 50%;
}

/*
FOOTER
***************************************************************************/
footer .list, footer .btn { display:none; }

footer .copy {
	padding-bottom: 2px;
	text-align: center;
	color: #253966;
	line-height: calc((100vw / 320) * 36);
	background: #b2bcd3;
}

footer .copy small {
	font-size: calc((100vw / 320) * 9);
	letter-spacing: 0.08rem;
}

.fixed_btn {
	position: fixed;
	bottom: calc((100vw / 320) * 15);
	left: calc((100vw / 320) * 15);
	width: calc((100vw / 320) * 290);
	z-index: 50;
}

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

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

.scroll_box::-webkit-scrollbar-track {
	background: transparent;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: transparent;
}

.gecko .scroll_box {
	scrollbar-width: 1px;
	scrollbar-color: transparent transparent;
}

/*
PARTS
***************************************************************************/
/* ▼TITLE▼ */
.sec_title {
	font-size: calc((100vw / 320) * 18);
	color: #3f5993;
}

.sec_title.type01 span {
	display: inline-block;
	position: relative;
	padding-right: calc((100vw / 320) * 55);
}

.sec_title.type01 span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 320) * 40);
	height: 1px;
	background: #6d7b9b;
}

.sec_title.type02 {
	position: relative;
	text-align: center;
}

.sec_title.type02::before {
	content: '';
	position: absolute;
	bottom: calc((100vw / 320) * -15);
	left: 50%;
	width: calc((100vw / 320) * 40);
	height: 1px;
	margin-left: calc((100vw / 320) * -20);
	background: #6d7b9b;
}

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

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

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

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

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

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

/* ▼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_pb20 { padding-bottom:calc((100vw / 320) * 20)!important; }
.sp_pb10 { padding-bottom:calc((100vw / 320) * 10)!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_size15 { font-size:calc((100vw / 320) * 15)!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; }

.c_blue { color:#7abfcf!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; }

/* ▼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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 320) * 40);
	padding: 0 calc((100vw / 320) * 15);
	vertical-align: middle;
	font-size: calc((100vw / 320) * 10);
	font-weight: 500;
	color: #6f6f6f;
	line-height: calc((100vw / 320) * 40);
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1rem;
	background: #f3f3f3;
	border: none;
	caret-color: #6f6f6f;
}

select::-ms-expand { display:none; }

.select_box {
	position: relative;
}

select {
	line-height: calc((100vw / 320) * 53);
}

.select_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 320) * 10);
	width: calc((100vw / 320) * 12);
	height: calc((100vw / 320) * 7.5);
	margin-top: calc((100vw / 320) * -3.75);
	background: #151515;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 10;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%!important;
	min-height: calc((100vw / 320) * 180);
	padding: calc((100vw / 320) * 15);
	font-size: calc((100vw / 320) * 10);
	font-weight: 500;
	color: #6f6f6f;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1rem;
	background: #f3f3f3;
	border: none;
	caret-color: #6f6f6f;
}

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

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

input::-webkit-input-placeholder {
	font-size: calc((100vw / 320) * 10)!important;
	color: #a4a4a4;
	font-weight: 500;
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 320) * 10)!important;
	color: #a4a4a4;
	font-weight: 500;
}

input::-moz-placeholder {
	font-size: calc((100vw / 320) * 10)!important;
	color: #a4a4a4;
	font-weight: 500;
}

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

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

textarea::-moz-placeholder {
	font-size: calc((100vw / 320) * 10)!important;
	color: #a4a4a4;
	font-weight: 500;
}

label, button { display:block; width:100%; padding:0; background:none; border:none; }
