@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #B3242D;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 12px;
  }
}

@media screen and (min-width: 993px) {
  a:hover {
    opacity: 0.8;
  }
}

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

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

.u-over {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u-over:hover {
    opacity: 0.7;
  }
}

.u-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fade.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.u-fadeNext {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fadeNext.is-fadeNext {
  opacity: 1;
  transform: translateY(0);
}

.u-imgCover {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 250px;
  padding-right: 250px;
}
@media screen and (max-width: 992px) {
  .l-container {
    max-width: 520px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-container.-md {
  padding-left: 210px;
  padding-right: 210px;
}
@media screen and (max-width: 992px) {
  .l-container.-md {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #B3242D;
}
.header-cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}
@media screen and (max-width: 992px) {
  .header-cols {
    padding: 10px;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-logo__yurakkusu {
  width: 133px;
}
@media screen and (max-width: 992px) {
  .header-logo__yurakkusu {
    width: 83.52px;
  }
}
.header-logo__space {
  width: 33px;
}
@media screen and (max-width: 992px) {
  .header-logo__space {
    width: 20.9px;
  }
}
.header-logo__syabondama {
  width: 120px;
}
@media screen and (max-width: 992px) {
  .header-logo__syabondama {
    width: 75px;
  }
}
@media screen and (max-width: 992px) {
  .header-nav {
    position: fixed;
    top: 50px;
    right: 0;
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
    z-index: 998;
  }
  .header-nav.active {
    transform: translateX(0);
    right: 0;
  }
}
.header-nav__items {
  display: flex;
}
@media screen and (max-width: 992px) {
  .header-nav__items {
    flex-direction: column;
  }
}
.header-nav__items li {
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 992px) {
  .header-nav__items li {
    padding: 0;
  }
  .header-nav__items li a {
    display: block;
    padding: 0.5em 0 0.5em 1em;
    width: 165px;
    background-color: #F7E9EA;
    color: #B3242D;
    border: 1px solid #000;
    margin-bottom: -1px;
  }
}
.header-nav__items li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .header-nav__items li::before {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 7.5px;
    height: 16.25px;
    background-image: url(../img/home/nav-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: initial;
  }
}
@media screen and (min-width: 993px) {
  .header-nav__items li:last-of-type::before {
    content: none;
  }
}

.footer {
  text-align: center;
}
.footer-inner {
  padding: 45px 0 20px;
}
.footer-deco {
  margin-bottom: 50px;
}
.footer-deco img {
  width: 108px;
}
@media screen and (max-width: 992px) {
  .footer-deco img {
    width: 91.8px;
  }
}
.footer-txt {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 35px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer-txt {
    font-size: 18px;
  }
}
.footer-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 20px;
  background-image: url(../img/home/foot-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-logo {
  margin-bottom: 100px;
}
.footer-logo__yurakkusu {
  margin-bottom: 43px;
}
.footer-logo__yurakkusu a {
  display: block;
  width: 158px;
  margin: 0 auto;
}
.footer-logo__syabondama a {
  display: block;
  width: 197.5px;
  margin: 0 auto;
}

.hamburger-area {
  width: 34px;
  height: 100%;
  z-index: 999;
}
.hamburger-area .hamburger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
}
.hamburger-area .hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.hamburger-area .hamburger span:first-of-type {
  top: calc(50% + 8px);
}
.hamburger-area .hamburger span:nth-of-type(3) {
  top: calc(50% - 8px);
}
.hamburger-area .hamburger.active span:first-of-type {
  transform: rotate(45deg);
  top: 50%;
  left: calc(50% - 6px);
}
.hamburger-area .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger-area .hamburger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 50%;
  left: calc(50% - 6px);
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 40px 20px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  overflow: visible;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before,
.remodal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.remodal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.remodal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "＜";
}
[dir=rtl] .slick-prev:before {
  content: "＞";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "＞";
}
[dir=rtl] .slick-next:before {
  content: "＜";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-kv__inner {
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .home-kv__inner {
    padding-top: 100px;
  }
}
.home-kv__ttl {
  text-align: center;
}
.home-kv__ttl img {
  width: 73.333%;
  max-width: 1200px;
}
@media screen and (max-width: 992px) {
  .home-kv__ttl img {
    width: 100%;
  }
}

.home-read__inner {
  padding-top: 85px;
}
@media screen and (max-width: 992px) {
  .home-read__inner {
    padding-top: 50px;
  }
}
.home-read__ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .home-read__ttl {
    margin-bottom: 30px;
  }
}
.home-read__ttl img {
  width: 89.28%;
}
@media screen and (max-width: 992px) {
  .home-read__ttl img {
    width: 100%;
  }
}
.home-read__txt {
  text-align: center;
  line-height: 2;
  font-size: 21px;
}
@media screen and (max-width: 992px) {
  .home-read__txt {
    font-size: 16px;
  }
}

.home-about {
  position: relative;
}
.home-about__inner {
  padding: 100px 0 200px;
}
@media screen and (max-width: 992px) {
  .home-about__inner {
    padding: 100px 0;
  }
}
.home-about__bg {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 693px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .home-about__bg {
    width: 589.05px;
  }
}
.home-about__deco {
  position: absolute;
  top: 12%;
  right: 22%;
  width: 18.333%;
}
@media screen and (max-width: 992px) {
  .home-about__deco {
    right: 5%;
    width: 27.45%;
  }
}
.home-about__ttl {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 992px) {
  .home-about__ttl {
    margin-bottom: 30px;
  }
}
.home-about__ttl img {
  width: 170px;
}
@media screen and (max-width: 992px) {
  .home-about__ttl img {
    width: 28.9%;
  }
}
.home-about__list {
  font-size: 18px;
  padding: 0 70px;
  margin-bottom: 20px;
  color: #B3242D;
  font-feature-settings: "palt";
}
@media screen and (max-width: 992px) {
  .home-about__list {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .home-about__list {
    padding: 0;
  }
}
.home-about__list dl {
  display: flex;
  padding: 12px 0;
  position: relative;
}
@media screen and (max-width: 576px) {
  .home-about__list dl {
    flex-direction: column;
  }
}
.home-about__list dl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #A3A3A3;
}
.home-about__list dt {
  font-weight: 500;
  width: 6em;
}
.home-about__list dd.-indent {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.home-about__list dd span {
  font-size: 13.5px;
}
.home-about__note {
  padding-left: 70px;
  font-size: 14px;
  color: #B3242D;
}
@media screen and (max-width: 992px) {
  .home-about__note {
    font-size: 12px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home-about__note {
    padding-left: 0;
  }
}

.home-contents {
  position: relative;
}
.home-contents__inner {
  padding-top: 100px;
}
.home-contents__deco {
  position: absolute;
  top: 8%;
  right: 15%;
  width: 27.5%;
}
@media screen and (max-width: 992px) {
  .home-contents__deco {
    width: 33%;
    right: 2%;
  }
}
.home-contents__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.home-contents__ttl img {
  width: 226px;
}
@media screen and (max-width: 992px) {
  .home-contents__ttl img {
    width: 38.4%;
  }
}
.home-contents__area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -100px;
}
@media screen and (max-width: 992px) {
  .home-contents__area {
    flex-direction: column;
    margin-left: 0;
  }
}
.home-contents__area p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .home-contents__area p {
    font-size: 14px;
  }
}
.home-contents__image {
  width: 53.84%;
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .home-contents__image {
    width: 75%;
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .home-contents__txtImg {
    text-align: center;
  }
}
.home-contents__txtImg img {
  width: 85%;
}

.home-point__inner {
  padding-top: 140px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .home-point__inner {
    padding-top: 70px;
  }
}
.home-point__area {
  background-color: #fff;
  border-radius: 50px;
  padding: 30px 0 50px;
}
.home-point__col {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .home-point__col {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.home-point__col:last-of-type {
  margin-bottom: 0;
}
.home-point__image {
  width: 28.57%;
}
@media screen and (max-width: 992px) {
  .home-point__image {
    margin-bottom: 20px;
    align-self: center;
  }
}
.home-point__image p {
  text-align: center;
}
.home-point__image.-n1 img {
  width: 83px;
}
.home-point__image.-n2 img {
  width: 106.5px;
}
.home-point__image.-n3 img {
  width: 97px;
}
.home-point__ttl {
  font-size: 25px;
  color: #23A5DC;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .home-point__ttl {
    font-size: 18px;
  }
}
.home-point__txt {
  color: #000;
}

.home-item {
  position: relative;
}
.home-item__inner {
  padding-top: 100px 0;
}
.home-item__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-52%);
  width: 782px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .home-item__bg {
    width: 664.7px;
  }
}
.home-item__area {
  padding-top: 135px;
}
@media screen and (max-width: 992px) {
  .home-item__area {
    padding-top: 100px;
  }
}
.home-item__txt {
  font-size: 22px;
  text-align: center;
  color: #23A5DC;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .home-item__txt {
    font-size: 16px;
  }
}
.home-item__image {
  text-align: center;
}
.home-item__image img {
  width: 500px;
}
@media screen and (max-width: 992px) {
  .home-item__image img {
    width: 85%;
  }
}
.home-item__bottom {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .home-item__bottom {
    margin-top: 40px;
  }
}

.home-more__inner {
  padding-top: 100px;
}
.home-more__ttl {
  text-align: center;
  margin-bottom: 25px;
}
.home-more__ttl img {
  width: 162px;
}
@media screen and (max-width: 992px) {
  .home-more__ttl img {
    width: 27.54%;
  }
}
.home-more__area {
  background-color: #fff;
  border-radius: 50px;
  padding: 45px 0 65px;
}
.home-more__txt {
  color: #B3242D;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .home-more__txt {
    font-size: 18px;
  }
}
.home-more__items {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  padding: 0 15px 0 45px;
}
@media screen and (max-width: 992px) {
  .home-more__items {
    flex-direction: column;
    padding: 0 20px;
  }
}
.home-event__inner {
  padding-top: 75px;
}
.home-event__ttl {
  text-align: center;
  margin-bottom: 55px;
}
.home-event__ttl img {
  width: 258px;
}
@media screen and (max-width: 992px) {
  .home-event__ttl img {
    width: 43.86%;
  }
}
.home-event__cols {
  display: flex;
  gap: 15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .home-event__cols {
    flex-direction: column;
  }
}
.home-event__txtArea {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .home-event__txtArea {
    width: 100%;
  }
}
.home-event__txt {
  line-height: 1.75;
}
.home-event__txt span {
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .home-event__txt span {
    font-size: 10px;
  }
}
.home-event__btn {
  width: 223px;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .home-event__btn {
    margin: 10px auto;
  }
}
.home-event__btn a {
  display: block;
  font-size: 18px;
  width: 100%;
  padding: 0.3em 0;
  color: #B3242D;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
.home-event__btn i {
  display: inline-block;
  width: 11.38px;
  height: 18.03px;
  background-image: url(../img/home/event-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(10%);
  margin-left: 10px;
}
.home-event__name {
  font-size: 25px;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .home-event__name {
    font-size: 18px;
  }
}
.home-event__image {
  width: 40%;
}
@media screen and (max-width: 992px) {
  .home-event__image {
    width: 100%;
  }
}
.home-event__image img {
  width: 100%;
}
.home-event__benefits {
  position: relative;
  margin: 10px 0;
  line-height: 1.75;
}
.home-event__benefitsTtl {
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 0.3em 0 0.3em 0.8em;
  width: 80%;
}
.home-event__benefitsTxt {
  padding-left: 0.8em;
}
.home-event__benefits img {
  position: absolute;
  width: 56.25%;
  top: -80%;
  right: -15%;
}
@media screen and (max-width: 992px) {
  .home-event__benefits img {
    right: -20px;
    width: 50%;
  }
}

.home-bg {
  position: relative;
  overflow: hidden;
}
.home-bg__awa {
  position: absolute;
  top: 380px;
  right: -30px;
  width: 1021px;
}
.home-bg__logo {
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: -1;
}
.home-bg__logo.-n1, .home-bg__logo.-n3 {
  width: 663px;
  left: -130px;
}
@media screen and (max-width: 992px) {
  .home-bg__logo.-n1, .home-bg__logo.-n3 {
    width: 397.8px;
    left: -50px;
  }
}
.home-bg__logo.-n2, .home-bg__logo.-n4 {
  width: 432px;
  right: -70px;
}
@media screen and (max-width: 992px) {
  .home-bg__logo.-n2, .home-bg__logo.-n4 {
    width: 260px;
    right: -30px;
  }
}
.home-bg__logo.-n1 {
  top: 1100px;
}
.home-bg__logo.-n2 {
  top: 2700px;
}
.home-bg__logo.-n3 {
  bottom: 1580px;
}
.home-bg__logo.-n4 {
  bottom: 450px;
}

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