@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	position: relative;
	min-width: 1200px;
	font-family: Arial, 'Yu Gothic', 'メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.8;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
}
.inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.sp {
	display: none;
}
.btn_more {
}
.btn_more a {
	display: block;
	padding: .5em;
	background: #2A93D5;
	color: #FFF;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: .2rem;
}
.btn_more a:after {
	content: url(../images/arrow_more.png);
	padding-left: 1em;
}
.btn_more a:hover {
	opacity: .5;
	transition: .8s
}
.btn_more a:visited {
	color: #FFF;
}
a img:hover {
	opacity: .5;
	transition: .8s
}
/*-------------
header
-------------*/
#header{
	padding: 5px;
	position: relative;
	z-index: 100;
}
#header .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0;
}
#header .logo {
	margin: 0 auto 0 30px;
}
#header .logo img{
	width: auto;
}
#gnav {
	margin: 0;
}
#gnav > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
}
#gnav li {
	position: relative;
}
#gnav li a, #gnav li span {
	padding: 0 1.5rem;
	border-left: #e5e5e5 1px solid;
	color: #2A93D5;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
#gnav li span {
	opacity: .2;
	border-left: #666 1px solid;
}
#gnav li a:hover {
	opacity: .5;
	transition: .8s
}
#gnav li ul{
	position: absolute;
	top: 58px;
	left: 0;
	width: 11em;
}
#gnav li ul li {
	overflow: hidden;
	height: 0;
	transition: 0.2s;
	line-height: 1.2;
	background: rgba(255,255,255,.95);
	text-align: center;
}
#gnav li ul li a {
	border: none;
	display: block;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #e5e5e5;
}
#gnav li ul li:first-child a{
	border-top: solid 2px #000;
}
#gnav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}

#gnav .contact {
	position: relative;
	padding: 30px 10px 5px;
	border: #2A93D5 1px solid;
	line-height: 1.8;
}
#gnav .contact a {
	border: none;
}
#gnav .contact a:before {
	position: absolute;
	content: url(../images/h_contact.png);
	top: 7px;
	left: 50%;
	margin-left: -10px;
}
/*-------------
main
-------------*/
main{
	position: relative;
	z-index: 0;

}
.page_ttl {
	position: relative;
	height: 200px;
	background: #F0F8FA;
	color: #0073BA;
}
.page_ttl h2 ,
.page_ttl p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 2.4rem;
}
.page_ttl span{
	display: block;
	font-weight: normal;
	font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.content {
	padding: 35px 0;
}
.lttl {
	margin-bottom: 50px;
	color: #333;
	text-align: center;
}
.lttl img {
	padding-bottom: 10px;
}
.lttl_2 {
	margin-bottom: 30px;
	color: #333;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}
/*-------------
footer
-------------*/
footer{
}


#inquiry {
	padding: 40px 0;
	border-top: #DDD 1px solid;
}
#inquiry .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
#inquiry h3 {
	margin-bottom: 1em;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: .05em
}
#inquiry h3 img{
	width: auto;
	height: 20px;
}
#inquiry address {
	font-size: 1.3rem;
	line-height: 1.3;
}
#inquiry .info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
#inquiry .lttl {
	margin-bottom: 0;
}
#inquiry .info .free {
	position: relative;
	margin-right: 1em;
	padding: 0 0 0 1.5em;
	font-size: 2.8rem;
	letter-spacing: .051em
}
#inquiry .info .free:before {
	position: absolute;
	content: url(../images/footer_free.png);
	top: 0;
	left: 0;
}
#inquiry .info .mail a {
	position: relative;
	display: inline-block;
	padding: .3em 1em .3em 3em;
	border: #2A93D5 1px solid;
	color: #2A93D5;
	font-weight: bold;
	text-decoration: none;
}
#inquiry .info .mail a:before {
	position: absolute;
	top: 8px;
	left: 1em;
	content: url(../images/footer_contact.png);
}
#inquiry .info .mail a:hover {
	opacity: .5;
	transition: .8s
}
#f_nav {
	padding: 40px 0;
	border-top: #DDD 1px solid;
	background: #F6F6F6;
}
.f_nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.f_nav > ul {
	padding-left: 40px;
}
.f_nav > ul > li {
	margin-bottom: 1em;
}
.f_nav > ul > li > a, .f_nav > ul > li > span {
	position: relative;
	padding-left: 1em;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
}
.f_nav>ul>li>a:before, .f_nav>ul>li>span:before {
	position: absolute;
	top: 3px;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border: transparent 5px solid;
	border-left: #333 7px solid;
}
.f_nav .sub li {
	padding-left: 1em;
	line-height: 1.4;
}
.f_nav .sub li a, .f_nav .sub li span {
	color: #000;
	font-size: 1.2rem;
	text-decoration: none;
}
.f_nav li a:hover {
	text-decoration: underline;
	transition: .8s
}
.f_nav span {
	opacity: .3;
}
#copyright p {
	padding: .7em 0;
	font-size: 1.2rem;
	text-align: center;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

