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

/* 無効化 */
a.disable{
	opacity: 0.6;
  pointer-events: none;
}
a.disable100{
  pointer-events: none;
}
a:hover.disable{
  pointer-events: none;
}
body {
	width: 100%;
}
#wrapper{
	box-sizing: border-box;
	width: 100%;
	position: relative;
	overflow: hidden;
}

/*タイトル*/
h2{
	display: inline-block;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #08287E;
	line-height: 6rem;
	background: url("../img/titleback.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 95px;
	padding-top: 1.5rem;
	margin-top: 5rem;
}
h2 span{
	padding: 2rem 3.5rem 0 3.5rem;
	border-top: 1px solid #08287E;
	font-size: 16px;
	letter-spacing: 0.5em;
	color: #000;
}
/* リンクボタン */
.read-more{
	text-align: center;
	font-family: "Shippori Mincho";
	display: inline-block;
	font-size: 17px;
	background: #fff;
	color: #000;
	border: 1px solid #C9A063;
	width: 260px;
	padding: 1.5rem 0;
	box-shadow: 7px 7px 5px rgba(201,160,99,0.3);
	margin: 5rem;
	transition: 0.2s;
}
.read-more:hover{
	background: #C9A063;
	color: #fff;
	border: 1px solid #C9A063;
	box-shadow: -1px -1px 5px rgba(201,160,99,0.3);
}


/*---------- ハンバーガー ----------*/
.header-box h1{
	display: inline-block;
	padding: 2.5rem 3rem;
	background: #fff;
	border-radius: 5rem;
	margin-top: 1.5rem;
}
.header-box h1 img{
	width: 300px;
}
.header-box{
	display : block;
	position: fixed;
	z-index : 50;
	left : 0px;
	top   : 0px;
	width : 100%;
	height: 70px;
	background: #fff;
	text-align: center;
}
.header-box .g-border{
	margin: 6rem 3.2rem 1.5rem;
	background-color:gray;
	width:1px;
	height:80px;
}
.header-box p a{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #172889!important;
	font-size: 30px;
}
.header-box .g-border + p a{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-left: 0.5rem;
}
/* 全体調整CSS */
.hamburger-menubox *{
	font-size: 16px;
}
.hamburger-menubox li{
	font-size: 14px;
}
/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-switch{
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0; 
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 4em; /* アイコン（クリック可能領域の）高さ */
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-1:checked ~ .hamburger-switch{
	position: fixed;
	left: 350px
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1-before, .hamburger-switch-line1-after{
	width: 40px;
	height: 3px;
	background: #172889; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 38%;
	left: 60%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1-before{
	transform: translate(-50%, -500%);
}
.hamburger-switch-line1-after{
	transform: translate(-50%, 450%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-1:checked ~ .hamburger-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-1:checked ~ .hamburger-switch .hamburger-switch-line1-before{
	transform: rotate(45deg) translate(-30%, 400%);
}
#hamburger-1:checked ~ .hamburger-switch .hamburger-switch-line1-after{
	transform: rotate(-45deg) translate(-30%, -400%);
}
/* メニューエリア */
.hamburger-menuwrap{
	position: fixed;
	height: 100%;
	background: #fafafa; /* メニューエリアの背景色 */
	padding: 1.5em 2rem 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: -100%;
	width: 370px;
	text-align: left;
}
/* メニューリスト */
.hamburger-menulist{
	margin-right: 3%;
	padding-left: 5% !important; /* !important不要な場合もあり */
	list-style: none;
}
.hamburger-menulist li a,
.hamburger-menulist li:nth-child(4) p{
	text-decoration: none;
	color: #000; 
	display: block;
	padding: 0.7em 0.5em 0.5em;
	line-height: 2rem;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.hamburger-menulist li{
	padding: 0 0.5rem;
	border-bottom: 1px solid #C8C9C9;
}
.hamburger-menulist li ul li,
.hamburger-menulist li:nth-child(6),
.hamburger-menulist li:nth-child(7),
.hamburger-menulist li:nth-child(8),
.hamburger-menulist li:first-child{
	border-bottom: none;
}
.hamburger-menulist li a span,
.hamburger-menulist li:nth-child(4) p span{
	font-size: 10px;
	letter-spacing: 0px;
}
.hamburger-menulist ul.work-link li a:hover{
	color: #14227F; 
}
.hamburger-menulist ul.work-link li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.hamburger-menulist ul.work-link li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #14227F;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.hamburger-menulist ul.work-link li a:hover::after {
  transform: scale(1, 1);
}	
.hamburger-menulist li:first-child img{
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}
.hamburger-menulist li ul li a{
	font-size: 16px;
	padding: 0.5rem 0;
	margin-left: 0.5rem;
	letter-spacing: 0px;
}
.hamburger-menulist li ul li:last-child a{
	margin-bottom: 2rem;
}
.hamburger-menulist li ul li a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	padding-right: 5px;
	color: #14227F;
}
.hamburger-menulist li:nth-child(7){
	padding: 0.5rem 0;
}
.hamburger-menulist li:nth-child(8){
	padding: 0;
}
.hamburger-menulist li:nth-child(7) a img,
.hamburger-menulist li:nth-child(8) a img{
	width: 50px;
    padding-right: 10px;
}
.hamburger-menulist li:nth-child(7) a{
	background: #14227F;
	font-size: 16px;
	color: #fff!important;
	padding: 2rem;
	border: 1px solid #14227F;
	transition: 0.3s;
	letter-spacing: 0px;
}
.hamburger-menulist li:nth-child(8) a{
	background: #00B900;
	font-size: 16px;
	color: #fff!important;
	padding: 2rem;
	border: 1px solid #00B900;
	transition: 0.3s;
	letter-spacing: 1px;
}
.hamburger-menulist li:nth-child(7) a:hover{
	background: #fff;
	color: #14227F!important;
}
.hamburger-menulist li:nth-child(8) a:hover{
	background: #fff;
	color: #00B900!important;
}
label.hamburger-switch1 span{
	margin: 1rem 2rem 0 1rem;
    vertical-align: middle;
}
/* メニューエリア･アニメーション */
#hamburger-1:checked ~ .hamburger-menuwrap{
	left: 0%;
}
	/* コンテンツカバー */
#hamburger-1:checked ~ .hamburger-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

/*----------header----------*/
ul.menu li.current{
	background:url("../img/now_here.svg");
	background-repeat: no-repeat;
	background-position: center;
}
/*----------下層header----------*/
.lower-head {
	position: relative;
	background-color: #08287e;
	color: #fff;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	height: 180px;
	margin-top: 0;
}

.lower-head::before {
	content: url("../img/lower-head-left.png");
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 5;
    mix-blend-mode: multiply;
}

.lower-head::after {
	content: url("../img/lower-head-right.png");
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 5;
    mix-blend-mode: multiply;
}

.lower-head h1 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: normal;
	position: absolute;
	top: 50%;
	left: 10%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    z-index: 10;
}
.lower-head h1 span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: normal;
	margin-left: 2rem;
	vertical-align: middle;
}


/*---------- メニュー ----------*/
.menu {
    position: relative;
    width: 100%;
    max-width: 1000px;
	margin: 2rem auto 7rem;
	z-index: 2;
}
.menu > li {
    float: left;
    width: 20%;
    height: 80px;
    line-height: 50px;
	display: flex;
}
.menu > li a {
    display: block!important;
    color: #000;
    font-size: 18px;
	font-weight: bold;
	line-height: 2.5rem;
	text-align: center;
	margin: auto;
}
.menu > li a span {
    font-size: 10px;
	font-weight: normal;
}
.menu > li a.init-bottom {
	color: #231815;
}
.menu > li a.init-bottom:hover {
	color: #08287E;
}
ul.menu-second-level a:hover {
    color: #fff!important;
}
ul.menu-second-level a:hover span {
    color: #F9ED00!important;
}
ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu-second-level li p{
    margin: 0;
	border-top: 1px dotted #666;
	line-height: 2rem;
    padding: 1rem 0;
}
.menu-second-level li:first-child p{
    border-top: none;
}
.menu-second-level li a{
    line-height: 4rem;
	text-align: left;
	position: relative;
	padding: 0 2rem 0 3rem;
}
.menu-second-level li a span{
   font-size: 12px;
}
.menu-second-level li a::before{
	position: absolute;
	left: 15px;
	top: 1px;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	font-size: 2rem;
	color: #727171;
}
.menu > li a:hover::before {
    color: #fff;
}
.menu-second-level li a:hover {
	background: -webkit-linear-gradient(360deg,#08287E, #009FE8);
	background: -o-linear-gradient(360deg,#08287E, #009FE8);
	background: linear-gradient(90deg,#08287E, #009FE8);
}
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
.menu > li.menu-single {
    position: relative;
}
.menu > li.menu-single > a {
    letter-spacing: 3px;
}
li.menu-single ul.menu-second-level {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
	box-shadow: 1px 1px 4px #999;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu-single:hover ul.menu-second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}


/*---------- contact ----------*/
#contact{
	background: url("../img/contact-back.svg"),#DBEBF9;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 2rem 0 1rem 0;
	margin-top: 2rem;
}
#contact .flex-container{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#contact dl{
	color: #fff;
	margin-top: 5rem;
}
#contact dl dt{
	font-size: 45px;
	border-bottom: 1px solid #fff;
	letter-spacing: 6px;
	padding-bottom: 3rem;
}
#contact dl dd{
	font-size: 18px;
	padding-top: 2rem;
}
#contact ul li a{
	background: -webkit-linear-gradient(360deg,#08287E, #009FE8);
	background: -o-linear-gradient(360deg,#08287E, #009FE8);
	background: linear-gradient(90deg,#08287E, #009FE8);
	padding: 1rem 2.5rem 1rem 1rem;
	display: table;
	width: 100%;
	position: relative;
}
#contact ul li{
	padding: 0.5rem;
}
#contact ul li div{
	display: table-cell;
	vertical-align: middle;
}
#contact ul li div + div{
	border-left: 1px solid #fff;
	padding-left: 2rem;
}
#contact ul li div.text-center{
	width: 15%;
	padding-right: 1rem;
}
#contact ul li img{
	width: 50px;
}
#contact ul li h4{
	color: #fff;
	font-size: 22px;
	padding: 1rem 0;
}
#contact ul li p{
	color: #fff;
	font-size: 15px;
	line-height: 2.5rem;
}
#contact ul li:nth-child(2) a{
	background: #fff;
	border: 1px solid #00B900;
}
#contact ul li:nth-child(2) div + div{
	border-left: 1px solid #00B900;
}
#contact ul li:nth-child(2) h4,#contact ul li:nth-child(2) p{
	color: #00B900;
}
#contact ul li:last-child a{
	background: -webkit-linear-gradient(360deg,#009FE8, #08287E);
	background: -o-linear-gradient(360deg,#009FE8, #08287E);
	background: linear-gradient(90deg,#009FE8, #08287E);
	padding: 2rem 2.5rem 1rem 2.5rem;
}
#contact ul li:last-child{
	font-size: 20px;
	font-weight: bold;
}
#contact ul li:last-child i{
	padding-right: 0.5rem;
}
#contact ul li a::after{
	position: absolute;
	right: 20px;
	top: 40%;
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 5px;
	color: #fff;
}
#contact ul li:nth-child(2) a::after{
	color: #00B900;
}
#contact ul li:last-child a::after{
	top: 30%;
}
#contact ul li a:hover{
	opacity: 0.5;
    transition: .3s;
}

