@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.15.4/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;400;700&display=swap");
body.fixed {
  overflow: hidden;
}

#site-header {
  height: 105px;
  background: #0A319F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #site-header {
    padding: 0 20px;
    height: 60px;
  }
}
#site-header a {
  color: #fff;
  text-decoration: none;
}
#site-header #site-logo {
  position: relative;
  z-index: 9;
}
#site-header #site-logo small {
  display: block;
  font-size: 12px;
  padding-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  #site-header #site-logo small {
    display: none;
  }
}
#site-header #site-logo a {
  width: 260px;
  display: block;
}
@media screen and (max-width: 768px) {
  #site-header #site-logo a {
    width: 200px;
  }
}
#site-header div.header_r {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #site-header div.header_r {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    transition: 0.3s ease;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    /*IE, Edge*/
    -ms-overflow-style: none;
    /*Firefox*/
    scrollbar-width: none;
    /*Chrome, Safari*/
  }
  #site-header div.header_r::-webkit-scrollbar {
    display: none;
  }
}
#site-header div.header_r.open {
  display: block;
  right: 0;
}
#site-header #global-nav ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  #site-header #global-nav ul {
    display: block;
    padding-top: 21.3333333333vw;
  }
}
#site-header #global-nav ul li {
  font-size: 18px;
  margin-left: 2em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  #site-header #global-nav ul li {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  #site-header #global-nav ul li {
    font-size: 5.8666666667vw;
    margin: 0;
    padding-bottom: 1.2em;
    color: #fff;
  }
}
#site-header #global-nav ul li a {
  font-family: "Roboto Slab", serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #site-header #global-nav ul li a {
    display: block;
  }
}
#site-header #global-nav ul li a small {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  display: block;
  font-size: 12px;
  font-size: 0.666em;
}
#site-header #global-nav ul li.current {
  opacity: 0.5;
  pointer-events: none;
}
#site-header .tel {
  font-family: "Roboto Slab", serif !important;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #site-header .tel {
    font-size: 4.8vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0A319F;
    padding: 0.5em;
  }
}
#site-header .tel a {
  font-size: 1.4444444444em;
}
#site-header .menu-btn {
  display: none;
  font-family: "Roboto Slab", serif !important;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #site-header .menu-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    font-size: 14px;
    font-weight: 400;
  }
  #site-header .menu-btn span {
    display: block;
    width: 25px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #site-header .menu-btn span i {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  #site-header .menu-btn span i:nth-of-type(1) {
    top: 0;
  }
  #site-header .menu-btn span i:nth-of-type(2) {
    top: calc(50% - 0.5px);
  }
  #site-header .menu-btn span i:nth-of-type(3) {
    bottom: 0;
  }
  #site-header .menu-btn.active {
    position: fixed;
  }
  #site-header .menu-btn.active span i {
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
  }
  #site-header .menu-btn.active span i:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  #site-header .menu-btn.active span i:nth-of-type(2) {
    transform: scale(0);
  }
  #site-header .menu-btn.active span i:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-135deg);
  }
}

#site-footer {
  background: #0A319F;
  padding: 30px 50px 50px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #site-footer {
    padding: 30px 20px 20px;
  }
}
#site-footer a {
  color: #fff;
  text-decoration: none;
}
#site-footer footer .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #site-footer footer .flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #site-footer footer nav {
    display: none;
  }
}
#site-footer footer nav ul {
  display: flex;
  flex-wrap: wrap;
}
#site-footer footer nav ul li {
  font-size: 13px;
  padding-left: 1em;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 1em;
}
#site-footer footer .footer_cont p.logo {
  width: 260px;
}
@media screen and (max-width: 768px) {
  #site-footer footer .footer_cont p.logo {
    width: 200px;
  }
}
#site-footer footer .footer_cont address {
  font-style: normal;
  font-size: 13px;
  line-height: 1.62;
  padding: 1em 0 2em;
}
#site-footer footer .footer_cont p.cp {
  font-size: 9px;
  line-height: 1.2;
}
#site-footer .ptop {
  cursor: pointer;
  display: block;
  width: 50px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  #site-footer .ptop {
    right: 0px;
    bottom: 0px;
  }
}

#pagettl {
  padding: 94px 30px 114px;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #pagettl {
    padding: 44px 20px 54px;
  }
}
#pagettl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
#pagettl h1 {
  font-family: "Roboto Slab", serif !important;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.43);
  text-align: center;
  color: #fff;
  position: relative;
}
#pagettl h1 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  color: #000;
  padding-top: 105px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
    font-size: 14px;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.fa-file-pdf {
  color: red;
}

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

.soon {
  padding: 100px 30px;
  text-align: center;
}

/*============================
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
============================*/
.w1000 {
  max-width: 1000px;
  margin: auto;
}

/*============================
.flex
============================*/
.flex {
  display: flex;
  justify-content: space-between;
}

/*============================
.sec
============================*/
.sec {
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 50px 20px;
  }
}

/*============================
a
============================*/
a {
  transition: 0.3s;
  color: #0A319F;
}

a:hover {
  opacity: 0.85;
  text-decoration: none;
}

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

/*============================
.btn
============================*/
/*============================
.more
============================*/
.more {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  position: relative;
  padding: 0 2.857em;
  background: #0A319F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .more {
    line-height: 30px;
    height: 30px;
    font-size: 11px;
    padding: 0 2em;
  }
}
.more i {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5px);
}
@media screen and (max-width: 768px) {
  .more i {
    width: 10px;
  }
}

/*============================
table
============================*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ddd;
  background: #fff;
}
table th,
table td {
  border-bottom: 1px solid #ddd;
  padding: 1em 2em;
  line-height: 1.5;
}
table th {
  background: #F5F2E9;
  text-align: left;
}

/*============================
Headlines
============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.ttl1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.333;
  text-align: center;
  padding: 0 0 2em;
  color: #0A319F;
}
@media screen and (max-width: 768px) {
  .ttl1 {
    font-size: 21.6px;
  }
}

/*============================
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
============================*/
.mgt1em {
  margin-top: 1em;
}

.mgt2em {
  margin-top: 2em;
}

.mgt3em {
  margin-top: 3em;
}

.mgt4em {
  margin-top: 4em;
}

.mgt5em {
  margin-top: 5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

/*============================
padding
============================*/
.pdt1em {
  padding-top: 1em;
}

.pdt2em {
  padding-top: 2em;
}

.pdt3em {
  padding-top: 3em;
}

.pdt4em {
  padding-top: 4em;
}

.pdt5em {
  padding-top: 5em;
}

.pdb1em {
  padding-bottom: 1em;
}

.pdb2em {
  padding-bottom: 2em;
}

.pdb3em {
  padding-bottom: 3em;
}

.pdb4em {
  padding-bottom: 4em;
}

.pdb5em {
  padding-bottom: 5em;
}

/*============================
Swiper button
============================*/
div.swiper-button-prev,
div.swiper-button-next {
  position: absolute;
  margin: 0;
  top: 50%;
  width: 43px;
  height: 85px;
  background-size: 43px 85px;
  outline: none;
}

div.swiper-button-prev {
  left: 0;
}

div.swiper-button-next {
  right: 0;
}

div.swiper-button-disabled {
  opacity: 0 !important;
}