/* HTML初期化 */
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	zoom: 1;
	/* Chromeバグ対策 */
	overscroll-behavior: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

p,
dl,
dt,
dd,
em,
form,
address,
ul,
li {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* HTML5用 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	position: relative;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}

li {
	padding: 0;
	margin: 0;
}

input,
select {
	vertical-align: middle;
}

/* tableタグ*/
th,
td {
	padding: 0;
}

caption {
	text-align: left;
}


/* リンク設定 */
a {
	outline: 0;
	border: 0;
	transition: all 0.3s ease;
}

@media screen and (max-width: 799px) {
	a {
		transition: none !important;
	}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

a img {
	border: 0;
}

img {
	border: 0;
	max-width: 100%;
	/* -webkit-backface-visibility: hidden; */
	image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 768px) {
	img {
		image-rendering: auto;
	}
}

html {
	-webkit-text-size-adjust: none;
	zoom: 1;
}

body,
html {
	min-height: 100%;
}

.slide_bnr_wrap {
	display: none!important;
}

/*============================================
基本CSS
===========================================*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
	-webkit-font-smoothing: antialiased;
	background-color: #FFF;
}

/*
@media screen and (min-width: 1401px) {
	html {
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
		font-size: 100px;
	}
}
*/

@media print,
screen and (min-width:1440px) {
	html {
		font-size: 100px;
	}
}

@media print,
screen and (min-width:1366px) and (max-width:1439px) {
	html {
		font-size: 90px;
	}
}

@media print,
screen and (min-width:1280px) and (max-width:1365px) {
	html {
		font-size: 85px;
	}
}

@media print,
screen and (min-width:768px) and (max-width:1279px) {
	html {
		font-size: 80px;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 100px;
	}
}

@media screen and (max-width: 350px) {
	html {
		font-size: 85px;
	}
}

body {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	position: relative;
	font-size: .11rem;
	letter-spacing: 0.05em;
	color: #3c3c3c;
}


@media screen and (max-width: 767px) {
	body {
		min-width: 100%;
		overflow-x: hidden;
	}

	body.menu_open {
		overflow: hidden;
	}
}

@media screen and (min-width:768px) {
	.pc_only {
		display: block !important;
	}

	.sp_only {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
}

main {
	position: relative;
	overflow: hidden;
	display: block;
}

/* インナーボックス */
.in {
	width: 100%;
	max-width: 12.32rem;
	margin: auto;
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
	.in {
		max-width: 11rem;
	}
}

/* header調整 */

@media screen and (min-width: 768px) {
	.header_btn_wrap {
		display: block !important;
		position: absolute;
		right: 100px;
		top: 0;
		display: none!important;
	}
}
@media screen and (max-width: 1024px) {
	.header_btn_wrap {
		right: 65px;
		display: none!important;
	}
}

@media screen and (min-width: 768px) {
	.st-Header_Logo {
		position: fixed;
		display: block !important;
		max-width: 4.2rem;
		width: 100%;
		height: 65px!important;
		right: calc(50% - 2.1rem);
		text-align: center;
		background: #FFF;

		max-width: 7.2rem !important;
		right: calc(50% - 3.6rem) !important;
	}
}
@media screen and (max-width: 1024px) {
	.st-Header_Logo {
		height: 65px;
	}
}
@media screen and (min-width: 768px) {
	.st-Header_Logo a {
		margin-top: 15px!important;
		margin-left: 17px!important;
		width: 65px!important;
	}
	.st-Header_Logo a img{
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.header_btn_wrap .list {
		display: flex;
		justify-content: flex-end;
	}
}
@media screen and (min-width: 768px) {
	.header_btn_wrap .list .btn a img {
		display: block;
		height: 100px;
	}
}
@media screen and (max-width: 1024px) {
	.header_btn_wrap .list .btn a img {
		display: block;
		height: 65px;
	}
}

.st-Header {
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.st-Header .pc-trigger {
		display: inline-block !important;
		width: 100px;
		height: 100px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		display: none!important;
	}
}
@media screen and (max-width: 1024px) {
	.st-Header .pc-trigger {
		width: 65px;
		height: 65px;
	}
}

@media screen and (min-width: 768px) {
	.sp_menu_btn {
		/* display: none !important; */
	}
}

@media screen and (min-width: 768px) {
	header .sp_menu_btn {
		right: calc(50% - 3.6rem) !important;
	}
}


@media screen and (max-width: 767px) {
	header .sp_menu_btn {
		position: relative;
	}
}

/* @media screen and (max-width: 767px) {
	header .sp_menu_btn::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url(../img/pc_menu_btn.svg);
	}
} */

/* @media screen and (max-width: 767px) {
	header .sp_menu_btn img {
		opacity: 0;
	}
} */

.header_btn_wrap_sp {
	display: none !important;
}

.header_btn_wrap .list .btn a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.header_btn_wrap .list .btn a::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-size: cover;
	z-index: 2;
}

.header_btn_wrap .list .btn:nth-of-type(1) a::before{
	background-image: url(../img/header_contact.svg);
}
.header_btn_wrap .list .btn:nth-of-type(2) a::before{
	background-image: url(../img/header_inquiry.svg);
}
.header_btn_wrap .list .btn:nth-of-type(3) a::before{
	background-image: url(../img/header_fair.svg);
}
.header_btn_wrap .list .btn:nth-of-type(4) a::before{
	background-image: url(../img/header_line.svg);
}

@media screen and (max-width: 767px) {
	.header_btn_wrap_sp .list .btn {
		height: auto !important;
	}
}

.header_btn_wrap_sp .list .btn.contact a {
    background-color: #fff !important;
}

.header_btn_wrap_sp .list .btn.inquiry a {
    background-color: #fff !important;
}

.header_btn_wrap_sp .list .btn.fair a {
    background-color: #fff !important;
}

.header_btn_wrap_sp .list .btn.line a {
    background-color: #fff !important;
}

.header_btn_wrap .list .btn a img {
	opacity: 0;
}

.header_btn_wrap_sp .list .btn a::before {
	z-index: 2;
}

.header_btn_wrap_sp .list .btn a::after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
    border-style: none !important;
    border-width:medium !important;
    border-color: currentColor !important;
	background-position: 0 0;
	background-size: cover;
	z-index: 1;
}

.header_btn_wrap_sp .list .btn:nth-of-type(1) a::after {
	background-image: url(../img/header_contact_sp.svg);
}
.header_btn_wrap_sp .list .btn:nth-of-type(2) a::after {
	background-image: url(../img/header_inquiry_sp.svg);
}
.header_btn_wrap_sp .list .btn:nth-of-type(3) a::after {
	background-image: url(../img/header_fair_sp.svg);
}
.header_btn_wrap_sp .list .btn:nth-of-type(4) a::after {
	background-image: url(../img/header_line_sp.svg);
}

.header_btn_wrap_sp .list .btn a img {
	height: auto !important;
	opacity: 0;
}

.st-Header .pc-trigger {
    background-image: url(../img/pc_menu_btn.svg) !important;
}

.st-Header_Menu {
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.st-Header_Menu {
		/* max-width: 4.2rem;
		right: calc(50% - 2.1rem); */

		max-width: 7.2rem;
    right: calc(50% - 3.6rem) !important;
	}
}


/* footer調整 */
.footer_wrap {
	width: fit-content;
	position: relative;
	margin: 0 auto;
	/* padding-left: 1.7rem; */
	z-index: 1;
}
@media screen and (max-width: 1024px) {
	.footer_wrap {
		/* padding-left: 0.7rem; */
	}
}
@media screen and (max-width: 767px) {
	.footer_wrap {
		padding-left: 0;
	}
}
@media screen and (min-width: 768px) {
	.footer_wrap {
		width: 7.2rem;
	}
}

.st-Footer {
	position: relative;
	width: 100%;
	max-width: 4.2rem;
	margin-top: 0;
    padding-top: 60px;
}
@media screen and (max-width: 767px) {
	.st-Footer {
		max-width: none;
	}
}

@media screen and (min-width: 768px) {
	.st-Footer {
		max-width: 7.2rem;
	}

	.st-Footer::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -0.08rem;
		width: 100%;
		height: 100%;
		border: 0.08rem solid rgba(255, 255, 255, 0.4);
		border-top: none;
	}

	.st-Footer_Info .comment {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.st-Footer_Info .comment {
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	.sw-Lnav {
		display: none!important;
	}

}
.sw-Lnav > .min {
	line-height: 1.6;
}

.sw-Lnav > .min .sp {
    display: block;
}

.sw-Lnav ul {
	padding: 0 20px;
}

.sw-Lnav ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.sw-Lnav .scena a {
	padding-right: 0;
}

.st-Footer {
	padding-top: 0;
}

/* .st-Footer_Contact {
	margin: 45px 15px;
	padding: 35px 25px 40px;
} */
.st-Footer_Contact {
	display: none;
}

.st-Footer_Contact .en_hand {
    font-size: 40px;
	line-height: 1.6;
}

.st-Footer_Contact .min {
    font-size: 108% !important;
}

.st-Footer_Contact .text {
	margin-top: 15px !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
}

.st-Footer_Contact .entry {
	display: block;
	width: 100%;
	margin: 25px auto 0;
	box-sizing: border-box;
}

.st-Footer_Contact .entry li {
    width: 100%;
}

.st-Footer_Contact .entry li + li {
    margin-top: 10px !important;
}

.st-Footer_Contact .entry li:last-child {
	display: none;
}

.st-Footer_Contact .entry li a.fair {
    background: #0B4889;
}

.st-Footer_Contact .entry li a {
    background: #8CD2E2;
}

.st-Footer_Contact .entry li a.inquiry {
    background: #53A3E0 !important;
}

.st-Footer_Contact .faq {
    margin-top: 20px !important;
}

.st-Footer_Contact .faq a {
    font-size: 12px !important;
}

.st-Footer_Contact .tel {
    margin-top: 10px;
}

.st-Footer_Contact .tel_btn {
    font-size: 30px;
    letter-spacing: 0;
}

.st-Footer_Contact .tel_btn {
    font-size: 30px !important;
    letter-spacing: 0;
}

.st-Footer_Contact .tel_btn .lg {
    font-size: 30px !important;
    text-decoration: none;
	line-height: 1.6;
}

.st-Footer_Contact .tel .time {
    font-size: 13px !important;
	line-height: 1.6;
}

.st-Footer_Contact .line.pc_only {
    display: none !important;
}

.st-Footer_Contact .line.sp_only {
	display: block !important;
    border-radius: 2px;
    border: 1px solid #333;
    background-color: #FFF;
    padding: 15px 0;
}

.st-Footer_Contact .line {
    margin: 30px auto 0;
    position: relative;
}

.st-Footer_Contact .line .logo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-Footer_Contact .line a {
    padding: 0;
    display: block;
}

.st-Footer_Contact .line .ico img {
    width: 30px;
}

.st-Footer_Contact .line .ico {
    width: auto;
    position: static;
	transform: translate(0);
}

.st-Footer_Contact .line h3 {
    font-size: 14px !important;
	width: fit-content !important;
    margin-top: 0;
    padding-left: 10px;
    flex-shrink: 0;
}

.st-Footer_Contact .line p {
    width: 100% !important;
    text-align: center;
    padding-right: 40px;
    box-sizing: border-box;
}

.st-Footer_Contact .line a::after {
    content: "";
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    right: 10px !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.st-Footer_Contact .line p {
    width: 100%;
    padding-right: 0 !important;
}

.st-Footer_Contact .line p .lg {
    display: block;
	margin-top: 10px !important;
    padding-bottom: 10px;
    font-size: 13px !important;
    line-height: 1.61;
}

.st-Footer_Info {
    padding: 50px 0 83px;
	margin-top: 0;
}

.st-Footer_Info .inner {
	display: block;
    max-width: 1440px;
    margin: 0 auto;
	padding:0 20px;
}

.st-Footer_Info .comment {
    width: 33.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
}

.st-Footer_Info .comment .ttl {
    text-align: center !important;
    padding-bottom: 20px !important;
}

.st-Footer_Info .comment .ttl img {
    max-width: 126px !important;
}

.st-Footer_Info .comment .address {
    font-size: 14px !important;
    line-height: 1.78;
    padding-bottom: 20px !important;
    text-align: center !important;
}

.st-Footer_Info .comment .sns_link_wrap {
    padding-bottom: 20px !important;
}

.st-Footer_Info .comment .sns_link_wrap .list {
    justify-content: center;
    width: 100%;
}

.st-Footer_Info .comment .footer_group_btn {
    max-width: 280px !important;
    margin: 0 auto !important;
    border-radius: 2px;
    font-size: 14px !important;
    padding: 25px 0 27px !important;
}

.st-Footer_Info .footer_nav.pc_only {
	display: none !important;
}
.st-Footer_Info .footer_nav.sp_only {
	display: flex !important;
    justify-content: space-between;
	width: 100% !important;
	margin-top: 45px;
}

.footer_nav .column_box {
    width: 50%;
}

.st-Footer_Info .footer_nav .column_box ul:first-child {
    padding-bottom: 35px;
}

.st-Footer_Info .footer_nav ul {
    padding: 0;
    margin: 0 auto;
}

.st-Footer_Info .footer_nav ul li a {
	display: flex;
    font-size: 14px !important;
    padding: 0px 5px 8px !important;
	line-height: 1.6 !important;
}

.st-Footer_Info .footer_nav ul li a::before {
    width: 10px !important;
    height: 6px !important;
    top: 8px !important;
}

.st-Footer_Copy {
	margin: 45px 20px 0;
    text-align: left;
}

.st-Footer_Copy small {
    font-size: 11px !important;
}