/*----------footer----------*/
.foot-1 {
	margin: 2rem 0 1rem;
}
.foot-1 img {
	width: 40%;
	margin-bottom: 1rem;
}
.foot-1 dt {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
.foot-1 dd {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.foot-2 {
	color: #08287e;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.foot-2 img {
	width: 50px;
	margin-right: 1rem;
}
.foot-2 .tell {
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: bold;
	margin-bottom: 0;
	line-height: normal;
    padding-bottom: 8px;
}
.foot-2 .tell a {
    color: #08287e;
    text-decoration: none;
}
.foot-2 .estimate {
	border: solid 1px #08287e;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin-left: 1rem;
}
.foot-2 .estimate p {
	margin: 3px;
}
.foot-3 p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #08287e;
}
.foot-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 3rem 0 2rem;
}
.foot-nav li {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 1em;
}
.foot-nav li a {
	color: #000;
	transition: 0.2;
}
.foot-nav li a:hover {
	color: #14227f;
}
.copyright {
	background-color: #e5e5e5;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright p {
	font-size: 14px;
	font-weight: 350;
	letter-spacing: 0.2em;
	vertical-align: middle;
}
.copyright p span {
	font-size: 12px;
	font-weight: 350;
	letter-spacing: 0;
}
/* トップへ戻るボタン */
#page-top {
	position: fixed;
	bottom: 20px;
	margin-bottom: 0;
	right: 70px;
	z-index: 1000;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 60px;
	height: 60px;
	font-size: 3rem;
    text-align: center;
    display: block;
	position: relative;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#page-top a img {
    width: 28px;
	height: 34px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 1199px) {
/*---------- contact ----------*/
#contact{
	background: url("../img/contact-back.svg"),#ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 2rem 0 1rem 0;
	margin-top: 2rem;
}
}

