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

/*  Reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display	: inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

body/**/table {
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}

img[usemap] {
	border		: none;
	height		: auto;
	max-width	: 100%;
	width		: auto;
}

img {
	border		: 0;
	max-width	: 100%;
}

i {
	padding	: 5px 5px 2px 0;
}

p {
	word-break	: break-all;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

submit	{ -webkit-appearance : none;}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size	: 1.6rem;
	font-size	: 16px;
	font-weight: 400;
	line-height	: 2.0;
	text-align	: center;
	color		: #000;
	-webkit-text-size-adjust	: 100%;
	font-smoothing	: auto;
}

body *,
body *:before,
body *:after {
    box-sizing: border-box;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { 
	height : auto;
	overflow: hidden;
}


/* Link
--------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */


header {
	padding: 0 2.3%;
	border-bottom: 2px solid #034453;
	height: 80px;
}

header > .contents{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.header_left{
	display: flex;
	align-items: center;
	max-width: 334px;
	width: 24%;
	margin-right: 20px;
}

header .logo {
	position: relative;
	z-index: 100;
}

header .logo img{
	max-width: 196px;
	width: 100%;
}

header nav{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

header nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 160px);
}

header nav ul li{
	flex: 1;
}

header nav ul li a{
	position: relative;
	display: block;
	font-family: "Noto Sans JP-Bold", Helvetica;
	font-size: 1.7rem;
	font-weight: 700;
	color: #161616;
	text-decoration: none;
	transition: all.3s;
}

header nav ul li a span{
	display: block;
	font-family: "Rubik-Regular", Helvetica;
	font-weight: 400;
	font-size: 1.2rem;
	color: #42C5C7;
	line-height: 1.0;
}

header nav ul li a:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #D9D9D9;
    transform: rotate(25deg) translateY(-50%);
}

header nav ul li:last-of-type a:before{
	content: none;
}

.header_right{
    max-width: 1000px;
	width: 51.5%;
	padding: 0 0 10px;
}

#nav_toggle,
.sp_nav{
	display: none;
}

@media screen and (max-width: 1100px){
	.header_right{
		width: 70%;
	}
} 


@media screen and (max-width: 768px) {
	header{
		position: relative;
		display: flex;
		align-items: center;
        height: 60px;
        padding: 10px;
	}

	nav,
	.header_info{
		display: none;
	}

	.header_right{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 55%;
		padding: 0;
	}

	header nav{
		display: none;
	}

	header .logo{
        text-align: left;
        margin-right: 10px;
	}

	header .logo img{
		max-height: 48px;
	}
	

	#nav_toggle {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		width: 32px;
        height: 22px;
		border-radius: 50%;
        z-index: 100;
	}

	#nav_toggle > div{
		position: relative;
		width: 100%;
        height: 100%;
	}

	#nav_toggle > div span{
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #111;
	}

	#nav_toggle > div span:first-of-type{
		top: 0;
	}

	#nav_toggle > div span:nth-of-type(2){
		top: calc(50% - 1px);
	}

	#nav_toggle > div span:last-of-type{
		bottom: 0;
	}

	/* open */

	#nav_toggle.active  span:nth-child(1) {
		top: 10px;
		transform: rotate(150deg);
	}
	#nav_toggle.active  span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#nav_toggle.active  span:nth-child(3) {
		bottom: 10px;
		transform: rotate(-150deg);
	}

	#nav_toggle > p{
		visibility: hidden;
		opacity: 0;
		margin-top: -7px;
	}

	#nav_toggle.active > p{
        font-size: 1.1rem;
        font-weight: 700;
		visibility: visible;
		opacity: 1;
	}

	.header_left{
		width: 67%;
	}

	.sp_nav{
		display: flex;
		flex-direction: column;
        position: absolute;
        width: 100%;
		height: 100%;
		min-height: calc(100vh - 79px);
        top: 76px;
        right: 0;
		right: -100%;
		background-color: #fff;
        transition: all .3s;
        z-index: 80;
		overflow: auto;
	}

	.sp_nav.active{
		right: 0;
		top: 60px;
	}

	.sp_nav .inner{
		padding: 10px 20px 20px;
		flex-grow: 1;
	}

	.sp_nav ul > li > a{
		position: relative;
		display: block;
		font-weight: 700;
        padding: 20px 0;
		text-decoration: none;
		color: #000;
	}

	.sp_nav ul > li > a span{
		display: block;
		font-family: "Rubik", sans-serif;
		font-size: 1.0rem;
		font-weight: 400;
		color: #42C5C7;
		line-height: 1.0;
	}
	
	.sp_nav ul > li > a:before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 30px;
		height: 1px;
		background-color: #D9D9D9;
		transform: translateX(-50%);
	}
	
	.sp_nav ul > li:first-of-type a:after,
	.sp_nav ul > li:last-of-type a:after{
		content: none;
	}

	.sp_nav .contact_btn{
		margin: 20px auto 0;
	}

	.header_info_sp{
		background-color: rgba(255, 152, 6, 0.2);
		padding: 30px 20px;
		margin-top: 15px;
		margin-top: auto;
	}

	.header_info_sp .address{
		font-size: 1.4rem;
		font-weight: 400;
		text-align: left;
		color: #161616;
		padding-left: 50px;
	}

	.header_info_sp .tel{
		padding-left: 50px;
	}

	.header_info_sp .tel a{
		display: block;
		font-family: "Roboto", serif;
		font-size: 2.0rem;
		font-weight: 700;
		text-align: left;
		color: #A35130;
		text-decoration: none;
	}

	.header_info_sp .address.icon_map,
	.header_info_sp .tel.icon_tel{
		padding-left: 28px;
	}

	.header_info_sp .address.icon_map:before,
	.header_info_sp .tel.icon_tel:before{
		left: 0;
	}
}


