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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body, button, input, select, textarea {
  color: #000000;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-style: normal;
  font-weight: 600;
}

body {
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 16px;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scroll_fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}

@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}

@media screen and (min-width: 992px) {
  .section-inner {
    width: 980px;
    padding: 80px 0;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 992px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}

.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

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

@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 992px) {
  .only-pc {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}

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

@media screen and (max-width: 767px) {
  .row > * {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .row .col1 > * {
    width: 90%;
  }
  .row .col2 > * {
    width: 45%;
  }
  .row .col3 > * {
    width: 30%;
  }
  .row .col4 > * {
    width: 22.5%;
  }
  .row .col5 > * {
    width: 18%;
  }
  .row .col6 > * {
    width: 15%;
  }
  .row.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .row.row-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFEE6C));
  background: linear-gradient(transparent 60%, #FFEE6C 40%);
}

.breadcrumb {
  background-color: #eef5ff;
}

.breadcrumb ul {
  padding: 5px 20px;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}

.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}

.breadcrumb ul li:last-child:after {
  display: none;
}

.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

#site-header {
  height: 60px;
}

@media screen and (min-width: 992px) {
  #site-header {
    height: 90px;
    position: static;
  }
}

#site-header > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

#site-header .site-logo {
  padding: 17px 20px;
}

@media screen and (min-width: 992px) {
  #site-header .site-logo {
    padding: 22px 0 0 48px;
  }
}

#site-header .site-logo img {
  display: block;
  height: 26px;
}

@media screen and (min-width: 992px) {
  #site-header .site-logo img {
    width: 316px;
    height: 36px;
  }
}

.floating-cta {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .floating-cta {
    top: 16px;
    left: auto;
    right: 20px;
    height: 50px;
  }
}

.floating-cta ul {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .floating-cta ul {
    width: auto;
    gap: 11px;
  }
}

.floating-cta ul li {
  width: 50vw;
}

@media screen and (min-width: 992px) {
  .floating-cta ul li {
    width: 270px;
  }
}

.floating-cta ul li a {
  display: block;
  line-height: 50px;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .floating-cta ul li a {
    border-radius: 0;
    line-height: 60px;
  }
}

#site-footer {
  text-align: center;
  background-color: #2F2F2F;
}

@media screen and (max-width: 991px) {
  #site-footer {
    padding: 0 0 50px;
  }
}

#site-footer .copyright {
  padding: 30px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.btn {
  display: block;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px), print {
  .btn {
    width: auto;
    display: inline-block;
    line-height: 70px;
    border-radius: 40px;
    padding: 0 76px 0 54px;
  }
}

.btn:after {
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 768px), print {
  .btn:after {
    right: 26px;
  }
}

.btn.yellow {
  background-color: #FFF360;
  color: #0E315F;
  line-height: 22px;
  padding: 12px 4vw 15px 1.5vw;
}

@media screen and (min-width: 768px), print {
  .btn.yellow {
    padding: 12px 76px 15px 70px;
  }
}

.btn.yellow:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #0E315F;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.btn.yellow span.btn_line {
  font-size: 12px;
  display: block;
}

.floating-cta .btn.yellow {
  line-height: 20px;
  padding: 10px 0;
}

.btn.navy {
  background-color: #0E315F;
  color: #fff;
}

.btn.navy:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 768px), print {
  .btn.navy {
    padding: 2px 76px 0;
  }
}

.floating-cta .btn.navy {
  line-height: 60px;
}

.btn.pink {
  background-color: #E33981;
  color: #fff;
}

.btn.pink:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.slick-prev {
  width: 51px;
  height: 57px;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  text-indent: -5000px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  padding: 0;
  top: calc(50vw - 40px);
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 99;
}

@media screen and (min-width: 768px), print {
  .slick-prev {
    top: 140px;
  }
}

@media screen and (min-width: 992px) {
  .slick-prev {
    left: -10px;
  }
}

.slick-prev:before {
  content: "";
  display: block;
  width: 51px;
  height: 57px;
  background-color: #CEDE54;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.slick-prev:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #674545 transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.slick-next {
  width: 51px;
  height: 57px;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  text-indent: -5000px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  padding: 0;
  top: calc(50vw - 40px);
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 99;
}

@media screen and (min-width: 768px), print {
  .slick-next {
    top: 140px;
  }
}

@media screen and (min-width: 992px) {
  .slick-next {
    right: -10px;
  }
}

