@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&family=Roboto:wght@400;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

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

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: all 0.3s;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.Roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

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

h1 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 2.8rem;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 2rem;
  }
}

p {
  font-size: 1.4rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 800px) {
  p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 800px) {
  .pc-br {
    display: block;
  }
}

#separation {
  padding: 4rem 0;
}
@media screen and (min-width: 800px) {
  #separation {
    padding: 8rem 0;
  }
}

#top-main {
  padding-top: 50px;
}
@media screen and (min-width: 1100px) {
  #top-main {
    padding-top: 84px;
  }
}

#inner {
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  #inner {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

.breadcrumb {
  padding-top: 1rem !important;
}
@media screen and (min-width: 800px) {
  .breadcrumb {
    padding-top: 3rem !important;
  }
}

.arrow-top {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.arrow-top:before {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}
.arrow-top:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.arrow-middle {
  display: flex;
  align-items: center;
}
.arrow-middle:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.breadcrumb-list {
  font-size: 1rem;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 800px) {
  .breadcrumb-list {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
  }
}

.arrow p {
  font-size: 1rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 800px) {
  .arrow p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.breadcrumb-inner {
  display: flex;
  align-items: center;
}

.main-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 50px;
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
}
@media screen and (min-width: 1100px) {
  .main-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 84px;
    padding: 2rem;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
  }
}

.main-header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 90%;
}
@media screen and (min-width: 431px) {
  .logo {
    width: 45%;
  }
}
@media screen and (min-width: 640px) {
  .logo {
    width: 28%;
  }
}

.logo-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .logo-pc {
    display: block;
    width: 300px;
    height: auto;
  }
}

.logo-sp {
  display: block;
  width: 240px;
  height: auto;
}
@media screen and (min-width: 640px) {
  .logo-sp {
    display: none;
  }
}

.nav-list {
  display: none;
  font-size: 1.6rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1280px) {
  .nav-list {
    width: 80%;
    font-size: 1.6rem;
    padding: 0 2rem;
    display: block;
  }
}

.sp-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}
.sp-nav .show:after {
  content: "";
  background: url("../icon/toggle-icon02.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .sp-nav {
    display: none;
  }
}

