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

html {
	font-size: 62.5%;
  height: -webkit-fill-available;
}
body {
	color: #646464;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
	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: #646464;
	text-decoration: none;
	display: inline-block;
}
a:hover {
  color: #499be0;
}
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 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;
}
.list-com, .list-disc {
	margin: 0;
	padding: 0;
}
.list-com li, .list-disc li {
	list-style: none;
	padding: 0 0 0 15px;
	position: relative;
	margin: 0;
	line-height: 2;
}
.list-com li:last-child, .list-disc li:last-child {
    margin: 0;
}
.list-com li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.list-disc li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.cont-title, .cont-title-w {
  margin: 0 0 40px;
}
.cont-title p {
  color: #499be0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 4px;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 500;
}
.cont-title-w p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 4px;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 500;
}
.cont-title p::before {
  content: "";
  background: #499be0;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.cont-title-w p::before {
  content: "";
  background: #2A77B7;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 4px;
}
.cont-title h3, .cont-title-w h3 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 850px) {
  .cont-title, .cont-title-w {
    margin: 0 0 40px;
  }
  .cont-title p {
    font-size: 1.2rem;
    padding: 0 0 0 15px;
    margin: 0 0 4px;
  }
  .cont-title p::before {
    width: 6px;
    height: 6px;
  }
  .cont-title h3, .cont-title-w h3 {
    font-size: 2.8rem;
  }
}


/* CONTENT */
.inner {
  padding: 0 8.33%;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
@media screen and (max-width: 770px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}



/*　#Header */
#top {
  font-size: 0;
  line-height: 0;
  display: inline;
}
#Header .Logo a, #Header .Logo a img, #Footer .Logo a, #Footer .Logo a img {
  display: block;
}
#Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: fixed;
  width: 95%;
  top: 0;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
  border-radius: 30px;
  padding: 10px 50px;
}
#NavWrap .Nav ul {
	display: flex;
	gap: 50px;
	align-items: center;
}
nav.flex {
  display: flex;
  align-items: flex-end;
  flex-flow: column;
  gap: 20px;
}
.Logo {
  max-width: 270px;
}
.nav-link {
  display: flex;
  gap: 10px;
}
a.head-sns {
  width: 40px;
}
a.head-radio {
  width: 177px;
  margin: 0 0 0 20px;
}
#NavWrap .Nav ul li {
  font-weight: 500;
  line-height: 1;
}
#NavWrap .Nav ul li.anker {
  border-bottom: 1px solid;
}
.header-nav__item.current a {
  border-bottom: 1px solid #272626;
}
.fixContact {
  width: 98px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.head_cont a {
  background: #499be0;
  padding: 15px 23px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #499be0;
}
.head_cont a:hover {
  background: #fff;
  color: #499be0;
}
@media screen and (max-width: 999px) {
  #Header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    flex-flow: column;
    align-items: baseline;
    justify-content: flex-start;
    border-radius: 0;
  }
  #Header .Logo {
    z-index: 100;
    padding: 0;
    width: auto;
    max-width: none;
    background: none;
  }
  div#NavWrap {
    z-index: 100;
    width: auto;
    background: none;
    padding: 0;
  }
  #Header .Logo a {
    display: flex;
    align-items: center;
    width: 65%;
    max-width: none;
    background: #fff;
    padding: 5px 0 5px 20px;
  }
	#NavWrap nav {
		background: #FFFFFF;
		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: 50px;
  }
	#NavWrap.open nav {
    pointer-events: all;
    /* transition: all 0s; */
    z-index: 99;
    opacity: 1;
    display: flex;
    gap: 50px;
    align-items: center;
    flex-flow: column-reverse;
    justify-content: start;
    padding: 100px 5.33% 0;
	}
	#NavWrap nav > *:not(:last-child) {
    margin-bottom: 24px;
  }
	#NavWrap .Nav ul {
		flex-direction: column;
  }
	#NavWrap .Nav ul > *:not(:last-child) {
    margin-bottom: 0;
  }
  
	.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: #272626;
		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);
	}
}



/* FOOTER */
#Footer {
  margin: 100px auto 0;
}
#Footer .Copy {
  text-align: center;
  padding: 0 0 20px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: #A2A2A2;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}
