@charset "utf-8";

/* CSS Document */
html { font-size: 10px; }
body {
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	font-size: 1.6rem; margin: 0px;
	text-align: center;
	line-height: 1.5;
	color: #231815;
	background-color: #fff;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	image-rendering: auto;
	font-weight: normal;
}
hr { display: none; }


p, form { margin: 0px; padding: 0px; }
img { border: none; margin: 0px; padding: 0px; backface-visibility: visible; -webkit-backface-visibility: visible; max-width: 100%; height: auto; vertical-align: top; }
a { text-decoration: none; outline: none; color: #00a0e9; }
a:hover { text-decoration: none; outline: none; color: #4ba5d4; }
a:hover img { opacity: 0.75; }
a, a img, input, textarea, button { transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; outline: none; }
input, textarea, select, button { outline: none; }
h1, h2, h3, h4, ul, dl, dt, dd { margin: 0px; padding: 0px; font-weight: normal; list-style: none; }
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.lf { float: left; }
.rh { float: right; }
.clr { clear: both; }
.cf:after { content: " "; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }

a.a { text-decoration: underline; }
a.a:hover { text-decoration: none; }
.sp { display: none; }


/* ヘッダー
-------------------------------------------------- */
header {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
	background-color: #fff;
}
#etc-p {
	height: auto;
}
header nav {
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	padding: 30px 110px 15px 110px;
	position: relative;
}
header nav > div { width: 100%; margin: 0 auto; display: flex; align-items: center; }
header nav .logo { margin-right: auto; }
header nav .logo a {
    display: block;
    width: 260px;
    padding: 0;
}
header nav ul { display: flex; }
header nav ul li { margin-right: 0; font-size: 16px; font-weight: normal; }
header nav ul li a { color: #595757; display: flex; padding: 0px 12px; align-items: center; justify-content: center; position: relative; margin-top: 0px; }
header nav ul li a:after { content: ''; width: calc(100% - 20px); bottom: 0px; left: 10px; height: 2px; background-color: #00a0e9; position: absolute; pointer-events: none; transition: all 0.15s ease-out; transform: scaleX(0); }
header nav ul li a:hover { color: #00a0e9; }
header nav ul li a:hover::after { transform: scaleX(1); }
header nav ul li a.on { cursor: default; color: #00a0e9; }
header nav ul li a.on:after { transform: scaleX(1); }

header nav ul li a.visit { color: #00a0e9;}
header nav ul li a.visit::after { content: '';
    width: calc(100% - 20px);
    bottom: 0px;
    left: 10px;
    height: 2px;
    background-color: #00a0e9;
    position: absolute;
    pointer-events: none;
    transition: all 0.15s ease-out; transform: scaleX(1); }

header nav ul {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.5em;
	line-height: 2;
}
header nav ul > li {
	position: relative;
	padding: 0 0.7em;
}
header nav ul > li::before {
	position: absolute;
	left: -.5em;
	content: "｜";
	color: #595757;
}
header nav ul > li:first-child::before {
	content: none;
}
header .spm { display: none; }
header .hd { max-width: 1000px; margin: 0 auto; padding: 0; }
header .lf { text-align: left; max-width: 900px; /* max-width: calc(100% - 300px); */}
header .rh { width: 1000px; padding-top: 40px; }
header .rh h1 { font-size: 2rem; font-weight: bold; }
header .rh h1:after { content: attr(data-after); display: block; font-size: 1.3rem; font-weight: normal; font-family: YakuHanJP, 'EB Garamond', serif; letter-spacing: 0.02em; margin-top: 10px; }
header .rh img { width: 1000px; margin: 20px 0px; }
header .rh div a { font-size: 1.8rem; color: #fff; background: #2e6eaf url(../img/arrow.png) no-repeat right 20px center; background-size: 12px auto; display: block; border-radius: 8px; padding: 15px 10px; }
header .rh div a:hover { opacity: 0.8; }
header.def { background: none; padding: 0px 20px; }
header.def .navc { height: 0px; }


@media screen and (max-width: 1070px) {
	header nav ul li { margin-right: 10px; }
	header nav ul li:last-child { margin-left: 20px; }
	header nav ul li a.visit { color: #fff; background-color: #22379b;}
}
@media screen and (max-width: 1010px) {
	header nav ul li { font-size: 1.2rem; }
	header nav ul li:last-child { margin-left: 10px; font-size: 1.3rem; }
	header nav ul li:last-child a { width: 120px; }
}
@media screen and (max-width: 910px) {
	header nav ul li a { padding: 0px 5px; }
	header nav ul li a:after { left: 5px; width: calc(100% - 10px); }
	header nav ul li:last-child a { width: 100px; }
}
@media screen and (max-width: 830px) {
	header nav ul li { margin-right: 0px; }
}
@media (max-width: 599px) {
	main { /*padding-top: 60px;*/ }
}


/* section
-------------------------------------------------- */
section { padding: 0; }
/* section.cl {
	background-color: #e1eaea;
	background-image: url(../img/bg.png);
} */
section.cl {
	background-image: url(../img/header_bg3.jpg);
	background-attachment: fixed;
	background-position: center bottom;
    background-size: cover;
}
section.cl-2 {
	background-color: #62c3d8;
	background-attachment: fixed;
	background-position: center bottom;
    background-size: cover;
}
section.cl-3 {
	background-color: #fde500;
	background-attachment: fixed;
	background-position: center bottom;
    background-size: cover;
}
section > div { width: 100%; max-width: 1200px; margin: 0 auto; text-align: left; }

@media (max-width: 599px) {
/* Content */
section { padding: 20px 25px; }
section > h2 { font-size: 2rem; line-height: 1.2; margin-top: 20px; margin-bottom: 20px; }
section > h2:after { font-size: 1.3rem; margin-top: 15px; }
}

/* TOP
-------------------------------------------------- */
.wrapper-contents {
	width: 100%;
    display: block;
    position: relative;
    padding: 50px;
}
h2.bs_h {
    color: #231815;
    position: relative;
    padding: 15px;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-align: left;
}
.m-syo {
    color: #231815;
    padding: 20px;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: left;
	vertical-align: bottom;
}
.m-text {
    color: #231815;
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
}

@media (max-width: 599px) {
	.wrapper-contents {
		padding: 0;
	}
	h2.bs_h {
		padding: 15px 10px 20px 10px;
		font-size: 20px;
		line-height: 0;
		letter-spacing: 0.15em;
	}
	.m-syo {
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.1em;
	vertical-align: middle;
	}
	.m-text {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
}
}


/* ページ共通　ヘッダー下　ビジュアル
-------------------------------------------------- */

.top-mainvisual_t {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	background: url(../img/top_himg_pc.jpg) no-repeat center / cover;
}
.fede_t {
	width: 85%;
	animation: fadein 5s ease-out forwards;
}

@keyframes fadein {
  0% {
     opacity: 0
  }
  100% {
     opacity: 1
  }
}


.top-mainvisual {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
@media (max-width: 599px) {
	.top-mainvisual {
	margin: 90px 0 0 0;
}
	.fede_t {
	width: 100%;
		padding: 100px 0;
}
	}


/* ページ共通　見出し
-------------------------------------------------- */

h2.bs_b_p {
    color: #231815;
    position: relative;
    padding: 5px 5px 5px 0px;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-align: left;
	margin-bottom: 30px;
}
h2.bs_h_b {
    color: #fff;
    position: relative;
    padding: 5px 5px 5px 30px;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-align: left;
	background-color: #2c76ff;
	margin-bottom: 30px;
}
.m-syo_b {
    color: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: left;
	vertical-align: bottom;
}
.img_bs_tb {
    padding: 20px 0px 100px 0px;
    width: 90%;
	margin: 0 auto;
}
.img_ctac_tbl {
    padding: 20px 0px 100px 0px;
    width: 80%;
	margin: 0 auto;
}
.img_ctac_tb {
    padding: 10px 0px 30px 0px;
    width: 100%;
	margin: 0 auto;
}
.f_blue {
    color: #276ae5;
}
.f_blue_b {
	font-size: 30px;
    color: #276ae5;
}
.f_blue-l {
    color: #2318ff;
}
.f_b_g_b {
    color: #fff;
    position: relative;
    padding: 5px;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-align: center;
	background-color: #23e815;
}
.f_b_c_b {
    color: #fff;
    position: relative;
    padding: 5px;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-align: center;
	background-color: #a39601;
}
.f_b_gg_b {
    color: #fff;
    position: relative;
    padding: 5px;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-align: center;
	background-color: #009391;
}
h3.bs_b {
    color: #2c76ff;
    position: relative;
    padding: 10px 0px 10px 0px;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: left;
}
h3.bs_b_b {
    color: #fff;
    position: relative;
    padding: 0px 0px 0px 30px;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-align: left;
	background-color: #2c76ff;
	margin-bottom: 15px;
}
h3.bs_b_bl {
    color: #fff;
    position: relative;
    padding: 0px 0px 0px 30px;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-align: left;
	background-color: #2c76ff;
	margin-bottom: 15px;
}
h3.bs_b_img {
    position: relative;
    padding: 0px;
    width: 100%;
    text-align: left;
	margin-bottom: 15px;
}
h3.bs_h_p {
    color: #276ae5;
    position: relative;
    padding: 5px 5px 5px 0px;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-align: left;
	margin-bottom: 30px;
}
.m-syo_p {
    color: #231815;
    padding: 20px;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0.1em;
    text-align: left;
	vertical-align: bottom;
}
h3.ctac_b_bl {
    color: #2318ff;
    position: relative;
    padding: 0px 0px 0px 10px;
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-align: left;
	margin-bottom: 15px;
	border: 1px solid #2318ff;
	border-radius: 10px;
}
h4.bs_b_s {
    color: #231815;
    position: relative;
    padding: 0;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
	margin-bottom: 5px;
}

@media (max-width: 599px) {
	h2.bs_b_p {
		padding: 10px 0px 10px 0px;
		font-size: 20px;
		line-height: 0;
		letter-spacing: 0.15em;
		margin-bottom: 15px;
	}
	h2.bs_h_b {
		padding: 10px 10px 10px 10px;
		font-size: 20px;
		line-height: 0;
		letter-spacing: 0.15em;
		margin-bottom: 15px;
	}
	.m-syo_b {
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.1em;
	vertical-align: middle;
	}
	.img_bs_tb {
    padding: 20px 0px 50px 0px;
    width: 100%;
	margin: 0 auto;
	}
	.img_ctac_tb {
    padding: 10px 0px 20px 0px;
    width: 100%;
	margin: 0 auto;
	}
	.img_ctac_tbl {
    padding: 20px 0px 50px 0px;
    width: 100%;
	margin: 0 auto;
	}
	.f_blue_b {
	font-size: 20px;
}
	h3.bs_b {
		padding: 10px 0px 10px 0px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
	h3.bs_b_b {
    color: #fff;
    position: relative;
    padding: 0px 0px 0px 10px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-align: left;
	background-color: #2c76ff;
	margin-bottom: 15px;
}
	h3.bs_bl {
		padding: 10px 0px 10px 0px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
	h3.bs_h_p {
		padding: 10px 10px 0px 10px;
		font-size: 20px;
		line-height: 0;
		letter-spacing: 0.15em;
		margin-bottom: 5px;
	}
	.m-syo_p {
    padding: 0px;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0.1em;
	vertical-align: middle;
	}
	h3.ctac_b_bl {
    padding: 10px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	h4.bs_b_s {
		padding: 10px 0px 0px 0px;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
}

/* ページ共通　2カラム
-------------------------------------------------- */
.wrapper-ls {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 0 0 0;
}
.rl-change {
  flex-direction: inherit;
}
.contents-ls , .images-ls {
    width: 48%;
    display: block;
    position: relative;
}
.images-ls img {
    width: 100%;
	overflow: hidden;
}

@media (max-width: 599px) {
	.wrapper-ls {
		display: block;
		justify-content: normal;
		position: relative;
		padding: 0 0 50px 0;
	}
	.rl-change {
		display: flex;
		flex-direction: column-reverse;
	}
	.contents-ls , .images-ls {
		width: 100%;
		padding: 20px;
	}
	.contents-ls .text {
		margin: 5px 0 5px 0;
		font-size: 14px;
		line-height: 2;
	}
}

/* プロフィール
-------------------------------------------------- */

.contents-ls-profile {
    padding: 0;
    margin: 0 auto;
    width: 80%;
	font-size: 16px;
    text-align: center;
	line-height: 3;
	letter-spacing: 0.15em;
}

table.tab-profile {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
table.tab-profile th {
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    color: #231815;
	font-weight: normal;
}
table.tab-profile td {
    width: 75%;
    box-sizing: border-box;
    padding: 10px;
	text-align: left;
}

@media (max-width: 599px) {
	.contents-ls-profile {
		padding: 0;
		width: 100%;
		font-size: 14px;
		line-height: 3;
		letter-spacing: 0.15em;
	}
	table.tab-profile th {
    width: 30%;
}
table.tab-profile td {
    width: 60%;
}
}

/* 見出し枠あり　文字色
-------------------------------------------------- */
h3.cap-whi {
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 20px 50px 20px 50px;
    font-size: 29px;
    letter-spacing: 0.15em;
	text-align: center;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 15px;
	margin: 80px 0 20px 0;
}
h3.cap-whi-b {
    font-weight: bold;
    color: #333;
    position: relative;
    padding: 20px 50px 20px 50px;
    font-size: 29px;
    letter-spacing: 0.15em;
	text-align: center;
	background-color: #fff;
	display: inline-block;
	border-radius: 15px;
	margin: 80px 0 20px 0;
}
h3.cap-bla {
    font-weight: bold;
    color: #333;
    position: relative;
    padding: 20px 50px 20px 50px;
    font-size: 29px;
    letter-spacing: 0.15em;
	text-align: center;
	border: 1px solid #333;
	display: inline-block;
	border-radius: 15px;
	margin: 50px 0 20px 0;
}

@media (max-width: 599px) {
	h2.cap-nzc {
		padding: 50px 0 20px 0;
		width: 70%;
	}
	h2.cap-nzc-power {
		padding: 50px 0 20px 0;
		width: 100%;
	}
	.wrapper-ls-nzc {
		display: block;
		position: relative;
		padding: 0 0 50px 0;
	}
	.contents-ls-nzc h3 {
		font-size: 18px;
		font-size: 4.8vw;
		line-height: 27px;
		line-height: 7.19999vw;
	}
	.contents-ls-nzc {
		width: 100%;
		margin: 0;
		padding: 20px;
	}
	.contents-ls-nzc .text {
		margin: 15px 0 5px 0;
		font-size: 14px;
		line-height: 2;
	}
	.contents-ls-nzc-efe {
		width: 100%;
		padding: 0;
	}
	.contents-ls-nzc-efe-t {
		width: 100%;
		padding: 20px 0 20px 0;
	}
	.text-c {
		font-size: 14px;
		line-height: 2;
	}
	h3.cap-whi {
		font-size: 16px;
		font-size: 4vw;
		margin: 40px 0 20px 0;
	}
	h3.cap-whi-b {
		font-size: 16px;
		font-size: 4vw;
		margin: 40px 0 20px 0;
	}
	h3.cap-bla {
		font-size: 16px;
		font-size: 4vw;
		margin: 40px 0 20px 0;
	}
}

/* 文字下マーカー
-------------------------------------------------- */
.marker-y {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(60%,#ffff00));
    background: linear-gradient(transparent 60%,#ffff00 0);
	padding: 0;
}
.marker-b {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(95%,transparent),color-stop(95%,#276ae5));
    background: linear-gradient(transparent 95%,#276ae5 0);
	padding: 10px;
}


.marker-y-l {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(70%,transparent),color-stop(70%,#fde500));
    background: linear-gradient(transparent 70%,#fde500 0);
	padding: 0 100px 0 100px;
}
.marker-y-n {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(transparent),color-stop(#fde500));
    background: linear-gradient(transparent,#fde500 0);
    padding: 20px 50px 20px 50px;
	transform:skewX(210deg);
	display: inline-block;
}
.marker-y-n-no { transform:skewX(150deg); }

.marker-w {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(70%,transparent),color-stop(70%,#fff));
    background: linear-gradient(transparent 70%,#fff 0);
	padding: 0 20px 0 20px;
}

/* アイコンイメージ
-------------------------------------------------- */
.img-icon {
	width: 25%;
	text-align: left;
	padding: 40px 0 0 10px;
	float: left;
}
.img-icon-bs {
	width: 90%;
	text-align: center;
	padding: 25px;
	margin: 0 auto;
}
.img-icon-cons {
	width: 80%;
	text-align: center;
	padding: 25px;
	margin: 0 auto;
}
@media (max-width: 599px) {
	.img-icon {
		padding: 2% 0 0 0;
	}
	.img-icon-bs {
		padding: 5%;
	}
	.img-icon-cons {
		width: 50%;
		padding: 5%;
	}
}

/* スライド画像文字
-------------------------------------------------- */
.slideConts {
	height: auto;
	margin: 0 auto;
	position: absolute;
}
.slideConts h3 {
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-align: left;
	/*opacity: 1;*/
}

@media (max-width: 599px) {
	.slideConts h3 {
		padding: 10px 0 0 0;
	}
}


/* ボタン
-------------------------------------------------- */
p.button-b {
	margin: 40px auto;
	padding: 0;
	position: relative;
	width: 70%;
	display: block;
}
p.button-b a {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #2c76ff;
	border-radius: 30px;
	top: 0;
}
p.button-b a span {
	position: relative;
	padding: 20px;
	display: block;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.05em;
}
p.button-b a:hover {
	top: 5px;
	display: block;
	color: #fff;
	background-color: #4ba5d4;
	transition: .2s ease-in-out;
}

@media (max-width: 599px) {
	p.button-b {
		margin: 40px auto;
		text-align: center;
		width: 100%;
	}
	p.button-b a span {
		margin: 0 auto;
		padding: 15px;
		display: block;
		font-size: 16px;
	}
}

/* MAP
-------------------------------------------------- */
.gmaps {
    max-width: 100%;
    width: 100%;
	height: 300px;
    margin: 0;
    line-height: 1;
    border: none;
}


/* 続き
-------------------------------------------------- */
.accordion {
  position: relative;
}
/* ボタン */
.accordion-btn {
  background-color: #2318ff;
  border: 1px solid #2318ff;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: right;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
	    border-radius: 10px;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "続きを読む";
}
/* ボタンhover時のスタイル */
.accordion-btn:hover {
  background-color: #fff;
  color: #2318ff;
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 100px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: 0;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

@media screen and (max-width: 599px) {
.accordion-btn {
	font-size: 14px;
}
	}


/* お問い合わせフォーム */
.contents-ls-contact-icon {
    padding: 50px 0px 50px;
    margin: 0px auto;
    width: 8%;
    text-align: center;
}
h2.contents-ls-contact {
    font-weight: normal;
    color: #231815;
    position: relative;
    padding: 20px;
    width: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-align: center;
	background-color: #e3f8f9;
	margin: 100px auto 10px auto;
}
.text-contact {
    color: #231815;
    margin: 40px 0 80px 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
}
.text-contact-kojin {
    color: #231815;
    margin: 40px 0 20px 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
}
.text-contact-doui {
    color: #231815;
    margin: 20px 0 20px 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
}
.b-contact {
	display: block;
    color: #231815;
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
}
.form-bottom { padding-bottom: 50px;}



/* THANKS ページ */

.thanks { font-size: 2rem; max-width: 1000px; margin: 0 auto; padding: 0; height: 100vh;}
.thanks p { text-align: center; margin: 100px 0 10px 0; line-height: 2;}
.thanks a { text-decoration: none; outline: underline; color: #DE1316; }
.thanks a:hover { text-decoration: underline; opacity: 0.75; }


/* お問い合わせボタン */
.header_scrolled .headerTop_contactBtn {
	font-size: 16px;
    transition: all 1.0s ease-out;
}

.header_scrolled .headerTop_contactBtn {
    position: fixed;
    right: 0; /* Firefox 対策で right: 0; をこれに置き換えた */
    top: 30vh;
	opacity: 0;
}
.header_scrolled .headerTop_contactBtn.active {
	/*activeが付いたら表示*/
	opacity: 1;
   }

.header_scrolled .headerTop_contactBtn a {
	color: #fff;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    border-radius: 5px 0 0 5px;
	border-top: 1px solid #fff;
	border-right: 0px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px;
    transition: all 0.5s ease;  /* Firefox 対策で padding を all に変更 */
}
.header_scrolled .headerTop_contactBtn a:hover {
	background-color: #4ba5d4;
    padding-right: 25px;
    margin-left: -0.5rem;  /* Firefox 対策で追加 */
}
.header_scrolled .headerTop .headerTop_contactBtn a.btn {
    border-radius: 5px 0 0 5px;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #1e73be;
}
@media screen and (max-width: 599px) {

.header_scrolled .headerTop_contactBtn {
    position: fixed;
    bottom: 0; /* Firefox 対策で right: 0; をこれに置き換えた */
    top: auto;
	opacity: 1;
	z-index: auto;
	width: 100%;
}
	.header_scrolled .headerTop_contactBtn a {
	color: #fff;
    writing-mode: initial;
    letter-spacing: 1px;
    border-radius: 0;
	border-top: 1px solid #fff;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 15px;
		display: block;
}
	.header_scrolled .headerTop_contactBtn a:hover {
    padding-bottom: 25px;
		padding-right: 0px;
		padding-left: 0px;
}
}



/* Footer */

footer { width: 100%; padding: 0; margin: 0; }
footer .cont { width: 100%; margin: 0 auto; padding: 20px 0 20px 0;}

footer .ptop { float: right; margin-top: -80px; margin-right: 20px; position: relative; z-index: 3;}
footer .ptop a {
	display: block;
	width: 60px; height: 60px;
	border-radius: 50%;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
	background: #22379b;
	background-size: 35px auto;
}
footer .ptop a:hover { /*opacity: 0.8;*/ transform: translateY(-5px); }

footer .ptop a::after {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: block;
    height: 15px;
    left: 50%;
    position: absolute;
    top: 57%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(-135deg);
    transform: translateY(-50%) translateX(-50%) rotate(-135deg);
    width: 15px;
}



footer nav {
	width: 100%;
    padding: 30px 110px 15px 110px;
    position: relative;
}
footer nav > div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
footer nav .logo { margin-right: auto; }
footer nav .logo a {
    display: block;
    width: 260px;
    padding: 0;
}

footer nav ul {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1.5em;
    line-height: 2;
}
footer nav ul li { margin-right: 10px; font-size: 16px; font-weight: normal; }
footer nav ul > li {
    position: relative;
    padding: 0 0.7em;
}
footer nav ul li a { color: #595757; display: flex; height: 40px; padding: 0px 10px; align-items: center; justify-content: center; position: relative; margin-top: 0px; }
footer nav ul li a:after { content: ''; width: calc(100% - 20px); bottom: 0px; left: 10px; height: 2px; background-color: #00a0e9; position: absolute; pointer-events: none; transition: all 0.15s ease-out; transform: scaleX(0); }
footer nav ul li a:hover { color: #00a0e9; }
footer nav ul li a:hover::after { transform: scaleX(1); }
footer nav ul li a.on { cursor: default; color: #00a0e9; }
footer nav ul li a.on:after { transform: scaleX(1); }

footer nav ul li a.visit { color: #00a0e9;}
footer nav ul li a.visit::after { content: '';
    width: calc(100% - 20px);
    bottom: 0px;
    left: 10px;
    height: 2px;
    background-color: #00a0e9;
    position: absolute;
    pointer-events: none;
    transition: all 0.15s ease-out; transform: scaleX(1); }



footer .f-banner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px 0 20px 0;
}
footer .f-banner img {
	width: 40%;
    margin-right: 80px;
}


/* Animation */
.ani_a, .ani_a .a1, .ani_a .a2, .ani_a .a3, .ani_a .a4, .ani_a .a5, .ani_a .a6, .ani_a .a7,
.ani_a .a2-1, .ani_a .a2-2, .ani_a .a2-3, .ani_a .a2-4, .ani_a .a2-5, .ani_a .a2-6, .ani_a .a2-7, .ani_a .a2-8 
{ transition: all 1s ease-out; opacity: 0; transform: translateY(20px); }
.ani_a.do, .ani_a.do .a1, .ani_a.do .a2, .ani_a.do .a3, .ani_a.do .a4, .ani_a.do .a5, .ani_a.do .a6, .ani_a.do .a7,
.ani_a.do .a2-1, .ani_a.do .a2-2, .ani_a.do .a2-3, .ani_a.do .a2-4, .ani_a.do .a2-5, .ani_a.do .a2-6, .ani_a.do .a2-7, .ani_a.do .a2-8 
{ opacity: 1; transform: translateY(0px); }
.ani_a .a1 { transition-delay: 0.25s; margin-top: 30px;}
.ani_a .a2-1 { transition-delay: 0.7s;}
.ani_a .a2-2 { transition-delay: 0.95s; margin-top: -226px;}
.ani_a .a2-3 { transition-delay: 1.2s; margin-top: -226px;}
.ani_a .a2-4 { transition-delay: 1.45s; margin-top: -226px;}
.ani_a .a2-5 { transition-delay: 1.7s; margin-top: -226px;}
.ani_a .a2-6 { transition-delay: 1.95s; margin-top: -226px;}
.ani_a .a2-7 { transition-delay: 2.2s; margin-top: -226px;}
.ani_a .a3 { transition-delay: 4s; margin-top: -226px;}
.ani_a .a4 { transition-delay: 0.25s; }
.ani_a .a5 { transition-delay: 0.5s; }
.ani_a .a6 { transition-delay: 0.75s; }
.ani_a .a7 { transition-delay: 1s; }
.ani_a .a8 { transition-delay: 1.25s; }
.ani_np { transition: none; opacity: 1; transform: translateY(0px); }


/* TB Responsive */

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

/* Header */
header .navc { height: 60px; }
header nav { top: 0px; position: fixed; padding: 0; }
header nav > div { height: auto; display: block; padding: 10px 20px 10px 20px; position: relative; }
header nav .logo { width: 250px; margin-right: 0px; }
header nav ul { display: block; position: fixed; right: 0px; top: 0px; width: 100%; background-color: #00a0e9; height: 100vh; padding-top: 60px; transition: all 0.2s ease-out; transform: translateX(20px); opacity: 0; pointer-events: none; visibility: hidden; z-index: 1; }
header nav ul li:last-child,
header nav ul li { margin: 0px; font-size: 2.1rem; text-align: left; padding: 0; border-bottom: 1px solid #fff;}
header nav ul li:last-child a,
header nav ul li a { display: block; height: auto; padding: 10px 25px; margin: 0px; color: #fff; }
header nav ul li:last-child a { width: 100%; }
header nav ul li a:after { display: none; }
header nav ul li a:hover, header nav ul li a.on { color: #fff; }
/*header nav ul li:last-child { display: none; }*/
.menu_on header nav ul { transform: translateX(0px); opacity: 1; pointer-events: all; visibility: visible; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
	
header nav ul > li::before {
	position: absolute;
	display: none;
	left: -.5em;
	content: "｜";
	color: #595757;
}

header .spm { display: block; position: absolute; z-index: 2; width: 40px; height: 40px; top: 30px; right: 10px; }
header .spm:before, header .spm:after, header .spm i:before { content: ''; width: 28px; height: 2px; position: absolute; background-color: #22379b; left: 6px; top: 50%; margin-top: -1px; }
header .spm:before { animation: spm_b ease-out 0.2s 1 forwards; }
header .spm:after { animation: spm_a ease-out 0.2s 1 forwards; }
header .spm i:before { animation: spm_i ease-out 0.2s 1 forwards; }
.menu_on header .spm:before { animation: spm_b_on ease-out 0.2s 1 forwards; }
.menu_on header .spm:after { animation: spm_a_on ease-out 0.2s 1 forwards; }
.menu_on header .spm i:before { animation: spm_i_on ease-out 0.2s 1 forwards; }
@keyframes spm_b { 100% { transform: translateY(-10px); } 50% { transform: translateY(0px); } 0% { transform: translateY(0px) rotate(45deg); background-color: #fff; } }
@keyframes spm_a { 100% { transform: translateY(10px); } 50% { transform: translateY(0px); } 0% { transform: translateY(0px) rotate(-45deg); background-color: #fff; } }
@keyframes spm_i { 100% { opacity: 1; } 0% { opacity: 0; } }
@keyframes spm_b_on { 0% { transform: translateY(-10px); } 50% { transform: translateY(0px); } 100% { transform: translateY(0px) rotate(45deg); background-color: #fff; } }
@keyframes spm_a_on { 0% { transform: translateY(10px); } 50% { transform: translateY(0px); } 100% { transform: translateY(0px) rotate(-45deg); background-color: #fff; } }
@keyframes spm_i_on { 0% { opacity: 1; } 100% { opacity: 0; } }

.float_nav_sp header nav { background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05); padding: 0px; }

footer nav {
    padding: 30px 0px 15px 0px;
}	

	
}


/* SP Responsive */

@media screen and (max-width: 599px) {

body { font-size: 1.4rem; min-width: 0px; overflow-x: hidden; image-rendering: auto; }
a { -webkit-touch-callout: none; user-select: none; -webkit-user-select: none; }
a:hover { text-decoration: none; }
a:hover img { opacity: 1; }
a:active img { opacity: 0.8; }
img { max-width: 100%; height: auto; backface-visibility: initial; -webkit-backface-visibility: initial; }
.sp { display: block; }
.pc { display: none; }

.ymf { font-family: 'Noto Sans JP', sans-serif; }

/* Header */
header .navc { height: 60px; }
header nav { top: 0px; position: fixed; padding: 0; }
header nav > div { height: auto; display: block; padding: 10px; position: relative; }
header nav .logo a { width: 200px; margin-right: 0px; }
header nav ul { display: block; position: fixed; right: 0px; top: 0px; width: 100%; background-color: #00a0e9; height: 100vh; padding-top: 60px; transition: all 0.2s ease-out; transform: translateX(20px); opacity: 0; pointer-events: none; visibility: hidden; z-index: 1; }
header nav ul li:last-child,
header nav ul li { margin: 0px; font-size: 2.1rem; text-align: left; padding: 0; border-bottom: 1px solid #fff;}
header nav ul li:last-child a,
header nav ul li a { display: block; height: auto; padding: 10px 25px; margin: 0px; color: #fff; }
header nav ul li:last-child a { width: 100%; }
header nav ul li a:after { display: none; }
header nav ul li a:hover, header nav ul li a.on { color: #fff; }
/*header nav ul li:last-child { display: none; }*/
.menu_on header nav ul { transform: translateX(0px); opacity: 1; pointer-events: all; visibility: visible; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }

header .spm { display: block; position: absolute; z-index: 2; width: 40px; height: 40px; top: 20px; right: 10px; }
header .spm:before, header .spm:after, header .spm i:before { content: ''; width: 28px; height: 2px; position: absolute; background-color: #22379b; left: 6px; top: 50%; margin-top: -1px; }
header .spm:before { animation: spm_b ease-out 0.2s 1 forwards; }
header .spm:after { animation: spm_a ease-out 0.2s 1 forwards; }
header .spm i:before { animation: spm_i ease-out 0.2s 1 forwards; }
.menu_on header .spm:before { animation: spm_b_on ease-out 0.2s 1 forwards; }
.menu_on header .spm:after { animation: spm_a_on ease-out 0.2s 1 forwards; }
.menu_on header .spm i:before { animation: spm_i_on ease-out 0.2s 1 forwards; }
@keyframes spm_b { 100% { transform: translateY(-10px); } 50% { transform: translateY(0px); } 0% { transform: translateY(0px) rotate(45deg); background-color: #fff; } }
@keyframes spm_a { 100% { transform: translateY(10px); } 50% { transform: translateY(0px); } 0% { transform: translateY(0px) rotate(-45deg); background-color: #fff; } }
@keyframes spm_i { 100% { opacity: 1; } 0% { opacity: 0; } }
@keyframes spm_b_on { 0% { transform: translateY(-10px); } 50% { transform: translateY(0px); } 100% { transform: translateY(0px) rotate(45deg); background-color: #fff; } }
@keyframes spm_a_on { 0% { transform: translateY(10px); } 50% { transform: translateY(0px); } 100% { transform: translateY(0px) rotate(-45deg); background-color: #fff; } }
@keyframes spm_i_on { 0% { opacity: 1; } 100% { opacity: 0; } }

header .hd { padding: 20px; }
header .lf { float: none; text-align: center; max-width: 100%; }
header .lf img { width: 320px; }

.float_nav_sp header nav { background-color: rgba(245, 250, 250, 0.9); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05); padding: 0px; }
header.def { background: none; padding: 0px; }
header.def .navc { height: 20px; }

/* 背景スライダー */
.bg-slider {
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    align-items: center;
}

/* Animation */
.ani_a .a1 { transition-delay: 0.25s; }
.ani_a .a2-1 { display: none; }
.ani_a .a2-2 { display: none; }
.ani_a .a2-3 { display: none; }
.ani_a .a2-4 { display: none; }
.ani_a .a2-5 { display: none; }
.ani_a .a2-6 { display: none; }
.ani_a .a2-7 { display: none; }
.ani_a .a3 { transition-delay: 0.5s; margin-top: 0px;}


.hf-t {
    font-size: 1.4rem;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
	margin-left: 0;
    text-align: left;
}
.hf-tc {
	font-size: 1.4rem;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 1.6;
	margin: 10px auto;
	/* margin-bottom: 30px; */
	text-align: center;
	}
	
h2.contents-ls-contact {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 27px;
    line-height: 7.19999vw;
	letter-spacing: 0;
}
	
.text-contact {
    color: #231815;
    margin: 20px 0 30px 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: left;
}
.contents-ls-contact-icon {
		padding: 20px 0 20px 0;
		width: 20%;
}


/* Footer */

footer nav { padding: 30px 20px 10px 20px; }
footer nav > div { width: 100%; margin: 20px auto; display: block; align-items: normal; }
footer nav ul { width: 100%; justify-content: center; margin: 20px 0 20px 0; }
footer nav ul li { margin-right: 0; font-size: 14px; font-weight: normal; }
footer { padding: 0; }
footer nav .logo a { display: block; text-align: center; margin: 0 auto; }
footer .ptop { margin: -6% 20px 20px 0px; }
footer .ptop a { width: 60px; height: 60px; background-size: 19px auto; }
footer .f-banner {
    flex-direction: column;
	margin: 10px 0 20px 0;
}
footer .f-banner img {
    margin-right: 0;
    margin-top: 15px;
}
	
}