@media screen and (max-width:1200px) {
.inner {
	overflow: hidden;
}
}

@media screen and (max-width:640px) {
body {
	min-width: 100%;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.inner {
	width: 100%;
	min-width: 100%;
	padding: 0 15px;
	overflow: visible;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
section{
	position: relative;
}
.anch{
	position: absolute;
	top: -70px;
	left: 0;
}
/*-------------
header
-------------*/
#header {
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 15px;
	z-index: 9999;
	background: #FFF;
	border-bottom: #e5e5e5 1px solid;
}
#header .inner {
	position: relative;
	justify-content: space-between;
}
#header .logo {
	width: 30%;
	margin: 0;
}
#header .logo img {
	vertical-align: middle;
	width: 100%;
	height: auto;
}
#gnav {
}
#gnav ul {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#gnav li {
	margin: 0;
	width: auto;
}
#gnav li span,
#gnav li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-right: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	border-left: none;
	color: #2A93D5;
	text-decoration: none;
	text-align: center;
}
#gnav li span{
	border-right: #666 1px solid;
	border-bottom: #666 1px solid;
	border-left: none;
}
#gnav li.gn-concept{
	width: 100%;
}
#gnav li ul{
	position: relative;
	top: 0;
	width: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#gnav li ul li {
	overflow: hidden;
	height: auto;
	transition: 0.2s;
	line-height: 1.2;
	background: rgba(0,0,0,.05);
	text-align: center;
}


#gnav li ul li a {
	border: none;
	height: auto;
	line-height: 24px;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-right: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	border-left: none;
	text-decoration: none;
	text-align: center;
}
#gnav li ul li:first-child a{
	border-top: none;
}
#gnav li:hover > ul > li {
  height: auto;
}
#gnav .contact {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#gnav .contact a{
	padding: 5px 10px 5px 3em;
}
#gnav .contact a:before {
	top: 25%;
	left: 15%;
}
.sp-menu {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
}
.sp-menu .menu-trigger, .sp-menu .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.sp-menu .menu-trigger {
	position: relative;
	width: 44px;
	height: 44px;
}
.sp-menu .menu-trigger span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 70%;
	height: 2px;
	background-color: #000;
	border-radius: 5px;
}
.sp-menu .menu-trigger span:nth-of-type(1) {
	top: 5px;
}
.sp-menu .menu-trigger span:nth-of-type(2) {
	top: 15px;
}
.sp-menu .menu-trigger span:nth-of-type(3) {
	top: 25px;
}
.sp-menu .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.sp-menu .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.sp-menu .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/*-------------
main
-------------*/
.page_ttl {
	height: 150px;
	background-size: auto 100%;
}
main {
	padding: 50px 0 0;
}
.content {
	padding: 20px 0;
}
.lttl {
	margin-bottom: 30px;
}
.lttl img {
	zoom: .8;
}
.lttl_2 {
	font-size: 2.0rem;
}
/*-------------
footer
-------------*/
footer{
}
#inquiry .inner {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#inquiry .lttl {
	width: 100%;
	margin-bottom: 30px;
}
#inquiry div {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#inquiry h3 {
	font-size: 1.8rem;
}
#inquiry h3 img{
	width: 80%;
	height: auto;
}
#inquiry address {
	font-size: 1.2rem;
}
#inquiry .info {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
#inquiry .info li {
	width: 100%;
}
#inquiry .info .free {
	margin: 0 auto;
	padding: 0 0 0 2em;
	display: inline-block;
	width: auto;
	font-size: 2.0rem;
}
#inquiry .info .free:before {
	top: 2px;
	left: 0;
}
#inquiry .info .free.pc {
	display: none;
}
#inquiry .info .free a {
	color: #2A93D5;
	text-decoration: none;
}
#f_nav {
	display: none;
}
#copyright p {
	font-size: 1.0rem;
}
#pagetop {
	width: 60px;
}
}