/* ------------------------------------------------------------------------ */

/* Navigation

/* ------------------------------------------------------------------------ */

nav {}


/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

.contents{
	max-width: 1080px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

/* hd_area */

.hd_area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 5.39 / 1;
	padding: 0 10px;
    background: url(../img/bg/bg_hd.jpg) no-repeat center center / cover;
}

.hd_area .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 670px;
	width: 100%;
	height: 48%;
	background-color: rgba(255,255,255,0.8);
}

.hd_area h1{
	font-size: 3.2rem;
	line-height: 1.5;
    color: #034453;
}

.hd_area h1 span{
	display: block;
	font-size: 1.2rem;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	color: #42C5C7;
}

@media screen and (max-width: 1100px) {
	.hd_area{
		height: 260px;
	}

	.hd_area .inner{
		height: 137px;
	}
}

@media screen and (max-width: 768px) {
	.hd_area{
		height: 180px;
	}
	
	.hd_area h1{
		font-size: 2.4rem;
		padding: 20px 10px;
	}
}

/* パンクズリスト
--------------------------------------------------------------------------- */

.bread_area{
	background-color: #fff;
	border-bottom: 1px solid #C6EEEE;
}

.bread_area ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 1080px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 8px 0;
}

.bread_area ul li{
	font-size: 1.2rem;
	color: #034453;
}

.bread_area ul li a{
	position: relative;
	font-size: 1.2rem;
	color: #034453;
	text-decoration: none;
	padding-right: 22px;
}

.bread_area ul li a:before{
	content: ">";
	position: absolute;
	top: 50%;
	right: 8px;
	font-size: 1.2rem;
	color: #034453;
	transform: translateY(-50%);
}

.bread_area ul li a:hover{
	text-decoration: underline;
}

/* sec-page
--------------------------------------------------------------------------- */

.sec-page{
	width: 100%;
    background: linear-gradient(to bottom, rgba(233, 251, 251, 100) 0, rgba(233, 251, 251, 0) 180px, transparent 100%);
	padding: 20px 0 80px;
}

/* sec-contact
--------------------------------------------------------------------------- */

.sec-contact{
	background: url(../img/bg/bg_contact.jpg) no-repeat center / cover;
	padding: 60px 0 65px;
}

.sec-contact > .contents{
	position: relative;
	max-width: 840px;
}

.contact_inner{
	background-color: #fff;
	padding: 44px 20px 50px;
	margin-top: 40px;
}

.contact_inner .flex{
	justify-content: space-between;
	max-width: 540px;
	margin: 0 auto;
}

.sec-contact .hd03-02{
	font-size: 1.4rem;
}

.contact_mail{
	width: 44%;
}

.contact_tel{
	width: 44%;
}

.contact_tel .text_tel{
	font-family: "Roboto", serif;
	font-size: 3.0rem;
	text-align: left;
	font-weight: 500;
	color: #034453;
	line-height: 1.5;
}

.contact_tel .text_tel a{
	text-decoration: none;
	color: #034453;
}

.contact_inner .btnStyle01{
	max-width: 240px;
	margin: 15px auto 0;
}

.contact_inner .btnStyle01 a{
	line-height: 53px;
}

@media screen and (max-width: 768px) {
	.contact_inner{
		padding: 35px 20px;
	}

	.contact_inner .flex{
		flex-direction: column;
	}

	.contact_mail{
		width: 100%;
	}

	.contact_tel{
		width: 100%;
		margin-top: 35px;
	}

	.contact_tel .text_tel{
		margin-top: 10px;
		text-align: center;
	}
}


/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

footer {
	background-color: #fff;
	border-top: 1px solid #42C5C7;
}

footer .contents{
	display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1340px;
    height: 150px;
}

footer .logo img{
	max-width: 196px;
}

.footer_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 700px;
	width: 100%;
}

.footer_nav li{
	flex: 1;
}

.footer_nav li a{
	position: relative;
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	color: #161616;
	text-decoration: none;
	transition: all.3s;
}

.footer_nav li a span{
	display: block;
	font-family: "Rubik", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: #42C5C7;
	line-height: 1.0;
}

.footer_nav li a:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 1px;
    height: 20px;
    background-color: #D9D9D9;
    transform: rotate(25deg) translateY(-50%);
}

.footer_nav li:last-of-type a:before{
	content: none;
}

footer .copy{
	padding: 3px 0;
	background-color: #222;
	color: #fff;
	font-family: "Roboto", serif;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	footer .contents{
		flex-direction: column;
		height: auto;
		padding: 20px;
	}

	.footer_nav{
		flex-direction: column;
		margin-top: 20px;
	}

	.footer_nav li a{
		padding: 15px 0;
	}

	.footer_nav li a:before{
		top: auto;
		bottom: -5px;
		right: 50%;
		width: 20px;
		height: 1px;
		transform: translateX(50%);
	}
}