@charset "utf-8";
body {
    font-family: Noto Sans JP,sans-serif;
	animation: fade-in 0.5s;
	padding: 80px 0 0 0;
	position: relative;	
	
}

@keyframes fade-in{
	0%{
		opacity: 0;
	}
	
	100%{
		opacity: 1;
	}
}

section.main-area {
    overflow: hidden;
}

.hover-btn{
	transition: .2s;
}

.hover-btn:hover{
	opacity: 0.8;
}

/* header {
    box-shadow: 2px 2px 22px 2px rgb(0 0 0 / 10%);
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
	z-index: 50;
    border-bottom: 1px solid #d6d6d6;
} */

/* #gnav {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 80px;
}

#gnav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gnav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
	margin: auto 0;
}

#gnav ul li {
	text-align: center;
	margin-right: 15px;
}

#gnav ul li a {
    color: #00345B;
    font-size: 14px;
	display: block;
	padding: 6px 23px;
}

#gnav .pc-contact {
    color: #00345B;
	line-height: 15px;
	margin: auto 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#gnav .pc-contact span {
	font-size: 12px;
	font-weight: normal;
}

#gnav ul li a:hover {
    color: #00345B;
    background-color: #E9EDF1;
    border-radius: 22px;
	padding: 6px 23px;
}

#gnav .header-logo-sps {
    margin: auto 0;
    max-width: 120px;
}

#gnav .header-logo {
	display: none;
} */


.g-nav ul li.go-out a {
	position: relative;
    padding-right: 35px;
}

.g-nav ul li.go-out a:after {
    content: "";
    display: block;
    background: url(../img/icon_out.svg) no-repeat;
    width: 13px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.g-nav ul li.go-out a:hover:after {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* #gnav ul li.gnav-contact{
	display: none;
}
#gnav ul li.gnav-contact a.sp-tel{
	pointer-events: none;
}

.nav-wrapper {
	display: none;
} */

#container {
    width: 1024px;
    margin: 0 auto;
}

/*Firstview*/
.main-contents .First-View{
	padding: 0;
	height:535px;
	position:relative;
}
.main-contents .First-View .FirstView-inner{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width: 100%;
	filter: drop-shadow(1px 1px 0 rgb(0, 0, 0));
}
.First-View {
    background: #555;
    padding: 10rem 0;
}

.First-View h1 {
    text-align: center;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
}

.First-View h1 span {
    /* width: 16%; */
    display: block;
    margin: 2rem auto;
	font-size: 1.15rem;
	line-height: 1.8;
	font-weight: 400;
}

.fv-caption {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    padding: 2rem 0 0 0;
    line-height: 2;
}

p.fv-caption-sub {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 1.5rem 0 0 0;
    line-height: 1.8;
    font-weight: 400;
}

section.Sub-ttl-area {
    text-align: center;
    padding: 60px 0;
}

section.Sub-ttl-area h2 {
    font-size: 2.5rem;
    color: #1D1D1F;
    line-height: 1;
    padding: 0 0 2.5rem 0;
    font-weight: bold;
}

p.sub-ttl-caption {
    font-size: 1.4rem;
    color: #1D1D1F;
    line-height: 1.8;
}


h2.contens-ttl{
	text-align: center;
    padding: 5rem 0;
    color: #1D1D1F;
    font-size: 2.5rem;
}

h2.contens-ttl span {
    color: #004C7E;
    font-size: 0.9rem;
    display: block;
}



/*footer*/
section.ftr-inner {
    background: #00345B;
    width: 100%;
    padding: 6rem 0;
}

.ftr-logo {
    max-width: 13%;
    margin: 0 auto;
    padding: 0 0 4rem;
}
.ftr-logo img {
	margin: 0 auto;
}

.ftr-btn-wrap {
	display: flex;
    justify-content: center;
	gap: 20px;
}

.ftr-btn {
    background: #fff;
    color: #00345B;
    line-height: 1;
    width: 200px;
    display: block;
    text-align: center;
    padding: 12px 0 10px;
    font-size: .8rem;
    font-weight: 400;
	transition: .2s;
}