@media (max-width: 991px) {
/*----------footer----------*/
.foot-1 img {
	width: 60%;
}
.menu-second-level li a {
    line-height: 2rem;
    padding: 1rem 2rem 1rem 3rem;
}
.menu-second-level li a::before {
    top: 10px;
}
.menu-second-level li + li {
    border-top: 1px dotted #666;
}
.menu-second-level li p{
	border-top: none;
}
}

@media (max-width: 767px) {
/*---------- メニュー ----------*/
	.menu > li.menu-single > a {
		letter-spacing: 1px;
	}
/*---------- contact ----------*/
	#contact{
		background: -webkit-linear-gradient(#6CBDF0, #FFFFFF);
		background: -o-linear-gradient(#6CBDF0, #FFFFFF);
		background: linear-gradient(#6CBDF0, #FFFFFF);
		position: relative;
	}
	#contact::before{
		content: "";
		display: inline-block;
		width: 130px;
		height: 130px;
		background: url("../img/contact-mini-01.svg");
		background-position: left center;
		position: absolute;
		left: -1px;
		top: 0;
		z-index: 1;
	}
	#contact::after{
		content: "";
		display: inline-block;
		width: 130px;
		height: 130px;
		background: url("../img/contact-mini-02.svg");
		background-position: right center;
		position: absolute;
		right: -1px;
		top: 0;
		z-index: 1;
	}
	
/*----------footer----------*/
.foot-1 img {
	width: 80%;
}
.foot-nav li {
	justify-content: space-between;
	padding: 0 0.8em;
	font-size: 16px;
    font-size: 1.6rem;
}
#page-top {
	right: 40px;
}
}

