@charset "UTF-8";
/* CSS Document */
* {
	word-break: break-all;
	box-sizing: border-box;
}
body {
	font-family: "Noto Sans JP", sans-serif !important;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
#wrapper {
	overflow: hidden;
	position: relative;
	z-index: -100;
}
a {
    color: #666;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
	color: #999;
	opacity: 0.7;
}
.inner {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.ha {
    font-family: "Hannari","Sawarabi Mincho",YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
}
.ro {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.opensans {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.sw {
    font-family: "Sawarabi Mincho";
    font-weight: 400;
    font-style: normal;
}
.yum {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
}
.yug {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bn {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.ns_b {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.cgb {
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.me {
	font-family: 'Merienda', cursive;
    font-weight: 400;
    font-style: normal;
}
.more-btn a {
	display: block;
	width: 65px;
	height: 65px;
	background: linear-gradient(to right, #3ebeef 0%,#0060aa 100%);
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
}
.more-btn a:hover {
	transform: scale(1.5,1.5);
}
.more-btn a i {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	font-size: 20px;
	color: #FFF;
}
.more-btnlong a {
	display: inline-block;
    width: 320px;
    height: 50px;
	background: linear-gradient(to right, #3ebeef 0%,#0060aa 100%);
    border-radius: 30px;
	box-sizing: border-box;
	position: relative;
}
.more-btnlong a span {
    color: #FFF;
	line-height: 50px;
	font-size: 15px;
	padding: 0 2em;
}
.more-btnlong a:hover {
	transform: scale(1.1,1.1);
}
.more-btnlong a i {
	position: absolute;
	top: 15px;
    right: 1em;
	font-size: 20px;
	color: #FFF;
}
/*fixBtn*/
.fixBtn p {
	position: fixed;
	z-index: 300;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	text-align: center;
	line-height: 1.3;
	bottom: 100px;
	right: 20px;
	background-color: #b30726;
	transition: all 0.3s;
	border: 2px solid #FFF;
}
.fixBtn p a {
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 32px;
	padding-right: 2px;
}
.fixBtn p a span {
	font-size: 12px;
	font-family: century-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.fixBtn p:hover {
	bottom: 130px;
	opacity: .7;
}
.fixBtn02 ul li {
	position: fixed;
	z-index: 200;
	transition: all 0.3s;
	writing-mode: vertical-lr;
	display: block;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 2px solid #FFF;
}
.fixBtn02 ul li a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2em;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 4em;
	padding-bottom: 2em;
	position: relative;
}
.fixBtn02 ul li a:before {
	position: absolute;
	content: "";
    width: 40px;
	height: 40px;
    top: 8px;
    left: 0.75em;
    background-image: url("../img/common/line.svg");
	background-position: top;
	background-repeat: no-repeat;
}
.fixBtn02 ul li:nth-of-type(1) {
	top: 130px;
	right: -10px;
	background-color: #00c300;
}
.fixBtn02 ul li:hover {
  right: -3px;
}
/*header*/
header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	padding: 20px;
}
header .h1-area {
	width: 50%;
	text-align: left;
}
header .h1-area h1 a {
	width: 400px;
	display: flex;
	align-items: center;
}
header .h1-area h1 a .img {
	width: 105px;
}
header .h1-area h1 a .img img {
	width: 100%;
}
header .h1-area h1 a .txt {
	padding-left: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
header .h1-area h1 a .txt span {
	display: block;
	font-size: 14px;
	line-height: 1;
}
header .contact-nav {
	position: absolute;
	top: 27px;
    right: 135px;
	text-align: right;
}
header .contact-nav p.h1txt {
	padding: 0 0 5px;
}
header .contact-nav ul {
	display: flex;
	justify-content: flex-end;
}
header .contact-nav ul li {
	display: inline-block;
	margin-left: 15px;
	background: #3ebeef;
	background: linear-gradient(to right,  #3ebeef 0%,#0060aa 100%);
	border-radius: 20px;
}
header .contact-nav ul li:hover {
	background: #0060aa;
	background: linear-gradient(to left,  #3ebeef 0%,#0060aa 100%);
	border-radius: 20px;
}
header .contact-nav ul li a {
	display: inline-block;
	font-family: century-gothic,sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 5px 1.5em 5px .5em;
	margin-left: 15px;
	font-size: 14px;
	color: #FFF;
}
header .contact-nav ul li a i {
	font-size: 16px;
	color: #FFF;
}
.is-animation {
	background-color: rgba(255,255,255,.95);
}
.is-animation .h1-area h1 a .img {
	width: 55px;
	transition: .3s;
}
.is-animation #nav-toggle {
	top: 15px;
	transition: .3s;
}
.is-animation .contact-nav {
    top: 13px;
	transition: .3s;
}
/*footer*/
footer {
	background-color: #f2f4f8;
	color: #000;
	padding: 30px 0 200px;
}
footer .inner {
	display: flex;
	padding: 0 15px;
	justify-content: space-between;
}
footer .inner .left {
	width: 30%;
}
footer .inner .left .logo-Box {
	width: 120px;
}
footer .inner .left .logo-Box a {
	display: block;
}
footer .inner .left .txt {
	padding-top: 15px;
	font-size: 13px;
	line-height: 1.3;
}
footer .inner .left .bnrArea {
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 250px;
}
footer .inner .left .bnrArea a:hover img {
	opacity: .7;
}
footer .inner .right {
	width: 50%;
	padding-top: 25px;
}
footer .inner .right .listBox {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
footer .inner .right .listBox > ul {
	width: 50%;
	padding-left: 5vw;
	border-left: 2px solid #FFF;
}
footer .inner .right .listBox > ul li {
	padding: 5px 1em;
}
footer .inner .right .listBox ul > ul {
	padding-left: 1em;
}
footer .inner .right .listBox ul > ul li {
	position: relative;
}
footer .inner .right .listBox ul > ul li:before {
	content: "-";
	position: absolute;
	left: 0;
}
footer .inner .right .listBox > ul li a {
	font-size: 13px;
	line-height: 1.1;
	color: #000;
}
footer .inner .right .snsBox {
	margin-top: 10px;
	font-size: 13px;
	text-align: right;
}
footer .inner .right .snsBox .line {
	display: inline-block;
	text-align: right;
	background-color: #FFF;
	border-radius: 25px;
	box-shadow: 2px 2px 8px #efefef;
}
footer .inner .right .snsBox .line a {
	display: inline-block;
    padding: 15px 2em 15px 6em;
    font-size: 13px;
    line-height: 1.2;
    color: #595757;
    text-align: left;
    background-color: #FFF;
    border-radius: 60px;
    position: relative;
}
footer .inner .right .snsBox .line a:before {
	content: "";
	background-image: url("../img/common/line.svg");
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 1.75em;
	width: 40px;
	height: 40px;
}
footer .inner .right .snsBox .line a:hover {
    background-color: #999;
	color: #FFF;
}
.copy {
	display: block;
	padding: 10px 8vw;
	text-align: center;
}
footer .pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: auto;
	z-index: 200;
}
footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 1;
	font-size: 13px;
    font-family: century-gothic,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #0060ab;
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
}
footer .pagetop a span {
	display: block;
	line-height: 2;
}
.fixleftBtn {
    position: fixed;
    width: 340px;
    left: 10px;
    bottom: 10px;
    z-index: 500;
}
.fixleftBtn a:hover img {
	opacity: .7;
}
@media screen and (max-width: 900px) {
	header .contact-nav p.h1txt {
		display: none;
	}
}@media screen and (max-width: 768px) {
	.inner {
		max-width: 100%;
	}
	header .contact-nav {
		display: none;
	}
	footer .inner {
		display: block;
		padding: 0 5vw;
		text-align: center;
	}
	footer .inner .left,
	footer .inner .right {
		width: 100%;
	}
	footer .inner .left .logo-Box {
		margin: 0 auto 15px;
	}
	footer .inner .right .listBox {
		display: none;
	}
	footer .inner .right .snsBox {
		width: 100%;
		text-align: center;
	}
	footer .inner .right .snsBox .line {
		text-align: center;
	}
	footer {
		margin-bottom: 70px;
	}
	footer .inner .left .bnrArea {
		margin: 20px auto;
	}
	/*fsubNav*/
	.fsubNav {
    position: fixed;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    z-index: 200;
    transition: all 0.3s;
    background-color: #0071bc;
  }
  .fsubNav .inner {
    text-align: center;
    padding: 10px 5vw;
  }
  .fsubNav .inner h1 {
    color: #fdcf00;
    font-size: 12px;
    background-color: #0071bc;
    border-radius: 50px;
  }
  .fsubNav .inner h1:after {
    display: none;
  }
  .fsubNav .inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
  }
  .fsubNav .inner ul li {
    width: 50%;
  }
  .fsubNav .inner ul li a {
    color: #fff;
	font-size: 16px;
  }
  .fsubNav .inner ul li a span {
    font-size: 16px;
    padding-right: 5px;
  }
  .fsubNav .inner ul li a span.line {
	width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 26px;
  }
  .fsubNav .inner ul li a span.line img {
	width: 100%;
  }
	footer {
		padding-bottom: 100px;
	}
	.fixleftBtn {
		bottom: 70px;
		left: 0;
		z-index: 50;
		width: 100%;
		height: auto;
		max-width: 300px;
	}
}
@media screen and (max-width: 600px) {
	.fixleftBtn {
		max-width: 600px;
	}
}
@media screen and (max-width: 500px) {
	header {
		padding: 10px;
		background-color: rgba(255,255,255,.9);
	}
	.main-box:before {
		background-position: top 90px center;
	}
	header .h1-area h1 a .img {
		width: 60px;
	}
	header .h1-area h1 a .txt {
		padding-left: 5px;
	}
	header .h1-area h1 a .txt span {
	font-size: 13px;
	}
}


