@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
html{
	font-size: 62.5%;/*16px*62.5%=10px*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
}

body{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 1.8rem;
	line-height: 3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
	margin: 0 auto;
	color: #000;
    box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
a{
    color: #000;
	text-decoration: none;	
    transition: 0.5s;
}
a:hover{
    opacity: 0.5;
    transition: 0.5s;
}
.fi{
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 1s ease-out;
}
.fi.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
li{
	list-style: none;
}
.text-center{
	text-align: center;
}
.indent{
	text-indent: 1em;
}
.w-middle{
	max-width: 1080px; /* 1040px + 20px + 20px */
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.h2-title{
	background-color: #022461;
	color: #fff;
	display: block;
	font-size: 3rem;
	font-weight: bold;
	line-height: 3.2rem;
	padding: 8px 40px;
}
.h2-title.min{
	font-size: 2rem;
}

.common-btn{
	max-width: 400px;
	width: 100%;
}
.common-btn .title{
	background: #022461;
}
.common-btn .title a{
	font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    padding: 30px 10px;
    display: block;
}

.page-top{
	width: 100%;
	height: 100%;
	position: relative;
}
.page-top .wrap{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.page-top__title{
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
	font-size: 5rem;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.pc-none{
	display: none;
}
.sp-none{
    display: block;
}


/* header */
.header{
	width: 100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
}
.header-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 20px;
}
.header-top__logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 75%;
	padding: 20px 30px 0 50px
}
.header-top__logo .logo-img .img{
	max-width: 520px;
	width: 100%;
	transition: .5s;
}
.header-top__logo .logo-img .img.scroll{
	max-width: 400px;
	transition: .5s;
}
.header-top__logo .banner{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header-top__logo .banner a{
	display: block;
	padding-left: 20px;
	width: 100%;
}
.header-top__logo .banner img{
	max-width: 200px;
	display: block;
	padding-left: 20px;
	width: 100%;
}

.header-top__tel{
	width: 25%;
	background-color: #022461;
	color: #fff;
	padding: 15px 20px 15px;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.header-top__tel .text{
	font-size: 2rem;
	font-weight: bold;
	padding-right: 20px;
}
.header-top__tel .num{
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.header-top__tel .num i{
	padding-right: 4px;
}
.header-top__tel .time{
	font-size: 1.2rem;
	padding-top: 6px;
}
.header-top__tel .time span{
	padding-left: 24px;
}

.g-nav{
	background-color: #022461;
}
.g-nav__list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1240px;
	padding: 30px 20px;
	margin: 0 auto;
	transition: .5s;
}
.g-nav__list.scroll{
	padding: 18px 20px;
	transition: .5s;
}
.g-nav__item{
	position: relative;
}
.g-nav__item::before{
	content: "|";
	display: block;
	color: #fff;
	position: absolute;
	left: -45px;
}
.g-nav__item:first-of-type::before{
	content: "";
}
.g-nav__link{
	color: #fff;
	font-size: 1.8rem;
}

/* fix contact */
.fix-contact{
	background-color: #022461;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
}
.fix-contact__link{
	color: #fff;
	display: block;
	padding: 30px 14px;
	writing-mode: vertical-rl;
}



/* footer */
.footer-contents__wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 1240px;
	padding: 60px 20px;
	margin: 0 auto;
}
.footer-contents{
	color: #40210F;
}
.footer-contents .footer-logo .img{
	width: 100%;
}
.footer-contents__name{
	font-size: 3rem;
	font-weight: bold;
	margin-top: 30px;
	line-height: 44px;
}
.footer-contents__address{
	margin-top: 30px;
	margin-left: 40px;
	font-size: 1.8rem;
	line-height: 3rem;
	font-style: normal;
}

.footer .map{
	margin-left: 90px;
}
.footer iframe{
	width: 450px;
    height: 336px;
}

.footer .copyright{
	background: #022461;
	color: #fff;
	text-align: center;
	padding: 30px 20px 34px;
}

@media screen and (max-width:1200px){
	.header-top{
		margin-bottom: 20px;
	}
	.header-top__logo{
		padding: 20px 30px 0 20px
	}

	.header-top__tel{
		display: block;
	}
	.header-top__tel .text{
		margin-bottom: 10px;
	}
	.g-nav__list{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1040px;
		padding: 30px 20px;
		margin: 0 auto;
	}
	.g-nav__item::before{
		left: -35px;
	}
	.g-nav__link{
		color: #fff;
		font-size: 1.6rem;
	}

	.footer .map{
		margin-left: 40px;
	}
}

@media screen and (max-width:900px){
    body{
        overflow-x: hidden;
    }
    .sp-none{
		display: none;
	}
	.pc-none{
		display: block;
	}
    .h2-title{
		font-size: 2.2rem;
		padding: 10px 20px;
	}
	.common-btn .title a{
		font-size: 1.8rem;
		padding: 20px 10px;
	}
	.page-top__title{
		font-size: 3rem;
	}

	.header{
		position: relative;
	}
	.header-top{
		margin-bottom: 0;
	}
    .gnav-sp{
		width: 100%;
		height: 100vh;
		background-color: #022461;
    	text-align: left;
		position: fixed;
		top: 0;
        right: -1000px;
		z-index: 100;
		-webkit-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
        overflow-y: scroll;
	}
	.gnav-sp.active{
		right: 0;
	}
	.gnav-sp__list{
		padding: 0 20px;
	}
	.gnav-sp__item{
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.gnav-sp__item:first-of-type{
		border-top: 1px solid #fff;
	}
	.gnav-sp__link{
		color: #fff;
		display: block;
		font-size: 1.6rem;
		line-height: 2.6rem;
		font-weight: bold;
		padding: 20px 0;
	}
	.gnav-sp .header-top__tel{
		width: calc(100% - 65px);
		padding: 20px;
	}
	
	.nav-sp-wrapper{
        width: 100%;
        height: 100%;
	}
	.nav-sp-wrapper .wrap{
		position: fixed;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		z-index: 200;
        top: 20px;
		right: 15px;
		width: 60px;
		height: 60px;
		background: #022461;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nav-sp-wrapper .hamburger{
		width: 40px;
		height: 40px;
		position: relative;
	}
	.nav-sp-wrapper .hamburger span{
		display: block;
		width: 100%;
		height: 5px;
		background: #fff;
		position: absolute;
		left: 0;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.nav-sp-wrapper .hamburger span:first-child{
		top: 10%;
	}
	.nav-sp-wrapper .hamburger span:nth-child(2){
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.nav-sp-wrapper .hamburger span:last-child{
		bottom: 10%;
	}
	.hamburger.active span:first-child {
		background: #fff;
		top: 40%;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hamburger.active span:nth-child(2){
		width: 0;
		left: 50%;
	}
	.hamburger.active span:last-child {
		background: #fff;
		bottom: 50%;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.header-top__logo{
		padding: 20px 15px 10px;
		display: block;
		width: 100%;
	}
    .header-top__logo .logo-img{
		display: block;
		width: calc(100% - 75px);
	}
	.header-top__logo .logo-img .img{
		max-width: 420px;
	}
	.header-top__logo .banner{
		margin-top: 10px;
		justify-content: flex-end;
	}
	.header-top__logo .banner a{
		width: auto;
	}
	.header-top__logo .banner img{
		max-width: 200px;
	}


	.page-top img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.page-top__title{
		left: 20px;
	}

	/* fix */
	.fix-contact {
		top: auto;
		bottom: 0;
		width: 100%;
		text-align: center;
		opacity: 1;
		transform: translate(0, 0);
	}
	.fix-contact__link{
		writing-mode: unset;
		font-weight: bold;
		padding: 16px 20px;
	}
	.fix-contact__link i{
		font-size: 2rem;
		margin-right: 10px;
	}

	/* footer */
	.footer iframe{
		width: 350px;
	}
	.footer-contents__name{
		font-size: 2.2rem;
		line-height: 3rem;
		margin-top: 20px;
	}
	.footer-contents__address{
		margin-left: 0;
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.footer .copyright{
		padding: 30px 10px 84px;
	}
	
}

@media screen and (max-width:480px){
	.header-top__logo .banner{
		margin-top: 15px;
	}
	.header-top__logo .banner img{
		max-width: 130px;
	}

	.footer-contents__wrap{
		display: block;
	}
	.footer-contents__address{
		line-height: 2.6rem;
	}
	.footer .map{
		margin-left: 0;
		margin-top: 40px;
	}
	.footer iframe{
		width: 100%;
	}

}