@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 92%;
  }
}

body {
  color: #000000;
  background: #FFFFFF;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 4.5rem;
  }
}

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

figure {
  font-size: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  color: #4C5054;
}

em {
  color: #1468CF;
}

p {
  line-height: 1.75em;
  margin-bottom: 1.75em;
}
p a {
  color: #1468CF;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.7;
}

iframe {
  max-width: 100%;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  font-weight: 700;
  color: #4C5054;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.title span {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 2.25em;
  letter-spacing: 0;
  line-height: 0.9em;
}

h1.page-title {
  text-align: left;
  font-weight: bold;
  font-size: 1.75rem;
  padding: 0 0 1.25rem;
  margin: 1.5rem 0 4.5rem;
  color: #4C5054;
  display: block;
  position: relative;
  border-bottom: 5px solid #F7DE3D;
}
h1.page-title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 25%;
  height: 5px;
  background: #004AA5;
}
h1.page-title span {
  display: block;
  margin-bottom: 0.25rem;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1em;
  font-size: 2.57em;
  color: #1468CF;
}
h1.page-title span::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h1.page-title {
    font-size: 1.7rem;
    padding: 0 0 1rem;
    margin-top: 1rem;
  }
  h1.page-title span {
    font-size: 2.25em;
  }
}

h2 {
  text-align: left;
  font-weight: 900;
  font-size: 2.25rem;
  margin-bottom: 0.75em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

h2.h2-en {
  font-size: 1.25rem;
  font-weight: bold;
  color: #4C5054;
  margin-bottom: 1.5em;
}
h2.h2-en span {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1em;
  font-size: 3.75rem;
  color: #1468CF;
  display: block;
}
h2.h2-en span::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h2.h2-en span {
    font-size: 2.6em;
  }
}

h3 {
  font-weight: 900;
  font-size: 1.5rem;
  margin: 1.5em 0 0.5em;
  color: #004AA5;
}

h4 {
  font-weight: 900;
  font-size: 1.125rem;
  border-bottom: 2px solid #9fb2bf;
  padding-bottom: 0.35em;
  margin-bottom: 0.5em;
  color: #4C5054;
}

section {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 3rem 0;
  }
}

.link-button {
  display: block;
  background-color: #1468CF;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 1.25rem 1.25rem;
  width: 320px;
  max-width: 100%;
  text-align: left;
  position: relative;
}
.link-button::after {
  content: "";
  display: block;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.5rem;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: calc(50% - 1.25px);
  right: calc(0.75rem + 2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-button::before {
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #FFFFFF;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-button:hover {
  background: #022754;
  opacity: 1;
}
.link-button:hover::after {
  width: 2rem;
  right: calc(0.5rem + 2px);
}
.link-button:hover::before {
  right: 0.5rem;
}
@media screen and (max-width: 576px) {
  .link-button {
    width: 100%;
  }
}
.link-button.btn-white {
  background-color: #FFFFFF;
  color: #1468CF;
}
.link-button.btn-white:hover {
  background: #F7DE3D;
}
.link-button.btn-white::after {
  background: #1468CF;
}
.link-button.btn-white::before {
  border-color: #1468CF;
}

#breadcrumbs {
  padding: 1.5rem 0;
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
}
#breadcrumbs a {
  color: #4C5054;
  font-weight: normal;
}
#breadcrumbs a::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 2px;
  margin: auto 0.5rem;
  vertical-align: middle;
  background: #4C5054;
  position: relative;
  top: -1px;
}

main li {
  margin-bottom: 0.5rem;
}
main ul {
  margin-bottom: 1rem;
  margin-left: 1.5em;
}
main ol {
  margin-bottom: 1rem;
  margin-left: 1.5em;
}