.slick-next:before {
  content: "";
  display: block;
  width: 51px;
  height: 57px;
  background-color: #CEDE54;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 99;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.slick-next:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #674545;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.section {
  overflow: hidden;
}

.section .section-inner h2 {
  margin-bottom: 40px;
  color: #0E315F;
  text-align: center;
  font-size: 7vw;
}

@media screen and (min-width: 768px), print {
  .section .section-inner h2 {
    font-size: 40px;
  }
}

.section .section-inner p {
  margin-bottom: 1.5rem;
}

.section .section-inner p.lead {
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .section .section-inner p.lead {
    line-height: 2.1;
  }
}

.section .section-inner img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (min-width: 768px), print {
  .section .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 36px;
    margin-bottom: 0;
  }
}

#main {
  overflow: hidden;
}

/* ------ SECTION ------ */
#mainimage {
  background-image: url(../img/mainimage_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px), print {
  #mainimage {
    background-image: url(../img/mainimage.jpg);
  }
}

#mainimage .section-inner {
  padding-top: 0;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70vh;
}

@media screen and (min-width: 768px), print {
  #mainimage .section-inner {
    height: 560px;
    padding-left: 40%;
  }
}

@media screen and (min-width: 992px) {
  #mainimage .section-inner {
    padding-left: 545px;
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#mainimage h1 {
  margin-bottom: 13px;
}

#mainimage h1 span {
  display: block;
  text-shadow: 0px 2px 2px rgba(38, 31, 25, 0.65);
  font-size: 18vw;
  line-height: 18vw;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  #mainimage h1 span {
    font-size: 94px;
    line-height: 89px;
  }
}

#mainimage h1 span:first-child:after {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(../img/icon_heart.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  #mainimage h1 span:first-child:after {
    width: 75px;
    height: 75px;
  }
}

#mainimage p {
  margin-bottom: 13px;
}

#mainimage p span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 10px;
  line-height: 30px;
  background-color: #0E315F;
  color: #fff;
}

#mainimage p span em {
  font-style: normal;
  font-size: 1.375em;
}

@media screen and (min-width: 992px) {
  #mainimage .btn {
    width: auto;
    display: inline-block;
  }
}

#intro .section-inner {
  padding-bottom: 40px;
}

#intro .slider {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px), print {
  #intro .slider {
    margin-bottom: 86px;
  }
}

#intro .slider li {
  padding: 0 5px;
}

#flow {
  background-color: #FCFBF9;
  background-image: url(../img/bg_flow.png), url(../img/bg_flow_left.png), url(../img/bg_flow_right.png);
  background-position: bottom center, left center, right center;
  background-repeat: no-repeat;
  background-size: 100% auto, 314px auto, 366px auto;
}

#flow .row {
  gap: 40px;
}

#flow .row .item {
  position: relative;
}

@media screen and (max-width: 767px) {
  #flow .row .item {
    margin-bottom: 60px;
  }
}

#flow .row .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: #e33980 transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 768px), print {
  #flow .row .item:after {
    border-width: 15px 0 15px 17px;
    border-color: transparent transparent transparent #e33980;
    top: 110px;
    right: -30px;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#flow .row .item:last-child:after {
  display: none;
}

#flow .row img {
  border-radius: 15px;
}

@media screen and (min-width: 992px) {
  #flow .row img {
    max-width: 220px;
  }
}

#flow .row div.img {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #flow .row div.img {
    margin-bottom: 10px;
    text-align: center;
  }
}

#flow .row ul.img {
  gap: 20px;
}

@media screen and (max-width: 767px) {
  #flow .row ul.img li {
    text-align: center;
  }
}

#flow .row p {
  text-align: center;
  font-weight: 400;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px), print {
  #flow .row p {
    font-size: 25px;
  }
}

#opencampus {
  background-color: #F2F5F5;
  background-image: url(../img/bg_opencampus_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  #opencampus {
    background-position: left center;
    background-image: url(../img/bg_opencampus.jpg);
    background-size: auto 100%;
  }
}

@media screen and (max-width: 991px) {
  #opencampus .section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  #opencampus .section-inner {
    padding-left: 500px;
    text-align: center;
  }
}

#opencampus .section-inner h2 {
  margin-bottom: 10px;
  font-size: 10vw;
}

@media screen and (min-width: 992px) {
  #opencampus .section-inner h2 {
    font-size: 60px;
  }
}

