@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-inline {
  display: inline !important;
}

.sp-inline {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

*,
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  scroll-behavior: smooth;
}

html body a {
  color: black;
  transition: all 0.3s;
}
html body a:hover {
  text-decoration: none;
  opacity: 0.7;
}
html body > header.scrolled .inner {
  background-color: rgba(255, 255, 255, 0.8);
}
html body > header .inner {
  position: fixed;
  width: 100%;
  max-width: 1040px;
  min-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 3rem;
  z-index: 100;
  background-color: white;
}
html body > header .inner .logo {
  margin-right: auto;
  flex: none;
}
html body > header .inner .logo a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
html body > header .inner .logo a:hover {
  text-decoration: none;
  color: black;
}
html body > header .inner .menu-wrapper nav.gnav {
  flex: none;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container ul {
  display: flex;
  margin: 0 1rem;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container ul li a {
  color: black;
  padding: 1.2rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container ul li.button {
  padding-left: 1rem;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container ul li.button a {
  color: white;
  background-color: #B6D202;
  font-weight: 600;
  border-radius: 5px;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container ul li.button a:hover {
  text-decoration: none;
  opacity: 0.8;
}
html body > header .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
html body > header .mainvi::after {
  content: "";
  background: rgba(56, 103, 155, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html body > header .mainvi .slider {
  height: 100%;
}
html body > header .mainvi .slider div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html body > header .mainvi .copy {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
html body > header .mainvi .copy h1 {
  width: 1040px;
  text-align: center;
}
html body > header .mainvi .copy h1 span {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: white;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.1;
}
html body > header .mainvi.oku .slider div {
  position: relative;
}
html body > header .mainvi.oku .header-title-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  height: auto;
  width: 100%;
  z-index: 1;
}
html body > header .mainvi.oku .header-title-wrap h1 {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
}
html body > header .mainvi.oku .header-title-wrap h1 span {
  display: block;
  color: white;
  font-size: 1.3vw;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  html body > header .inner {
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    padding: 1.5rem;
    justify-content: center;
  }
  html body > header .inner .logo {
    flex-wrap: wrap;
    margin: 1rem auto;
  }
  html body > header .inner .logo a {
    font-size: 1.5rem;
  }
  html body > header .inner nav.gnav {
    width: 100%;
    padding: 1rem 0;
  }
  html body > header .inner nav.gnav ul {
    justify-content: center;
  }
  html body > header .inner nav.gnav ul li a {
    padding: 0.7rem;
  }
}
html body .breadcrumb-wrap ul {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  padding: 1em 2rem;
}
html body .breadcrumb-wrap ul li::after {
  padding: 0 1em;
  content: "／";
}
html body .breadcrumb-wrap ul li:last-child::after {
  content: "";
}
html body .breadcrumb-wrap ul li a {
  text-decoration: none;
}
html body .breadcrumb-wrap ul li a:first-child {
  color: #0054a7;
}
html body .content-wrap .inner {
  width: 1040px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  html body .content-wrap .inner {
    width: 100%;
    padding: 0 2rem;
  }
}
html body .content-wrap .inner-m {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
html body .content-wrap .inner-s {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
html body .content-wrap.bg-blue {
  background: #f4f7fa;
}
html body .content-wrap.bg-blue-d {
  background: #070E14;
}
html body .content-wrap.bg-gray-l {
  background: rgba(42, 31, 87, 0.05);
}
html body .content-wrap .content-header .title {
  text-align: center;
}
html body .content-wrap .content-header .title h2 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #B6D202;
  padding-bottom: 2rem;
}
html body .content-wrap .content-header .title h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 2px;
  height: 30px;
  margin: auto;
  background-color: #B6D202;
}
@media screen and (max-width: 1000px) {
  html body .content-wrap .content-header .title h2 {
    font-size: 1.8rem;
  }
}
html body .content-wrap .content-header .title h2 > span {
  display: block;
  font-size: 1.1rem;
  color: black;
}
html body .content-wrap .content-header .title h3 {
  font-weight: bold;
  line-height: 1.6;
}
html body .content-wrap .content-header .title h3 > span.red {
  color: #00396D;
  font-weight: bold;
  font-size: 1.75rem;
}
html body .content-wrap .content-header .title p {
  font-size: 1.1rem;
  padding: 2em 0;
  line-height: 1.8;
}
html body .content-wrap .content-header .title p > span {
  color: red;
  font-size: 1.1rem;
}
html body .content-wrap .service-wrap > p {
  line-height: 1.8;
  font-size: 1rem;
}
html body .content-wrap .company-wrap {
  margin-top: -20%;
}
html body .content-wrap .company-wrap .thumb img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}
html body .content-wrap .company-wrap .text {
  background: white;
  padding: 10% 15%;
}
html body .content-wrap .thumb-news-wrap {
  display: flex;
  flex-wrap: wrap;
}
html body .content-wrap .thumb-news-wrap a {
  display: block;
  width: 31.3333%;
  margin-right: 3%;
  margin-bottom: 3%;
}
html body .content-wrap .thumb-news-wrap a:hover {
  text-decoration: none;
  color: black;
}
html body .content-wrap .thumb-news-wrap a:nth-child(3n) {
  margin-right: 0;
}
html body .content-wrap .thumb-news-wrap a .thumb {
  overflow: hidden;
}
html body .content-wrap .thumb-news-wrap a .thumb img {
  display: block;
  object-fit: cover;
  aspect-ratio: 16/12;
  transition: all 0.6s;
}
html body .content-wrap .thumb-news-wrap a .thumb img:hover {
  transform: scale(1.1, 1.1);
}
html body .content-wrap .thumb-news-wrap a .txt {
  padding-top: 0.5rem;
}
html body .content-wrap .thumb-news-wrap a .txt p.data {
  padding-bottom: 0.5rem;
}
html body .content-wrap .thumb-news-wrap a .txt p.title {
  font-size: 1rem;
  font-weight: 500;
}
html body .content-wrap .article-detail .ttl {
  border-left: 2px solid #00396D;
  padding-left: 1.5rem;
}
html body .content-wrap .article-detail .ttl h2 {
  font-size: 2rem;
}
html body .content-wrap .article-detail .ttl .date {
  font-family: "Montserrat", sans-serif;
}
html body .content-wrap .article-detail .artcle > img {
  display: block;
  padding: 2rem 0;
}
html body .content-wrap .table th {
  padding: 1.5rem 2rem;
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
  font-size: 1rem;
  width: 28%;
}
html body .content-wrap .table td {
  padding: 1.5rem 1rem;
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
  font-size: 1rem;
}
html body .content-wrap .table td img {
  display: block;
  width: 4.5rem;
}
html body .content-wrap .table th,
html body .content-wrap .table td, html body .content-wrap .table:first-child {
  border-top: 1px solid #dee2e6;
}
html body .content-wrap .btn-wrap a {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding: 1.4rem 0;
  width: 350px;
  text-align: center;
  border-radius: 100rem;
  transition: all 0.3s;
}
html body .content-wrap .btn-wrap a:hover {
  text-decoration: none;
  opacity: 0.8;
}
html body .content-wrap .btn-wrap a:after {
  content: "▶";
  font-size: 0.7rem;
  line-height: 1;
  display: block;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5em);
}
html body .content-wrap .btn-wrap.brown a {
  background-color: #B6D202;
  color: white;
}
html body .content-wrap .btn-wrap.blue a {
  background-color: #00396D;
  color: white;
  font-size: 1rem;
}
html body .content-wrap .btn-wrap.center {
  text-align: center;
}
html body .content-wrap .btn-wrap.right {
  text-align: right;
}
html body .content-wrap .scroll-wrap {
  height: 300px;
  overflow: auto;
  border: 1px solid #D6D6D6;
  padding: 1.5rem;
  background: white;
}
html body .content-wrap .scroll-wrap h5 {
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
html body .content-wrap .scroll-wrap p {
  padding-bottom: 1rem;
  line-height: 1.8;
}
html body .content-wrap form .row {
  border-bottom: 1px solid #eef3f1;
}
html body .content-wrap form .row:first-child {
  border-top: 1px solid #eef3f1;
}
html body .content-wrap form .row .col-12,
html body .content-wrap form .row .col-6 {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
html body .content-wrap form .row .col-12 label,
html body .content-wrap form .row .col-6 label {
  width: 20%;
  font-size: 1.1rem;
  font-weight: bold;
}
html body .content-wrap form .row .col-12 label.reqire::after,
html body .content-wrap form .row .col-6 label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
html body .content-wrap form .row .col-12 select,
html body .content-wrap form .row .col-12 input,
html body .content-wrap form .row .col-12 textarea,
html body .content-wrap form .row .col-6 select,
html body .content-wrap form .row .col-6 input,
html body .content-wrap form .row .col-6 textarea {
  width: 80%;
  background-color: white;
  border: 1px solid #f3f3f3;
  padding: 1.8em 1em;
  border-radius: 0.25rem;
}
html body .content-wrap form .row .col-12 select:hover, html body .content-wrap form .row .col-12 select:focus, html body .content-wrap form .row .col-12 select:active,
html body .content-wrap form .row .col-12 input:hover,
html body .content-wrap form .row .col-12 input:focus,
html body .content-wrap form .row .col-12 input:active,
html body .content-wrap form .row .col-12 textarea:hover,
html body .content-wrap form .row .col-12 textarea:focus,
html body .content-wrap form .row .col-12 textarea:active,
html body .content-wrap form .row .col-6 select:hover,
html body .content-wrap form .row .col-6 select:focus,
html body .content-wrap form .row .col-6 select:active,
html body .content-wrap form .row .col-6 input:hover,
html body .content-wrap form .row .col-6 input:focus,
html body .content-wrap form .row .col-6 input:active,
html body .content-wrap form .row .col-6 textarea:hover,
html body .content-wrap form .row .col-6 textarea:focus,
html body .content-wrap form .row .col-6 textarea:active {
  outline: 2px solid #00396D;
  border-color: transparent !important;
  box-shadow: none !important;
}
html body .content-wrap form .checkbox-consent {
  text-align: center;
}
html body .content-wrap form .btn-wrap input[type=submit] {
  background-color: #B6D202;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  width: 350px;
  padding: 1.5rem 2rem;
  border-radius: 100rem;
  border: none;
}
html body .content-wrap .Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
html body .content-wrap .Pagination-Item-Link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  font-size: 1rem;
  border-radius: 100rem;
  transition: all 0.15s linear;
  text-decoration: none;
  color: #B6D202;
}
html body .content-wrap .Pagination-Item-Link > span {
  font-size: 1.2rem;
}
html body .content-wrap .Pagination-Item-Link-Icon {
  text-decoration: none;
  color: black;
}
html body .content-wrap .current,
html body .content-wrap .pager {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  font-size: 1rem;
  border-radius: 100rem;
  transition: all 0.15s linear;
  text-decoration: none;
  background: #B6D202;
  color: #fff;
}
html body .content-wrap .Pagination-Item-Link:not(.isActive):hover {
  background: #B6D202;
  color: #fff;
  opacity: 1;
}
html body .content-wrap .Pagination-Item-Link.isActive {
  background: #B6D202;
  color: #fff;
  opacity: 1;
}
html body .content-wrap .Pagination > * + * {
  margin-left: 8px;
}
html body .ancor {
  overflow: visible;
}
html body .ancor a {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}
html body > footer .inner {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0;
  background-color: #070E14;
}
html body > footer .inner .address {
  text-align: center;
  color: white;
}
html body > footer .inner .address a {
  display: block;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}
html body > footer .copyright {
  padding: 2rem 3rem;
}