.page-link {
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .page-link {
    margin: 1.5rem auto;
  }
}
.page-link > ul {
  margin-left: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #1468CF;
  font-size: 0.875rem;
}
.page-link > ul > li {
  margin: 0 0.35rem 0.5rem;
}
.page-link > ul > li > a {
  border: 1px solid #004AA5;
  padding: 0.4rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.page-link > ul > li > a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f063";
  margin-right: 0.5em;
  color: #1468CF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-link > ul > li > a:hover {
  color: #FFFFFF;
  background: #004AA5;
  opacity: 1;
}
.page-link > ul > li > a:hover::before {
  color: #F7DE3D;
}

.inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.narrow {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.en-font {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
}

.white {
  color: white;
}

.gray {
  color: #6f6f6f;
}

.red {
  color: #c30d23;
}

.first {
  color: #1468CF;
}

.second {
  color: #F7DE3D;
}

.third {
  color: #32a456;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.large {
  font-size: 1.25rem !important;
  line-height: 1.5em !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.bold {
  font-weight: bold !important;
}

.medium {
  font-weight: 500 !important;
}

.bg-red {
  background-color: #fff2f2 !important;
}

.bg-yellow {
  background-color: #ffffea !important;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-first {
  background-color: #ddeaf9;
}

.bg-second {
  background-color: #f0caca;
}

.bg-third {
  background-color: #cdf0ca;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.pc {
  display: block;
}

br.pc {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-center {
    text-align: left !important;
  }
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
.box {
  padding: 1.5rem;
}

.white-box {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.white-box img {
  border: 1px solid #E7E8E9;
}

.white-box.grid {
  margin-bottom: 1rem;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.border-box {
  border: 1px solid #E7E8E9;
  padding: 1.5rem;
}

.border {
  border-bottom: 1px solid #9fb2bf !important;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.list-style-none {
  list-style: none;
}

ul.sitemap-list {
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin-top: 1.5rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  ul.sitemap-list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
ul.sitemap-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.25em;
}
ul.sitemap-list li::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.3rem;
  position: absolute;
  top: 0.25em;
  left: 0;
  color: #1468CF;
}

.ul-dot {
  list-style: none;
  margin-left: 0;
}
.ul-dot li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.ul-dot li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f111";
  font-size: 0.65rem;
  margin-top: 0.125em;
  position: absolute;
  left: 0;
  top: 0.4rem;
  color: #1468CF;
}

.link-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
}

.link-down::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f107";
}

.link-blank::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
}

.link-download::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f019";
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
}

.noicon::before, .noicon::after {
  display: none !important;
}

header {
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 74, 165, 0.1);
          box-shadow: 0 0 10px rgba(0, 74, 165, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 6.25rem;
}
@media screen and (max-width: 768px) {
  header {
    height: 4.5rem;
  }
}

@media print {
  header {
    position: absolute;
  }
}
.head {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 2.5%;
}

.head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .head-left .title span {
    font-size: 1.6em;
  }
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-links .head-link {
  display: block;
  padding: 0.25rem 0;
  margin-right: 3em;
  color: #1468CF;
  font-weight: bold;
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
}
.head-links .head-link span {
  display: block;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.1em;
  letter-spacing: 0;
}
.head-links .head-link:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #F7DE3D;
  height: 2px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-links .head-link:hover {
  opacity: 1;
}
.head-links .head-link:hover:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.head-links .contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
  height: 100%;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  background: #1468CF;
  letter-spacing: 0;
}
.head-links .contact-link svg {
  width: 2.3125rem;
  height: auto;
  margin-bottom: 0.5em;
}
.head-links .contact-link:hover {
  opacity: 1;
  background: #022754;
}
@media screen and (max-width: 992px) {
  .head-links .head-link {
    margin-right: 1.5rem;
  }
  .head-links .contact-link {
    padding: 0 0.75rem;
  }
}

