@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --text-base: #125488;
  --text-blue: #1c8fd0;
  --text-yellow: #ffff00;
  --text-white: #ffffff;
  --text-red: #ff0000;
}

/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 87.5%;
  /* 16px */
}

body {
  color: #125488;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.75;
  background-color: #fff;
}

.fs-en {
  font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

/* -------------------------------
	wrapper
-------------------------------- */
#wrapper {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 0;
}
#wrapper .wrapper___content {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: padding 0.5s ease;
  overflow: hidden;
}
@supports (height: 100dvh) {
  #wrapper .wrapper___content {
    min-height: 100dvh;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .wrapper___content {
    max-width: 860px;
    padding-left: 300px;
  }
}
@media print {
  #wrapper .wrapper___content {
    height: 100%;
  }
}
#wrapper .wrapper___side {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .wrapper___side {
    flex: 1 1 0;
    display: block;
  }
  #wrapper .wrapper___side > .bg {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/common/body_pc_bg.jpg") no-repeat left center/cover;
  }
}
@media print {
  #wrapper .wrapper___side > .bg {
    position: fixed;
    z-index: -1;
  }
}

/* -------------------------------
	見出しタグ調整
-------------------------------- */
h1, .h1 {
  font-size: 1.9rem;
  /* 27px相当 */
}

h2, .h2 {
  font-size: 1.69rem;
  /* 24px相当 */
}

h3, .h3 {
  font-size: 1.5rem;
  /* 21px相当 */
}

h4, .h4 {
  font-size: 1.33rem;
  /* 19px相当 */
}

h5, .h5 {
  font-size: 1.19rem;
  /* 17px相当 */
}

h6, .h6 {
  font-size: 1.05rem;
  /* 15px相当 */
}

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

  h2, .h2 {
    font-size: 1.97rem;
    /* 28px相当 */
  }

  h3, .h3 {
    font-size: 1.75rem;
    /* 25px相当 */
  }

  h4, .h4 {
    font-size: 1.56rem;
    /* 22px相当 */
  }

  h5, .h5 {
    font-size: 1.38rem;
    /* 19px相当 */
  }

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

p, ol, ul, dl, table {
  margin-top: 0;
  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%;
  padding: 40px 0 30px;
}
#header h1 {
  font-size: 1rem;
  text-align: center;
  margin: 0;
  padding: 0 15px;
}

/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #gNavi {
    display: block;
  }
}

.list-gnav {
  list-style: none;
  padding: 0;
  margin: 0 -1em;
  display: flex;
}
.list-gnav > li {
  padding: 0 1em;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li > a {
  line-height: 1.5;
  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: red;
  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;
}

/* サブメニュー */
.list-gnav > li > ul, .list-gnav > li > div {
  display: none;
}

.list-gnav > li.child {
  position: relative;
}
.list-gnav > li.child > ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  padding: .5em 0;
  white-space: nowrap;
}
.list-gnav > li.child > ul > li > a {
  display: block;
  padding: 1em;
  background-color: #fff;
}

/* メガメニュー */
.list-gnav > li.mega-child {
  position: static;
}
.list-gnav > li.mega-child > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

/* -------------------------------
	main
-------------------------------- */
#main {
  padding: 0;
}
#main p, #main li {
  transform: rotateZ(0.03deg);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl h2 {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-stroke: 0.05em currentColor;
  -webkit-text-stroke: 0.05em currentColor;
  width: 11.075em;
  padding: 1em;
  margin: 0 auto 20px;
  background: url("../images/common/title-bg-1.svg") no-repeat center center/100% 100%;
}
.main_ttl .hr-1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

