@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html{
	overflow: auto;
}

body{
	background: #F2E700;
	overflow: hidden;
	min-width: 1250px;
}

body,
table,
input,textarea,select,option{
	font-family: "Noto Sans JP", sans-serif;
	color: #111111;
}

.inter{
	font-family: "Inter", sans-serif;
}

.corporate{
	font-family: corporate-logo-ver2, sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

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

.f-left{
	float: left;
}

.f-right{
	float: right;
}

a{
	color: #111111;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

p{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.rel{
	position: relative;
}

.v-center {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex.flexstart{
	align-items: flex-start;
}

.flex.flexcenter{
	align-items: center;
}

.flex.flexend{
	align-items: flex-end;
}

.flex.jc-start{
	justify-content: flex-start;
}

.flex.jc-center{
	justify-content: center;
}

.flex.jc-end{
	justify-content: flex-end;
}

.flex.reverse{
	flex-direction: row-reverse;
}

.table-box{
    border-collapse: collapse;
	display: table;
	width: 100%;
}

.table-box .row{
	display: table-row;
}

.table-box .row > div{
	display: table-cell;
}

.trance{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.shadow{
//	-moz-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-ms-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-o-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-webkit-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
	box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.txt-center{
	text-align: center;
}

.blo-center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.blo-right{
	display: table;
	margin-left: auto;
}

.pc{display:block;}
.sp{display:none;}

.outer{
	margin: 0 auto;
	max-width: 1366px;
}

.inner{
	margin: 0 auto;
	max-width: 1126px;
	width: 90%;
}

.mini-inner{
	margin: 0 auto;
	max-width: 1006px;
	width: 90%;
}

.c-white{
	color: #ffffff;
}

.c-red{
	color: #E21152;
}

.c-blue{
	color: #0CA5EA;
}

.c-blue2{
	color: #105BBC;
}

.f-16{
	font-size: 16px;
}

.f-bold{
	font-weight: 700;
}

.header{
	border-bottom: 3px solid #111111;
	padding: 0 60px;
}

.header .h-flex{
	padding: 6px 0 0 18px;
}

.header .logo{
	align-items: center;
	gap: 20px;
}

.header .logo p{
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0;
}

.header .logo p span{
	display: block;
	font-size: 17px;
	letter-spacing: 0;
}

.header .h-contact-area .tel{
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin-right: 30px;
	gap: 8px;
}

.header .h-contact-area .tel span{
	display: block;
	font-size: 25px;
	font-weight: 700;
}

.header .h-contact-area .tel::before{
	content: "\f095";
	font-family: "Fontawesome";
	background: #0CA6EA;
	border: 2px solid #111111;
	border-radius: 50%;
	color: #ffffff;
	height: 26px;
	width: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.header .h-contact-area .tel::after{
	content: "";
	background: #111111;
	height: calc(100% + 20px);
	width: 3px;
	position: absolute;
	left: 13px;
	top: 0;
}

.header .h-contact-area .btn{
	border: 3px solid #111111;
	border-radius: 5px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0 5px;
	height: 60px;
	width: 116px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header .h-contact-area .btn i{
	font-size: 28px;
}

.header .h-contact-area .btn.mail{
	background: #E21152;
}

.header .h-contact-area .btn.line{
	background: #03CA41;
}

#panel-btn{
	display: block;
	position: relative;
	width: 60px;
	height: 57px;
	border: 3px solid #111111;
	border-radius: 0 0 8px 8px;
	background: #E21152;
	right: -30px;
	top: -23px;
}

#panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 4px;
	border-radius: 25px;
	background: #ffffff;
	transition: .2s;
	transform: translate(-50%, -50%);
}

#panel-btn-icon:before, #panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 4px;
	border-radius: 25px;
	background: #ffffff;
	transition: .3s;
}

#panel-btn-icon:before{
	margin-top: -11px;
}

#panel-btn-icon:after{
	margin-top: 8px;
}

#panel-btn .close{
	background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after{
	margin-top: 0;
}

#panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.header nav{
	background: #3E3E36;
	border: 3px solid #111111;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
	height: 50px;
}

.header nav::before{
	content: "";
	background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 7px, transparent 7px, transparent 14px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 100% 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 3px;
	width: calc(100% - 80px);
	transform: translate(-50%, -50%);
}

.header .menu-list{
	height: 100%;
	align-items: center;
	gap: 40px;
	background: #3E3E36;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 0 40px;
}

.header .menu-list li{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.09em;
}

footer{
	background: linear-gradient(180deg, transparent 0%, transparent 170px, #105BBC 170px, #105BBC 100%);
	margin-top: 60px;
	padding-bottom: 30px;
}

footer .ex-p{
	font-size: 16px;
	font-weight: 700;
}

footer .contact-box .tel{
	margin: 0 auto;
	gap: 10px;
	width: max-content;
}

footer .contact-box .tel p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

footer .contact-box .tel p span{
	display: block;
	font-size: 48px;
	font-weight: 600;
}

footer .contact-box .tel::before {
    content: "\f095";
    font-family: "Fontawesome";
    background: #0CA6EA;
    border: 2px solid #111111;
    border-radius: 50%;
    font-size: 27px;
    color: #ffffff;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

footer .contact-box .contact-flex > *{
	width: 50%;
}

footer .contact-box .contact-flex > *:last-child{
	border-left: 1px solid #111111;
}

footer .contact-box .link-btn{
	max-width: 350px;
}

footer .card-box{
	background: #ffffff;
	border-radius: 8px;
	padding: 20px;
	gap: 40px;
}

footer .footer-main .ex-p{
	letter-spacing: 0.03em;
	margin: 10px 0 20px;
}

footer .footer-main .f-link-btn{
	border: 1px solid #ffffff;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	width: 300px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footer-main .f-link-btn::after,
footer .other-links li a::after{
	content: "\f35d";
	font-family: "Fontawesome";
}

footer .footer-main .sns-links{
	gap: 16px;
}

footer .footer-main .sns-links li{
	font-size: 30px;
}

footer .other-links{
	background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px), repeating-linear-gradient(90deg, #ffffff, #ffffff 10px, transparent 10px, transparent 20px);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 100% 3px, 100% 3px;
	padding: 20px 0;
	gap: 30px;
}

footer .other-links li{
	font-size: 16px;
	font-weight: 700;
}

footer .other-links li a{
	display: flex;
	align-items: center;
	gap: 5px;
}

footer .copy{
	font-size: 14px;
	font-weight: 500;
	margin-top: 30px;
	text-align: center;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.pc{display:none;}
	.sp{display:block;}

	body{
		min-width: auto;
	}
	
	.sp-mt10{margin-top: 10px;}
	.sp-mt15{margin-top: 15px;}
	.sp-mt20{margin-top: 20px;}
	.sp-mt30{margin-top: 30px;}
	.sp-mt40{margin-top: 40px;}
	.sp-mt50{margin-top: 50px;}
	.sp-mt60{margin-top: 60px;}
	.sp-mt70{margin-top: 70px;}
	.sp-mt80{margin-top: 80px;}
	.sp-mt90{margin-top: 90px;}
	.sp-mt100{margin-top: 100px;}

	
}