.footer-contact {
  padding: 4rem 0;
  background: url(../img/bg-contact.jpg) no-repeat center/cover;
  color: #FFFFFF;
}
.footer-contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-contact .inner h2 {
  margin-bottom: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #FFFFFF;
}
.footer-contact .inner h2 span {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .footer-contact .inner {
    display: block;
  }
  .footer-contact .inner h2 {
    padding: 0;
    margin-right: 0;
    margin-bottom: 1.5rem;
    border-right: none;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-contact .inner h2 span {
    font-size: 2.4em;
  }
}

.contact-button a {
  background: #FFFFFF;
  color: #1468CF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0;
  margin-bottom: 0;
}
.contact-button a.contact-tel {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.625rem;
}
.contact-button a.contact-tel i {
  margin-right: 0.5rem;
}
.contact-button a.contact-mail {
  font-weight: bold;
  font-size: 1.25rem;
}
.contact-button a.contact-mail svg {
  margin-right: 0.75rem;
}
.contact-button a:hover {
  background: #F7DE3D;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .contact-button a {
    margin: 1rem auto;
  }
}

footer {
  background-color: #022754;
  color: #FFFFFF;
  padding: 5rem 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 4rem 0;
  }
}
footer a {
  color: inherit;
}
footer a:hover {
  opacity: 1;
  color: #F7DE3D;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  footer .foot-left {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
footer .title {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
footer .title span {
  color: inherit;
}
footer address {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
}
footer address span {
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.125rem;
}
footer .footer-sns {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}
footer .copyright {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
}
footer .foot-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  footer .foot-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  footer .foot-right .foot-menu {
    width: 50%;
  }
}
footer .foot-menu {
  padding-right: 3rem;
}
footer .foot-menu:last-child {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  footer .foot-menu {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}
footer .foot-menu-parent {
  display: block;
  margin-bottom: 1.25rem;
}
footer .foot-menu-parent::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.3rem;
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 50px;
  height: 50px;
  bottom: 85px;
  right: 8px;
  line-height: 2em;
  background: #004AA5;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  opacity: 0.7;
}
#pagetop:hover {
  line-height: 3rem;
  opacity: 1;
  cursor: pointer;
}
#pagetop:hover a {
  opacity: 1;
}
#pagetop a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: #FFFFFF;
}
#pagetop a::after {
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  margin: auto;
}

.side-sns {
  position: fixed;
  right: 0;
  top: 11.25rem;
  z-index: 10;
}
.side-sns a {
  color: white;
  background-color: #e31db5;
  font-size: 1.75rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.side-sns a::before {
  font-family: "Font Awesome 6 Brands";
  display: inline-block;
  content: "\f16d";
}
.side-sns a:hover {
  background: #F7DE3D;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .side-sns {
    top: 9.5rem;
  }
}

.grid,
.flex2,
.flex2-2,
.flex3,
.flex4,
.flex5,
.flex6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex2-2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex2-2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1.5rem) / 2);
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 3rem) / 3);
}
.flex3 > * {
  width: calc((100% - 3rem) / 3);
}

.flex4:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 4.5rem) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 4.5rem) / 4);
}
.flex4 > * {
  width: calc((100% - 4.5rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 6rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 5);
}
.flex5 > * {
  width: calc((100% - 6rem) / 5);
}

.flex6:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 5rem) / 6);
}
.flex6:after {
  content: "";
  display: block;
  width: calc((100% - 5rem) / 6);
}
.flex6 > * {
  width: calc((100% - 5rem) / 6);
}
.flex6 span:empty {
  margin-bottom: 0;
}

.grid3-2 {
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 4.5rem) / 4 * 3 + 3rem);
}

.grid4-2 {
  width: calc((100% - 1.5rem) / 2);
}

.grid3-1 {
  width: calc((100% - 3rem) / 3);
}

.grid4-1 {
  width: calc((100% - 4.5rem) / 4);
}

