@charset "UTF-8";
/*-----------------------------------

	base

-----------------------------------*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  /*letter-spacing: 0.05em;*/
  color: #000000;
  background: #fff;
 /* background: #F9F9F9;*/
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
.contents_inner{
	width: 100%;
	max-width: 1260px;
    margin: 0 auto;
}

body.scroll {
  position: relative !important;
}
img {
  max-width: 100%;
  height: auto;
}
a, a:link, a:visited {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}

@media screen and (max-width: 1240px) {
	.contents_inner{
		width: 90%;
	}
}


/* device */
.sp {
  display: none;
}
.pc {
  display: block;
}

/* flexbox */
.row_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  a[href^='tel:'] {
    pointer-events: auto;
  }
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}	
}

/* font */
h2{
	font-size: 50px;
	font-weight: 600;
	color: #000000;
	line-height: 72px;
	text-align: left;
}
h2 span{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 24px;
}

@media screen and (max-width: 1200px){
	h2{
	    font-size: 40px;
		line-height: 55px;
    }
	h2 span{
		font-size: 14px;
	}
}
/*color*/
.blue{
	background: #005DB9;
	color: #005DB9;
}

/*-----------------------------------
	breadcrumb
-----------------------------------*/
/*#breadcrumb{
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  padding-top: 120px;
  overflow: hidden;
  background: #fff;
}
#breadcrumb p{
	float: left;
	position: relative;
}
#breadcrumb .breadcrumb_list .breadcrumb_link{
	font-size: 13px;
	font-weight: 700;
	margin-right: 30px;
	position: relative;
}
#breadcrumb .breadcrumb_list .breadcrumb_link::after{
	content: ">";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: -20px;
}
#breadcrumb .breadcrumb_list .breadcrumb_link a{
	color: #64A06E;
}
#breadcrumb .breadcrumb_list .breadcrumb_link a:hover{
	text-decoration: underline;
}
#breadcrumb .breadcrumb_text{
	font-size: 13px;
	font-weight: 700;
}

@media screen and (max-width: 1200px){
  #breadcrumb {
    padding-top: 110px;
  }
}*/

/*-----------------------------------

	header

-----------------------------------*/
header{
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100px;
	background: #fff;
}
header .contents_inner{
	justify-content: space-between;
}
header .contents_inner .header_left{
	height: 72px;
	line-height: 72px;
}
header .contents_inner .header_left h1{
	margin-top: 18px;
}
header .contents_inner .header_left h1 a:hover{
	opacity: 0.6;
}

header .contents_inner .header_right{
	height: 100px;
	line-height: 100px;
	position: relative;
	left: 30px;
}
header .contents_inner .header_right .header_nav{
	padding-right: 203px;
}
header .contents_inner .header_right .header_nav li{
	margin-right: 43px;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}
header .contents_inner .header_right .header_nav li:last-child{
	margin-right: 0;
}
header .contents_inner .header_right .header_nav.row_box li a:hover{
	opacity: 0.6;
}
header .contents_inner.row_box .header_right .contact_box{
	position: absolute;
	right: 0;
	top:40px;
	width: 160px;
	height: 160px;
	background: #005DB9;
	border-radius: 5px;
}
header .contents_inner.row_box .header_right .contact_box:hover{
	background: #0054A8;
	transition: ease 0.3s;
}
header .contents_inner.row_box .header_right .contact_box a{
	height: 100%;
}
header .contents_inner.row_box .header_right .contact_box a p{
	color: #fff;
	display: block;
	text-align: center;
	line-height: 39px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	width: 142px;
	height: 142px;
	margin: auto;
	border: 2px solid #3F88D1;
	border-radius: 2px;
	margin-top: 6px;
}
header .contents_inner.row_box .header_right .contact_box a p img{
	width: 32px;
	height: 24px;
	margin: auto;
	display: block;
	padding-top: 40px;
	margin-bottom: 7px;
}