/* -------------------------------
	スクロールバー
-------------------------------- */
div, .scrollbar {
  scrollbar-color: rgba(0, 0, 0, 0.3) #f3f3f3;
  scrollbar-width: thin;
}
div::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
div::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #f3f3f3;
}
div::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 300px;
  padding-bottom: 30px;
  text-align: left;
  background-color: #00b9ef;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 990;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
  scrollbar-width: thin;
}
.side-open #sidebar {
  transform: translate3d(0%, 0, 0);
}
@media print, screen and (min-width: 768px) {
  #sidebar {
    transform: translate3d(0%, 0, 0);
  }
}
#sidebar .logo {
  font-size: 1rem;
  text-align: center;
  margin: 0;
  padding: 30px 15px;
}
#sidebar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#sidebar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1) transparent;
}
#sidebar::-webkit-scrollbar-thumb {
  background: #111;
}

/* ---  --- */
.side_navi {
  font-size: 1.28572rem;
  line-height: 1.5;
  text-align: center;
}
.side_navi > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side_navi > ul > li {
  margin-bottom: 1em;
}
.side_navi > ul > li > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transform: rotateZ(0.03deg);
  position: relative;
}
.side_navi > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transform: scaleX(0);
  background-color: #fff;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.side_navi > ul > li > a:hover:after, .side_navi > ul > li.active > a:after {
  transform: scaleX(1);
  visibility: visible;
}

.side_contact > a {
  color: #00b0ec;
  font-size: 1.42857rem;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 200px;
  padding: 0.4227em;
  margin: 0 auto;
  transform: rotateZ(0.03deg);
  border: solid 1px #fff;
  border-radius: 10em;
  background-color: #fff;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
}
.side_contact > a:hover, .side_contact.active > a {
  color: #fff;
  background-color: #00b0ec;
}

.side_sns {
  font-size: 1.35715rem;
  line-height: 1;
  margin-top: 30px;
}
.side_sns:before {
  content: "";
  width: 102px;
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
}
.side_sns ul {
  list-style: none;
  padding: 20px 0;
  margin: 0 -15px;
  display: flex;
  justify-content: center;
}
.side_sns ul > li {
  padding: 0 15px;
}
.side_sns ul > li > a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.side_sns ul > li > a:hover {
  opacity: 0.65;
}

.banner-link {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.banner-link:hover {
  opacity: 0.65;
}

.side_address {
  margin-top: 30px;
}
.side_address p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  transform: rotateZ(0.03deg);
}
.side_address .copyright {
  font-size: 10px;
  opacity: 0.5;
}

/* -------------------------------
	半透明
-------------------------------- */
.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: 3;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: min(calc(10px + 10 * (100vw - 320px) / 448), 20px);
  top: 13px;
  width: 55px;
  height: 55px;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
@media print, screen and (min-width: 768px) {
  .menuWrapper {
    display: none;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  background-color: #21a5dd;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -9px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 9px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

/* アニメーション */
#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
-------------------------------- */
#footer {
  margin-top: auto;
  padding: 40px 0 60px;
  background-color: #d6f3fd;
  page-break-inside: avoid;
  position: relative;
  z-index: 10;
}
#footer:before, #footer:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  mask-repeat: no-repeat, no-repeat;
  mask-image: url("../images/common/bg_top_nami.svg"), url("../images/common/bg_body.svg");
  mask-position: left top, left 80px;
  mask-size: auto auto, 100% calc(100% - 80px);
}
#footer:before {
  background-color: #fff000;
}
#footer:after {
  top: -12px;
  background-color: #d6f3fd;
}
#footer .hr {
  margin: 0 auto 40px;
  border-top: solid 2px #c5e5f3;
  width: 88.846%;
  display: none;
}
#footer p {
  text-align: center;
  transform: rotateZ(0.03deg);
  margin-bottom: 30px;
}
#footer .copyright {
  font-size: 10px;
  opacity: 0.5;
  margin-bottom: 0;
}

/* -------------------------------
	table
-------------------------------- */
table {
  line-height: 1.5;
}