@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex6 > *, .flex6:before, .flex6:after {
    width: calc((100% - 2rem) / 3);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 1rem;
  }
  .flex2.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .grid-small .grid3-2 {
    width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
  }
  .grid-small .grid3-1 {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 576px) {
  .grid-small .grid3-1,
  .grid-small .grid3-2 {
    width: 100%;
  }
}
form em {
  color: #e11930;
  font-size: 0.875em;
}

input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #9fb2bf;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #9fb2bf;
  width: 100%;
  border-radius: 0;
}

textarea {
  height: 7rem;
}

.form_submit {
  text-align: center;
}

input[type=submit],
input[type=reset],
input[type=button] {
  width: 8em;
  background: #1468CF;
  color: #FFFFFF;
  padding: 1rem;
  border: none;
  cursor: pointer;
}

input[type=reset],
input[type=button] {
  background-color: #4C5054;
  border: none;
}
input[type=reset]:hover,
input[type=button]:hover {
  background-color: #022754;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[name=form-type] {
  display: none;
}

form #name,
form #furigana,
form #tel {
  max-width: 16rem;
}

label {
  font-size: 1rem;
}

.submit {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.submit input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.2rem;
}
.submit input:disabled {
  opacity: 0.3;
  border: 1px solid #9fb2bf !important;
  color: #000000 !important;
  background-color: #9fb2bf;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  border-top: 1px solid #4C5054;
  border-left: 1px solid #4C5054;
  background: #FFFFFF;
}
table thead th {
  color: #FFFFFF;
  background: #1468CF;
}
table th, table td {
  padding: 1em 1.25rem;
  border-bottom: 1px solid #4C5054;
  border-right: 1px solid #4C5054;
  text-align: left;
}
table th *:last-child, table td *:last-child {
  margin-bottom: 0;
}
table th {
  white-space: nowrap;
  font-weight: bold;
  color: #004AA5;
  background: #ddeaf9;
}
table td {
  word-break: break-all;
}

