@charset "UTF-8";
/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 100%;
  /* 16px */
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: 100%;
    /* 16px */
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen {
  #wrapper {
    opacity: 0;
  }

  body.is-loaded #wrapper {
    opacity: 1;
  }
}
.fs-shippori, .telphone, .btn {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* -------------------------------
	ローディング
-------------------------------- */
.loader {
  color: rgba(0, 0, 0, 0.2);
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  visibility: hidden;
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* -------------------------------
	見出しタグ調整
-------------------------------- */
h1 {
  font-size: 1.9rem;
  /* 30px相当 */
}

h2 {
  font-size: 1.69rem;
  /* 27px相当 */
}

h3 {
  font-size: 1.5rem;
  /* 24px相当 */
}

h4 {
  font-size: 1.33rem;
  /* 21px相当 */
}

h5 {
  font-size: 1.19rem;
  /* 19px相当 */
}

h6 {
  font-size: 1.05rem;
  /* 17px相当 */
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.21rem;
    /* 35px相当 */
  }

  h2 {
    font-size: 1.97rem;
    /* 32px相当 */
  }

  h3 {
    font-size: 1.75rem;
    /* 28px相当 */
  }

  h4 {
    font-size: 1.56rem;
    /* 25px相当 */
  }

  h5 {
    font-size: 1.38rem;
    /* 22px相当 */
  }

  h6 {
    font-size: 1.23rem;
    /* 20px相当 */
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.37rem;
    /* 38px相当 */
  }

  h2 {
    font-size: 2.11rem;
    /* 34px相当 */
  }

  h3 {
    font-size: 1.88rem;
    /* 30px相当 */
  }

  h4 {
    font-size: 1.67rem;
    /* 27px相当 */
  }

  h5 {
    font-size: 1.48rem;
    /* 24px相当 */
  }

  h6 {
    font-size: 1.32rem;
    /* 21px相当 */
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.53rem;
    /* 40px相当 */
  }

  h2 {
    font-size: 2.25rem;
    /* 36px相当 */
  }

  h3 {
    font-size: 2rem;
    /* 32px相当 */
  }

  h4 {
    font-size: 1.78rem;
    /* 28px相当 */
  }

  h5 {
    font-size: 1.58rem;
    /* 25px相当 */
  }

  h6 {
    font-size: 1.4rem;
    /* 22px相当 */
  }
}
h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p, ol, ul, dl, table {
  margin-bottom: 1rem;
}
p + h3, p + h4, p + h5, p + h6, ol + h3, ol + h4, ol + h5, ol + h6, ul + h3, ul + h4, ul + h5, ul + h6, dl + h3, dl + h4, dl + h5, dl + h6, table + h3, table + h4, table + h5, table + h6 {
  margin-top: 2rem;
}
p:last-child, ol:last-child, ul:last-child, dl:last-child, table:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
#header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(14, 54, 112, 0.75);
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.3s ease;
}
@media print {
  #header {
    position: absolute;
  }
}

@media screen {
  .fixed-nav #header:before {
    transform: scaleY(1);
  }
}
/* ---  --- */
.row-head {
  display: flex;
  height: 50px;
}
@media print, screen and (min-width: 992px) {
  .row-head {
    height: 112px;
  }
}
.row-head .logo {
  display: flex;
  padding-left: 15px;
}
.row-head .logo h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: auto 0;
}
.row-head .logo h1 img {
  height: 40px;
}
@media print, screen and (min-width: 992px) {
  .row-head .logo {
    flex: 0 0 25%;
    padding-left: clamp(15px, 3.5vw, 70px);
  }
  .row-head .logo h1 img {
    height: auto;
  }
}
.row-head .head_contents {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .row-head .head_contents {
    display: flex;
    flex: 0 0 75%;
  }
}

/* スマホ用電話番号 */
/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #gNavi {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}

.list-gnav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.list-gnav > li > button {
  display: none;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li + li {
  margin-left: min(4.25vw, 85px);
}
.list-gnav > li > a {
  color: #fff;
  line-height: 2;
  display: block;
  position: relative;
}
.list-gnav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #fff;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after {
  transform: scaleX(1);
  visibility: visible;
}

/**/
.head_contact {
  margin-left: min(3vw, 60px);
}
.head_contact .btn {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  width: 120px;
  height: 100%;
  padding: 0;
  border: none;
  display: flex;
  background-color: #0e3670;
}
.head_contact .btn .in {
  margin: auto;
}
.head_contact .btn .in i {
  font-size: 1.66666em;
  line-height: 1;
  margin: 0 auto 0.25em;
  display: block;
}
.head_contact .btn:hover {
  background-color: #071D3D;
}

/* -------------------------------
	main
-------------------------------- */
/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  position: relative;
  z-index: 0;
}
.main_ttl .main_ttl_content {
  display: inline-flex;
  padding-top: 50px;
  height: min(calc(200px + 300 * (100vw - 320px) / 1180), 500px);
  position: relative;
  z-index: 0;
}
.main_ttl .main_ttl_content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-50px - 50 * (100vw - 320px) / 1600);
  left: calc(-50px - 50 * (100vw - 320px) / 1600);
  z-index: -1;
  background: linear-gradient(to bottom, #1e58ad 0%, #0c96cf 100%);
  background-size: 200%;
  opacity: 0.8;
  transform: skewX(-15deg);
  transform-origin: center center;
}
.main_ttl .main_ttl_content h2 {
  margin: auto 0;
}
@media print, screen and (min-width: 992px) {
  .main_ttl .main_ttl_content {
    padding-top: 112px;
  }
}
.main_ttl > .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.main_ttl > .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_ttl h2 {
  color: #fff;
  font-size: min(calc(30px + 30 * (100vw - 320px) / 1080), 60px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.2), 0 0 0.2em rgba(0, 0, 0, 0.2), 0 0 0.3em rgba(0, 0, 0, 0.2), 0 0 0.4em rgba(0, 0, 0, 0.2);
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 10;
}
#pagetop.is-active {
  opacity: 1;
  visibility: visible;
}
#pagetop img {
  width: min(4.03225vw, 55px);
}
@media (max-width: 767px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
    width: 40px;
  }
}

