@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
}

a:link {
	color: #0a51a1;
}

a:visited {
	color: #0a51a1;
}

a:hover, a:active {
	color: #0a51a1;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	padding: 0 40px;
}

header h1,
header p.logo {
	font-size: 24px;
	font-weight: 600;
	padding: 40px 0;
}

header h1 a,
header p.logo a {
	display: block;
	width: 314px;
	height: 46px;
	color: #005bac !important;
	text-decoration: none;
	padding-left: 46px;
	background: url(../image/logo.png) no-repeat 0 0;
	text-indent: -9999px;
}

header .navi {
	display: flex;
	align-items: center;
}

header nav ul {
	display: flex;
	margin: 0 48px 0 0;
	padding: 0;
	list-style: none;
}

header nav ul li {
	margin: 0 0 0 48px;
	padding: 0;
}

header nav ul li ul {
	display: none;
}

header nav ul li a {
	text-decoration: none;
	position: relative;
}

header nav ul li a::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0a51a1;
	transition: all .3s;
	transform: scale(0,1);
	transform-origin: center top;
}

header nav ul li a:hover::after {
	transform: scale(1,1);
}

.navBtn {
	position: relative;
	width: 60px;
	height: 60px;
 background-color: #0A51A1;
	border-radius: 100vh;
	text-align: center;
	z-index: 99;
}

.menu{
	position: absolute;
 height: 100%;
 width: 100%;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	color: #FFF;
}

.menu__line{
 background: #FFF;
 display: block;
 height: 2px;
 position: absolute;
 transition:transform .3s;
 width: 50%;
	margin: 0 auto;
	right: 0;
	left: 0;
}

.menu__line--top {
	top: 24px;
}

.menu__line--bottom{
 top: 34px;
}

.menu__line--top.active{
 top: 30px;
 transform: rotate(45deg);
}

.menu__line--center.active{
 transform:scaleX(0);
}

.menu__line--bottom.active{
 top: 30px;
 transform: rotate(135deg);
}

header .navi .sub {
 background: rgba(0, 0, 0 ,0.9);
 display: none;
 height: 100%;
 position: fixed;
 width: 100%;
 z-index: 98;
	font-size: 20px;
	top: 0;
	left: 0;
}

header .navi .sub .gnav__wrap {
 align-items:center;
 display: flex;
 height: 100%;
 justify-content: center;
 position: absolute;
 width: 100%;
	flex-direction: column;
}