.ftr-btn:first-child::before {
    content: "";
    display: inline-block;
    background: url(../img/icon_pdf_blue.png) no-repeat;
    background-size: 94%;
    background-position-y: 1px;
    width: 20px;
    height: 16px;
    top: 50%;
    vertical-align: middle;
    margin: 0 2% 0 0;
}

.lp-footer_btn .ftr-btn:first-child::before {
    display: none;
}

.ftr-btn:hover{
	background-color: #E9EDF1;
}

footer ul li.footer-contact{
	color: #fff;
	text-align: center;
	display: flex;
    column-gap: 120px;
	justify-content: center;
    align-items: center;
}
footer ul li.footer-contact .space{
	margin: 0 6px;
	font-size: 30px;
}

footer ul{
	padding: 0;
	margin-top: 2rem;
}

footer ul li a{
	color: #fff;
}

/* コピー完了アラート */
.contact-mail {
	cursor: pointer;
	position: relative;
}

/* Tooltip */
.tooltip::after {
	content: "コピーしました";
	background: #223360;
	display: inline-block;
	color: #fff;
	border-radius: 0.4rem;
	position: absolute;
	left: 10%;
	bottom: -0.8rem;
	transform: translate(-10%, 0);
	font-size: 1rem;
	padding: 4px 10px 6px 10px;
	-webkit-animation: fade-tooltip 0.5s 1s 1 forwards;
			animation: fade-tooltip 0.5s 1s 1 forwards;
}

/* Animation */
@-webkit-keyframes fade-tooltip {
to {
	opacity: 0;
}
}
@keyframes fade-tooltip {
to {
	opacity: 0;
}
}

ul li.footer-contact div {
	position: relative;
	/* display: flex; */
}
/* ul li.footer-contact .space:first-of-type:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/white-icon_tel.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background-position: center;
    border: 2px solid #d4d4d4;
    border-radius: 50px;
	background-size: 28px;
}

ul li.footer-contact .space:nth-of-type(2):before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/white-icon-mail.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background-position: center;
    border: 2px solid #d4d4d4;
    border-radius: 50px;
	background-size: 28px;
} */

.contact_sub {
	display: flex;
	gap: 45px;
	justify-content: center;
	margin: 35px auto 0;
	color: white;
  }
  .contact_sub .contact-wrapper_sub {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .contact_sub .contact-wrapper_sub p {
	display: inline-block;
  }
  .contact_sub .contact-wrapper_sub .sub-tel {
	display: flex;
  }
  .contact_sub .contact-wrapper_sub .contact-tel_icon_sub {
	width: 33px;
	height: 33px;
	margin-right: 10px;
	margin-top: 3px;
	/* border-radius: 50%;
	background-position: center;
	border: 1.5px solid #ffffff;
	text-align: center; */
	line-height: 80px;
  }
  .contact_sub .contact-wrapper_sub .contact-tel_icon_sub img {
	width: 100%;
	transform: translateY(-40%);
	display: inline;
  }
  .contact_sub .contact-wrapper_sub .contact-mail_icon_sub {
	width: 33px;
	height: 33px;
	margin-right: 10px;
	margin-top: 3px;
	border-radius: 50%;
	background-position: center;
	/* border: 1.5px solid #ffffff; */
	text-align: center;
	line-height: 80px;
  }
  .contact_sub .contact-wrapper_sub .contact-mail_icon_sub img {
	width: 100%;
	transform: translateY(-35%);
	display: inline;
  }
  .contact_sub .contact-wrapper_sub .contact-tel_number,
  .contact_sub .contact-wrapper_sub .contact-mail {
	font-size: 34px;
	color: #ffffff;
  }

  .contact_sub {
	display: block;
}

.contact_sub .contact-wrapper_sub {
	margin: 0 auto;
}
.contact_sub .sub-tel p {
	font-size: 14px;
	text-align: center;
}
.contact_sub .sub-tel {
	margin-bottom: 16px;
}



  footer .ftr-inner ul{
	display: flex;
    justify-content: center;
    color: white;
    font-size: 14px;
	padding-top: 30px;
	border-top: solid 0.8px white;
	width: 80%;
    max-width: 880px;
    margin: 50px auto 0;

  }

  footer .ftr-inner ul li:not(:first-child)::before{
	content: "/";
	margin: 0 20px;
  }


/*sp-menu*/
.sp-menu-switch {
    display: none;
}

/*go-top*/
#page_top {
    width: 50px;
    height: 50px;
    /*position: fixed;*/
    right: 0;
    /*bottom: 50px;*/
    background: #000;
    opacity: 0.8;
    z-index: 500;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
/*
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
*/

@media(max-width:1440px){
	.First-View {
		padding: 7rem 0;
	}
	.First-View h1 span {
		/* width: 14%; */
	}
	.fv-caption {
		font-size: 1.5rem;
	}
	section.Sub-ttl-area h2 {
		font-size: 2.2rem;
	}
	p.sub-ttl-caption {
		font-size: 1.2rem;
	}
/*
	section.Sub-ttl-area {
		padding: 200px 0;
	}
*/
}





@media(max-width:1024px) {
    /* #gnav .header-logo {
        max-width: 100px;
        margin-right: 0;
        margin-left: .5rem;
    } */
	/* #gnav .header-logo-sps {
        display:none;
    } */

	#container {
		width: 80%;
	}
	.First-View {
		padding: 6rem 0;
	}
	.First-View h1 {
		font-size: 3rem;
	}
	.fv-caption {
		font-size: 1.6rem;
	}
	section.Sub-ttl-area h2,
    #toppage .main-area h2 {
		font-size: 2rem;
	}
	p.sub-ttl-caption {
		font-size: 1.2rem;
	}
	/*
	section.Sub-ttl-area {
		padding: 5rem 0 15rem;
	}
	*/
	.ftr-logo {
		max-width: 20%;
	}
	footer .ftr-inner ul {
		font-size: 10px;
		width: 90%;
	}
}


