@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
html {
  font-size: 10px;
}
body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Kosugi Maru", sans-serif;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}
.u-spM {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-spM {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pcM {
    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-body {
  position: relative;
}
.l-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 53px;
  padding-right: 53px;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
 *  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-main {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.home-read {
  position: relative;
}
.home-read__inner {
  padding-top: 195.8px;
}
@media screen and (max-width: 767px) {
  .home-read__inner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .home-read__inner {
    padding-top: 40px;
  }
}
.home-read__ttl {
  font-size: 22.22px;
  text-align: center;
  color: #727171;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-read__ttl {
    font-size: 17.776px;
    margin-bottom: 20px;
  }
}
.home-read__txt {
  font-size: 15.8px;
  text-align: center;
  color: #727171;
  line-height: 2.25;
  position: relative;
  z-index: 1;
}
.home-read__deco {
  position: absolute;
  width: 98%;
  top: -8%;
}
@media screen and (max-width: 767px) {
  .home-read__deco {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .home-read__deco {
    width: 100%;
    left: 0;
    top: -18%;
  }
}
.home-gaiyo__inner {
  padding-top: 125px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-gaiyo__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .home-gaiyo__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.home-gaiyo__cols {
  display: flex;
  gap: 34px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .home-gaiyo__cols {
    justify-content: center;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .home-gaiyo__cols {
    flex-direction: column;
    gap: 0;
  }
}
.home-gaiyo__ttl {
  background-color: #EA6EA4;
  width: 247px;
  height: 247px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-gaiyo__ttl {
    width: 138.32px;
    height: 138.32px;
  }
}
.home-gaiyo__ttl h2 {
  font-size: 30.63px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-gaiyo__ttl h2 {
    font-size: 21.441px;
  }
}
@media screen and (min-width: 768px) {
  .home-gaiyo__col {
    display: flex;
    gap: 60px;
    margin-top: -35px;
  }
}
@media screen and (min-width: 768px) {
  .home-gaiyo__col dl {
    width: 50%;
  }
}
.home-gaiyo__col dt,
.home-gaiyo__col dd {
  font-size: 22.47px;
  color: #595757;
  font-weight: bold;
  padding: 0.2em 0;
}
@media screen and (max-width: 767px) {
  .home-gaiyo__col dt,
  .home-gaiyo__col dd {
    font-size: 13px;
  }
}
.home-gaiyo__col dd {
  border-bottom: 1px solid #595757;
}
.home-gaiyo__col dd:last-of-type {
  border-bottom: none;
}
.home-gaiyo__image {
  width: 50%;
}
.home-about__inner {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .home-about__inner {
    padding-top: 60px;
  }
}
.home-about__image {
  width: 100%;
  margin-bottom: 37px;
}
.home-about__ttl {
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .home-about__ttl {
    margin-bottom: 70px;
  }
}
.home-about__ttl img {
  width: 448px;
}
@media screen and (max-width: 767px) {
  .home-about__ttl img {
    width: 80%;
  }
}
.home-about__txt {
  font-size: 18.22px;
  text-align: center;
  font-family: "BIZ UDGothic", sans-serif;
  color: #595757;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .home-about__txt {
    font-size: 12.754px;
  }
}
@media screen and (max-width: 767px) {
  .home-lineup__inner {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .home-lineup__inner {
    padding-top: 80px;
  }
}
.home-lineup__ttl {
  text-align: center;
  margin-bottom: 20px;
}
.home-lineup__ttl img {
  width: 283px;
}
@media screen and (max-width: 767px) {
  .home-lineup__ttl img {
    width: 70%;
  }
}
.home-lineup__items {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 37.5px;
}
@media screen and (max-width: 767px) {
  .home-lineup__items {
    gap: 20px 10px;
  }
}
@media screen and (min-width: 768px) {
  .home-lineup__items {
    justify-content: space-between;
  }
}
.home-lineup__item {
  width: calc(33.333% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .home-lineup__item {
    width: calc(33.333% - 6.666px);
  }
}
@media screen and (min-width: 768px) {
  .home-lineup__item {
    width: 14.5%;
  }
}
.home-lineup__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  height: stretch;
}
.home-lineup__item.-lg {
  width: calc(50% - 18.75px);
}
@media screen and (max-width: 767px) {
  .home-lineup__item.-lg {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 768px) {
  .home-lineup__item.-lg {
    width: 20.7%;
  }
}
.home-lineup__item img.-n1 {
  width: 93.38px;
}
.home-lineup__item img.-n2 {
  width: 69px;
}
.home-lineup__item img.-n3 {
  width: 131.77px;
}
.home-lineup__item img.-n4 {
  width: 110.38px;
}
.home-lineup__item img.-n5 {
  width: 113.7px;
}
.home-lineup__name {
  background-color: #EA6EA4;
  height: 55.7px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 221px;
}
@media screen and (max-width: 767px) {
  .home-lineup__name {
    height: 40px;
  }
}
.home-lineup__name p {
  font-size: 17.33px;
  text-align: center;
  color: #fff;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .home-lineup__name p {
    font-size: 12.131px;
  }
}
.home-content__inner {
  padding-top: 133.8px;
}
@media screen and (max-width: 767px) {
  .home-content__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .home-content__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.home-content__ttl {
  text-align: center;
}
.home-content__ttl img {
  width: 470.5px;
}
@media screen and (max-width: 767px) {
  .home-content__ttl img {
    width: 80%;
  }
}
.home-content__main {
  margin-top: -3%;
  position: relative;
  z-index: 1;
}
.home-content__main img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-content__main {
    margin-top: -1%;
  }
}
.home-content__image {
  padding: 0 53px;
  margin-top: -10%;
}
@media screen and (max-width: 767px) {
  .home-content__image {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .home-content__image {
    padding: 0;
  }
}
.home-other__inner {
  padding-top: 74.25px;
}
@media screen and (max-width: 767px) {
  .home-other__inner {
    padding-top: 40px;
  }
}
.home-other__box {
  background-color: rgba(84, 193, 239, 0.4);
  padding: 34px 0 17.5px;
  border-radius: 35px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .home-other__box {
    margin-bottom: 40px;
  }
}
.home-other__box.-n2 {
  padding: 34px 22px 30px;
}
@media screen and (min-width: 768px) {
  .home-other__box.-n2 {
    padding: 40px 27px 35px 65px;
  }
}
.home-other__box.-n3 {
  padding: 28.5px 25px 5px;
}
@media screen and (min-width: 768px) {
  .home-other__box.-n1 {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 50px 30px;
  }
}
.home-other__boxTtl {
  font-size: 38.2px;
  text-align: center;
  color: #00AEEB;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home-other__boxTtl {
    font-size: 26.74px;
  }
}
.home-other__boxTtl.-md {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .home-other__boxTtl.-md {
    font-size: 22.4px;
  }
}
.home-other__boxTtl span {
  font-size: 32.25px;
}
@media screen and (max-width: 767px) {
  .home-other__boxTtl span {
    font-size: 22.575px;
  }
}
.home-other__boxTxt {
  font-size: 19.42px;
  text-align: center;
  color: #00AEEB;
  margin: 25px 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home-other__boxTxt {
    margin: 15px 0 10px;
  }
}
.home-other__boxTxt span {
  font-size: 13.53px;
  font-weight: normal;
}
.home-other__image {
  text-align: center;
}
.home-other__image.-n1 img {
  width: 440px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .home-other__image.-n1 img {
    width: 90%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .home-other__image.-n1 img {
    margin-left: 0;
  }
}
.home-other__image.-n2 img {
  margin-top: -30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-other__image.-n2 img {
    margin-top: -20px;
  }
}
.home-other__image.-n3 img {
  width: 100%;
}
.home-ft__inner {
  padding: 150px 0 28.8px;
  background-image: url(../img/home/bottom-wave.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .home-ft__inner {
    padding: 105px 0 20.16px;
  }
}
@media screen and (min-width: 768px) {
  .home-ft__inner {
    padding: 205px 0 130px;
  }
}
.home-ft__logo {
  text-align: center;
}
.home-ft__logo a {
  display: block;
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-ft__logo a {
    width: 60%;
  }
}
.home-ft__copy {
  margin-top: 100px;
  font-size: 18.57px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home-ft__copy {
    font-size: 10px;
    margin-top: 60px;
  }
}
.home-fix {
  width: calc(100vw - 750px);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/home/bg-pc.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.home-fix__inner {
  position: relative;
}
.home-fix__ttl {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 51.28%;
}
.home-fix__nav {
  position: fixed;
  top: 60%;
  left: 10%;
  z-index: 5;
}
.home-fix__nav li {
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -1px;
}
.home-fix__nav li a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #00AEEB;
  position: relative;
  padding-left: 2.5em;
}
.home-fix__nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  width: 26.5px;
  height: 26.5px;
  background-image: url(../img/home/nav-arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=styles.css.map */
