@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
#htlContents {
  min-width: auto !important;
  width: 100% !important;
  margin: 0 auto !important;
}
#htlHeader,
#htlMainContent {
  width: 100vw !important;
  min-width: 0;
  max-width: none;
  margin: 0 auto !important;
}
#RthCustomizeW {
  width: auto !important;
}
#htlSide-A {
  top: 1070px !important;
  position: absolute;
  left: 0;
  margin-top: -25px;
}
#cus_page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", serif;
  position: relative;
    background: linear-gradient(180deg, #094c9d 19.8%, #fff 54.91%);

}
#cus_page img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
#cus_page ul {
  list-style: none;
}
ul li {
  list-style-type: none;
}
#cus_page a {
  text-decoration: none !important;
}
#cus_page .main_contents {
  padding-top: 80px;
}
.main_contents .navigation {
  padding: 40px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.main_contents .navigation .nav {
  display: flex;
  gap: 58px;
}
.main_contents .navigation .nav li {
  position: relative;
}
.main_contents .navigation .nav li::after {
  position: absolute;
  content: "";
  border-right: 1px solid #00489d;
  width: 1px;
  height: 70%;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
}
.main_contents .navigation .nav li:last-child:after {
  content: none;
}
.main_contents .navigation a {
  transition: opacity 0.5s ease;
}
.current {
  pointer-events: none;
}
.main_contents .navigation a:hover {
  opacity: 0.7;
}
.main_contents .navigation .nav li a {
  color: #00489d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}
.main_contents .navigation .nav li .btn a {
  color: #fff;
  background: #00489D;
  padding: 2px 16px;
}
.main_contents .sevices {
  padding: 80px 0;
  background: #dee6fa;
  max-width: 1280px;
  margin: 60px auto 100px;
}
.main_contents .sevices .title {
  text-align: center;
  color: #02479d;
  font-weight: 700;
}
.main_contents .sevices .title h1 {
  font-size: 48px;
  letter-spacing: 2.4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  margin: auto;
}
.main_contents .sevices .title .subtitle {
  font-size: 24px;
  line-height: 1.7;
  margin: 40px 0 64px;
}
.main_contents .sevices .sevices_detail {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.sevices .sevices_detail .container {
  display: flex;
  gap: 56px;
}
.sevices .sevices_detail .container.reverse {
  flex-direction: row-reverse;
}
.main_contents .sevices .sevices_detail .container.reverse .title {
  background: #1C3366;
}
.main_contents .sevices .sevices_detail .container .box {
  flex: 1;
}
.main_contents .sevices .sevices_detail .container .title,
.main_contents .sevices .sevices_detail .container .text {
  font-weight: 400;
  line-height: 1.7;
}
.main_contents .sevices .sevices_detail .container .title {
  color: #fff;
  background: #00339E;
  padding: 30px 32px;
  text-align: left;
  font-size: 28px;
}
.main_contents .sevices .sevices_detail .container .text {
  margin-top: 40px;
  padding: 0 32px;
  font-size: 22px;
  color: #2D2D2D;
}
.banner {
  max-width: 1280px;
  margin: 0 auto 100px;
}
.banner a {
  transition: opacity 0.5s ease;
}
.banner a:hover {
  opacity: 0.7;
}
#access {
  background-color: #d4baa3;
  padding: 85px 30px 60px;
  margin: 0 auto 60px;
  max-width: 1280px;
}
#access h2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 36px;
  color: #02479D;
}
#access h2 span {
  border-bottom: dotted 5px #1B3466;
  padding-left: 10px;
  padding-bottom: 10px;
}
#access h3 {
  color: #02479D;
  font-size: 24px;
}
#access .access__row {
  display: flex;
  margin: 0 -15px;
}
#access .access__row .column-2 {
  width: 50%;
  padding: 0 15px;
}
#access .access__row .column-13 {
  width: 41.57%;
  padding: 0 15px;
}
#access .access__row .column-23 {
  width: 100%;
  padding: 0 15px;
}
#access .access-info {
  background-color: #fff;
  padding: 20px 40px;
  margin: 25px 0;
}
#access .access-info p {
  color: #1b3466;
  font-weight: bold;
}
#access .access-info p + p {
  margin-top: 0;
}
#access p + p {
  margin-top: 30px;
}
#access .gmap {
  height: 0;
  overflow: hidden;
  height: 100%;
  position: relative;
}
#access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access .access-route {
  margin-top: 40px;
}
#access .access-route h4 {
  color: #02479d;
  font-size: 14px;
  margin-bottom: 15px;
}
#access .btn-wrap {
  margin-top: 60px;
  text-align: center;
}
#access h4 {
  color: #02479d;
  margin-top: 20px;
}
.footer {
  background-color: #eef2f3;
  padding: 55px 30px 40px;
  border-bottom: 30px solid #02479d;
  max-width: 1280px;
  margin: auto;
}
.footer img {
  width: 100%;
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
.footer__rightbox {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer__rightbox ul.ft-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer__rightbox ul.ft-nav li {
  border-left: 1px solid #02479d;
  margin-bottom: 15px;
}
.footer__rightbox ul.ft-nav li:last-child {
  border-right: 1px solid #02479d;
}
.footer__rightbox ul.ft-nav a {
  color: #02479d;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 0 20px;
  text-decoration: none;
}
.footer .btn-wrap a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #02479d;
}
.pageTop a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 2rem;
  bottom: 20px;
  z-index: 10;
  background-color: #303030;
  transition: all 0.3s ease;
  opacity: 0.5;
}