@media screen and (max-width: 1120px){
	header .contents_inner .header_left h1{
	    width: 85%;
    }
	header .contents_inner .header_right .header_nav{
	    padding-right: 170px;
    }
	header .contents_inner .header_right .header_nav li{
		font-size: 14px;
		margin-right: 30px;
	}
	header .contents_inner.row_box .header_right .contact_box{
	    width: 140px;
	    height: 140px;
    }
	header .contents_inner.row_box .header_right .contact_box a p{
	    width: 122px;
	    height: 122px;
	    margin-top: 6px;
		font-size: 16px;
    }
	header .contents_inner.row_box .header_right .contact_box a p img{
	    padding-top: 35px;
    }
}
@media screen and (max-width: 975px){
	header .contents_inner.row_box .header_left.row_box{
		display: block;
	}
}

/*ハンバーガー*/
.button_container,
.overlay {
    display: none;
}
@media screen and (max-width: 975px){
	header .contents_inner .header_right{
		display: none;
	}
	.button_container,
    .overlay {
        display: block;
    }
	 .button_container{
        position: relative;
		top: 36px;
        right: 0;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 999999;
        transition: opacity 0.25s ease;
    }
    .button_container:hover {
        opacity: 0.7;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #444444;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #444444;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #444444;
    }
    .button_container span {
        background: #444444;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
	.overlay {
        position: fixed;
        background: #F9F9F9;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 99999;
    }
    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100vh;
    }
    .overlay.open li{
        width: 50%;
		opacity: 1;
	}
	.overlay.open li:hover{
		opacity: 0.8;
	}
	.overlay-menu .header_hm_nav.row_box .contact_box{
		width: 75%;
		margin: 30px auto 0;
	}
	.overlay.open .contact_box a{
		width: 85%;
		height: 35px;
		background: #005DB9;
		color: #fff;
		line-height: 35px;
		margin: 0 auto;
		border-radius: 5px;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
	}
    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        height: auto;
		justify-content: flex-start;
    }
    .overlay ul li {
        float: left;
        display: block;
        /*margin-bottom: 45px;*/
        position: relative;
        opacity: 0;
    }
    .overlay ul li a {
		display: block;
		padding: 25px 0;
		position: relative;
		font-size: 16px;
		font-weight: 500;
		color: #000;
		text-decoration: none;
		overflow: hidden;
    }
    .overlay ul li a:hover:after,
    .overlay ul li a:focus:after,
    .overlay ul li a:active:after {
        width: 100%;
    }
    .overlay ul li a:before {
        display: none;
    }
    .overlay ul li a:hover {
		color: #005DB9;
		opacity: 1;
    }
    .overlay ul li a span {
        display: block;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 8px;
        color: #64A06E;
    }
}
@media screen and (max-width: 460px){
	.overlay ul li{
		margin-bottom: 0;
	}
}