header .navi .sub .gnav__wrap ul {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

header .navi .sub .gnav__wrap ul li {
	margin: 0 0 16px;
	padding: 0;
	border-bottom: 1px solid #666;
}

header .navi .sub .gnav__wrap ul li a {
	display: block;
	padding: 8px;
	color: #FFF !important;
	text-decoration: none;
}

header .navi .sub .gnav__wrap ul li a:hover {
	background-color: #555;
}

header .navi .sub .gnav__wrap ul li ul {
	width: 100%;
	margin: 8px 0 16px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header .navi .sub .gnav__wrap ul li ul li {
	width: calc( 50% - 32px);
	margin: 0 16px 8px;
	padding: 0;
	border-bottom: none;
}

header .navi .sub .gnav__wrap ul li ul li a {
	display: block;
	border: 1px solid #666;
	padding: 4px 8px;
	background: url(../image/arrow-01.png) no-repeat 98% center;
	background-size: 18px;
}

header .navi .sub .gnav__wrap ul li ul li a:hover {
	background: url(../image/arrow-01.png) #555 no-repeat 98% center;
	background-size: 18px;
}

header .navi .sub .gnav__wrap .subContact {
	width: 70%;
	margin: 20px 0 0;
	padding: 16px 20px 20px;
	background-color: rgba(51, 51, 51, .9);
	color: #FFF;
	text-align: center;
}

header .navi .sub .gnav__wrap .subContact div.number {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}

header .navi .sub .gnav__wrap .subContact div.number {
	display: flex;
	margin: 20px 0 0;
	justify-content: space-between;
}

header .navi .sub .gnav__wrap .subContact div.number div {
	width: 50%;
	text-align: center;
	position: relative;
}

header .navi .sub .gnav__wrap .subContact div.number div.tel:before {
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #FFF;
	width: 1px;
	height: 100%;
	content: "";
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

header .navi .sub .gnav__wrap .subContact div.number p {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 8px;
}

header .navi .sub .gnav__wrap .subContact div.number p span {
	font-size: 26px;
	margin-right: 8px;
}

header .navi .sub .gnav__wrap .subContact div.number p a {
    text-decoration: none;
    color: #FFF;
}

header .navi .sub .gnav__wrap .subContact div.number dl {
	display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 1.4;
}

header .navi .sub .gnav__wrap .subContact div.number dl dt {
	border: 1px solid #FFF;
	margin: 0 8px 0 0;
	padding: 0 8px;
}



/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
.contact {
	background: url(../image/contact_back.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 1px;
	padding: 90px 0 70px;
}

.contact .inner {
	width: 840px;
	margin: 0 auto;
	padding: 50px 60px 40px;
	background-color: #FFF;
	color: #0a51a1;
	position: relative;
	text-align: center;
}

.contact .inner h2 {
	position: absolute;
	top: -50px;
	font-size: 56px;
	left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	letter-spacing: 0.1em;
	font-weight: 500;
}

.contact .inner .number {
	display: flex;
	margin: 30px 0 0;
	justify-content: space-between;
}

.contact .inner .number div {
	width: 50%;
	text-align: center;
	position: relative;
}

.contact .inner .number div a {
    text-decoration: none;
}

.contact .inner .number div.tel:before {
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #0a51a1;
	width: 1px;
	height: 100%;
	content: "";
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

.contact .inner .number p {
	font-size: 40px;
	font-weight: 500;
}

.contact .inner .number p span {
	font-size: 30px;
	margin-right: 8px;
}

.contact .inner .number dl {
	display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 16px;
}

.contact .inner .number dl dt {
	border: 1px solid #0a51a1;
	margin: 0 8px 0 0;
	padding: 0 8px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	background-color: #005bac;
	color: #FFF;
}

#footer .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

#footer .inner .info .title {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 500;
}

#footer .inner .info address {
	font-style: normal;
}

#footer .inner .info dl {
	margin: 0 0 40px;
	display: flex;
	flex-wrap: wrap;
}

#footer .inner .info dl dt {
	width: 40px;
	margin-right: 8px;
}

#footer .inner .info dl dd {
	width: calc( 100% - 48px);
}

#footer .inner .fnavi ul {
	display: flex;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

#footer .inner .fnavi ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

#footer .inner .fnavi ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer .inner .fnavi ul.fsns {
	margin: 100px 0 20px;
	justify-content: flex-end;
}

#footer .inner .fnavi ul.fsns a:hover {
	opacity: 0.8;
}

#footer .inner .fnavi p {
	font-size: 14px;
	text-align: right;
}

/*------------------------------------------------------------------------------------------------
  cont
--------------------------------------------------------------------------------------------------*/
.cont {
	width: 1000px;
	margin: 0 auto;
}

.cont h2 {
	margin: 0 0 60px;
	font-size: 56px;
	text-align: center;
	color: #0a51a1;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.cont h2 span {
	display: block;
	font-size: 26px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}

.btn {
	width: 528px;
	margin: 0 auto;
	line-height: 76px;
}

.btn a {
	display: block;
 border: 2px solid #0a51a1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../image/arrow-01.png) #0a51a1 no-repeat 96% center;
}

.btn a:hover {
	color: #0a51a1 !important;
	background: url(../image/arrow-02.png) #FFF no-repeat 96% center;
}

#back-to-top {
	display: none;
}

#back-to-top.show {
	position: fixed;
	bottom: 130px;
	right: 20px;
	display: block;
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
}

.secTitle {
	position: relative;
	background-size: cover;
	background-position: center center;
	height: 332px;
}

.secTitle .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
}
	
.secTitle .inner h1 {
	font-size: 60px;
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.secTitle .inner h1 span {
	display: block;
	font-size: 30px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}

#second .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}

#second .cont h2 {
	margin: 0 0 40px;
	padding: 0 0 16px;
	font-size: 40px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #CCC;
	letter-spacing: 0.08em;
}

#second .cont h2:before {
	position: absolute;
	content: "";
	width: 460px;
	height: 4px;
	background-color: #0a51a1;
	bottom: -2px;
	left: 0;
}

#second .cont h3 {
	margin: 0 0 16px;
	font-size: 22px;
	background-color: #DBEBFD;
	padding: 4px 8px 4px 12px;
	border-left: 4px solid #0a51a1;
	letter-spacing: 0.04em;
}