.table-design-1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid rgba(18, 84, 136, 0.5);
}
.table-design-1 > tbody > tr {
  padding: 10px 5px;
  display: block;
  border-bottom: 1px solid rgba(18, 84, 136, 0.5);
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  text-align: left;
  display: block;
  transform: rotateZ(0.03deg);
}
.table-design-1 > tbody > tr > th *, .table-design-1 > tbody > tr > td * {
  transform: rotateZ(0deg);
}
.table-design-1 > tbody > tr > th {
  font-weight: 900;
  font-size: 1.28572rem;
  padding-left: 1.2em;
  margin-bottom: 6px;
  position: relative;
}
.table-design-1 > tbody > tr > th:before {
  content: "■";
  position: absolute;
  left: 0;
}
.table-design-1 > tbody > tr > td {
  font-weight: 500;
}

.table-design-2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid rgba(18, 84, 136, 0.5);
}
.table-design-2 > tbody > tr {
  padding: 10px 5px;
  border-bottom: 1px solid rgba(18, 84, 136, 0.5);
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  text-align: left;
  padding: 10px;
  transform: rotateZ(0.03deg);
}
.table-design-2 > tbody > tr > th *, .table-design-2 > tbody > tr > td * {
  transform: rotateZ(0deg);
}
.table-design-2 > tbody > tr > th {
  font-weight: 900;
  padding-left: 1.2em;
  margin-bottom: 6px;
  position: relative;
}
.table-design-2 > tbody > tr > th:before {
  content: "■";
  position: absolute;
  left: 0;
}
.table-design-2 > tbody > tr > td {
  font-weight: 500;
}

.table-design-3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid rgba(18, 84, 136, 0.5);
  border-left: 1px solid rgba(18, 84, 136, 0.5);
}
.table-design-3 > tbody > tr > th, .table-design-3 > tbody > tr > td {
  text-align: left;
  padding: 10px 15px;
  transform: rotateZ(0.03deg);
  border-right: 1px solid rgba(18, 84, 136, 0.5);
  border-bottom: 1px solid rgba(18, 84, 136, 0.5);
}
.table-design-3 > tbody > tr > th *, .table-design-3 > tbody > tr > td * {
  transform: rotateZ(0deg);
}
.table-design-3 > tbody > tr > th {
  font-weight: 700;
  white-space: nowrap;
  background-color: rgba(18, 84, 136, 0.1);
}
.table-design-3 > tbody > tr > td {
  font-weight: 500;
}

.table-design-4 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid rgba(18, 84, 136, 0.5);
  border-left: 1px solid rgba(18, 84, 136, 0.5);
}
.table-design-4 > tbody > tr {
  display: block;
}
.table-design-4 > tbody > tr > th, .table-design-4 > tbody > tr > td {
  text-align: left;
  display: block;
  padding: 10px 15px;
  transform: rotateZ(0.03deg);
  border-right: 1px solid rgba(18, 84, 136, 0.5);
  border-bottom: 1px solid rgba(18, 84, 136, 0.5);
}
.table-design-4 > tbody > tr > th *, .table-design-4 > tbody > tr > td * {
  transform: rotateZ(0deg);
}
.table-design-4 > tbody > tr > th {
  font-weight: 900;
  white-space: nowrap;
  background-color: rgba(18, 84, 136, 0.1);
}
.table-design-4 > tbody > tr > td {
  font-weight: 500;
}

.table_calendar {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 448), 16px);
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px;
}
@media print, screen and (min-width: 768px) {
  .table_calendar {
    font-size: 1.14285rem;
  }
}
.table_calendar > thead > tr > th {
  transform: rotateZ(0.03deg);
}
.table_calendar > tbody > tr > td {
  font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-align: center;
  width: 1.875em;
  height: 1.875em;
  padding-top: 0.25em;
  border-radius: 50%;
}
.table_calendar > tbody > tr > td.other-month {
  opacity: 0.5;
}
.table_calendar > tbody > tr > td.has-post {
  cursor: pointer;
  background-color: #8ce2ff;
}

/* -------------------------------
	list
-------------------------------- */
.list-square-1 {
  list-style: none;
  padding-left: 0;
}
.list-square-1 > li {
  padding-left: 1em;
  position: relative;
}
.list-square-1 > li:before {
  content: "■";
  position: absolute;
  left: 0;
}