@media screen and (max-width: 768px) {
	body {
		width: 100%;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
		padding: 0;
	}
	
	#container {
		width: 90%;
	}

    /*ハンバーガーメニュー*/
	/* header {
		display: flex;
		align-items: center;
		background: transparent;
		box-shadow: none;
        border-bottom: none;
        z-index: 500;
    }
    #gnav {
        height: 50px;
    }
	.sp-menu-switch {
		display: block;
		padding: 0;
		z-index: 9999;
		background: #ffffff90;
		position: fixed;
		top: 0;
		right: 0px;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.sp-menu-switch span {
		display: block;
		width: 50%;
		height: 1px;
		background: #00345B;
		transition: .2s;
		position: relative;
	}
	.sp-menu-switch span:before, .sp-menu-switch span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #00345B;
		transition: .2s;
	}
	
	.sp-menu-switch span:before {
		margin-top: -9px;
	}
	
	.sp-menu-switch span:after {
		margin-top: 8px;
	}
	
	.sp-menu-switch.close span {
		background: transparent;
	}
	
	.sp-menu-switch.close.close span:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: 0;
		transition: .2s;
		background: #00345b;
	}
	
	.sp-menu-switch.close.close span:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		margin-top: 0;
		transition: .2s;
		background: #00345b;
	}
	
	header #gnav ul.open-draw {
		display: block;
		transform: translateX(0);
		box-sizing: border-box;
		padding: 6rem 0 0 3rem;
		z-index: 100;
		overflow: scroll;
	    -ms-overflow-style: none;
	    scrollbar-width: none;
	}
		 
	header #gnav ul.open-draw::-webkit-scrollbar{
	  display: none;
	}
		
	#gnav .header-logo {
		margin: 0 0 0 20px !important;
		display: flex;
		align-items: center;
		display: none;
        max-width: 100%;
	}
	
	ul.open-draw + .header-logo {
		display: block !important;
		z-index: 500;
		padding-top: 1rem;
	}
	ul.open-draw + .header-logo img {
		width:150px;

	}
	
	header #gnav ul {
		position: absolute;
		background: #fff;
		width: 100%;
		height: 100vh;
		top: 0;
		right: 0;
		transform: translateX(100%);
		display: none;
		margin: 0;
	}
	header #gnav ul li {
		width: 80%;
		margin: 0 0 2rem 0;
		display: flex;
	}
	
	#gnav ul li a {
		font-size: 1rem;
		margin-right: 13px;
		padding: 7px 16px;
	}

    #gnav ul li a:hover {
		padding: 7px 16px;
	}

    #gnav ul li.activ a {
        padding: 6px 23px;
    }
	#gnav ul li.gnav-contact {
		display: block;
		width: 90%;
		border-top: 1px solid #D6D6D6;
	}
	
	#gnav ul li.gnav-contact div {
		font-size: 1.6rem;
		color: #00345B;
		position: relative;
		padding: 2rem 0 2rem 6rem;
	}
	#gnav ul li.gnav-contact div:first-of-type span {
		display: block;
		font-size: 60%;
	}
	
	#gnav ul li.gnav-contact div:first-of-type:before{
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		background: url(../img/icon_tel.svg) no-repeat;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background-position: center;
		border: 2px solid #d4d4d4;
		border-radius: 50px;
	}
	
	#gnav ul li.gnav-contact div:nth-of-type(2):before {
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		background: url(../img/icon-mail.svg) no-repeat;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background-position: center;
		border: 2px solid #d4d4d4;
		border-radius: 50px;
	}
    #gnav ul li.gnav-contact a.sp-tel{
        pointer-events: unset;
        font-size: 1.6rem;
        padding:0;
        margin: 0;
    }
    #gnav ul li.gnav-contact a.sp-tel:hover{
        color: unset;
        background-color: unset;
        border: unset;
    } */

	.main-contents .First-View{
		height:410px;
	}
	.First-View {
		padding: 7rem 0;
	}
	
	.First-View h1 span {
		/* width: 25%; */
		margin: 1.5rem auto 0;
	}
	section.Sub-ttl-area {
		padding: 100px 0;
	}
	
	h2.contens-ttl {
		padding: 4rem 0;
		font-size: 2rem;
	}
	
	.ftr-logo {
		max-width: 25%;
	}

	footer .ftr-inner ul {
		display: block;
	}
	footer .ftr-inner ul li:not(:first-child)::before {
		display: none;
	}
	
	footer .ftr-inner ul li {
		margin-bottom: 24px;
		font-size: 12px;
		text-align: center;
	}

}


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

	.First-View h1 {
		font-size: 2.4rem;
	}
	.fv-caption {
		font-size: 1.1rem;
		width: 100%;
		margin: 0 auto;
	}
	section.Sub-ttl-area h2,
    #toppage .main-area h2 {
		font-size: 1.4rem;
	}
	
	p.sub-ttl-caption {
		font-size: 1rem;
	}
	p.fv-caption-sub {
	    font-size: 0.9rem;
	}


	.ftr-logo {
		max-width: 40%;
	}
	.ftr-btn-wrap {
        display: block;
        margin-bottom: 50px;
        width: 100%;
    }
	.ftr-btn {
        margin: 0 auto 28px;
    }

	
}