.scroll-table-wrap {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
.scroll-table-wrap .caption {
  margin-bottom: 0.125rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .scroll-table-wrap .caption {
    display: inline;
    font-size: 0.8rem;
    color: #989898;
  }
}

.scroll-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .flex-table th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .flex-table td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
.works-table {
  border-color: #E7E8E9;
}
.works-table * {
  border-color: #E7E8E9;
}
.works-table thead {
  line-height: 1;
}
.works-table tbody tr:nth-of-type(2n) {
  background: #F1F5FA;
}
.works-table th {
  padding: 0.75rem 0.75rem;
  line-height: 1.2;
}
.works-table th span {
  display: block;
}
.works-table td {
  padding: 1em 0.75rem;
}
.works-table td:nth-child(1) {
  min-width: 12em;
}
.works-table td:nth-child(2) {
  min-width: 6em;
}
.works-table td:last-child {
  width: 5em;
  text-align: center;
  padding: 0.25em 0.75rem;
}
.works-table a {
  display: block;
  line-height: 0;
}
.works-table a img {
  height: 2rem;
}
.works-table br {
  display: none;
}
@media screen and (max-width: 576px) {
  .works-table br {
    display: inline;
  }
}

body.home section:first-of-type {
  padding-top: 5rem;
}

.eyecatch {
  width: 100%;
  height: auto;
}
.eyecatch img {
  display: block;
  width: 100%;
}

.top-about {
  background: #1468CF;
  color: #FFFFFF;
  padding-bottom: 3rem;
}
.top-about .inner {
  background: url(../img/silhouette.png) no-repeat right 3% top/auto 100%;
  padding-bottom: 5rem;
}
.top-about h2 {
  margin-bottom: 2em;
  color: #E7E8E9;
}
.top-about h2 span {
  color: #FFFFFF;
}
.top-about .link-button {
  margin-top: 2rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top-about h2 {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 576px) {
  .top-about {
    padding-top: 1.5rem;
  }
  .top-about h2 {
    padding-top: 1.5rem;
  }
  .top-about .inner {
    background: url(../img/silhouette.png) no-repeat right 3% top/auto 86%;
  }
}

.top-link {
  margin-top: -5rem;
  margin-bottom: 5rem;
}
.top-link a {
  display: block;
  -webkit-box-shadow: 0 6px 10px rgba(0, 74, 165, 0.15);
          box-shadow: 0 6px 10px rgba(0, 74, 165, 0.15);
}
.top-link a figure {
  overflow: hidden;
}
.top-link a figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-link a div {
  padding: 1.75rem 5.5rem 2.75rem 8%;
  position: relative;
}
.top-link a div *:last-child {
  margin-bottom: 0;
}
.top-link a div::after {
  content: "";
  display: block;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.5rem;
  height: 2px;
  background: #1468CF;
  position: absolute;
  top: calc(50% - 1.25px);
  right: calc(1.75rem + 2px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-link a div::before {
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #1468CF;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 1.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-link a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 8px 12px rgba(0, 74, 165, 0.3);
          box-shadow: 0 8px 12px rgba(0, 74, 165, 0.3);
}
.top-link a:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.top-link a:hover div::after {
  width: 2rem;
  right: calc(1.5rem + 2px);
}
.top-link a:hover div::before {
  right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-link a div {
    padding: 1.25rem 5rem 2rem 2rem;
  }
}

.img4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.img4 figure {
  display: block;
  width: 25%;
  margin-bottom: 0;
}
.img4 figure img {
  display: block;
  height: auto;
}
@media screen and (max-width: 576px) {
  .img4 figure {
    width: 50%;
  }
}

.top-recruit {
  padding: 5.25rem 0;
}
.top-recruit .inner {
  padding: 5rem 1.5rem;
  position: relative;
  border-top: 6px solid #004AA5;
  border-bottom: 6px solid #004AA5;
}
.top-recruit .inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #F7DE3D;
  position: absolute;
  top: 6px;
  left: 0;
}
.top-recruit .inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #F7DE3D;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.top-recruit .inner .narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-recruit .inner .narrow h2 {
  white-space: nowrap;
  margin-right: 10%;
  margin-bottom: 0;
}
.top-recruit .inner .narrow > div .link-button {
  margin-left: 0;
}
.top-recruit .inner .narrow > div *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .top-recruit {
    padding: 4rem 0;
  }
  .top-recruit .inner {
    padding: 3.5rem 1.5rem;
  }
  .top-recruit .inner .narrow {
    display: block;
  }
  .top-recruit .inner .narrow h2 {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.page-section {
  padding-bottom: 4rem;
  padding-top: 0;
}
@media screen and (max-width: 576px) {
  .page-section {
    padding-bottom: 3rem;
  }
}

/* works */
.works-box {
  line-height: 1.7;
}
.works-box a {
  position: relative;
  display: block;
}
.works-box a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f002";
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.625rem;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 10;
}
.works-box span {
  display: block;
  padding-bottom: 0.25em;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #989898;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .works-box > div {
    margin-bottom: 2.5rem;
  }
}

.column3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media screen and (max-width: 768px) {
  .column3 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 576px) {
  .column3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

/* company */
ul.history-list {
  list-style: none;
  margin-left: 0;
}
ul.history-list li {
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.history-list span {
  line-height: 1.8;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
ul.history-list span:first-child {
  padding-right: 1em;
  text-align: right;
  width: 6.5em;
  position: relative;
  vertical-align: top;
  font-weight: bold;
  color: #1468CF;
  white-space: nowrap;
}
ul.history-list span:first-child:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1.3em;
  right: -0.525em;
  background-color: #004AA5;
  border-radius: 50%;
  z-index: 10;
}
ul.history-list span:last-child {
  width: calc(100% - 6.5em);
  margin-bottom: 0;
  padding-left: 1em;
  border-left: 3px solid #F7DE3D;
  position: relative;
  vertical-align: bottom;
}

/* contact */
.tel-box {
  padding: 1.5rem 1rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.75rem;
  background: #F1F5FA;
  color: #004AA5;
}

/* recruit */
.recruit main .contact-button a {
  background: #1468CF;
  color: #FFFFFF;
}
.recruit main .contact-button a:hover {
  background: #022754;
  opacity: 1;
}

body.archive .archive-inner {
  max-width: 1080px;
}
body.archive .cat-nav {
  padding: 0 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
body.archive .cat-nav > a {
  margin-right: 0.875rem;
  padding: 0.5rem 1rem;
  display: block;
  opacity: 0.3;
  cursor: pointer;
}
body.archive .cat-nav > a:not(.active):hover {
  color: #1468CF;
  opacity: 1;
}
body.archive .cat-nav > a.active {
  border-bottom: 1px solid #1468CF;
  opacity: 1;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  body.archive .cat-nav > a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.news-box h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #1468CF;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #000000;
}
.news-box time {
  margin-left: 0.5rem;
}
.news-box img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-box .fit-img {
  margin-bottom: 1rem;
  border: 1px solid #E7E8E9;
  overflow: hidden;
}
.news-box .fit-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.news-box > a {
  margin-bottom: 2rem;
}

.news-supple {
  margin-bottom: 1rem;
}

body.single section {
  padding-top: 0;
}
body.single time {
  display: inline-block;
  color: #E7E8E9;
}
body.single img {
  width: 100%;
}
body.single .single-inner {
  max-width: 1080px;
}
body.single .news-supple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
body.single .page-title {
  padding-bottom: 3rem;
}
body.single .navigation {
  border-top: 1px solid #E7E8E9;
  width: 100%;
  margin: 0 0 0.8rem;
  padding: 1.2rem 0 0;
  font-size: 85%;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.single .navigation a span {
  display: block;
  margin-right: 1em;
  padding-right: 1em;
}
body.single .navigation a span.navitext {
  border-right: 1px solid #E7E8E9;
  width: 3rem;
}
body.single .navigation a:hover {
  background: #ddeaf9;
  opacity: 1;
}
body.single .navigation .nav-previous {
  background-color: #F1F5FA;
  margin-bottom: 0.5rem;
}
body.single .navigation .nav-next {
  background-color: #F1F5FA;
}

#g-nav,
.openbtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .head-links .head-link {
    display: none;
  }
  .head-links .contact-link {
    margin-right: 4.5rem;
    font-size: 0.65rem;
    padding: 0 0.25rem;
  }
  .head-links .contact-link svg {
    width: 2.125rem;
  }
  #g-nav {
    display: block;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    padding-top: 4.5rem;
    background: rgba(250, 250, 248, 0.9);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0.875rem;
  }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  #g-nav.panelactive #g-nav-list {
    height: 100vh;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav ul {
    display: none;
  }
  #g-nav.panelactive ul {
    display: block;
    margin-top: 1.5rem;
    border-bottom: #004AA5 solid 1px;
  }
  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: left;
    border-top: #004AA5 solid 1px;
  }
  #g-nav li a {
    color: inherit;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1rem;
  }
  #g-nav li a::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 0.3rem;
  }
  #g-nav li a:hover {
    opacity: 1;
    color: #1468CF;
  }
  #g-nav li.g-nav-child {
    padding-left: 1rem;
    border-color: #E7E8E9;
  }
  #g-nav li.g-nav-child a::before {
    content: "ー";
    font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }
  .openbtn {
    display: block;
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.65rem;
    font-weight: bold;
    padding-top: 40px;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 16px;
    height: 3px;
    background-color: #FFFFFF;
    width: 34px;
  }
  .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .openbtn span:nth-of-type(3) {
    top: 33px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 16px;
    -webkit-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
    width: 36px;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 16px;
    -webkit-transform: translateY(-1px) rotate(45deg);
            transform: translateY(-1px) rotate(45deg);
    width: 36px;
  }
}/*# sourceMappingURL=basic.css.map */