.nav_toggle {
  width: 35px;
  height: 35px;
  position: relative;
}
.nav_toggle:after {
  content: "";
  background: url("../icon/toggle-btn.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
.nav_toggle p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #004096;
}
.nav_toggle img {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .nav_toggle {
    display: none;
  }
}

.sp-nav-all {
  position: fixed;
  overflow: auto;
  top: 50px;
  background: rgba(0, 64, 150, 0.95);
  z-index: 1001;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1100px) {
  .sp-nav-all {
    top: 84px;
  }
}

.show {
  opacity: 1;
  visibility: visible;
}

.nav_menu_ul {
  font-size: 1.6rem;
  color: #fff;
}
.nav_menu_ul a {
  letter-spacing: 0.1rem;
}

.close-btn {
  padding: 2.5rem;
}
.close-btn p {
  font-size: 1.5rem !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn p:after {
  content: "";
  background: url("../icon/cross-icon.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 1.5rem;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hidden_box label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box label:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.hidden_box_about label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box_about label:after {
  content: url("../icon/allow-white-icon02.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav_label {
  cursor: pointer;
}

.nav_label_input {
  display: none;
}

.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
}

.hidden_box input:checked ~ .nav_label:after {
  content: url("../icon/arrow-white-icon03.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.hidden_box input:checked ~ label:after {
  content: url("../icon/allow-white-icon02.svg");
  display: inline-block;
  width: 16px;
  height: 8px;
}

.nav-list-all {
  display: flex;
  justify-content: flex-end;
}

.nav-separation {
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.nav-separation a:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav-link {
  text-align: center;
  margin: 0 2%;
  padding: 2rem 0;
  position: relative;
  cursor: pointer;
}
.nav-link:hover {
  color: #0090d9;
}
.nav-link:hover > .nav-link-inner {
  width: 900px;
  position: absolute;
  z-index: 2;
  top: 86px;
  left: -110px;
  color: #fff;
  background: #0090d9;
  display: flex;
  justify-content: space-between;
}
.nav-link span {
  letter-spacing: 0.1rem;
  margin-left: 0 !important;
}

.nav-link-inner {
  display: none;
}

.nav-link-inner-item {
  font-size: 1.6rem;
  margin: 0 1rem;
  text-align: center;
  padding: 1.5rem 0;
}

.nav-min-text {
  font-size: 1rem;
  margin-left: 2rem;
}

.contact-min-title {
  padding: 4rem 0 !important;
}

.contact-btn-sp {
  text-align: center;
  color: #004096;
  font-weight: bold;
  position: relative;
  margin-right: 1rem;
}
.contact-btn-sp:before {
  content: "";
  background: url("../icon/contact-icon-sp.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 26px;
  height: 20px;
  margin: 2px auto;
}

.contact-text-sp {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.contact-text {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .contact-text {
    font-size: 1.6rem;
  }
}

.contact-btn {
  display: none;
}
@media screen and (min-width: 1280px) {
  .contact-btn {
    width: 15.5%;
    text-align: center;
    background: #004096;
    border: 1px solid #004096;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2rem;
  }
  .contact-btn::before {
    content: "";
    background: url("../icon/contact-icon.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
  }
  .contact-btn:hover {
    background: #fff;
    color: #004096;
  }
  .contact-btn:hover::before {
    content: "";
    background: url("../icon/contact-icon-sp.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
    letter-spacing: 0.2rem;
  }
}

.big-text {
  font-size: 2.5rem;
  margin: 0.3rem 0;
  font-weight: 900;
}
@media screen and (min-width: 431px) {
  .big-text {
    font-size: 3.3rem;
    margin: 0.5rem 0;
    font-weight: 900;
  }
}
@media screen and (min-width: 800px) {
  .big-text {
    font-size: 6rem !important;
  }
}

.color-white {
  color: #fff;
}

.color-text-green {
  color: #a6c622;
}

.color-text-sky-blue {
  color: #0090d9;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #0c0c0c;
}

.color-black {
  color: #333 !important;
}

.color-high-green {
  color: #c2d500;
}

.color-high-pink {
  color: #cb0241;
}

.color-base-blue {
  color: #004096;
}

.color-sky-blue {
  color: #0090d9;
}

.bg-blue {
  background: #004096 !important;
}

.middle-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3rem;
  color: #fff;
  background: #0c0c0c;
  padding: 2rem 0;
  line-height: 2.5rem;
}
@media screen and (min-width: 800px) {
  .middle-title {
    width: 432px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5rem;
    color: #fff;
    background: #0c0c0c;
    padding: 3.5rem 2rem;
  }
}

.min-title {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .min-title {
    text-align: center;
    padding: 4rem 0 1rem 0;
    font-size: 1.6rem;
  }
}

.contact {
  background: #e9e9e9;
  border-bottom: 1rem solid #004096;
}

.contact-item {
  width: 30%;
  display: block;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 1rem;
  border: 2px solid #c2d500;
}
@media screen and (min-width: 800px) {
  .contact-item {
    width: auto;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 3rem 5rem 3rem 4rem;
    border: 2px solid #c2d500;
  }
}

.contact-link-box {
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .contact-link-box {
    max-width: 880px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.tel-link::before {
  content: "";
  background: url("../icon/tel-icon.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 28px;
  height: 44px;
  margin: 0 auto 0.5rem auto;
}
@media screen and (min-width: 800px) {
  .tel-link::before {
    content: "";
    background: url("../icon/tel-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 28px;
    height: 36px;
  }
}

.contact-link::before {
  content: "";
  background: url("../icon/contact-link-icon.svg") no-repeat center center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 35px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .contact-link::before {
    content: "";
    background: url("../icon/contact-link-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 35px;
    height: 25px;
  }
}

.line-link::before {
  content: "";
  background: url("../icon/line-icon.svg") no-repeat top center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 46px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .line-link::before {
    content: "";
    background: url("../icon/line-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 46px;
    height: 44px;
  }
}

.footer-box {
  display: block;
}
@media screen and (min-width: 640px) {
  .footer-box {
    display: flex;
    justify-content: space-between;
  }
  .footer-box :first-child {
    margin-left: 0px !important;
  }
  .footer-box :last-child {
    margin-right: 0px !important;
  }
}

.footer-list-left {
  width: 90%;
  margin: 0 auto !important;
}
@media screen and (min-width: 640px) {
  .footer-list-left {
    width: 35% !important;
  }
}

.footer-list {
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #004096;
  margin: 0 2rem;
}

.footer-list-top {
  padding-top: 2rem;
}
@media screen and (min-width: 640px) {
  .footer-list-top {
    padding-top: 0;
  }
}

.footer-main-link {
  display: inline-block;
  margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .footer-main-link {
    display: inline-block;
    margin-bottom: 2rem;
  }
}

.footer-item {
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
.footer-item li {
  font-weight: normal;
  list-style-position: inside;
  margin-left: 1rem;
}

.footer-item-link {
  display: block;
}

.footer-text {
  margin: 2rem 0;
}
.footer-text p {
  font-size: 1.4rem;
  letter-spacing: normal;
}

.sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}

.sns-item {
  display: block;
  margin-right: 3rem;
}
.sns-item img {
  width: 30px;
  height: auto;
}

.copy-right {
  border-top: 2px solid #004096;
  font-size: 1.3rem;
  text-align: center;
  padding: 2rem 0;
  color: #004096;
}
.copy-right p {
  margin-bottom: 5rem;
}
@media screen and (min-width: 640px) {
  .copy-right p {
    margin-bottom: 0rem;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.sp-bottom-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #004096;
  position: fixed;
  bottom: 0;
  padding: 1rem 2rem;
  left: 0;
  right: 0;
  margin: 0;
}
.sp-bottom-nav a span {
  display: block;
  text-align: center;
  color: #fff !important;
}
@media screen and (min-width: 640px) {
  .sp-bottom-nav {
    display: none;
  }
}

.sp-bottom-nav-text {
  font-size: 1rem;
}

.vtnav-item {
  position: relative;
}

.vtnav-trigger {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  cursor: pointer;
}

.nav-min-text {
  display: block;
}

.vtnav-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #004096;
  border-bottom: 2px solid #004096;
  transform: rotate(45deg);
  transition: transform 0.25s;
  margin-top: -4px;
}
.vtnav-item:hover .vtnav-arrow, .vtnav-item.is-open .vtnav-arrow {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.vtnav-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 240px;
  max-width: 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  padding: 1rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 2500;
}
.vtnav-item:hover .vtnav-dropdown, .vtnav-item.is-open .vtnav-dropdown {
  opacity: 1;
  visibility: visible;
}
.vtnav-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #fff;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.04);
}

.vtnav-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 360px;
  overflow-y: auto;
}
.vtnav-dropdown-list li + li {
  border-top: 1px solid #eef0f4;
}
.vtnav-dropdown-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.6rem;
  font-size: 1.4rem;
  color: #222;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.vtnav-dropdown-list a:hover {
  background: #f2f6fc;
  color: #004096;
}
.vtnav-dropdown-list a::after {
  content: "›";
  color: #004096;
  font-size: 1.6rem;
  margin-left: 1rem;
}

.vtnav-dropdown-foot {
  border-top: 1px solid #eef0f4;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
}
.vtnav-dropdown-foot a {
  font-weight: 700;
}

.vtnav-burger {
  display: none;
  width: 32px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 3000;
}
@media screen and (min-width: 1100px) {
  .vtnav-burger {
    display: none !important;
  }
}
@media screen and (max-width: 1099px) {
  .vtnav-burger {
    display: block;
  }
}
.vtnav-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #004096;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s, top 0.3s;
}
.vtnav-burger span:nth-child(1) {
  top: 0;
}
.vtnav-burger span:nth-child(2) {
  top: 10px;
}
.vtnav-burger span:nth-child(3) {
  top: 20px;
}
.vtnav-burger.is-active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.vtnav-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.vtnav-burger.is-active span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}

.vtnav-sp-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2998;
}
.vtnav-sp-overlay.is-active {
  display: block;
}

.vtnav-sp-panel {
  position: fixed;
  top: 0;
  right: -85%;
  width: 85%;
  max-width: 360px;
  height: 100%;
  background: #fff;
  z-index: 2999;
  overflow-y: auto;
  transition: right 0.3s;
}
.vtnav-sp-panel.is-active {
  right: 0;
}

.vtnav-sp-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  border-bottom: 1px solid #eef0f4;
}
.vtnav-sp-panel-head img {
  height: 28px;
}

.vtnav-sp-cta {
  display: block;
  margin: 1.6rem;
  text-align: center;
  background: #004096;
  color: #fff !important;
  padding: 1.2rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.5rem;
}

.vtnav-sp-list {
  list-style: none;
  margin: 0;
  padding: 0 1.6rem 2rem 1.6rem;
}
.vtnav-sp-list > li {
  border-bottom: 1px solid #eef0f4;
}
.vtnav-sp-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}

.vtnav-sp-accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  cursor: pointer;
}
.vtnav-sp-accordion-head .vtnav-arrow {
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
}
.vtnav-sp-accordion.is-open .vtnav-sp-accordion-head .vtnav-arrow {
  transform: rotate(-135deg);
}

.vtnav-sp-accordion-body {
  display: none;
  padding: 0 0 1rem 0.6rem;
}
.vtnav-sp-accordion.is-open .vtnav-sp-accordion-body {
  display: block;
}
.vtnav-sp-accordion-body a {
  display: block;
  padding: 0.8rem 0.6rem;
  font-size: 1.35rem;
  color: #444;
}
.vtnav-sp-accordion-body a::before {
  content: "›";
  color: #004096;
  margin-right: 0.6rem;
}

@media screen and (min-width: 1280px) {
  .main-header-inner {
    gap: 1.2rem;
  }
  .nav-list {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 1rem !important;
  }
  .nav-list-all {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .nav-link {
    margin: 0 2rem !important;
    font-size: 1.4rem !important;
    white-space: nowrap;
  }
  .nav-min-text {
    margin-left: 0.4rem !important;
    font-size: 0.85rem !important;
  }
  .contact-btn {
    width: auto !important;
    flex-shrink: 0;
    padding: 1.2rem 1.6rem !important;
    font-size: 1rem !important;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1500px) {
  .nav-link {
    font-size: 1.4rem !important;
    margin: 0 1rem !important;
  }
  .nav-min-text {
    font-size: 1rem !important;
  }
  .contact-btn {
    font-size: 1.2rem !important;
    padding: 1.4rem 2rem !important;
  }
}
#top-main {
  padding-top: 50px;
}
@media screen and (min-width: 1100px) {
  #top-main {
    padding-top: 84px;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-in-stagger.is-visible > *:nth-child(1) {
  transition-delay: 0s;
  opacity: 1;
  transform: none;
}
.fade-in-stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.1s;
  opacity: 1;
  transform: none;
}
.fade-in-stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: none;
}
.fade-in-stagger.is-visible > *:nth-child(4) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: none;
}
.fade-in-stagger.is-visible > *:nth-child(5) {
  transition-delay: 0.4s;
  opacity: 1;
  transform: none;
}
.fade-in-stagger.is-visible > *:nth-child(6) {
  transition-delay: 0.5s;
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .fade-in,
  .fade-in-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.np-arc-pagination {
  margin: 5rem 0 3rem;
  display: flex;
  justify-content: center;
}
.np-arc-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.np-arc-pagination .page-numbers li {
  display: flex;
}
.np-arc-pagination .page-numbers a.page-numbers,
.np-arc-pagination .page-numbers span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 1rem;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  color: #004096;
  background: #fff;
  border: 1px solid #dde3ec;
}
.np-arc-pagination .page-numbers a.page-numbers:hover {
  background: #004096;
  border-color: #004096;
  color: #fff;
}
.np-arc-pagination .page-numbers span.current {
  background: #004096;
  border-color: #004096;
  color: #fff;
  font-weight: 700;
  cursor: default;
}
.np-arc-pagination .page-numbers span.dots {
  background: transparent;
  border-color: transparent;
  color: #004096;
  cursor: default;
  min-width: 2.4rem;
}
.np-arc-pagination .page-numbers a.prev,
.np-arc-pagination .page-numbers a.next {
  padding: 0 1.6rem;
  font-size: 1.3rem;
  color: #004096;
  border-color: #004096;
}
.np-arc-pagination .page-numbers a.prev:hover,
.np-arc-pagination .page-numbers a.next:hover {
  background: #004096;
  color: #fff;
}/*# sourceMappingURL=common.css.map */