@media screen and (max-width: 480px) {
	.First-View h1 {
		font-size: 2rem;
	}
	.fv-caption {
		/* font-size: 1.1rem; */
		/* width: 100%; */
		/* margin: 0 auto; */
	}
	section.Sub-ttl-area h2,
    #toppage .main-area h2 {
		font-size: 1.2rem;
	}
	p.sub-ttl-caption {
		font-size: 0.9rem;
	}

	.contact_sub .contact-wrapper_sub .contact-tel_number, .contact_sub .contact-wrapper_sub .contact-mail {
		font-size: 26px;
	}
}

@media(max-width:428px){
	
}

@media(max-width:390px){
	
}

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



/*mail address copy*/
.M-add, .M-add-draw{
	position:relative;
}
	
span#js-copybtn, span#js-copybtn-draw {
    cursor: pointer;
}
	
span#js-copybtn:hover, span#js-copybtn-draw:hover{
    opacity: 0.7;
}

.copy_alert, .copy_alert-draw {
    display: none;
    background: #011f38;
    position: absolute;
    top: 10%;
    left: 32%;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    padding: 6px 40px;
}

span#js-copyalert:after, span#js-copyalert-draw:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #011f38 transparent transparent transparent;
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:1280px){
	.copy_alert, .copy_alert-draw {
		top: 5%;
		left: 40%;
		padding: 6px 20px;
	}
}

@media(max-width:1024px){
	.copy_alert, .copy_alert-draw {
		left: 37%;
	}
}