#opencampus .section-inner .lead {
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #opencampus .section-inner .lead {
    text-align: left;
  }
}

#opencampus .section-inner strong {
  color: #E33981;
  font-size: 6vw;
}

@media screen and (min-width: 768px), print {
  #opencampus .section-inner strong {
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
  #opencampus .section-inner .box {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}

#gakka {
  background-color: #EFF4FC;
  background-image: url(../img/bg_gakka_left.png), url(../img/bg_gakka_right.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 300px auto, 250px auto;
}

#gakka .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (min-width: 992px) {
  #gakka .row {
    gap: 30px;
  }
}

#gakka .row .item {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 20px 10px;
}

@media screen and (min-width: 768px), print {
  #gakka .row .item {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
  }
}

@media screen and (min-width: 992px) {
  #gakka .row .item {
    max-width: 474px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 22px 30px 30px;
  }
}

@media screen and (max-width: 991px) {
  #gakka .row .item .img {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  #gakka .row .item .img {
    width: 40%;
    max-width: 170px;
  }
}

@media screen and (max-width: 991px) {
  #gakka .row .item .img img {
    width: 80%;
  }
}

#gakka .row .item .text {
  text-align: left;
}

@media screen and (min-width: 992px) {
  #gakka .row .item .text {
    width: 55%;
  }
}

#gakka .row .item .text h3 {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
}

#gakka .row .item .text .label {
  display: inline-block;
  line-height: 24px;
  background-color: #5B7493;
  width: 80px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  font-size: 13px;
}

#gakka .row .item .text p {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

#schedule {
  background-image: url(../img/bg_schedule.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#schedule .table-wrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  #schedule .table-wrap {
    overflow-x: scroll;
  }
}

#schedule .table-wrap table {
  width: 100%;
  border-bottom: 2px solid #E8E3D5;
}

#schedule .table-wrap table thead tr th {
  background-color: #0E315F;
  color: #fff;
  text-align: center;
  padding: 30px 10px 26px;
  border-left: 1px solid #ECF2FA;
}

#schedule .table-wrap table thead tr th:first-child {
  border-left: none;
}

@media screen and (max-width: 991px) {
  #schedule .table-wrap table thead tr th {
    white-space: nowrap;
  }
}

#schedule .table-wrap table tbody tr th {
  text-align: center;
  color: #0E315F;
  vertical-align: middle;
  background-color: #fff;
  padding: 24px 20px;
  border-top: 1px solid #ECF2FA;
}

@media screen and (max-width: 991px) {
  #schedule .table-wrap table tbody tr th {
    white-space: nowrap;
  }
}

#schedule .table-wrap table tbody tr td {
  color: #0E315F;
  padding: 24px 20px;
  vertical-align: middle;
  font-size: 13px;
  background-color: #fff;
  border-left: 1px solid #ECF2FA;
  border-top: 1px solid #ECF2FA;
}

@media screen and (max-width: 991px) {
  #schedule .table-wrap table tbody tr td {
    white-space: nowrap;
  }
}

#schedule .table-wrap table tbody tr td:nth-of-type(2) {
  text-align: center;
}

#schedule .table-wrap table tbody tr:nth-of-type(2n) th {
  background-color: #FAFAFA;
}

#schedule .table-wrap table tbody tr:nth-of-type(2n) td {
  background-color: #FAFAFA;
}

#access {
  background-image: url(../img/bg_access_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px), print {
  #access {
    background-image: url(../img/bg_access.jpg);
  }
}

#access .information {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px), print {
  #access .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #access .information > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  #access .information .map iframe {
    height: calc(100vw - 40px);
  }
}

#access .information .info {
  padding: 20px;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  #access .information .info {
    padding: 60px 50px;
  }
}

#access .information .info h3 {
  font-size: 24px;
}

@media screen and (min-width: 992px) {
  #access .information .info h3 {
    font-size: 30px;
  }
}

#access .information .info h4 {
  margin-bottom: 15px;
  border-left: 10px solid #FFF360;
  padding-left: 15px;
  font-size: 20px;
}

#access .information .info h4 + p {
  font-size: 14px;
  line-height: 1.85;
}

#access .information .info p {
  font-weight: 400;
}

#access .information .info a[href^="tel:"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-size: 26px;
}

#access .information .info a[href^="tel:"]:before {
  content: "TEL";
  display: inline-block;
  background-color: #0E315F;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 10px;
  color: #fff;
  font-size: 1rem;
}
