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

html {
	font-size: 62.5%;
  height: -webkit-fill-available;
}
body {
	color: #1c1c1c;
  
	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;
}
* {
	margin: 0;
	padding :0;
  box-sizing: border-box;
	position: relative;
}
h1,h2,h3,h4,h5,h6 {
  /* font-weight: normal; */
}
img, figure, figcaption {
	border: 0;
	vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
a {
	color: #1c1c1c;
  text-decoration: none;
	display: inline-block;
}
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: #26517c;
}
a:hover img {
  opacity: 0.6;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	width: 100%;
	border: none;
	border-spacing: 0;
}
tbody {
	border-top: 0px;
}
th, tbody th {
	padding-right: 0em;
	border-bottom: none;
}
@media screen and (min-width: 771px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none!important;
  }
}
@media screen and (max-width: 770px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: inline-block;
	}
}



/*　#Header */
#top {
  font-size: 0;
  line-height: 0;
  display: inline;
}
#Header .Logo {
  padding: 30px 0 0 50px;
}
#Header .Logo a, #Header .Logo a img, #Footer .Logo a, #Footer .Logo a img {
  display: block;
}
#Header {
  padding: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 100;
}
#Header .Logo a {
  max-width: 390px;
}
#NavWrap nav {
  grid-gap: 24px 16px;
}
#NavWrap .Nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
}
#NavWrap .Nav ul li a {
  color: #fff;
  font-weight: bold;
}
#NavWrap .Nav ul li a:hover {
  color: #26517c;
}
#NavWrap a.head-contact {
  color: #fff;
  font-weight: bold;
  background: #004580;
  padding: 30px;
}
#NavWrap a.head-contact:hover {
  color: #004580;
  background: #fff;
}
@media screen and (max-width: 900px) {
  #NavWrap a.head-contact {
  color: #004580;
  background: #fff;
  padding: 30px;
}
#NavWrap a.head-contact:hover {
  color: #fff;
  background: #004580;
}
}
nav.flex {
  display: flex;
  gap: 50px!important;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #Header {
    background: linear-gradient(rgba(0,69,128,1),rgba(255,255,255,0));
    padding: 0;
    position: fixed;
  }
  #Header .Logo {
    z-index: 100;
    padding: 30px 20px;
  }
  div#NavWrap {
    z-index: 100;
  }
  #Header .Logo a {
    width: 70%;
  }
	#NavWrap nav {
		background: #004580;
		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 .Nav ul {
    gap: 10px;
  }
	#NavWrap.open nav {
    pointer-events: all;
		z-index: 99;
		opacity: 1;
	}
	#NavWrap nav > *:not(:last-child) {
    margin-bottom: 24px;
  }
	#NavWrap .Nav ul {
		flex-direction: column;
  }
	#NavWrap .Nav ul > *:not(:last-child) {
    margin-bottom: 0;
  }
	#NavWrap .Nav a {
    min-height: 32px;
    padding: 8px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
  }
  a.head-rec {
    width: 60%;
    margin: auto;
  }
	.Toggle {
		width: 60px;
		height: 50px;
		display: block;
		position: fixed;
		top: 30px;
		right: 20px;
		border-radius: 5px;
		box-sizing: border-box;
		transition: all 0.5s;
		cursor: pointer;
		z-index: 100;
	}
	.Toggle span {
		background: #fff;
		width: 50px;
		height: 2px;
		display: block;
		position: absolute;
		left: 0px;
		border-radius: 4px;
		transition: all 0.5s;
	}
	.Toggle span:nth-child(1) {
		top: 0px;
	}
	.Toggle span:nth-child(2) {
		top: 9px;
	}
	.Toggle span:nth-child(3) {
		bottom: 30px;
	}
	.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);
	}
  #NavWrap a.head-contact {
    padding: 15px;
    width: 90%;
    text-align: center;
    margin: auto;
    display: block;
  }
}



/* FOOTER */
#Footer {
  background: #FFFFFF;
}
#Footer a:hover {
  opacity: .6;
}
#Footer .fFlex {
  display: flex;
  justify-content: space-between;
}
#Footer .fLink {
  display: flex;
  gap: 10px;
}
#Footer .fFlex .fFlex-l, #Footer .fFlex .fFlex-r {
  margin: 50px 0 50px;
  display: grid;
  align-items: end;
}
#Footer .fFlex .fFlex-l .fLogo {
  max-width: 333px;
  margin: 0 auto 20px;
}
#Footer .fFlex .fFlex-l p {
}
#Footer .fFlex .fFlex-r .fLink a {
  width: 230px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  line-height: 1;
  color: #26517c;
  font-weight: bold;
  position: relative;
}
#Footer .fFlex .fFlex-r .fLink a::after {
  content: "";
  background: url(../images/common/next.png) center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 16px;
}
#Footer .fFlex .fFlex-r .fMenu {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin: 50px auto 10px;
  font-weight: bold;
}
#Footer .fMenu li a {
}
#Footer .fFlex .fFlex-r .Copy {
  /* color: #fff; */
  font-size: clamp(1.0rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
  text-align: end;
}
@media screen and (max-width: 900px) {
  #Footer .fFlex {
    justify-content: flex-start;
    flex-flow: column;
  }
  #Footer .fFlex .fFlex-l {
    margin: 50px 0 0;
  }
  #Footer .fFlex .fFlex-r {
    margin: 20px 0 50px;
  }
  #Footer .fFlex .fFlex-l .fLogo {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  #Footer .fFlex .fFlex-l p {
    /* color: #fff; */
  }
  #Footer .fFlex .fFlex-r .fLink a {
    width: 48%;
    padding: 15px;
  }
  #Footer .fFlex .fFlex-r .fLink a::after {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 13px;
}
  #Footer .fFlex .fFlex-r .fMenu {
    justify-content: flex-start;
      margin: 20px auto 10px;
      flex-flow: wrap;
      gap: 10px 20px;
  }
  #Footer .fFlex .fFlex-r .Copy {
    text-align: start;
  }
}

/* CONTENT */
.inner {
  padding: 0 8.33%;
}

/* PC */
@media (min-width: 769px) {
/* Table */
.company-info {
  max-width: 65.82%;
  margin: 0 auto;
}
}
/* テキストの両端揃え */
.text-justify {
  text-align: justify;
}
@media (max-width: 768px) {
  .company-info {
      max-width: 100%;
      margin: 0 auto;
  }
}