@media(max-width:768px){
	.copy_alert{
		left: auto;
		right: 2%;
		top: 24%;
		padding: 10px;
		border-radius: 5px;
	}
	span#js-copyalert:after{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 0;
		border-color: #011f38 transparent transparent transparent;
		content: "";
		position: absolute;
		top: 80%;
		left: 13%;
		transform: translateX(0);
	}
	
	.copy_alert-draw {
		left: 45%;
		right: auto;
		top: -10px;
		padding: 10px;
		border-radius: 5px;
	}
	span#js-copyalert-draw:after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 0;
		border-color: #011f38 transparent transparent transparent;
		content: "";
		position: absolute;
		top: 80%;
		left: 13%;
		transform: translateX(0);
	}
	
}



@media(max-width:580px){
	.copy_alert{
		right: 10%;
	}
	.copy_alert-draw {
		right: auto;
		top: -30%;
		padding: 5px;
	}
}
	
	
@media(max-width:428px){
	.copy_alert{
		right: 5%;
	}
}



@media screen and (min-width: 769px){
	.pc-none{display: none;}
}
@media screen and (min-width:581px) and ( max-width:768px) {
    .tab-none{display: none;}
}
@media screen and (max-width: 580px){
    .sp-none{display: none;}
}







.g-nav .pc-contact {
    color: #00345B;
	line-height: 22px;
	margin: auto 0;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}

.g-nav .pc-contact span {
    font-size: 16px;
    font-weight: normal;
}

.head-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 80px
}

@media screen and (max-width: 1500px) {
	.inner {
	  margin-top: 4vw;
	  padding: 10% 8%;
	}
}