#second .cont p {
	margin: 0 0 30px;
}

/*----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 999px){

img {
 max-width: 100%;
 height: auto;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.aligncenter, .alignleft, .alignright {
    float: none;
	display: block;
	margin: 0 auto 20px;
}


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
header {
height: 80px;
padding: 0 14px;
}

header h1, header p.logo {
padding: 20px 0;
}

header h1 a, header p.logo a {
width: 250px;
height: 36px;
background-size: 250px 36px;
}

#header nav ul {
display: none;
}

header .navi .sub {
font-size: 17px;
overflow: none;
}

header .navi .sub .gnav__wrap {
padding: 60px 0 0;
}

header .navi .sub .gnav__wrap ul {
width: 90%;
}

header .navi .sub .gnav__wrap ul li {
margin: 0;
font-size: 16px;
}

header .navi .sub .gnav__wrap ul li ul li {
width: 48%;
margin: 0 1% 8px;
font-size: 14px;
}

header .navi .sub .gnav__wrap ul li ul li a {
font-size: 14px;
}

header .navi .sub .gnav__wrap .subContact {
width: 90%;
}

header .navi .sub .gnav__wrap .subContact div.number {
display: block;
margin: 4px 0 0;
}

header .navi .sub .gnav__wrap .subContact div.number div {
width: 100%;
}

header .navi .sub .gnav__wrap .subContact div.number div.tel:before {
display: none;
}

header .navi .sub .gnav__wrap .subContact div.number p span {
font-size: 14px;
}

header .navi .sub .gnav__wrap .subContact div.number p {
font-size: 20px;
margin-bottom: 4px;
}

header .navi .sub .gnav__wrap .subContact div.number dl.pc {
display: none;
}

header .navi .sub .gnav__wrap .subContact div.number dl {
margin-top: 10px;
}

/*------------------------------------------------------------------------------------------------
  cont
--------------------------------------------------------------------------------------------------*/
.cont {
	width: 94%;
	margin: 0 auto;
}

.cont h2 {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 500;
}

.cont h2 span {
	font-size: 18px;
}

.btn {
	width: 100%;
	margin: 0 auto;
	line-height: 60px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer .inner {
	width: 94%;
	margin: 0 auto;
	padding: 30px 0;
	display: block;
}

#footer .inner .info .title {
	font-size: 24px;
}

#footer .inner .info dl {
margin-bottom: 20px;
}

#footer .inner .fnavi ul {
	display: flex;
	margin: 30px 0 40px;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

#footer .inner .fnavi ul li {
    width: 48%;
	margin: 0 1%;
	padding: 0;
	border-bottom: 1px solid #FFF;
	font-size: 14px;
}

#footer .inner .fnavi ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 4px;
}

#footer .inner .fnavi ul.fsns {
	margin: 0 0 20px;
	justify-content: flex-end;
}

#footer .inner .fnavi ul.fsns a:hover {
	opacity: 0.8;
}

#footer .inner .fnavi ul.fsns li {
    width: auto;
    border-bottom: none;
}



/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
.contact {
padding: 60px 0 50px;
}

.contact .inner {
	width: 90%;
	padding: 50px 20px 20px;
}

.contact .inner h2 {
	font-size: 25px;
	top: -20px;
}

.contact .inner .number {
	display: block;
}

.contact .inner .number div {
	width: 100%;
	text-align: center;
	position: relative;
}

.contact .inner .number div.tel:before {
	display: none;
}

.contact .inner .number p {
	font-size: 30px;
}

.contact .inner .number p span {
	font-size: 20px;
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
.secTitle {
	height: 160px;
}

.secTitle .inner h1 {
	font-size: 24px;
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.secTitle .inner h1 span {
	display: block;
	font-size: 20px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}

#second .cont {
	width: 94%;
	margin: 0 auto;
	padding: 40px 0;
}

#second .cont h2 {
	font-size: 20px;
	padding-bottom: 8px;
}

#second .cont h2:before {
	width: 40%;
}

#second .cont h3 {
	margin: 0 0 16px;
	font-size: 22px;
	background-color: #DBEBFD;
	padding: 4px 8px 4px 12px;
	border-left: 4px solid #0a51a1;
	letter-spacing: 0.04em;
}

#second .cont p {
	margin: 0 0 30px;
}


}