/* -------------------------------
	スクロールバー
-------------------------------- */
div, .scrollbar {
  scrollbar-color: #111 #eeeeee;
  scrollbar-width: thin;
}
div::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
div::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #eeeeee;
}
div::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background: #111;
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -280px;
  width: 280px;
  color: #fff;
  text-align: left;
  padding-top: 50px;
  background-color: #0e3670;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
@media print, screen and (min-width: 992px) {
  #sidebar {
    display: none !important;
  }
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  padding: 15px;
}
#sidebar .list-sidenav > li {
  text-align: left;
  border-bottom: solid 1px #ccc;
}
#sidebar .list-sidenav > li > a {
  color: #fff;
  line-height: 1.5;
  display: block;
  padding: 1em 2em 1em 1em;
  position: relative;
}
#sidebar .list-sidenav > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

/* -------------------------------
	半透明
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 992px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
@media print, screen and (min-width: 992px) {
  .menuWrapper {
    display: none;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -10px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 10px);
  content: "";
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/* -------------------------------
	footer
-------------------------------- */
/* ---  --- */
.page_contact {
  color: #fff;
  background: url("../images/common/foot_content.jpg") no-repeat center center/cover;
  overflow: hidden;
}

@media print, screen and (min-width: 1400px) {
  .page_contact_group {
    display: flex;
  }
  .page_contact_group .page_contact_group_item:nth-child(1) {
    flex: 1 1 0;
  }
  .page_contact_group .page_contact_group_item:nth-child(2) {
    flex: 0 0 718px;
  }
}

.page_contact_column {
  text-align: center;
  margin-bottom: 2rem;
}
.page_contact_column h2 {
  font-size: min(calc(40px + 24 * (100vw - 320px) / 1080), 64px);
  line-height: 1;
  margin-bottom: 0.78125em;
}
.page_contact_column p {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 1400px) {
  .page_contact_column {
    text-align: left;
  }
}

.page_contact_row {
  display: grid;
  gap: 10px;
  max-width: 718px;
  margin: 0 auto;
}
.page_contact_row .box {
  border: solid 1px #dcdcdc;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.page_contact_row .box .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .page_contact_row {
    grid-template-columns: 1fr 308px;
  }
}
.page_contact_row h3 {
  font-size: 20px;
  text-align: center;
}
.page_contact_row .telphone {
  text-align: center;
}
.page_contact_row p {
  font-size: 12px;
  text-align: center;
  margin-top: 0.5em;
}
.page_contact_row p + .fax {
  margin-top: 30px;
}
.page_contact_row .tel {
  font-size: 32px;
}
.page_contact_row .fax {
  font-size: 20px;
}
.page_contact_row .btns {
  text-align: center;
  margin-top: 30px;
}
.page_contact_row .btns .btn {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 255px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10em;
  border: solid 1px #fff;
}
.page_contact_row .btns .btn i {
  margin-right: 0.5em;
}
.page_contact_row .btns .btn:hover {
  color: #0e3670;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .page_contact_row .tel {
    font-size: min(calc(32px + 4 * (100vw - 768px) / 632), 36px);
  }
  .page_contact_row .fax {
    font-size: min(calc(20px + 2 * (100vw - 768px) / 632), 22px);
  }
}

/* ---  --- */
#footer {
  padding: min(calc(40px + 30 * (100vw - 320px) / 1080), 70px) 0;
  background-color: #fff;
  page-break-inside: avoid;
}

.footer_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer_content h2 {
  font-size: 1rem;
}
.footer_content h2, .footer_content p {
  text-align: center;
}
.footer_content p, .footer_content .footer_tel {
  font-weight: 400;
  font-size: 15px;
}
.footer_content .footer_tel {
  list-style: none;
  padding: 0;
  gap: 0 1.5em;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .footer_content h2, .footer_content p {
    text-align: left;
  }
  .footer_content .footer_tel {
    justify-content: flex-start;
  }
}

.f_navi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .f_navi {
    display: block;
    margin-top: 20px;
  }
  .f_navi > ul {
    font-size: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .f_navi > ul > li > a {
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .f_navi > ul > li > a:hover {
    opacity: 0.65;
  }
}

.copyright {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: auto;
  padding-top: 2rem;
}
@media print, screen and (min-width: 992px) {
  .copyright {
    text-align: right;
  }
}

/* 印刷用 */
@page {
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  body {
    min-width: 1500px !important;
  }

  .container {
    min-width: 1200px !important;
  }

  .container-fluid-xl {
    min-width: 1500px !important;
  }

  .row {
    overflow: visible !important;
  }

  [class^="col"], [class*=" col"], [class^="col-"], [class*=" col-"] {
    page-break-inside: avoid;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* firefox　ハック */
@-moz-document url-prefix() {
  @page {
    margin: auto;
  }
}

/*# sourceMappingURL=screen.css.map */