.list-dot-1 {
  line-height: 1.5;
  list-style: none;
  padding-left: 0;
}
.list-dot-1 > li {
  padding-left: 1.1em;
  margin-bottom: 0.25em;
  position: relative;
}
.list-dot-1 > li:before {
  content: "●";
  position: absolute;
  left: 0;
  transform: scale(0.5);
}
.list-dot-1 > li:last-child {
  margin-bottom: 0;
}

.list-kome {
  font-weight: 500;
  list-style: none;
  padding-left: 0;
}
.list-kome > li {
  padding-left: 1.2em;
  position: relative;
}
.list-kome > li:before {
  content: "※";
  position: absolute;
  left: 0;
}

/* -------------------------------
	dl
-------------------------------- */
.dl_grid_1 > dt {
  font-weight: 800;
  padding-right: 1em;
  margin: 0 0 0.25em;
  white-space: nowrap;
}
.dl_grid_1 > dd {
  font-weight: 500;
  margin: 0 0 1em;
}
.dl_grid_1 > dd:last-of-type {
  margin-bottom: 0;
}

.dl_postage {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
}
.dl_postage dt, .dl_postage dd {
  margin: 0;
}
.dl_postage dt {
  padding-right: 1em;
}
.dl_postage dd {
  text-align: right;
  margin-bottom: 0.5em;
}
.dl_postage dd:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------
	hr
-------------------------------- */
.hr-1 {
  width: 100%;
  max-width: 458px;
  aspect-ratio: 229 / 19;
  margin: 35px auto;
  background: url("../images/common/hr-1.png") no-repeat center center/contain;
}

/* -------------------------------
	figure
-------------------------------- */
.link_figure, a:has(figure) {
  color: inherit;
  text-decoration: none;
}
.link_figure:hover, a:has(figure):hover {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
  z-index: 0;
}

/* -------------------------------
	画像関連
-------------------------------- */
/* フォントの縦幅に合わせる(svg) */
.img-font {
  width: auto;
  height: 1em;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* 画像を枠に収める */
.photo-ofi {
  height: 0;
  display: block;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  top: 0;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo-ofi.cover img {
  object-fit: cover;
}

/* objectの位置 */
.object-lt {
  object-position: left top;
}

.object-lb {
  object-position: left bottom;
}

.object-rt {
  object-position: right top;
}

.object-rb {
  object-position: right bottom;
}

.object-cc {
  object-position: center center;
}

@media print, screen and (min-width: 576px) {
  .object-sm-lt {
    object-position: left top;
  }

  .object-sm-lb {
    object-position: left bottom;
  }

  .object-sm-rt {
    object-position: right top;
  }

  .object-sm-rb {
    object-position: right bottom;
  }

  .object-sm-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 768px) {
  .object-md-lt {
    object-position: left top;
  }

  .object-md-lb {
    object-position: left bottom;
  }

  .object-md-rt {
    object-position: right top;
  }

  .object-md-rb {
    object-position: right bottom;
  }

  .object-md-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 992px) {
  .object-lg-lt {
    object-position: left top;
  }

  .object-lg-lb {
    object-position: left bottom;
  }

  .object-lg-rt {
    object-position: right top;
  }

  .object-lg-rb {
    object-position: right bottom;
  }

  .object-lg-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1200px) {
  .object-xl-lt {
    object-position: left top;
  }

  .object-xl-lb {
    object-position: left bottom;
  }

  .object-xl-rt {
    object-position: right top;
  }

  .object-xl-rb {
    object-position: right bottom;
  }

  .object-xl-cc {
    object-position: center center;
  }
}
/**/
.photo img, .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-rel]:after {
  content: "\f00e";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  margin-top: -1em;
  margin-left: -1em;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity .3s ease;
}
a[data-rel]:hover:after {
  opacity: 1;
}

/* -------------------------------
	btn
-------------------------------- */
.btn {
  color: #125488;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  user-select: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-1 {
  color: #fff;
  font-size: 1.42857em;
  line-height: 1.45em;
  padding-left: 0.5em;
  padding-right: 1em;
  background-color: #1c8fd0;
  position: relative;
  z-index: 0;
}
.btn-1, .btn-1:before {
  mask-image: url("../images/common/button02.svg");
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100% 100%;
  -webkit-mask-mask-image: url("../images/common/button02.svg");
  -webkit-mask-mask-repeat: no-repeat;
  -webkit-mask-mask-position: 50% 50%;
  -webkit-mask-mask-size: 100% 100%;
}
.btn-1:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-1:hover {
  color: #1c8fd0;
}
.btn-1:hover:before {
  opacity: 1;
}
.btn-1.yellow {
  color: var(--text-blue);
  background-color: var(--text-yellow);
}
.btn-1.yellow:hover {
  color: var(--text-yellow);
}
.btn-1.yellow:hover:before {
  background-color: var(--text-blue);
  opacity: 1;
}
.btn-1.historyback, .btn-1.map {
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5em 1.5em 0.5em 1em;
}

.btn-primary {
  color: #fff;
  padding: 1em 2em;
  border: solid 1px var(--text-blue);
  border-radius: 10em;
  background-color: var(--text-blue);
}
.btn-primary:hover {
  color: var(--text-blue);
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  padding: 1em 2em;
  border: solid 1px #5A7A93;
  border-radius: 10em;
  background-color: #5A7A93;
}
.btn-warning:hover {
  color: #125488;
  background-color: #fff;
}

.btn-red {
  color: #fff;
  padding: 1em 2em;
  border: solid 1px #DB3636;
  border-radius: 10em;
  background-color: #DB3636;
}
.btn-red:hover {
  color: #DB3636;
  background-color: #fff;
}

.btn-w250 {
  width: 250px;
}

.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1.2em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1.2em;
}

