<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
/* 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
} */
/* ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
  margin: auto;
} */

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
/* body {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.8em;
  color: #191919;
  height: 100%;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
} */

/* IE11だけに適応 */
/* _:lang(x)::-ms-backdrop, .selector {
  font-family: 'Noto Sans JP', "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

sup,sub {
  font-size: 70%;
}
small {
  font-size: 80%;
}
p {
  word-break : break-all;
}

@media only screen and ( max-width : 991px ) {
  body {font-size: 16px;}
}
@media only screen and ( max-width : 767px ) {
  body {font-size: 14px;}
}

.serif {
  font-family: 'Noto Serif JP';
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  outline:none;
  color: #fff;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}
ul.oe_menu .pos {
    box-sizing: content-box;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}
section:first-of-type {
  margin-top: 0;
} */
.serif {
	font-family: 'Noto Serif JP';
}

main {
	color: #191919;
	line-height: 1.8em;
	font-size: 18px;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/scripts/boxsizing.htc);
}


@media(max-width:767px) {
	.sp_none {
		display: none !important;
	}

	.br_pc {
		display: none;
	}

	section:first-of-type {
		/* margin-top: 25px; */
		/* margin-top: 62px; */
		padding: 0;
	}

	section {
		padding: 30px 0 0;
	}

	.box {
		margin-bottom: 40px;
	}

	.sbox {
		margin-bottom: 20px;
	}

	.sp_box {
		margin-bottom: 40px;
	}

	.sp_sbox {
		margin-bottom: 20px;
	}

	.wrap {
		max-width: 720px;
		margin: auto;
		padding: 0px 15px;
	}


}

@media(max-width:640px) {
	/* section:first-of-type {

        margin-top: 38px;

    } */
}

@media print,
screen and (min-width : 768px) {

	/* .sp{
    display:none;
  } */
	.br_sp {
		display: none;
	}

	section:first-of-type {
		/* margin-top: 72px; */
		padding: 0;
	}

	section {
		padding: 90px 0 0;
	}

	.box {
		margin-bottom: 80px;
	}

	.sbox {
		margin-bottom: 40px;
	}

	.wrap {
		max-width: 1200px;
		padding-right: 50px;
		padding-left: 50px;
		margin: auto;
	}
}

main {
	display: block;
	/* padding-top: 70px; */
}

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



/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
/* #footer {
  background: #000;
  color: #fff;
} */

.f_logo {
	margin: 0 auto;
}

.copy {
	text-align: center;
	background: #191919;
	padding: 20px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.fixed-icon {
	position: fixed;
	bottom: 5%;
	right: 0;
}

.fixed-icon a {
	display: block;
	margin-top: 20px;
	text-align: center;
}


@media only screen and (max-width : 991px) {}

@media only screen and (max-width : 767px) {
	#footer_inner {
		padding: 40px 0;
	}

	.f_logo {
		width: 240px;
		margin-bottom: 30px;
	}

	.copy {
		font-size: 10px;
	}
}

@media only screen and (max-width : 375px) {}

@media print,
screen and (min-width : 768px) {
	.f_logo {
		width: 300px;
		margin-bottom: 50px;
	}

	#footer_inner {
		padding: 80px 0;
	}
}

@media print,
screen and (min-width : 992px) {}

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
section h2 {
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

/* h3 {
  font-weight: 600;
} */
.red {
	color: #9c0000;
}

.btn {
	display: inline-block;
	border: 2px solid #646464;
	text-align: center;
}

.btn span {
	position: relative;
	display: inline-block;
	letter-spacing: 0.15em;
}

.btn span:after {
	content: "";
	height: 2px;
	top: 50%;
	margin-top: -1px;
	position: absolute;
	background: #646464;
	transition: .3s;
}

.btn:hover span:after {
	width: 0;
}

@media only screen and (max-width : 991px) {
	section h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	/* h3 {
    font-size: 26px;
    margin-bottom: 15px;
  } */
	.btn {
		width: 240px;
		font-size: 18px;
		padding: 20px;
	}

	.btn span:after {
		width: 40px;
		right: -50px;
	}
}

@media only screen and (max-width : 767px) {}

@media only screen and (max-width : 575px) {
	section h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	/* h3 {
    font-size: 20px;
    margin-bottom: 15px;
  } */
}

@media print,
screen and (min-width : 768px) {}

@media print,
screen and (min-width : 992px) {
	section h2 {
		font-size: 52px;
		margin-bottom: 40px;
	}

	section h3 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.btn {
		width: 400px;
		font-size: 24px;
		padding: 25px;
	}

	.btn span:after {
		width: 90px;
		right: -100px;
	}
}



#contact_btn_mail {
	width: 50px;
	height: 165px;
	position: fixed;
	right: 0;
	bottom: 10px;
	z-index: 999;
}

#contact_btn_tel {
	width: 50px;
	height: 165px;
	position: fixed;
	right: 0;
	bottom: 200px;
	z-index: 999;
}

#contact_btn_mail a img,
#contact_btn_tel a img {
	position: relative;
	display: block;
	width: 50px;
	height: 165px;
}


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

	#contact_btn_mail,
	#contact_btn_tel {
		display: none;
	}
}



/* ---------------------------------------------------------------------------------------------

　   flex

--------------------------------------------------------------------------------------------- */
.flex {
	display: flex;
}

.justify-contetn-space-around {
	justify-content: space-around;
}

.justify-contetn-space-between {
	justify-content: space-between;
}

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

.flex-wrap {
	flex-wrap: wrap;
}

.ios_img {
	height: auto;
	align-items: flex-start;
}

@media only screen and (max-width : 991px) {
	.flex-wrap-tablet {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width : 767px) {
	.flex-wrap-smp {
		flex-wrap: wrap;
	}
}

@media print,
screen and (min-width : 768px) {}</pre></body></html>