@media (max-width: 575px) {
/* ハンバーガーアイコン */
	.hamburger-switch-line1, .hamburger-switch-line1-before, .hamburger-switch-line1-after{
		width: 35px;
		height: 3px;
		position: absolute;
		top: 40%;
		left: 40%;
	}
	.header-box h1 img{
		width: 200px;
	}
	/* メニュー展開時にハンバーガーアイコンを固定 */
	#hamburger-1:checked ~ .hamburger-switch{
		position: fixed;
		left: 0;
	}
	#hamburger-1:checked ~ .hamburger-switch .hamburger-switch-line1-before{
		transform: rotate(45deg) translate(-45%, 500%);
	}
	#hamburger-1:checked ~ .hamburger-switch .hamburger-switch-line1-after{
		transform: rotate(-45deg) translate(-45%, -500%);
	}
	.hamburger-menulist li:first-child img{
		width: 60%;
		padding-bottom: 1rem;
		margin-bottom: 0rem;
		margin-top: 3rem;
	}
	.lower-head h1 {
        font-size: 25px;
        font-size: 2.5rem;
		top: 50%;
		left: 0;
		transform: translate(15%, -50%);
		-webkit-transform: translate(15%, -50%);
		-ms-transform: translate(15%, -50%);
	}
	.menu > li {
		height: 70px;
	}
	.menu > li a {
		font-size: 16px;
		line-height: 2rem;
	}
	.menu > li a span {
		letter-spacing: -1px;
	}
	ul.menu{
		display: none;
	}
	/*---------- スマホ時のみcontact-link ----------*/
	ul.d-sm-none {
		background: #08287E;
		justify-content: space-around;
		z-index: 9;
		width: 100%;
		position: fixed;
        left: 0;
        bottom: 0;
		margin: 0;
        padding: 1rem 0;
	}
	ul.d-sm-none li{
		border-right: 1px solid #fff;
        font-size: 1.4rem;
	}
	ul.d-sm-none li:last-child{
		border-right: none;
	}
	ul.d-sm-none li:first-child{
		padding-left: 0rem;
	}
	ul.d-sm-none li a{
		color: #fff;
        display: block;
        padding: 1rem 0;
	}
	ul.d-sm-none li a img{
		width: 20px;
		padding-right: 0.5rem;
	}
	ul.d-sm-none li a i{
		padding-right: 0.5rem;
	}
	
	/*---------- contact ----------*/
	#contact dl dt {
		font-size: 30px;
		padding-bottom: 2rem;
		filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.5));
	}
	#contact dl dd {
		font-size: 13px;
		line-height: 2.5rem;
		padding-top: 1rem;
		filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.5));
	}
	#contact ul li div + div {
		padding-left: 1.5rem;
	}
	#contact ul li a,#contact ul li:last-child a {
		padding: 1.5rem;
	}
	#contact ul li h4 {
		font-size: 16px;
		padding-bottom: 0.5rem;
	}
	#contact ul li p {
		font-size: 12px;
		line-height: 2rem;
		font-weight: normal;
		margin: 0;
	}
	#contact ul li a::after {
		right: 15px;
		top: 38%;
	}
	#contact ul li:last-child p {
		font-size: 14px;
	}
	#contact ul li:last-child a::after {
		top: 25%;
		font-size: 16px;
	}
	
