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

html {
	font-size: 62.5%;
  height: -webkit-fill-available;
}
body {
	color: #323232;
  
	width: 100%;
  min-height: 100vh;
	margin: 0;
	padding: 0;
  
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 2.0em;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
}

/* RESET */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}
* {
	margin: 0;
	padding :0;
  box-sizing: border-box;
	position: relative;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}
img, figure, figcaption {
	border: 0;
	vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
figcaption {
  line-height: 1.3em;
}
a {
	color: #323232;
  text-decoration: none;
	display: inline-block;
}
p {
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	width: 100%;
	border: none;
}
tbody {
	border-top: 0px;
}
th, tbody th {
	padding-right: 0em;
	border-bottom: none;
}
input {
  -webkit-appearance: none;
}
.pc {
	display: inline;
}
.sp {
	display: none;
}

/*　#Header */
#Header .Logo a, #Header .Logo a img, #Footer .Logo a, #Footer .Logo a img {
  display: block;
}
#Header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#Header * {
  color: #FFFFFF;
}
#Header .Logo {
  padding: 8px 5.33%;
}
#Header .Logo a {
  width: 100%;
  max-width: 88px;
}
#NavWrap .Nav ul {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}
#NavWrap a {
  font-weight: 700;
}
#NavWrap a.current:not(.nocurrent) {
  color: #FFFFFF;
}
#NavWrap .btnContact a {
  border: #FFFFFF 1px solid;
  width: 100%;
  padding: 24px 0;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
}
#NavWrap .btnContact a::before {
  content: '';
  background: url("../images/common/icon_mail.png") center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}

/* FOOTER */
#Footer .fWrap {
  padding: 40px 0 24px 0;
  overflow: hidden;
}
#Footer .logoWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
#Footer .Logo a {
	display: flex;
	flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  grid-gap: 16px;
}
#Footer .Logo a img {
  max-width: 22vw;
}
#Footer .fAddress {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 24px 64px;
}
#Footer .menuWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
#Footer .fMenu ul > li:not(:last-child) {
  margin-bottom: 16px;
}
#Footer .Copy {
  font-size: clamp(1.0rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
  text-align: center;
}

/* CONTENT */
.inner {
  padding: 0 5.33%;
}
main section:not(.Head):not(.full) {
  padding: 56px 0;
}


/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
  
  /* FOOTER */
  #Footer .fWrap > .flex > *:not(:last-child) {
    margin-bottom: 40px;
  }
  #Footer .fAddress {
  }
  
  /* CONTENT */
  #Content {
    margin-top: -60px;
  }

}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
  a, a:hover, a *, a:hover *, a::before, a:hover::before, a::after, a:hover::after, .slick-arrow {
    transition: border 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  }
  a:hover {
    color: #155498;
  }
  a:hover img {
    opacity: 0.6;
  }

	/*　HEADER　*/
  
  /* FOOTER */
  #Footer a:hover {
    color: #FFFFFF;
    opacity: 0.6;
  }
  #Footer .fWrap {
    padding: 56px 0 24px 0;
  }
  #Footer .fWrap > .flex {
    flex-wrap: nowrap;
  }
  #Footer .logoWrap > *:not(:last-child) {
    margin-bottom: 56px;
  }
  #Footer .Logo a img {
    max-width: 90px;
    display: block;
  }
  #Footer .menuWrap {
    text-align: right;
  }
  #Footer .menuWrap > *:not(:last-child) {
    margin-bottom: 64px;
  }
  #Footer .fMenu {
    text-align: left;
    display: inline-block;
  }
  #Footer .Copy {
    text-align: right;
  }

  /* CONTENT */
  main section:not(.Head):not(.full) {
    padding: 136px 0;
  }
  main section.Head:not(.full) + section:not(.pNav) {
    padding-top: 200px;
  }
  .inner {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
	
}


/*NAV
-------------------------------------------------------*/
@media screen and (max-width: 919px) {

	/*　HEADER　*/
  #Header {
    background: rgba(0,0,0,0.8);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
  }
  #Header .Logo {
    z-index: 100;
  }
  #Header .Logo a {
    height: 44px;
    display: flex;
    align-items: center;
  }
	#NavWrap nav {
		background: #155498;
		width: 100%;
		height: 100%;
    padding: 32px 5.33%;
    padding-top: 80px;
    pointer-events: none;
		display: block;
		position: fixed;
    left: 0;
		top: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all 0.5s;
		z-index: -99;
		opacity: 0;
	}
	#NavWrap.open nav {
    pointer-events: all;
		/*transition: all 0s;*/
		z-index: 99;
		opacity: 1;
	}
	#NavWrap nav > *:not(:last-child) {
    margin-bottom: 40px;
  }
	#NavWrap .Nav ul {
		flex-direction: column;
  }
	#NavWrap .Nav ul > *:not(:last-child) {
    margin-bottom: 8px;
  }
	#NavWrap .Nav a {
    min-height: 32px;
    padding: 8px;
    text-align: center;
    display: block;
  }
  #NavWrap a.current:not(.nocurrent) {
    opacity: 0.5;
  }
	.Toggle {
		width: 50px;
		height: 50px;
		display: block;
		position: fixed;
		top: 5px;
		right: 5px;
		border-radius: 5px;
		box-sizing: border-box;
		transition: all 0.5s;
		cursor: pointer;
		z-index: 100;
	}
	.Toggle span {
		background: #FFFFFF;
		width: 30px;
		height: 2px;
		display: block;
		position: absolute;
		left: 10px;
		border-radius: 4px;
		transition: all 0.5s;
	}
	.Toggle span:nth-child(1) {
		top: 14px;
	}
	.Toggle span:nth-child(2) {
		top: 24px;
	}
	.Toggle span:nth-child(3) {
		bottom: 14px;
	}
	.open .Toggle span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .Toggle span:nth-child(2) {
		opacity: 0;
	}
	.open .Toggle span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}


}

@media print, screen and (min-width: 920px) {

	/*　HEADER　*/
  #Header {
    align-items: stretch;
  }
  #Header::before {
    content: '';
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #NavWrap a:not(.nocurrent)::after, #NavWrap a:not(.nocurrent):hover::after {
    transition: border 0.3s ease-out, background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
  }
  #NavWrap a:not(.nocurrent)::after {
    content: '';
    background: #FFFFFF;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 5px;
    opacity: 0;
  }
  #NavWrap a:not(.nocurrent):hover::after {
    opacity: 1.0;
  }
  #Header .Logo {
    padding: 24px 50px;
  }
  #Header .Logo a {
    max-width: 130px;
  }
  #NavWrap {
    padding: 0 50px;
  }
  #NavWrap a.current:not(.nocurrent)::after {
    opacity: 1.0;
  }
  #NavWrap nav {
    height: 100%;
    align-items: center;
  }
  #NavWrap .Nav ul li {
    margin-right: 3.0em;
  }
  #NavWrap .Nav a {
    line-height: 50px;
  }
  #NavWrap .btnContact a {
    width: 192px;
    height: 50px;
    padding: 8px;
  }
  #NavWrap .btnContact a:hover {
    background: #155498;
    color: #FFFFFF;
    opacity: 1.0;
  }
	
}