/*-----------------------------------

	footer

-----------------------------------*/
footer{
}
footer .contact_box.row_box .mail_box,
footer .contact_box.row_box .tel_box{
	width: calc(100%/2);
	text-align: center;
	height: 281px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
footer .contact_box.row_box .mail_box{
	background: #005DB9;
}
footer .contact_box.row_box .tel_box{
	background: #0054A8;
}
footer .contact_box.row_box .mail_box .text_box{
	padding: 75px 0 80px 0;
}
footer .contact_box.row_box .mail_box .text_box .mail_text{
	position: relative;
	width: 237px;
	margin: 0 auto;
}
footer .contact_box.row_box .mail_box .text_box .mail_text::before{
	content: "";
	position: absolute;
	background: url("../img/index/mail_icon.svg")no-repeat;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 16px 12px;
	width: 16px;
	height: 12px;
}
footer .contact_box.row_box .mail_box .text_box .contact_btn{
	font-weight: 600;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 290px;
	height: 70px;
	line-height: 70px;
	margin: 29px auto 0;
	position: relative;
}
footer .contact_box.row_box .mail_box .text_box .contact_btn:hover{
	background: #fff;
	transition: ease 0.3s;
}
footer .contact_box.row_box .mail_box .text_box .contact_btn::after{
	content: "";
	position: absolute;
	background: url("../img/index/arrow.svg")no-repeat;
	right: 19px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 12px 10px;
	width: 12px;
	height: 10px;
}
footer .contact_box.row_box .mail_box .text_box .contact_btn:hover::after{
	transition: ease 0.3s;
	background: url("../img/index/arrow_blue.svg")no-repeat;
	right: 25px;
	background-size: 12px 10px;
	width: 12px;
	height: 10px;
}
footer .contact_box.row_box .mail_box .text_box .contact_btn a{
	color: #fff;
	font-weight: 700;
}
footer .contact_box.row_box .mail_box .text_box .contact_btn a:hover{
	color: #005DB9;
}
footer .contact_box.row_box .tel_box .text_box{
	padding: 75px 0;
}
footer .contact_box.row_box .tel_box .text_box .number_box{
	margin-top: 19px;
}
footer .contact_box.row_box .tel_box .text_box .number_box .number a span{
	border-radius: 12px;
	background: #fff;
	color: #005DB9;
	font-size: 14px;
	font-weight: 700;
	padding: 0 16px;
	margin-right: 15px;
	
	position: absolute;
    height: 23px;
	width: 28px;
    line-height: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
	left: 0;
}
footer .contact_box.row_box .tel_box .text_box .tel_text{
	position: relative;
	width: 237px;
	margin: 0 auto;
	font-weight: 400;
}
footer .contact_box.row_box .tel_box .text_box .tel_text::before{
	content: "";
	position: absolute;
	background: url("../img/index/tel_icon.svg")no-repeat;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}
footer .contact_box.row_box .tel_box .text_box .number_box .number a{
	font-family: 'Lato';
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 35px;
	
	position: relative;
	padding-left: 75px;
	display: inline;
}
footer .contact_box.row_box .tel_box .text_box .tap_text.sp{
	font-size: 14px;
    margin-top: 8px;
}

footer .contents_inner .row_box{
	justify-content: space-between;
	margin-top: 70px;
}
footer .contents_inner .row_box .footer_left.row_box{
	margin-top: 0;
}
footer .contents_inner .row_box .footer_left.row_box h1 a:hover{
	opacity: 0.6;
}
footer .contents_inner .row_box .footer_nav.row_box{
	width: 45%;
	flex-wrap: wrap;
	margin-top: 0;
}
footer .contents_inner .row_box .footer_nav.row_box li{
	width: calc(100%/5);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	height: 24px;
	position: relative;
	padding-left: 18px;
}
footer .contents_inner .row_box .footer_nav.row_box li::before{
	content: "";
	position: absolute;
	width: 8px;
	border-bottom: 1px solid #005DB9;
	bottom: 12px;
	left: 0;
}
footer .contents_inner .row_box .footer_nav.row_box li a:hover{
	opacity: 0.6;
}
footer .footer_box{
	background: #F8F8F8;
	height: 70px;
	line-height: 70px;
	/*padding: 0 180px;*/
}
footer .contents_inner.row_box{
	justify-content: space-between;
	margin-top: 70px;
}
footer .contents_inner.row_box p a{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #828282;
}
footer .contents_inner.row_box p a:hover{
	opacity: 0.6;
}
footer .footer_box .contents_inner.row_box .copy{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
@media screen and (max-width: 1300px){
	footer .contents_inner .row_box .footer_left.row_box{
		width: 25%;
    }
	footer .contents_inner .row_box .footer_nav.row_box{
	    width: 70%;
    }
}
@media screen and (max-width: 900px){
	footer .contents_inner .row_box{
		display: block;
		margin: 50px auto 0;
    }
	footer .contents_inner .row_box li{
		margin-top: 10px;
	}
	footer .contents_inner .row_box .footer_left.row_box{
		width: 260px;
    }
	footer .contents_inner .row_box .footer_nav.row_box{
	    display: flex;
		margin: 40px auto 0;
		width: 100%;
		justify-content: center;
    }
}
@media screen and (max-width: 640px){
	footer .contact_box.row_box{
		display: block;
	}
	footer .contact_box.row_box .mail_box,
	footer .contact_box.row_box .tel_box{
		width: 100%;
	}
	footer .contact_box.row_box .mail_box,
	footer .contact_box.row_box .tel_box{
		height: 221px;
	}
	footer .contact_box.row_box .mail_box .text_box,
	footer .contact_box.row_box .tel_box .text_box{
		padding: 50px 0;
	}
	footer .contents_inner .row_box .footer_nav.row_box{
	    margin-top: 20px;
		width: 350px;
    }
	footer .contents_inner .row_box .footer_nav.row_box li{
	    width: calc(100%/3);
		margin-top: 15px;
    }
}


