@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.6.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

body.fixed {
  overflow: hidden;
}

/*
Theme Name: vital-express
Description: []
Author: silpheed
Version: []
*/

#site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
  padding: 25px 30px 20px;
  border-top: 5px solid #0B50A1;
}

@media screen and (max-width: 768px) {
  #site-header {
    padding: 15px 20px 0;
    display: block;
    min-height: 65px;
  }
}

#site-header::before {
  content: "";
  display: block;
  width: 32.421875%;
  height: 5px;
  position: absolute;
  left: 0;
  top: -5px;
  background: #FD341F;
}

@media screen and (max-width: 768px) {
  #site-header {
    display: block;
  }
}

#site-header #site-logo {
  width: 321px;
}

@media screen and (max-width: 768px) {
  #site-header #site-logo {
    width: 200px;
  }
}

#site-header #global-nav {
  display: block;
}

@media screen and (max-width: 768px) {
  #site-header #global-nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 65px);
    right: -100%;
    top: 65px;
    transition: 0.3s ease;
    background: rgba(11, 80, 161, 0.8);
    overflow-y: scroll;
    backdrop-filter: blur(5px);
    /*IE, Edge*/
    -ms-overflow-style: none;
    /*Firefox*/
    scrollbar-width: none;
    /*Chrome, Safari*/
  }

  #site-header #global-nav::-webkit-scrollbar {
    display: none;
  }
}

#site-header #global-nav ul {
  display: flex;
  align-items: center;
  gap: 2em;
  margin: 0;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  #site-header #global-nav ul {
    display: block;
    text-align: center;
    padding-top: 65px;
  }
}

#site-header #global-nav ul li {
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #site-header #global-nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

#site-header #global-nav ul li a {
  color: #333;
}

@media screen and (max-width: 768px) {
  #site-header #global-nav ul li a {
    color: #fff;
    font-size: 20px;
    padding: 1em;
    display: block;
  }
}

#site-header #global-nav ul li .uk-button {
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #site-header #global-nav ul li .uk-button {
    margin: 1em 0;
    padding: 0.2em 2em;
    display: inline-block;
    background: #fff;
    color: #0B50A1;
  }
}

#site-header #global-nav.open {
  display: block;
  right: 0;
}

.menu-btn {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}

.menu-btn div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 30%;
}

.menu-btn div i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0B50A1;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.menu-btn div i:nth-of-type(1) {
  top: 0;
}

.menu-btn div i:nth-of-type(2) {
  top: calc(50% - 1.5px);
}

.menu-btn div i:nth-of-type(3) {
  bottom: 0;
}

.menu-btn.active {
  position: fixed;
  top: 5px;
}

.menu-btn.active div i {
  top: 50% !important;
  left: 50% !important;
}

.menu-btn.active div i:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.active div i:nth-of-type(3) {
  transform: scale(0);
}

.menu-btn.active div i:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#site-footer {
  line-height: 50px;
  text-align: center;
  background: #0068b7;
  color: #fff;
}

#site-footer .ptop {
  cursor: pointer;
}

#site-footer footer {
  padding-bottom: 1em;
}

#site-footer dl {
  margin: 0;
  padding: 0;
}

#site-footer dl dt,
#site-footer dl dd {
  line-height: 1.5;
}

#site-footer dl dt {
  padding-bottom: 1em;
  font-size: 1.2em;
}

.pagettl {
  margin-top: 92px;
  background: #0068b7;
  background: #eee;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pagettl {
    margin-top: 65px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pagettl::before {
  content: "";
  display: block;
  width: 825px;
  position: absolute;
  right: -330px;
  top: 10px;
  aspect-ratio: 825/660;
  background: url(./img/home-ribon-3.svg) no-repeat left top;
  background-size: cover;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 768px) {
  .pagettl::before {
    width: 400px;
    right: -150px;
  }
}

.pagettl .uk-container {
  position: relative;
}

.pagettl h1 {
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pagettl h1 {
    font-size: 25px;
  }
}

.pagettl2 {
  margin-top: 92px;
  background: url(./img/pagettl-bg-v2.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 8em;
  padding-bottom: 8em;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pagettl2 {
    margin-top: 65px;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.pagettl2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.pagettl2 .uk-container {
  position: relative;
}

.pagettl2 h1 {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pagettl2 h1 {
    font-size: 25px;
  }
}

.uk-button {
  border-radius: 100px;
  font-weight: 600;
}

* {
  box-sizing: border-box;
  list-style: none;
}

body,
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.flex {
  display: flex;
}

/*============================
UIkit overwrite
============================*/
.uk-card-media-top img {
  width: 100%;
  height: auto;
}

/*============================
commingsoon
============================*/
.comingsoon {
  opacity: 0.3;
  pointer-events: none;
}

/*============================
main
============================*/
main {
  overflow: hidden;
}

/*============================
Responsive
============================*/
.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*============================
BOX Models
============================*/
/*============================
.flex
============================*/
/*============================
.sec
============================*/
/*============================
a
============================*/
a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

/*============================
table
============================*/
.uk-table-divider>tr,
.uk-table-divider>tr,
.uk-table-divider> :first-child>tr {
  border-top: 1px solid #ddd;
}

.uk-table-divider {
  border-bottom: 1px solid #ddd;
  margin-top: 3em;
}

.uk-table-divider th,
.uk-table-divider td {
  vertical-align: top;
}

.uk-table-divider th {
  white-space: nowrap;
}

/*============================
Headlines
============================*/
.ttl1 {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-style: italic;
  font-size: 86px;
  line-height: 1;
  text-align: left;
  color: #0B50A1;
  margin: 0 0 0.5em;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .ttl1 {
    font-size: 35px;
  }
}

.ttl1 small {
  display: block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  font-size: 0.35em;
  line-height: 1.4;
  color: #000;
  padding: 0.3em 0 0.8em;
}

@media screen and (max-width: 768px) {
  .ttl1 small {
    font-size: 16px;
  }
}

.ttl1::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #FD341F;
}

@media screen and (max-width: 768px) {
  .ttl1::after {
    width: 50px;
  }
}

.uk-heading-bullet::before {
  border-color: #0B50A1;
}

/*============================
list
============================*/
.maruList,
.komeList {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.maruList *,
.komeList * {
  margin: 0;
  padding: 0;
}

.maruList li,
.komeList li {
  margin-left: 1em;
  list-style: none !important;
}

.maruList li::before,
.komeList li::before {
  content: "●";
  margin-left: -1em;
}

.maruList li::before {
  content: "●";
}

.komeList li::before {
  content: "※";
}

.jisageList li {
  text-indent: -1em;
  margin-left: 1em;
}

/*============================
margin
============================*/
.uk-margin-large-bottom:last-child {
  margin-bottom: 0 !important;
}

/*============================
padding
============================*/
.section-tight-bottom {
  padding-bottom: 0 !important;
}

/*============================
Swiper button
============================*/