.contact .lttl {
	margin-bottom: 20px;
  }
  @media screen and (max-width: 640px) {
	.contact .lttl {
	  margin-bottom: calc((40/760)*100vw);
	}
  }
  .contact .lttl_logo {
	margin-bottom: 30px;
  }
  @media screen and (max-width: 640px) {
	.contact .lttl_logo {
	  margin-bottom: calc((40/760)*100vw);
	}
  }
  .contact .lttl_logo img {
	width: 190px;
  }
  @media screen and (max-width: 640px) {
	.contact .lttl_logo img {
	  width: calc((190/760)*100vw);
	}
  }
  .contact .lttl_free {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 .8em;
	background: #2A93D5;
	font-size: 2.6rem;
	font-weight: bold;
	color: #FFF;
	line-height: 43px;
  }
  @media screen and (max-width: 640px) {
	.contact .lttl_free {
	  margin-bottom: calc((10/760)*100vw);
	  font-size: calc((30/760)*100vw);
	  line-height: calc((50/760)*100vw);
	}
  }
  .contact .lttl .jp {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0;
	text-indent: 0;
  }
  @media screen and (max-width: 640px) {
	.contact .lttl .jp {
	  font-size: calc((30/760)*100vw);
	}
  }
  .contact_text {
	color: #2A93D5;
	margin-bottom: .5em;
	letter-spacing: .1em;
	text-indent: .1em;
  }
  .contact_text:last-child {
	margin-bottom: 0;
  }
  .contact_btn {
	margin: 20px 0 0;
  }
  @media screen and (max-width: 640px) {
	.contact_btn {
	  margin: calc((40/760)*100vw) 0 0;
	}
  }
  .contact_btn a {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	justify-content: center;
	width: 570px;
	height: 60px;
	margin: 0 auto;
	background: url("../images/btn_arrow_white.png") top 50% right 20px no-repeat, #2A93D5;
	background-size: 29px;
	border-radius: 30px;
	color: #FFF;
	font-size: 2.2rem;
	letter-spacing: 0;
	text-indent: 0;
	line-height: 6.0rem;
	text-align: center;
  }
  @media screen and (max-width: 640px) {
	.contact_btn a {
	  width: calc((600/760)*100vw);
	  height: calc((60/760)*100vw);
	  background: url("../images/btn_arrow_white.png") top 50% right calc((20/760)*100vw) no-repeat, #2A93D5;
	  background-size: calc((30/760)*100vw);
	  border-radius: calc((30/760)*100vw);
	  font-size: calc((30/760)*100vw);
	  line-height: calc((60/760)*100vw);
	}
  }
  .contact_btn a:hover {
	opacity: .6;
	transition: .5s;
  }