/*----------footer----------*/
	.foot-1 {
		margin-bottom: 0;
	}
	.foot-1 img {
		width: 80%;
	}
	.foot-2 .tell {
		font-size: 40px;
		font-size: 4rem;
	}
	.foot-2 .estimate {
		width: 90%;
		margin-left: 0;
		margin-bottom: 1rem;
	}
	.foot-nav {
		margin-top: 1rem;
	}
	.foot-nav li {
		width: 100%;
		text-align: center;
		margin: 0.5rem;
	}
    .copyright {
        height: 200px;
    }
	.copyright p {
		font-size: 14px;
		font-weight: 350;
		letter-spacing: 0.1em;
		vertical-align: middle;
	}
	.copyright p span {
        font-size: 12px;
        font-weight: 350;
        letter-spacing: 0;
        padding: 1rem 7rem 0 2rem;
        display: inline-block;
        text-align: justify;
        line-height: 2rem;
    }
	#page-top a {
		width: 50px;
		height: 50px;
	}
	#page-top a img {
		width: 25px;
	}
	.read-more {
    font-size: 15px;
    width: 200px;
    padding: 1rem 0;
    margin: auto;
    margin-top: 3rem;
	}
	.copyright {
		padding: 2rem 0 9rem 0;
	}
	#page-top {
		right: 5px;
		bottom: 75px;
	}	
}