@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;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #352018;
  font-feature-settings: "palt";
}

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

.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;
}

/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
ol {
  counter-reset: revert;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

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

#foot {
  border-top: 5px solid #931d39;
}

.foot01_ {
  overflow: hidden;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.foot01_2 {
  float: left;
  width: 584px;
  background-image: url(../img/common/common32_2022.jpg);
  background-repeat: no-repeat;
  background-position: right 24px;
}

.foot01 {
  padding: 36px 0px 20px 0px;
}

.foot02 {
  line-height: 160%;
  padding-bottom: 60px;
}

.foot03_ {
  float: right;
  width: 480px;
}

.foot03 {
  overflow: hidden;
  padding: 44px 0px 12px 0px;
}

.foot03 li {
  float: left;
  padding: 0px 24px 0px 12px;
  background-image: url(../img/common/common_bk02.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 220%;
}

.foot03 li a {
  text-decoration: none;
  color: #333;
}

.foot03 li a:hover {
  color: #c42649;
}

.foot04 {
  float: left;
  padding-bottom: 24px;
}

.foot05 {
  float: right;
}

.foot05 li {
  float: left;
  padding-left: 6px;
}

.fcopy {
  border-top: 2px solid #931d39;
  text-align: center;
  line-height: 32px;
}

.fcopy small {
  text-decoration: none;
  color: #931d39;
}

@media screen and (max-width: 992px) {
  .foot01 {
    padding: 4px 8px 2px 8px;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
  }
  .foot02 {
    padding-bottom: 8px;
  }
  .foot02 dt {
    padding-bottom: 6px;
    text-align: center;
  }
  .foot02 dd {
    text-align: center;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .fnav03 {
    list-style-type: none;
    margin-bottom: 16px;
    padding: 0px 8px;
  }
  .fnav03 li {
    margin-bottom: 8px;
  }
  .fnav03 li:nth-of-type(3n-2) {
    width: 32%;
    float: left;
  }
  .fnav03 li:nth-of-type(3n-1) {
    float: left;
    width: 34%;
    padding-left: 2%;
  }
  .fnav03 li:nth-of-type(3n) {
    width: 32%;
    float: right;
  }
  .fnav03 li a {
    display: block;
    padding: 12px 0px;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eee);
    background-image: linear-gradient(to bottom, #f9f9f9, #eee);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #333;
  }
  .fnav04 {
    padding: 0px 8px 16px 8px;
  }
  .fnav04 dt {
    padding: 4px 0;
    margin-bottom: 12px;
    background-color: #931c38;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
  }
  .fnav04 dd {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .fnav04 dd:nth-of-type(3n-2) {
    width: 32%;
    float: left;
  }
  .fnav04 dd:nth-of-type(3n-1) {
    float: left;
    width: 34%;
    padding-left: 2%;
  }
  .fnav04 dd:nth-of-type(3n) {
    width: 32%;
    float: right;
  }
  .fnav04 dd a {
    display: block;
    padding: 8px 0px;
    border: 1px solid #931c38;
    border-radius: 5px;
    background-color: #f3c5cf;
    background-image: -webkit-linear-gradient(top, #f9dfe4, #f3c5cf);
    background-image: linear-gradient(to bottom, #f9dfe4, #f3c5cf);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    color: #931c38;
  }
  .fnav05 {
    list-style-type: none;
    padding-bottom: 16px;
    border-bottom: 4px solid #931c38;
  }
  .fnav05 li {
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    border-right: 1px solid #666;
    line-height: 24px;
  }
  .fnav05 li:last-child {
    border-right: none;
  }
  .fnav05 li a {
    text-decoration: none;
    font-size: 12px;
    color: #333;
  }
  #fcopy {
    padding-top: 2px;
    padding-bottom: 20px;
    background-color: #931c38;
    text-align: center;
  }
  #fcopy small {
    padding: 2px 0;
  }
  #fcopy small img {
    width: 100%;
    height: auto;
  }
  /* sns_link */
  .sns_link {
    overflow: hidden;
    padding: 16px 8px 0px 8px;
    margin-bottom: 24px;
    background: #eee;
  }
  .sns_link dt {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 1px;
    color: #9e8652;
  }
  .sns_link dd {
    float: left;
    width: 16%;
    margin: 2%;
  }
  .sns_link dd img {
    width: 100%;
    height: auto;
  }
  .cf:before,
  .cf:after {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }
  /* For IE 6/7 (trigger hasLayout) */
  .cf {
    zoom: 1;
  }
}
/*
 *  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 {
  position: relative;
}
.home-kv__bg {
  width: 100%;
}
.home-kv__bg img {
  width: 100%;
}
.home-kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-kv__img img {
  width: 100%;
}
.home-kv__img.-n2 {
  opacity: 0;
  transition: all 0.6s 0.6s;
}
.home-kv.is-fade .home-kv__img.-n2 {
  opacity: 1;
}
.home-kv__img.-n3 {
  opacity: 0;
  transition: all 0.6s 0.8s;
}
.home-kv.is-fade .home-kv__img.-n3 {
  opacity: 1;
}
.home-kv__img.-n4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s 1.2s;
}
.home-kv.is-fade .home-kv__img.-n4 {
  opacity: 1;
  transform: translateY(0);
}
.home-kv__img.-n5 {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 1s 1.7s;
}
.home-kv.is-fade .home-kv__img.-n5 {
  opacity: 1;
  transform: translateX(0);
}
.home-kv__img.-n6 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s 1.2s;
}
.home-kv.is-fade .home-kv__img.-n6 {
  opacity: 1;
  transform: translateY(0);
}
.home-kv__txt {
  text-align: center;
  background: #E75297;
  background: linear-gradient(90deg, rgba(231, 82, 151, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 174, 235, 0.2) 100%);
  padding: 35px 0 25px;
}
@media screen and (max-width: 992px) {
  .home-kv__txt {
    padding: 15px 20px;
  }
}
.home-kv__txt img {
  width: 885.5px;
}
@media screen and (max-width: 992px) {
  .home-kv__txt img {
    width: 100%;
  }
}

.home-news {
  overflow: hidden;
}
.home-news__inner {
  padding: 60px 0 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-news__inner {
    padding: 25px 0 40px;
  }
}
@media screen and (min-width: 993px) {
  .home-news__btn {
    position: absolute;
    top: 25px;
    right: -250px;
    width: 224px;
  }
}
@media screen and (max-width: 992px) {
  .home-news__btn {
    margin-bottom: 30px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.home-news__ttl {
  margin-bottom: 25px;
}
.home-news__ttl img {
  width: 291.66px;
}
@media screen and (max-width: 992px) {
  .home-news__ttl img {
    width: 196.83px;
  }
}
.home-news__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .home-news__list {
    flex-direction: column;
  }
}
.home-news__list dt, .home-news__list dd {
  border-top: 1px solid #C9CACA;
  border-bottom: 1px solid #C9CACA;
  margin-top: -1px;
  padding: 0.5em 0;
}
@media screen and (max-width: 992px) {
  .home-news__list dt, .home-news__list dd {
    padding: 0;
  }
}
@media screen and (min-width: 993px) {
  .home-news__list dt {
    width: 8em;
  }
}
@media screen and (max-width: 992px) {
  .home-news__list dt {
    border-bottom: none;
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 993px) {
  .home-news__list dd {
    width: calc(100% - 8em);
  }
}
@media screen and (max-width: 992px) {
  .home-news__list dd {
    border-top: none;
    padding-bottom: 0.5em;
  }
}

.home-read {
  background-image: url(../img/home/read-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .home-read {
    background-image: url(../img/home/read-bg-sp.jpg);
    background-size: contain;
    background-position: top;
  }
}
.home-read::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E75297;
  background: linear-gradient(235deg, rgba(231, 82, 151, 0.3) 0%, rgba(250, 219, 232, 0.3) 48%, rgba(255, 255, 255, 0.3) 54%);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .home-read::before {
    background: #EFDE6C;
    background: linear-gradient(315deg, rgba(239, 222, 108, 0.3) 0%, rgba(250, 226, 189, 0.3) 48%, rgba(255, 255, 255, 0.3) 96%);
  }
}
.home-read__inner {
  padding: 74px 0 100px;
}
@media screen and (max-width: 992px) {
  .home-read__inner {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .home-read__ttl {
    margin-bottom: 122.67px;
    text-align: center;
  }
}
.home-read__ttl img {
  width: 556.76px;
}
@media screen and (max-width: 992px) {
  .home-read__ttl img {
    width: 83.78%;
  }
}
.home-read__area {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  padding: 50px;
  margin-top: -8px;
}
@media screen and (min-width: 993px) {
  .home-read__area {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .home-read__area {
    padding: 50px 25px 40px;
  }
}
.home-read__areaTtl {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .home-read__areaTtl {
    text-align: center;
  }
}
.home-read__areaTxt {
  letter-spacing: 0.06em;
}

.home-future {
  background-image: url(../img/home/future-bg.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .home-future {
    background-image: url(../img/home/future-bg-sp.png);
  }
}
.home-future::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E75297;
  background: linear-gradient(235deg, rgba(231, 82, 151, 0.3) 0%, rgba(250, 219, 232, 0.3) 48%, rgba(255, 255, 255, 0.3) 54%);
  z-index: -1;
}
.home-future__inner {
  padding: 60px 0 56.09px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-future__inner {
    padding: 37.54px 0 40px;
  }
}
.home-future__ttl {
  text-align: center;
}
@media screen and (min-width: 993px) {
  .home-future__ttl {
    margin-bottom: 40px;
  }
}
.home-future__ttl img {
  width: 665.88px;
}
@media screen and (max-width: 992px) {
  .home-future__ttl img {
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .home-future__map {
    position: absolute;
    top: 140px;
    right: -50px;
  }
  .home-future__map img {
    width: 550px;
  }
}
@media screen and (max-width: 992px) {
  .home-future__map {
    margin-top: -30px;
  }
}
.home-future__cols {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .home-future__cols {
    gap: 20px;
  }
}
.home-future__area {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 500px;
  padding: 50px;
}
@media screen and (max-width: 992px) {
  .home-future__area {
    padding: 50px 25px 40px;
  }
}
.home-future__areaTtl {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .home-future__areaTtl {
    text-align: center;
  }
}
.home-future__areaTxt {
  letter-spacing: 0.06em;
}

.home-btm__inner {
  padding: 75px 0 72px;
}
@media screen and (max-width: 992px) {
  .home-btm__inner {
    padding: 30px 0;
  }
}
.home-btm__bnrs {
  display: flex;
  gap: 45px 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .home-btm__bnrs {
    flex-direction: column;
    gap: 20px;
  }
}
.home-btm__bnrs li {
  width: calc(50% - 30px);
}
@media screen and (max-width: 992px) {
  .home-btm__bnrs li {
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .home-btm__bnrs li.-lg {
    width: 100%;
  }
}

.home-contact {
  position: relative;
}
.home-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #E75297;
  background: linear-gradient(90deg, rgb(231, 82, 151) 0%, rgb(250, 219, 232) 48%, rgb(217, 239, 251) 54%, rgb(0, 174, 235) 100%);
}
.home-contact__inner {
  padding: 82px 0 90px;
}
@media screen and (max-width: 992px) {
  .home-contact__inner {
    padding: 58.63px 0 43.265px;
  }
}
.home-contact__ttl {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .home-contact__ttl {
    margin-bottom: 20px;
  }
}
.home-contact__cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .home-contact__cols {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.home-contact__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-contact__btns {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .home-contact__btns {
    gap: 5px;
  }
}
.home-contact__btns li {
  width: 254.62px;
}
@media screen and (max-width: 992px) {
  .home-contact__btns li {
    width: calc(50% - 2.5px);
  }
}
.home-contact__gotop {
  position: absolute;
  bottom: 90px;
  right: 5%;
  width: 60px;
}
@media screen and (max-width: 1199px) {
  .home-contact__gotop {
    bottom: initial;
    top: 180px;
    right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .home-contact__gotop {
    width: 50px;
    right: 10px;
  }
}

.home-fixbnr {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  .home-fixbnr {
    bottom: 20px;
    left: 20px;
  }
}
.home-fixbnr.is-show {
  opacity: 1;
}
.home-fixbnr ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .home-fixbnr ul {
    gap: 15px;
  }
}
.home-fixbnr li {
  width: 150px;
}
@media screen and (max-width: 992px) {
  .home-fixbnr li {
    width: 100px;
  }
}

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