/* file icon */
.link-icon:before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.link-icon[href$=".pdf"]:before {
  content: "\f1c1";
}
.link-icon[href$=".xls"]:before, .link-icon[href$=".xlsx"]:before {
  content: "\f1c3";
}
.link-icon[href$=".doc"]:before, .link-icon[href$=".docx"]:before {
  content: "\f1c2";
}
.link-icon [target="_blank"]:before {
  content: "\f35d";
  font-size: 0.875em;
}

/* -------------------------------
	box
-------------------------------- */
.box-flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box-flex-column__inner {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.box-design-1 {
  padding: 80px 0;
  position: relative;
  z-index: 0;
}
.box-design-1:before, .box-design-1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  mask-repeat: no-repeat, no-repeat;
  mask-image: url("../images/common/bg_top_nami.svg"), url("../images/common/bg_body.svg");
  mask-position: left top, left 80px;
  mask-size: auto auto, 100% calc(100% - 80px);
}
.box-design-1:before {
  background-color: #425ea9;
}
.box-design-1:after {
  top: 8px;
  background-color: #4397d3;
}
.box-design-1.type2:before {
  background-color: #fff000;
}
.box-design-1.type2:after {
  top: 8px;
  background: url("../images/common/bg001.png");
}
.box-design-1.type3:before {
  background-color: #1c8fd0;
}
.box-design-1.type3:after {
  top: 8px;
  background-color: #E5F3FB;
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 20px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -------------------------------
	video
-------------------------------- */
.video {
  position: relative;
  padding-bottom: 56.3%;
  background-color: #f5f5f5;
  overflow: hidden;
}
.video iframe, .video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone {
  line-height: 1.2;
}
.telphone small {
  font-size: 0.8333em;
}
.telphone i {
  font-size: 0.8333em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

a.tel_link {
  color: inherit;
}

/* -------------------------------
	上部　カテゴリー
-------------------------------- */
.cat_navi {
  background-color: #fff;
}
.cat_navi .catbtn {
  color: #fff;
  font-size: 1.42857rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5em 1em 0.25em;
  border-radius: 10em;
  background-color: var(--text-base);
  position: relative;
  cursor: pointer;
}
.cat_navi .catbtn:after {
  content: "\f0c9";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
  transition: transform .3s ease;
}
.cat_navi .catbtn.on:after {
  content: "\f00d";
  transform: rotate(180deg);
}

/* カテゴリー　一覧デザイン SP */
.cat_navi_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* -------------------------------
	ページング
-------------------------------- */
.paging {
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px -5px 0;
}
.paging span {
  display: block;
  flex: 0 0 2.6em;
  height: 2.6em;
  margin: 2px 3px;
  overflow: hidden;
}
.paging span.paging-text {
  cursor: pointer;
}
.paging span.current {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25em 0 0;
  border: solid 1px #125488;
  background-color: #125488;
  cursor: auto;
}
.paging span.paging-text a {
  color: #999;
  text-decoration: none;
  border: solid 1px #999;
  width: 100%;
  height: 100%;
  padding: 0.25em 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
}
.paging span.paging-text a:hover {
  color: #fff;
  border-color: #1c8fd0;
  background-color: #1c8fd0;
}

/* -------------------------------
	検索
-------------------------------- */
form.search {
  position: relative;
}
form.search .input-group {
  border: solid 1px #ccc;
  border-radius: 10em;
  overflow: hidden;
}
form.search .input-group input[type="text"] {
  font-size: 1rem;
  line-height: 1.6;
  width: 100%;
  height: calc(1.6em + 0.93334em + 2px);
  display: block;
  border: none;
  padding: 0.46667em 2.6em 0.46667em 1em;
  border-radius: 10em 0 0 10em;
  background-color: #f3f3f3;
  outline: none;
}
form.search .input-group input[type="text"]:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
  outline: none;
}
form.search .input-group input[type="text"]:not(:placeholder-shown) {
  border-color: #f7f7f7;
  background-color: #fff;
  box-shadow: none;
}
form.search .input-group input[type="text"]:-moz-placeholder {
  color: #777;
  font-size: 0.875em;
}
form.search .input-group input[type="text"]::-webkit-input-placeholder {
  color: #777;
  font-size: 0.875em;
}
form.search .input-group input[type="text"]:-ms-input-placeholder {
  color: #777;
  font-size: 0.875em;
}
form.search .input-group .input-group-btn {
  position: absolute;
  top: 0;
  right: 0.5em;
  width: 2em;
  height: 100%;
  z-index: 10;
}
form.search .input-group .input-group-btn button {
  color: #777;
  font-size: 1.5em;
  border-radius: 0 10em 10em 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

/* -------------------------------
	common
-------------------------------- */
/* --▼color-- */
.text-white {
  color: #ffffff;
}

.text-yellow {
  color: var(--text-yellow) !important;
}

.text-blue {
  color: var(--text-blue) !important;
}

.text-red {
  color: var(--text-red) !important;
}

/* --▼text-- */
.text-left {
  text-align: left;
}

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

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

.text-naname {
  display: inline-block;
  transform: rotateZ(0.03deg);
}

/* --▼font -- */
.fs1rem {
  font-size: 1rem !important;
}

.fs-xxs {
  font-size: 0.75em !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.142857em !important;
}

.fs-lg {
  font-size: 1.28572em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

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

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

.fwn {
  font-weight: 800 !important;
}

.fwb {
  font-weight: 900 !important;
}

/* --▼margin-- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-grid {
    display: grid;
  }

  .d-sm-table {
    display: table;
  }

  .d-sm-table-row {
    display: table-row;
  }

  .d-sm-table-cell {
    display: table-cell;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-block {
    display: block;
  }

  .d-md-grid {
    display: grid;
  }

  .d-md-table {
    display: table;
  }

  .d-md-table-row {
    display: table-row;
  }

  .d-md-table-cell {
    display: table-cell;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline-flex {
    display: inline-flex;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

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

.ml-1 {
  margin-left: 0.5rem !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

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

.mt-3 {
  margin-top: 1.5rem !important;
}

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

.ml-3 {
  margin-left: 1.5rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.ml-5 {
  margin-left: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.m-sm-0 {
  margin: 0 !important;
}

.mt-sm-0 {
  margin-top: 0 !important;
}

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

.ml-sm-0 {
  margin-left: 0 !important;
}

.mr-sm-0 {
  margin-right: 0 !important;
}

.p-sm-0 {
  padding: 0 !important;
}

.pt-sm-0 {
  padding-top: 0 !important;
}

.pb-sm-0 {
  padding-bottom: 0 !important;
}

.pl-sm-0 {
  padding-left: 0 !important;
}

.pr-sm-0 {
  padding-right: 0 !important;
}

.m-sm-1 {
  margin: 0.5rem !important;
}

.mt-sm-1 {
  margin-top: 0.5rem !important;
}

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

.ml-sm-1 {
  margin-left: 0.5rem !important;
}

.mr-sm-1 {
  margin-right: 0.5rem !important;
}

.p-sm-1 {
  padding: 0.5rem !important;
}

.pt-sm-1 {
  padding-top: 0.5rem !important;
}

.pb-sm-1 {
  padding-bottom: 0.5rem !important;
}

.pl-sm-1 {
  padding-left: 0.5rem !important;
}

.pr-sm-1 {
  padding-right: 0.5rem !important;
}

.m-sm-2 {
  margin: 1rem !important;
}

.mt-sm-2 {
  margin-top: 1rem !important;
}

.mb-sm-2 {
  margin-bottom: 1rem !important;
}

.ml-sm-2 {
  margin-left: 1rem !important;
}

.mr-sm-2 {
  margin-right: 1rem !important;
}

.p-sm-2 {
  padding: 1rem !important;
}

.pt-sm-2 {
  padding-top: 1rem !important;
}

.pb-sm-2 {
  padding-bottom: 1rem !important;
}

.pl-sm-2 {
  padding-left: 1rem !important;
}

.pr-sm-2 {
  padding-right: 1rem !important;
}

.m-sm-3 {
  margin: 1.5rem !important;
}

.mt-sm-3 {
  margin-top: 1.5rem !important;
}

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

.ml-sm-3 {
  margin-left: 1.5rem !important;
}

.mr-sm-3 {
  margin-right: 1.5rem !important;
}

.p-sm-3 {
  padding: 1.5rem !important;
}

.pt-sm-3 {
  padding-top: 1.5rem !important;
}

.pb-sm-3 {
  padding-bottom: 1.5rem !important;
}

.pl-sm-3 {
  padding-left: 1.5rem !important;
}

.pr-sm-3 {
  padding-right: 1.5rem !important;
}

.m-sm-4 {
  margin: 2rem !important;
}

.mt-sm-4 {
  margin-top: 2rem !important;
}

.mb-sm-4 {
  margin-bottom: 2rem !important;
}

.ml-sm-4 {
  margin-left: 2rem !important;
}

.mr-sm-4 {
  margin-right: 2rem !important;
}

.p-sm-4 {
  padding: 2rem !important;
}

.pt-sm-4 {
  padding-top: 2rem !important;
}

.pb-sm-4 {
  padding-bottom: 2rem !important;
}

.pl-sm-4 {
  padding-left: 2rem !important;
}

.pr-sm-4 {
  padding-right: 2rem !important;
}

.m-sm-5 {
  margin: 3rem !important;
}

.mt-sm-5 {
  margin-top: 3rem !important;
}

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

.ml-sm-5 {
  margin-left: 3rem !important;
}

.mr-sm-5 {
  margin-right: 3rem !important;
}

.p-sm-5 {
  padding: 3rem !important;
}

.pt-sm-5 {
  padding-top: 3rem !important;
}

.pb-sm-5 {
  padding-bottom: 3rem !important;
}

.pl-sm-5 {
  padding-left: 3rem !important;
}

.pr-sm-5 {
  padding-right: 3rem !important;
}

.m-md-0 {
  margin: 0 !important;
}

.mt-md-0 {
  margin-top: 0 !important;
}

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

.ml-md-0 {
  margin-left: 0 !important;
}

.mr-md-0 {
  margin-right: 0 !important;
}

.p-md-0 {
  padding: 0 !important;
}

.pt-md-0 {
  padding-top: 0 !important;
}

.pb-md-0 {
  padding-bottom: 0 !important;
}

.pl-md-0 {
  padding-left: 0 !important;
}

.pr-md-0 {
  padding-right: 0 !important;
}

.m-md-1 {
  margin: 0.5rem !important;
}

.mt-md-1 {
  margin-top: 0.5rem !important;
}

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

.ml-md-1 {
  margin-left: 0.5rem !important;
}

.mr-md-1 {
  margin-right: 0.5rem !important;
}

.p-md-1 {
  padding: 0.5rem !important;
}

.pt-md-1 {
  padding-top: 0.5rem !important;
}

.pb-md-1 {
  padding-bottom: 0.5rem !important;
}

.pl-md-1 {
  padding-left: 0.5rem !important;
}

.pr-md-1 {
  padding-right: 0.5rem !important;
}

.m-md-2 {
  margin: 1rem !important;
}

.mt-md-2 {
  margin-top: 1rem !important;
}

.mb-md-2 {
  margin-bottom: 1rem !important;
}

.ml-md-2 {
  margin-left: 1rem !important;
}

.mr-md-2 {
  margin-right: 1rem !important;
}

.p-md-2 {
  padding: 1rem !important;
}

.pt-md-2 {
  padding-top: 1rem !important;
}

.pb-md-2 {
  padding-bottom: 1rem !important;
}

.pl-md-2 {
  padding-left: 1rem !important;
}

.pr-md-2 {
  padding-right: 1rem !important;
}

.m-md-3 {
  margin: 1.5rem !important;
}

.mt-md-3 {
  margin-top: 1.5rem !important;
}

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

.ml-md-3 {
  margin-left: 1.5rem !important;
}

.mr-md-3 {
  margin-right: 1.5rem !important;
}

.p-md-3 {
  padding: 1.5rem !important;
}

.pt-md-3 {
  padding-top: 1.5rem !important;
}

.pb-md-3 {
  padding-bottom: 1.5rem !important;
}

.pl-md-3 {
  padding-left: 1.5rem !important;
}

.pr-md-3 {
  padding-right: 1.5rem !important;
}

.m-md-4 {
  margin: 2rem !important;
}

.mt-md-4 {
  margin-top: 2rem !important;
}

.mb-md-4 {
  margin-bottom: 2rem !important;
}

.ml-md-4 {
  margin-left: 2rem !important;
}

.mr-md-4 {
  margin-right: 2rem !important;
}

.p-md-4 {
  padding: 2rem !important;
}

.pt-md-4 {
  padding-top: 2rem !important;
}

.pb-md-4 {
  padding-bottom: 2rem !important;
}

.pl-md-4 {
  padding-left: 2rem !important;
}

.pr-md-4 {
  padding-right: 2rem !important;
}

.m-md-5 {
  margin: 3rem !important;
}

.mt-md-5 {
  margin-top: 3rem !important;
}

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

.ml-md-5 {
  margin-left: 3rem !important;
}

.mr-md-5 {
  margin-right: 3rem !important;
}

.p-md-5 {
  padding: 3rem !important;
}

.pt-md-5 {
  padding-top: 3rem !important;
}

.pb-md-5 {
  padding-bottom: 3rem !important;
}

.pl-md-5 {
  padding-left: 3rem !important;
}

.pr-md-5 {
  padding-right: 3rem !important;
}

/* -------------------------------
	icon
-------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?zb5ob4") format("truetype"), url("../fonts/icomoon.woff?zb5ob4") format("woff"), url("../fonts/icomoon.svg?zb5ob4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e903";
}

.icon-youtube-brands:before {
  content: "\e900";
}

.icon-instagram-brands:before {
  content: "\e901";
}

.icon-x-twitter-brands:before {
  content: "\e902";
}

/* -------------------------------
	ローディング
-------------------------------- */
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 9999;
}
#loading.complete {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
#loading.load_already {
  opacity: 0;
  visibility: hidden;
  transition: all .1s ease;
}
#loading video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  #loading video {
    object-fit: cover;
  }
}

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

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

  #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 */