/*======================================
header
======================================*/
header {
	width: 100%;
	position: fixed;
	z-index: 11;
	top: 0px;
	background: #FFF;
	box-shadow: 0 0 8px #999;
}
  header .head-inner {
	/* position: relative; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
  
  .header-logo {
	width: 108px;
	line-height: 1;
	display: flex;
	align-items: center;
}
  
  .top-logo {
	width: 100%;
  }
  
  .nav-img {
	margin-left: 15px;
  }
  
  .header-nav {
	flex: 1;
	list-style: none;
	display: block;
  }
  
  .header-nav-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	/* column-gap: 15px; */
  }
  
  .nav > a {
	display: inline-block;
	/* height: 70px;
	line-height: 70px; */
	padding: 0 23px;
	/* font-weight: bold; */
	color: #00345B;
  }
  /* .nav > a:hover {
	color: #F8F8F8;
	background: #223360;
	transition: 0.3s;
  } */
  

  @media screen and (max-width: 1500px) {
	.header-logo {
	  width: 9%;
	}
	.header-nav-list {
	  font-size: 0.9em;
	}
  }
  @media screen and (max-width: 1280px) {
	.head-inner {
		padding: 0 1rem;
	}
	.head-inner ul li a {
		font-size: 12px;
	}
  }
	@media screen and (max-width: 1170px){
	}
	@media screen and (max-width: 1080px){
		.head-inner ul li a {
			font-size: 11px;
		}
		.head-inner .header-logo, .head-inner .header-logo-sps {
			margin-left: 0;
			max-width: 85px;
		}
		.head-inner .pc-contact {
			font-size: 15px;
		}

	}
	@media screen and (max-width: 940px){
	}
	@media screen and (max-width: 910px){
		.head-inner .pc-contact {
			display: none;
		}
		.head-inner .header-logo {
			display: none;
		}
	}

  @media screen and (min-width: 769px) {
	.sp-header-nav {
	  display: none;
	}
	#nav-wrapper {
	  display: none;
	}
  }
  @media screen and (max-width: 768px) {
	header {
	  position: fixed;
	  align-items: center;
	  box-shadow: none;
	  height: 50px;
	  background-color: transparent;
	}

	#function header{
		background-color: #fff;
	}
	
	header .head-inner {
	  padding: 0;
	  height: 0;
	}
	.g-nav .header-logo{
		display: none;
	}
	.header-nav {
	  display: none;
	}
	.g-nav .pc-contact {
		display: none;
	}


	/* hamburger(ハンバーガーアイコン)
	=================================== */
	.nav-wrapper {
	  position: relative;
	  display: block;
	}
	.hamburger {
		padding: 0;
		z-index: 9999;
		background: #ffffff90;
		position: fixed;
		top: 0;
		right: 0px;
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.hamburger__line {
		display: block;
		width: 50%;
		height: 1px;
		background: #00345B;
		transition: .2s;
		position: absolute;
	}
	.hamburger__line--1 {
	  top: 30%;
	}
	.hamburger__line--2 {
	  top: 49%;
	}
	.hamburger__line--3 {
	  top: 69%;
	}
	/*ハンバーガーがクリックされたら*/
	.open .hamburger__line--1 {
	  top: 33%;
	  transform: translateY(6px) rotate(-45deg);
	  width: 50%;
	  background-color: #00345B;
	}
	.open .hamburger__line--2 {
	  opacity: 0;
	}
	.open .hamburger__line--3 {
	  top: 60%;
	  transform: translateY(-6px) rotate(45deg);
	  width: 50%;
	  background-color: #00345B;
	}
	/*
	sp-nav(ナビ)
	=================================== */
	.sp-nav {
	  position: fixed;
	  top: -100vh; /*ハンバーガーがクリックされる前はWindow上部に隠す*/
	  left: 0;
	  width: 100vw; /* 出てくるスライドメニューの幅 */
	  height: 100vh; /*高さは任意で調整*/
	  background: #fff;
	  transition: all 0.5s;
	  z-index: 200;
	  overflow-y: auto;
	}
	.sp-nav ul {
	  padding: 0;
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  padding: 0 0 0 2rem;
	}
	.sp-nav li {
	  margin: 0 0 1rem 0;
	  padding: 0;
	  display: flex;
	  text-align: center;

	}
	.head-inner .sp-nav li a {
		font-size: 1rem;
		margin-right: 13px;
		padding: 7px 16px;
	}
	/*ハンバーガーがクリックされたら上からスライド*/
	.open .sp-nav {
	  top: 0;
	}
	/*ハンバーガーがクリックされたら背景スクロール固定 念の為*/
	body.active {
	  height: 100vh;
	  overflow: hidden;
	}
	/*
	black-bg(ハンバーガーメニュー解除用bg)
	=================================== */
	.black-bg {
	  display: none;
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100vw;
	  height: 100vh;
	  z-index: 5;
	  background: rgba(0, 0, 0, 0.8);
	  opacity: 0;
	  visibility: hidden;
	  transition: all 0.5s;
	  cursor: pointer;
	  z-index: 100;
	}
	/*ハンバーガーメニューが開いたら表示*/
	.black-bg .open {
	  opacity: 0.3;
	  visibility: visible;
	}

	.sp-nav .header-logo {
		margin: 0 0 0 20px;
		max-width: 100%;
		display: block;
		padding-top: 1rem;
		width: 150px;
	}
	.sp-nav ul li.gnav-contact {
		display: block;
		width: 90%;
		border-top: 1px solid #D6D6D6;
		padding: 1rem 0 0 0;
	}
	.sp-nav ul li.gnav-contact div {
		font-size: 1.6rem;
		padding: 1rem 0 1rem 3rem;
		color: #00345B;
		position: relative;



	}
	.sp-nav ul li.gnav-contact div::before {
		content: "";
		display: block;
		width: 35px;
		height: 35px;
		background-size: 35px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		background-position: center;
		/* border: 2px solid #d4d4d4; */
		border-radius: 50px;
		background-repeat: no-repeat;

	}
	/* .sp-nav ul li.gnav-contact div:first-of-type:before, .sp-nav ul li.gnav-contact div:nth-of-type(2):before {
		width: 35px;
		height: 35px;
	}
	.sp-nav ul li.gnav-contact div:first-of-type:before, .sp-nav ul li.gnav-contact div:nth-of-type(2):before {
		background-size: 18px;
	} */
	.sp-nav ul li.gnav-contact div:first-of-type:before {
		background-image: url(../img/icon_tel.svg);
	}
	.sp-nav ul li.gnav-contact div:nth-of-type(2):before {
		background-image: url(../img/icon-mail.svg);
	}
	.sp-nav ul li.gnav-contact a.sp-tel {
		font-size: 1.6rem;
		padding: 0;
		margin: 0;
	}
	.sp-nav ul li.gnav-contact div:first-of-type span {
		display: block;
		font-size: 60%;
	}

}