.footer-flex .footer-l {
  width: 46%;
}
.footer-flex .footer-l h2 {
  width: 270px;
  margin: 0 0 30px;
}
.footer-tel {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin: 10px auto 40px;
  align-items: center;
}
.footer-tel h3 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 25px;
}
.footer-tel .tel {
  width: 50%;
}
.footer-flex .footer-r {
  width: 47%;
}
.footer-tel .tel h3 {
  font-size: 3.5rem;
  font-weight: 500;
  margin: 0 auto 10px;
}
.footer-tel .tel h3 a {
  color: #499bef;
  padding: 0 0 0 35px;
  letter-spacing: 0.5px;
}
.footer-tel .tel h3 a::before {
  content: "";
  background: url(../images/common/tel.png) center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-tel .tel p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.open-table table {
  border-bottom: 1px solid #d6d6d6;
}
.open-table table thead tr th {
  background: #f5f5f5;
  border-right: 1px solid #d6d6d6;
}
.open-table table thead tr th:last-child {
  border-right: none;
}
.open-table table tbody tr th {
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  line-height: 1;
  padding: 15px 0;
  border-right: 1px solid #d6d6d6;
  width: 20%;
}
.open-table table tbody tr td {
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  color: #499be0;
  width: 10%;
  border-right: 1px solid #d6d6d6;
}
.open-table table tbody tr td:last-child {
  border-right: none;
}
.open-table table tbody tr th span {
  font-size: 1.2rem;
  display: block;
  margin: 5px 0 0;
}
.footer-flex .footer-l .open-table {
  margin: 0 auto 30px;
}
.footer-flex .footer-l ul.list-disc {
  font-size: 1.4rem;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
tr {
  border-bottom: none;
}
.footer-flex .footer-r .footer-rec-box {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background: #f4faff;
  margin: 0 auto 50px;
}
.footer-flex .footer-r .footer-rec-box .footer-rec-txt {
  padding: 30px 0 30px 30px;
  width: 60%;
}
.footer-flex .footer-r .footer-rec-box .footer-rec-txt .cont-title {
  margin: 0;
}
.footer-flex .footer-r .footer-rec-box .footer-rec-txt .cont-title p {
  font-size: 1.1rem;
  margin: 0 auto 10px;
}
.footer-flex .footer-r .footer-rec-box .footer-rec-txt .cont-title p::before {
  width: 6px;
  height: 6px;
  top: 2px;
}
.footer-flex .footer-r .footer-rec-box .footer-rec-txt .cont-title h3 {
  font-size: 2.4rem;
}
.footer-flex .footer-r .footer-rec-box .footer-rec-txt h4 {
  color: #499be0;
  font-weight: 500;
  margin: 20px auto 10px;
  font-size: 1.8rem;
}
.footer-flex .footer-r .footer-rec-box .footer-rec-img {
  width: 37%;
}
.link-btn {
  margin: 10px 0 0;
}
.link-btn a {
  border-bottom: 1px solid;
  color: #499be0;
  font-weight: 500;
  padding: 0 30px 0 0;
  position: relative;
}
.link-btn a::after {
  content: "";
  background: url(../images/common/btn-next.png) center no-repeat;
  background-size: contain;
  width: 16px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 12px;
}
.footer-flex .footer-r .footer-rec-box .footer-rec-img img {
  border-radius: 0 20px 20px 0;
}
.footer-flex .footer-r ul.footer-link {
  display: flex;
  gap: 30px;
  justify-content: end;
  font-weight: 500;
  margin: 0 auto 20px;
}

.footer-flex .footer-r .footer-other-btn {
  display: flex;
  gap: 30px;
  justify-content: end;
}

.footer-flex .footer-r .footer-other-btn a.other-link {
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  padding: 15px 45px 15px 25px;
  line-height: 1;
  position: relative;
}
.footer-flex .footer-r .footer-other-btn a.other-link::after {
  content: "";
  background: url(../images/common/link.png) center no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 24px;
  top: 18px;
}

.footer-flex .footer-r .footer-other-btn a.cont-btn {
  background: #499be0;
  color: #fff;
  border-radius: 30px;
  padding: 15px 25px;
  line-height: 1;
  border: 1px solid #499be4;
}
.footer-flex .footer-r .footer-other-btn a.cont-btn:hover {
  background: #fff;
  color: #499be4;
}


@media screen and (max-width: 850px) {
  #Footer {
    margin: 50px auto 0;
  }
  #Footer .access {
    justify-content: inherit;
    padding: 0;
    align-items: baseline;
    flex-flow: column;
    gap: 30px;
  }
  .footer-flex {
    justify-content: flex-start;
    margin: 0 auto 30px;
    flex-flow: column;
  }
  .footer-flex .footer-l {
    width: 100%;
  }
  .footer-flex .footer-l p {
    text-align: center;
  }
  .footer-flex .footer-l h2 {
    width: 70%;
    margin: 0 auto 30px;
  }
  .footer-flex .footer-r {
    width: 100%;
    margin: 30px auto 0;
  }
  .footer-flex .footer-r .footer-rec-box {
    flex-flow: column;
  }
  .footer-flex .footer-r .footer-rec-box .footer-rec-txt {
    width: 100%;
    padding: 20px;
  }
  .footer-flex .footer-r .footer-rec-box .footer-rec-img {
    display: none;
  }
  .footer-flex .footer-r .footer-other-btn {
    gap: 10px;
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
  .footer-flex .footer-r .footer-other-btn a.other-link {
    width: 80%;
  }
  .footer-flex .footer-r .footer-other-btn a.cont-btn {
    width: 80%;
  }

  #Footer .fLink {
    gap: 50px;
    flex-flow: column;
    padding: 0;
  }
  #Footer .fLink .fLinkDate {
    width: 100%;
  }
  #Footer .fLink .fLinkDate .fLogo {
    width: 30%;
    margin: 0 auto 30px;
  }
  #Footer .fLink  .fLinkLink {
    width: 100%;
    border-left: none;
    padding: 0;
  }
  #Footer .fLink .fLinkLink h3 {
    font-size: 2rem;
  }
  #Footer ul.fMenu {
    justify-content: inherit;
    gap: 0 30px;
    margin: 50px auto;
    gap: 10px 20px;
    flex-wrap: wrap;
    width: 100%;
  }
  #Footer .Copy {
    padding: 0;
  }
  #Footer .fLogo {
    margin: 30px auto;
    width: 70%;
  }
  #Footer .contactWrap .text h2 {
    text-align: center;
  }
  #Footer .fMenu ul > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer-tel {
    padding: 20px;
    justify-content: flex-start;
    margin: 10px auto 40px;
    flex-flow: column;
    gap: 10px;
  }
  .footer-tel .tel {
    width: 100%;
  }
  .footer-tel .tel h3 {
    font-size: 3rem;
    margin: 0 auto 10px;
    text-align: center;
  }
  .footer-tel .tel h3 a {
    padding: 0 0 0 25px;
    letter-spacing: 0.5px;
  }
  .footer-tel .tel h3 a::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
  }
}