@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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-bottom: 0;
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* 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 */
  -moz-appearance: none;
       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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * 1. 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 */
}

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

caption {
  text-align: left;
}

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

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

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し */
.news-heading {
  display: block;
  line-height: 1.2;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  color: #027BBB;
  padding: 0 3rem 2rem 3rem;
  margin-bottom: 3rem;
  border-bottom: 3px solid #027BBB;
}
@media screen and (max-width: 767.98px) {
  .news-heading {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 0 0.5rem 1.5rem 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #027BBB;
  }
}

.heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.heading.h2 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 800;
  color: #E60321;
  line-height: 1.2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .heading.h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .heading.h2 {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.heading.h2.__type1 {
  color: #027BBB;
}
.heading.h2 .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .heading.h2 .br {
    display: block;
  }
}
.heading.h3 {
  display: block;
  line-height: 1.2;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.4rem;
  color: #3B3B3B;
  font-weight: 800;
  letter-spacing: 0.15em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .heading.h3 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767.98px) {
  .heading.h3 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
}
.heading.h3 .sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .heading.h3 .sp {
    display: block;
  }
}
.heading.h3 .en {
  display: block;
  color: #027BBB;
  font-size: 2rem;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.15em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-top: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .heading.h3 .en {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767.98px) {
  .heading.h3 .en {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

/* インデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.link-button {
  position: relative;
  display: inline-block;
  background-color: #027BBB;
  color: #ffffff;
  border: 1px dashed #027BBB;
  line-height: 1.2;
  border-radius: 10em;
  padding: 1.2rem 4.5rem 1.2rem 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.link-button::before {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  color: #027BBB;
  background-color: #fff;
}
a.link-button:hover::before {
  border-color: #027BBB;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -91px;
  margin-bottom: 90px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -151px;
    margin-bottom: 150px;
  }
}

/* 共通お問い合わせ */
@media screen and (min-width: 1100px), print {
  .global-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 220px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 10em 0 0 10em;
    padding: 0 0 0 1rem;
    margin: 0 0 0 1.6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact {
    margin: 0 0 0 2.2rem;
    padding: 0 0 0 1.6rem;
    width: 278px;
    height: 103px;
  }
}
.global-contact-title {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439.98px) {
  .global-contact-title {
    font-size: 1.2rem;
    letter-spacing: -0.04em;
  }
}
.global-contact-title span {
  font-size: 1rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 1439.98px) {
  .global-contact-title span {
    margin-right: 0.5rem;
  }
}
.global-contact-add {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439.98px) {
  .global-contact-add {
    font-size: 1.1rem;
    letter-spacing: -0.04em;
  }
}
.global-contact-tel {
  text-align: center;
  margin: 0.5rem 0 0.5rem 0;
}
.global-contact-tel .tel-link {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #027BBB;
  font-size: 2.4rem;
  font-weight: 800;
  padding-left: 3.3rem;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 1439.98px) {
  .global-contact-tel .tel-link {
    font-size: 2.2rem;
    padding-left: 2.6rem;
    letter-spacing: 0;
  }
}
.global-contact-tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 21px;
  height: 21px;
  background: url("../img/base/icon-tel_blue.svg") no-repeat center/cover;
}
@media screen and (max-width: 1439.98px) {
  .global-contact-tel .tel-link::before {
    width: 18px;
    height: 18px;
  }
}
.global-contact a.tel-link:hover {
  text-decoration: none;
}
.global-fixed-button {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 101;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button {
    right: 1rem;
    bottom: 1rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-fixed-button {
    right: 0;
    left: 0;
    bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.global-fixed-button .fixed_button_item {
  width: 132px;
  height: 132px;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button .fixed_button_item {
    width: 82px;
    height: 82px;
  }
}
.global-fixed-button .fixed_button_item.mail a {
  border: 3px solid #027BBB;
  color: #027BBB;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button .fixed_button_item.mail a {
    border: 1px solid #027BBB;
  }
}
.global-fixed-button .fixed_button_item.mail a span {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button .fixed_button_item.mail a span {
    padding-bottom: 2.2rem;
  }
}
.global-fixed-button .fixed_button_item.mail a span::before {
  width: 33px;
  height: 22px;
  background: url("../img/base/icon-mail.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button .fixed_button_item.mail a span::before {
    width: 23px;
    height: 16px;
  }
}
.global-fixed-button .fixed_button_item.line a {
  border: 3px solid #06C755;
  color: #06C755;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button .fixed_button_item.line a {
    border: 1px solid #06C755;
  }
}
.global-fixed-button .fixed_button_item.line a span {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button .fixed_button_item.line a span {
    padding-bottom: 3.2rem;
  }
}
.global-fixed-button .fixed_button_item.line a span::before {
  width: 37px;
  height: 36px;
  background: url("../img/base/icon-line.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button .fixed_button_item.line a span::before {
    width: 27px;
    height: 26px;
  }
}
.global-fixed-button .fixed_button_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 1.2rem 0 0 0;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button .fixed_button_item a {
    font-size: 1.1rem;
    letter-spacing: -0.06em;
    padding: 0.8rem 0 0 0;
  }
}
@media (hover: hover) {
  .global-fixed-button .fixed_button_item a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .global-fixed-button .fixed_button_item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.global-fixed-button .fixed_button_item a span {
  position: relative;
  display: block;
}
.global-fixed-button .fixed_button_item a span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
.global-fixed-button .fixed_button_item:first-child {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1099.98px) {
  .global-fixed-button .fixed_button_item:first-child {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .global-fixed-button .fixed_button_item:first-child {
    margin: 0 1.5rem 0 0;
  }
}

@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .tel-button {
    display: block;
    position: fixed;
    top: 1rem;
    right: 70px;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .tel-button:hover {
    opacity: 0.8;
  }
  .tel-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .tel-button a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon-tel_blue.svg") no-repeat center/cover;
  }
  .tel-button a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #0099D2;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

* {
  scroll-behavior: auto !important;
}

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

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #3B3B3B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}
.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    position: absolute;
    top: 4.5vw;
    left: 3.5vw;
  }
}
@media screen and (min-width: 1440px), print {
  .header-logo {
    top: 4.5vw;
    left: 5vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    font-size: 100%;
    z-index: 900;
    padding: 0 0 0 1.7rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: transparent;
  }
}
.header-logo .site-logo {
  width: 240px;
}
@media screen and (max-width: 1439.98px) {
  .header-logo .site-logo {
    width: 220px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 140px;
  }
}
.header-logo img {
  height: auto;
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    height: 80px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .header.fixed .header-logo.hide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header.fixed .global-fixed-button {
    bottom: 7rem;
    right: 1rem;
  }
}
@media screen and (max-width: 479.98px) {
  .header.fixed .global-fixed-button {
    bottom: 1rem;
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed {
    z-index: 9998;
  }
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
  .header.fixed .header-logo .site-logo {
    width: 200px;
  }
  .header.fixed .header-logo {
    top: 28px;
    left: 28px;
  }
  .header.fixed .global-fixed-button {
    bottom: 8rem;
    right: 1.6rem;
  }
}
/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 3rem 0;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1440px), print {
  .nav {
    padding: 3.4rem 0;
  }
}
.nav-open .nav {
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    -webkit-transition-property: opacity, right;
    transition-property: opacity, right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    right: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.nav-logo {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-top: 2.2rem;
    margin-bottom: 1.3rem;
  }
  .nav-logo img {
    width: 180px;
    height: auto;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 1.5em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: none;
    margin: auto;
    background-color: transparent;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav .nav-item {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #3B3B3B;
  }
  .main-nav .nav-item.main-nav-active .nav-link span {
    background-color: #F7ED00;
  }
  .main-nav .nav-item.main-nav-active .nav-link::after {
    border-color: #F7ED00;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: #027BBB;
    color: #fff;
  }
}
.main-nav .nav-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #3B3B3B;
  font-weight: 800;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    padding: 0;
    height: 65px;
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-link {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav .nav-link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #fff;
    background-color: #E60321;
    height: 60px;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover {
    background-color: #0099D2;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link:hover span {
    background-color: #F7ED00;
  }
}
.main-nav .nav-link span {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 10em;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-link span {
    padding: 0.5rem 1.6rem;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav .nav-link span {
    padding: 0.5rem 2.1rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link span {
    padding: 0;
  }
}
.main-nav .nav-link .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link .br {
    display: block;
  }
}

/* ドロップダウンナビ */
.sub-nav {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav {
    height: 0;
    overflow: hidden;
    background-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 300px;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
.sub-nav-active .sub-nav {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-inner {
    position: relative;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-inner {
    margin: 0 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }
}
.sub-nav-list li {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-list li:last-child a {
    border-radius: 0 0 3rem 3rem;
  }
  .sub-nav-list li:first-child a {
    border-radius: 3rem 3rem 0 0;
  }
}
.sub-nav-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background-color: #F7ED00;
  text-align: center;
  font-size: 2rem;
  height: 60px;
  line-height: 1.2;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list a {
    background-color: #F7ED00;
    color: #000;
    font-size: 1.4rem;
    height: 55px;
    padding: 0.35em 0.5em;
    letter-spacing: inherit;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-list a:hover {
    background-color: #FFFF7F;
    color: #027BBB;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-list a:hover {
    background-color: #FFFF7F;
    color: #027BBB;
  }
}

/* ドロップダウンナビボタン */
.sub-nav-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button {
    position: relative;
    width: 100%;
    height: 65px;
    margin-bottom: -65px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .sub-nav-button + .nav-link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 24px;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button + .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 8px;
    background: url("../img/base/icon-arrow.svg") no-repeat center/cover;
  }
}

/* ドロップダウンナビボタン（ hover ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-active .sub-nav-button:hover + .nav-link {
    background-color: #0099D2;
    color: #fff;
  }
  .sub-nav-button:hover + .nav-link::after,
  .sub-nav-active .sub-nav-button:hover + .nav-link::after {
    border-color: #fff;
  }
  .sub-nav-button:hover + .nav-link span::after,
  .sub-nav-active .sub-nav-button:hover + .nav-link span::after {
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-button:hover + .nav-link span,
  .sub-nav-active .sub-nav-button:hover + .nav-link span {
    background-color: #F7ED00;
  }
}

/* ドロップダウンナビボタン（ active ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav-button + .nav-link {
    background-color: #0099D2;
    color: #fff;
  }
  .sub-nav-active .sub-nav-button + .nav-link::after {
    border-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 28px;
  }
  .sub-nav-active .sub-nav-button + .nav-link span::after {
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav-button + .nav-link span {
    background-color: #F7ED00;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #027BBB;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #027BBB;
}
.nav-button-icon::before {
  margin-top: -8px;
}
.nav-button-icon::after {
  margin-top: 8px;
}
.nav-button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #027BBB;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: fixed;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  opacity: 0;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav-close-button {
    opacity: 1;
    right: 250px;
    -webkit-transition-property: opacity, right;
    transition-property: opacity, right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.nav-close-button .nav-button-icon {
  background: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #E60321;
}
.nav-close-button .nav-button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #E60321;
  text-align: center;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    max-width: none;
    right: 0;
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 1100;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    padding: 0.9rem 0;
  }
  #top .nav.fixed {
    z-index: 1100;
  }
  .nav.fixed .global-contact {
    height: 95px;
    background-color: #F8F8F8;
  }
}
/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 0 1em 0 1em;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top .main {
  padding: 0 1em 0 1em;
  margin-top: 0;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .footer {
    padding-bottom: 8.5rem;
  }
}
.footer .inner {
  max-width: none;
}
.footer-nav {
  padding: 3.5rem 1em;
  background-color: #F8F8F8;
}
@media screen and (min-width: 1100px), print {
  .footer-nav {
    padding: 7.5rem 2em;
  }
}
.footer-nav-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 5.5rem;
  grid-template-columns: auto auto auto auto auto;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-inner {
    grid-template-columns: auto auto auto;
    gap: 1.6rem;
    max-width: 500px;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-nav-inner {
    grid-template-columns: auto auto;
    gap: 1.6rem;
    max-width: 332px;
  }
}
.footer-nav-list li a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-left: 2.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-list li a {
    font-size: 1.6rem;
    padding-left: 1.8rem;
  }
}
@media screen and (max-width: 359.98px) {
  .footer-nav-list li a {
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}
@media (hover: hover) {
  .footer-nav-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #FF7F7F;
  }
  .footer-nav-list li a:where(:any-link, :enabled, summary):hover {
    color: #FF7F7F;
  }
}
.footer-nav-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF7F7F;
  border-left: 2px solid #FF7F7F;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-list li a::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 359.98px) {
  .footer-nav-list li a::before {
    width: 7px;
    height: 7px;
  }
}
.footer-nav-list li:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-list li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.footer-container {
  padding: 4rem 1em 2.5rem 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .footer-container {
    padding: 7.3rem 2em 3.4rem 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-logo {
  margin: 0 8rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 3rem 0;
  }
}
.footer-info-add {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439.98px) {
  .footer-info-add {
    font-size: 1.2rem;
  }
}
.footer-info-tel {
  text-align: center;
  margin: 1rem 0;
}
.footer-info-tel .tel-link {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  color: #027BBB;
  font-size: 3rem;
  font-weight: 800;
  padding-left: 4.2rem;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 1439.98px) {
  .footer-info-tel .tel-link {
    font-size: 2.4rem;
    padding-left: 2.6rem;
    letter-spacing: 0;
  }
}
.footer-info-tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 33px;
  height: 33px;
  background: url("../img/base/icon-tel_blue.svg") no-repeat center/cover;
}
@media screen and (max-width: 1439.98px) {
  .footer-info-tel .tel-link::before {
    width: 23px;
    height: 23px;
  }
}
.footer-info-time {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439.98px) {
  .footer-info-time {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .footer-sns-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer-sns-list li:not(:last-child) {
  margin: 0 5.4rem 0 0;
}
@media screen and (max-width: 1439.98px) {
  .footer-sns-list li:not(:last-child) {
    margin: 0 3rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-sns-list li:not(:last-child) {
    margin: 0 1.5rem 0 0;
  }
}
.footer-sns-list a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .footer-sns-list a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .footer-sns-list a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 479.98px) {
  .footer .pagetop {
    z-index: 101;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #027BBB;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #E60321;
}
.footer .pagetop a:hover::before {
  border-color: #fff;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.copy {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .copy {
    height: 60px;
  }
}
.copy small {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3B3B3B;
}
@media screen and (max-width: 767.98px) {
  .copy small {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 479.98px) {
  .copy small {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  position: relative;
  display: block;
  width: 100%;
  padding: 29.5rem 0 13rem 0;
  z-index: 105;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    padding: 18rem 0 13rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    padding: 13rem 0 10rem 0;
  }
}
.page-title-inner {
  position: relative;
  padding: 0 0 0 18rem;
  z-index: 1;
}
@media screen and (max-width: 1279.98px) {
  .page-title-inner {
    padding: 0 0 0 10rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .page-title-inner {
    padding: 0;
    text-align: center;
  }
}
.page-title-name {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding: 0 6rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    padding: 0 3.5rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name {
    padding: 0 1.5rem 0 0;
  }
}
.page-title-name::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block;
  width: 142px;
  height: 142px;
  background: url("../img/top/design01.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name::before {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name::before {
    width: 70px;
    height: 70px;
  }
}
.page-title-name span {
  position: relative;
  display: block;
  font-size: 7.4rem;
  font-weight: 800;
  color: #E60321;
  letter-spacing: 3px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .page-title-name span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name span {
    font-size: 3.2rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name span {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1100px), print {
  ._anim-point {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
._anim-point.slider-side {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 767.98px) {
  ._anim-point.slider-side {
    -webkit-transform: translateX(-30%) translateY(50%);
            transform: translateX(-30%) translateY(50%);
  }
}
._anim-point.slider-side.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767.98px) {
  ._anim-point.slider-side.active {
    -webkit-transform: translateX(0) translateY(50%);
            transform: translateX(0) translateY(50%);
  }
}
._anim-point.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.form-table {
  display: block;
  position: relative;
  line-height: 1.5;
}
.form-table tbody {
  display: block;
}
.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1099.98px) {
  .form-table tr {
    display: block;
  }
}
.form-table tr:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .form-table tr:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.form-table th {
  vertical-align: top;
  width: 28rem;
  padding: 1.5rem 0;
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 1099.98px) {
  .form-table th {
    display: block;
    width: auto;
    padding: 0 0 1.5rem;
  }
}
.form-table td {
  vertical-align: middle;
  font-size: 1.8rem;
}
@media screen and (max-width: 1099.98px) {
  .form-table td {
    display: block;
    padding: 0;
    font-size: 1.6rem;
  }
}

.form-control {
  padding: 1.5rem;
  font-size: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #d9d9d9;
  background-color: #fff;
}
.form-control:hover, .form-control:active, .form-control:focus {
  outline: none;
  text-decoration: none;
}
.form-control:active, .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #36415f;
  background-color: #fff;
}
.form-control-sm {
  width: 15rem;
}
@media screen and (min-width: 480px), print {
  .form-control-sm {
    width: 18rem;
  }
}
@media screen and (min-width: 768px), print {
  .form-control-sm {
    width: 35rem;
  }
}
.form-control:-moz-read-only {
  background-color: #fff;
}
.form-control:disabled, .form-control:read-only {
  background-color: #fff;
}
.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 25rem;
  max-height: 25rem;
  padding: 1.5rem 1.5rem 0;
}
.form-textarea.form-control {
  min-height: 6rem;
}
.form-box {
  background-color: #F8F8F8;
  padding: 1.6rem;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .form-box {
    padding: 2.2rem;
    margin: 2.5rem 0 0 0;
  }
}
.form-box p {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .form-box p {
    margin-bottom: 2rem;
  }
}
.form-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 639.98px) {
  .form-group-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form-group-item label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-group-item span {
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 639.98px) {
  .form-group-item span {
    margin: 0 0 1rem 0;
  }
}
.form-group-item span.att {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .form-group-item span.att {
    display: block;
    margin: 0.5rem 0 0 0;
  }
}
.form-group-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639.98px) {
  .form-group-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.form-icon {
  float: left;
  display: block;
  width: 5.4rem;
  margin-top: 0.15em;
  margin-right: 1.6rem;
  padding: 0.4rem 0;
  line-height: 1.2;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 10em;
}
@media screen and (min-width: 768px), print {
  .form-icon {
    width: 6.4rem;
    margin-top: -0.1em;
    margin-right: 1.6rem;
    font-size: 1.8rem;
  }
}
.form-icon::before {
  content: attr(data-label);
}
.form-icon-required {
  color: #fff;
  background-color: #f00;
}
.form-icon-free {
  color: #fff;
  background-color: #D9D9D9;
}
.form-check {
  padding: 0 3rem 1rem 0;
}
.form-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3rem -1rem 0;
}
.form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.form-check-icon {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 0 1.3rem 0 0;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
@media screen and (min-width: 768px), print {
  .form-check-icon {
    width: 4rem;
    height: 4rem;
  }
}
.form-check-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.form-check-radio {
  border-radius: 100%;
}
.form-check-radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (min-width: 768px), print {
  .form-check-radio::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.form-check-input[type=radio]:checked + .form-check-icon::before {
  background-color: #027BBB;
}
/* フォーム部品：送信ボタン */
.form-buttons {
  margin: 4rem -2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .form-buttons {
    margin: 6rem 0 0;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0.5rem 1rem;
  padding: 1.2rem 4.5rem 1.2rem 2rem;
  line-height: 1em;
  font-size: 100%;
  text-align: center;
  border-radius: 10em;
  background-color: #027BBB;
  color: #ffffff;
  border: 1px dashed #027BBB;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px), print {
  .form-button {
    padding: 1.2rem 4.5rem 1.2rem 2rem;
  }
}
.form-button::before {
  content: "";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.form-button:hover {
  text-decoration: none;
}
.form-button-send {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .form-button-send {
    padding: 1.2rem 4.5rem 1.2rem 2rem;
    font-size: 1.4rem;
  }
}
.form-button-send:not(:disabled):hover {
  color: #027BBB;
  background-color: #fff;
}
.form-button-send:not(:disabled):hover::before {
  border-color: #027BBB;
}
.form-button-back {
  padding-right: 2rem;
  color: #666;
  border-color: #666;
}
@media screen and (min-width: 768px), print {
  .form-button-back {
    margin-right: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
    font-size: 1.4rem;
  }
}
.form-button-back:hover::before {
  border-color: #027BBB;
}
.form-button-search {
  min-width: 0;
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .form-button-search span {
    display: none;
  }
}
.form-button-search:hover {
  color: #027BBB;
  background-color: #fff;
}
.form-button-search:hover::before {
  border-color: #027BBB;
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash, #splash_logo {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 250px;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------------------------

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .mainvisual {
    padding: 12vw 2em 2em 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual {
    padding: 8vw 1em 1em 1em;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual {
    padding: 10vw 1em 1em 1em;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual {
    padding: 20vw 1em 1em 1em;
  }
}
.mainvisual.is-active .mainvisual-design .design-image.image01 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.mainvisual.is-active .mainvisual-design .design-image.image02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.mainvisual.is-active .mainvisual-design .design-image.image03 {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  opacity: 1;
}
.mainvisual.is-active .mainvisual-design .design-image.image04 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.mainvisual.is-active .mainvisual-container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.mainvisual .inner {
  max-width: none;
  height: 100%;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mainvisual-main {
  position: relative;
  margin-right: 5em;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-main {
    margin-right: 4em;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-main {
    margin-right: 0;
  }
}
.mainvisual-design .design-image {
  position: absolute;
  z-index: 0;
}
.mainvisual-design .design-image.image01 {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 1439.98px) {
  .mainvisual-design .design-image.image01 {
    width: 36vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-design .design-image.image01 {
    width: 60vw;
  }
}
.mainvisual-design .design-image.image02 {
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 1439.98px) {
  .mainvisual-design .design-image.image02 {
    width: 67vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-design .design-image.image02 {
    width: 70vw;
  }
}
.mainvisual-design .design-image.image03 {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 1439.98px) {
  .mainvisual-design .design-image.image03 {
    width: 10vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-design .design-image.image03 {
    width: 32vw;
  }
}
.mainvisual-design .design-image.image04 {
  bottom: -13vw;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-design .design-image.image04 {
    width: 13vw;
  }
}
@media screen and (max-width: 1439.98px) {
  .mainvisual-design .design-image.image04 {
    width: 14vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-design .design-image.image04 {
    width: 21vw;
    bottom: -25vw;
  }
}
@media screen and (max-width: 767.98px) {
  .mainvisual-design .design-image.image04 {
    width: 29vw;
    bottom: -25vw;
  }
}
.mainvisual-container {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-container {
    position: relative;
  }
}
@media screen and (min-width: 1100px), print {
  .mainvisual-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    min-height: 500px;
  }
}
.mainvisual-catch {
  font-family: "M PLUS 1p", sans-serif;
}
.mainvisual-catch .catch1 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  padding-bottom: 0.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F7ED00));
  background: linear-gradient(transparent 50%, #F7ED00 50%);
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-catch .catch1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-catch .catch1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch1 {
    font-size: 1.3rem;
  }
}
.mainvisual-catch .catch2 {
  position: relative;
  display: block;
  line-height: 1.85;
  font-size: 5.4rem;
  font-weight: 800;
  color: #3B3B3B;
  letter-spacing: 0.02em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-top: 1.5rem;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-catch .catch2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-catch .catch2 {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch2 {
    font-size: 2.8rem;
  }
}
.mainvisual-catch .catch2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: block;
  width: 181px;
  height: 185px;
  background: url("../img/top/design01.png") no-repeat center/cover;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-catch .catch2::before {
    width: 151px;
    height: 155px;
    top: -1rem;
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-catch .catch2::before {
    width: 111px;
    height: 115px;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-catch .catch2::before {
    width: 101px;
    height: 105px;
    top: -1rem;
    right: 0.5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch2::before {
    width: 91px;
    height: 95px;
    top: -1rem;
    right: -1rem;
  }
}
.mainvisual-catch .catch3 {
  position: relative;
  display: block;
  line-height: 1.35;
  font-size: 7.4rem;
  font-weight: 800;
  color: #E60321;
  letter-spacing: 0.03em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-top: 0.9rem;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-catch .catch3 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-catch .catch3 {
    font-size: 5.9rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch3 {
    font-size: 5rem;
  }
}
.mainvisual-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-info {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-info {
    margin-top: 2.5rem;
  }
}
.mainvisual-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 196px;
  height: 196px;
  border-radius: 10em 0 10em 10em;
  padding: 0 0 0 1.55em;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-info-item {
    width: 166px;
    height: 166px;
    padding: 0 0 0 1.4em;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-info-item {
    width: 120px;
    height: 120px;
    padding: 0 0 0 0.6em;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-info-item {
    width: 100px;
    height: 100px;
    padding: 0 0 0 0.6em;
  }
}
.mainvisual-info-item dt, .mainvisual-info-item dd {
  line-height: 1.3;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-info-item dt, .mainvisual-info-item dd {
    white-space: nowrap;
    letter-spacing: -0.04em;
  }
}
.mainvisual-info-item dt {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-info-item dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-info-item dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-info-item dt {
    font-size: 1.2rem;
  }
}
.mainvisual-info-item dd {
  font-weight: 800;
}
.mainvisual-info-item dd span {
  font-size: 1.9rem;
  font-weight: 800;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-info-item dd span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-info-item dd span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-info-item dd span {
    font-size: 1.2rem;
  }
}
.mainvisual-info-item.type1 {
  background-color: #F7ED00;
  color: #3B3B3B;
}
.mainvisual-info-item.type1 dd {
  font-size: 2.9rem;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-info-item.type1 dd {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-info-item.type1 dd {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-info-item.type1 dd {
    font-size: 1.6rem;
  }
}
.mainvisual-info-item.type2 {
  background-color: #027BBB;
  color: #fff;
}
.mainvisual-info-item.type2 dd {
  font-size: 3.1rem;
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-info-item.type2 dd {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-info-item.type2 dd {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-info-item.type2 dd {
    font-size: 1.7rem;
  }
}
.mainvisual-info-item:first-child {
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-info-item:first-child {
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-info-item:first-child {
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 1599.98px) {
  .mainvisual-image {
    width: 45%;
    min-width: 520px;
  }
}
@media screen and (max-width: 1099.98px) {
  .mainvisual-image {
    position: absolute;
    bottom: 1rem;
    right: -7rem;
    width: auto;
    min-width: inherit;
    max-width: 265px;
  }
}
@media screen and (max-width: 575.98px) {
  .mainvisual-image {
    bottom: -1.8rem;
    right: 0rem;
    max-width: 190px;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-image {
    max-width: 170px;
    bottom: -0.5rem;
    right: -1.5rem;
  }
}
.mainvisual-image img {
  display: block;
}

/* --------------------------------

  トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
    line-height: 1.8;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-header {
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1099.98px) {
  .section-header {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section-header {
    margin-bottom: 5rem;
  }
}
.section-heading {
  display: block;
  line-height: 1.2;
}
.section-heading .jp {
  display: block;
  font-size: 6rem;
  color: #E60321;
  font-weight: 800;
  letter-spacing: 3px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (max-width: 767.98px) {
  .section-heading .jp {
    font-size: 3rem;
  }
}
.section-heading .en {
  display: block;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 3px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .section-heading .en {
    font-size: 1.8rem;
  }
}

.slala-news-section {
  position: relative;
  padding: 6rem 1em 8rem 1em;
}
@media screen and (min-width: 1100px), print {
  .slala-news-section {
    padding: 12rem 2em;
  }
}
.slala-news-section .inner {
  z-index: 2;
}

.news_more {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .news_more {
    margin-top: 3rem;
  }
}
.news_block {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dashed #027BBB;
  border-radius: 1.6rem;
  padding: 3.5rem 1.6rem 2rem 1.6rem;
}
@media screen and (min-width: 768px), print {
  .news_block {
    border-radius: 2rem;
    padding: 4rem 3rem 3rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news_block {
    border-radius: 3rem;
    padding: 5rem 5.5rem 3rem 5.5rem;
  }
}
.news_block.__type1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  display: block;
  width: 45px;
  height: 74px;
  border-radius: 10em;
  background-color: #E60321;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .news_block.__type1::before {
    width: 30px;
    height: 50px;
  }
}
.news_block.__type2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  display: block;
  width: 45px;
  height: 74px;
  border-radius: 10em;
  background-color: #F7ED00;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .news_block.__type2::before {
    width: 30px;
    height: 50px;
  }
}
.news_block.__type3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  display: block;
  width: 45px;
  height: 74px;
  border-radius: 10em;
  background-color: #027BBB;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .news_block.__type3::before {
    width: 30px;
    height: 50px;
  }
}
.news_important {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .news_important {
    margin-bottom: 4.5rem;
  }
}
.news_important .news-date {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
}

.slala-service-section {
  position: relative;
  padding: 8rem 1em 6rem 1em;
  background-color: #F7ED00;
}
@media screen and (min-width: 1100px), print {
  .slala-service-section {
    padding: 12rem 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .slala-service-section {
    padding: 6rem 1em 6rem 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .slala-service-section .inner {
    max-width: 750px;
  }
}
@media screen and (max-width: 767.98px) {
  .slala-service-section .inner {
    max-width: 570px;
  }
}
.slala-service-label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-40%);
          transform: translateX(-50%) translateY(-40%);
}
@media screen and (max-width: 1099.98px) {
  .slala-service-label {
    max-width: 280px;
  }
}
@media screen and (max-width: 767.98px) {
  .slala-service-label {
    max-width: 200px;
  }
}
.slala-service-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6.5rem -8.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .slala-service-container {
    margin: 0 -1rem -3rem 0;
  }
}
.slala-service-container .service_item {
  width: 33.333333%;
  padding: 0 6.5rem 8.5rem 0;
}
@media screen and (max-width: 1099.98px) {
  .slala-service-container .service_item {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .slala-service-container .service_item {
    padding: 0 1rem 3rem 0;
  }
}
@media screen and (max-width: 359.98px) {
  .slala-service-container .service_item {
    width: 100%;
  }
}
.slala-service-container .service_content {
  position: relative;
  height: 100%;
  padding-bottom: 6rem;
}
.slala-service-container .service_content:hover .service_cat {
  background-color: #027BBB;
}
.slala-service-container .service_content:hover .service_title {
  color: #027BBB;
}
.slala-service-container .service_content:hover .link-button {
  background-color: #fff;
  color: #027BBB;
}
.slala-service-container .service_content:hover .link-button::before {
  border-color: #027BBB;
}
.slala-service-container .service_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slala-service-container .service_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.slala-service-container .service_title {
  display: block;
  color: #E60321;
  font-size: 2rem;
  font-weight: 800;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  line-height: 1.2;
  text-align: center;
  margin: 1.6rem 0 1.5rem 0;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .slala-service-container .service_title {
    font-size: 2.6rem;
    letter-spacing: 1px;
    margin: 2rem 0;
  }
}
.slala-service-container .service_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px), print {
  .slala-service-container .service_text {
    letter-spacing: 1px;
    font-size: 1.6rem;
    line-height: 1.85;
  }
}
.slala-service-container .service_cat {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(26%, -50%) rotate(0.05deg);
          transform: translate(26%, -50%) rotate(0.05deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 10em 10em 10em 0;
  background-color: #E60321;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 800;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 767.98px) {
  .slala-service-container .service_cat {
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
    letter-spacing: -0.03em;
    -webkit-transform: translate(10%, -30%) rotate(0.05deg);
            transform: translate(10%, -30%) rotate(0.05deg);
  }
}
.slala-service-container .service_image {
  position: relative;
}
.slala-service-container .service_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.slala-service-container .service_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
@media screen and (max-width: 767.98px) {
  .slala-service-container .service_image img {
    border-radius: 2rem;
  }
}

.slala-kitpas-section {
  position: relative;
  padding: 4rem 1em 7rem 1em;
}
@media screen and (min-width: 1100px), print {
  .slala-kitpas-section {
    padding: 14.5rem 2em;
  }
}
.slala-kitpas-section .inner {
  max-width: none;
}
@media screen and (min-width: 1100px), print {
  .slala-kitpas-section .inner {
    margin: 0 -2em 0 0;
  }
}
.slala-kitpas-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .slala-kitpas-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .slala-kitpas-image {
    width: 55%;
  }
}
.slala-kitpas-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (min-width: 1100px), print {
  .slala-kitpas-image img {
    border-radius: 5rem 0 0 0;
    height: 620px;
  }
}
.slala-kitpas-main {
  max-width: 510px;
  margin-right: 7rem;
}
@media screen and (max-width: 1099.98px) {
  .slala-kitpas-main {
    max-width: 872px;
    margin: 0 0 3.5rem 0;
  }
}
.slala-kitpas-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .slala-kitpas-text {
    font-size: 1.6rem;
    line-height: 1.87;
    letter-spacing: 1px;
  }
}
.slala-kitpas-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .slala-kitpas-text .br {
    display: block;
  }
}
.slala-kitpas-text p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .slala-kitpas-text p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.slala-kitpas-more {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .slala-kitpas-more {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .slala-kitpas-more {
    text-align: center;
  }
}
.slala-kitpas-logo {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px), print {
  .slala-kitpas-logo {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .slala-kitpas-logo {
    text-align: center;
  }
}

.slala-topics-section {
  position: relative;
  padding: 5rem 1em;
  background-color: #027BBB;
}
@media screen and (min-width: 1100px), print {
  .slala-topics-section {
    padding: 9rem 2em;
  }
}
.slala-topics-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .slala-topics-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slala-topics-container .heading.h2 {
  margin-bottom: 3rem;
  color: #027BBB;
}
@media screen and (max-width: 767.98px) {
  .slala-topics-container .heading.h2 {
    margin-bottom: 2.5rem;
  }
}
.slala-topics-container .news_block {
  padding: 3.5rem 1.6rem 2rem 1.6rem;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .slala-topics-container .news_block {
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .slala-topics-container .news_block {
    padding: 5rem 3rem 3rem 3rem;
  }
}
.slala-topics-container .topics_item {
  width: 50%;
}
@media screen and (max-width: 1099.98px) {
  .slala-topics-container .topics_item {
    width: 100%;
  }
}
.slala-topics-container .topics_item:first-child {
  margin: 0 3.2rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .slala-topics-container .topics_item:first-child {
    margin: 0 0 4rem 0;
  }
}

.slala-related-section {
  position: relative;
  padding: 8rem 1em;
}
@media screen and (min-width: 1100px), print {
  .slala-related-section {
    padding: 17rem 2em;
  }
}
.slala-related-section .heading.h2 {
  color: #027BBB;
}
.slala-related-section .news_block {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .slala-related-section .news_block {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .slala-related-section .news_block {
    padding-bottom: 8rem;
  }
}
.slala-related-section .inner {
  z-index: 1;
}

.related_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6rem -5rem 0;
}
@media screen and (max-width: 767.98px) {
  .related_archive {
    margin: 0 -2rem -3rem 0;
  }
}
.related_archive_item {
  width: 33.33333%;
  padding: 0 6rem 5rem 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1099.98px) {
  .related_archive_item {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .related_archive_item {
    padding: 0 2rem 3rem 0;
  }
}
@media screen and (max-width: 575.98px) {
  .related_archive_item {
    width: 100%;
  }
}
.related_archive_content {
  position: relative;
  height: 100%;
}
.related_archive_content:hover .related_archive_title span {
  text-decoration: underline;
}
.related_archive_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .related_archive_image {
    margin-bottom: 1.2rem;
  }
}
.related_archive_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related_archive_image::before {
  content: "";
  display: block;
  padding-top: 35%;
}
.related_archive_title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.35;
  color: #027BBB;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .related_archive_title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.related_archive_title span {
  display: inline-block;
}
.related_archive_text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .related_archive_text {
    font-size: 1.2rem;
  }
}
.related_archive_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slala-contact-section {
  position: relative;
  padding: 0 1em;
}
@media screen and (min-width: 1100px), print {
  .slala-contact-section {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .slala-contact-section {
    padding: 0;
  }
}
.slala-contact-section .inner {
  max-width: 1500px;
}
.slala-contact-section .contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.9rem -2.9rem 0;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list {
    margin: 0 -1rem -1rem 0;
  }
}
.slala-contact-section .contact_list_item {
  width: 33.33333%;
  padding: 0 2.9rem 2.9rem 0;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item {
    padding: 0 1rem 1rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .slala-contact-section .contact_list_item {
    width: 100%;
  }
}
.slala-contact-section .contact_list_item.tel .tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #027BBB;
  color: #ffffff;
  padding: 1rem;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item.tel .tel-link {
    height: 80px;
  }
}
.slala-contact-section .contact_list_item.tel .tel-link span {
  position: relative;
  font-size: 2.4rem;
  font-weight: 800;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  padding-left: 5.5rem;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item.tel .tel-link span {
    font-size: 2rem;
    padding-left: 3.5rem;
  }
}
.slala-contact-section .contact_list_item.tel .tel-link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 41px;
  height: 41px;
  background: url("../img/base/icon-tel_wht.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item.tel .tel-link span::before {
    width: 26px;
    height: 26px;
  }
}
.slala-contact-section .contact_list_item.mail .mail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
  color: #027BBB;
  border: 3px solid #027BBB;
  padding: 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item.mail .mail-link {
    height: 80px;
  }
}
.slala-contact-section .contact_list_item.mail .mail-link:hover {
  opacity: 0.8;
}
.slala-contact-section .contact_list_item.mail .mail-link span {
  position: relative;
  font-size: 2.4rem;
  font-weight: 800;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  padding-left: 6rem;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item.mail .mail-link span {
    font-size: 2rem;
    padding-left: 4.5rem;
  }
}
.slala-contact-section .contact_list_item.mail .mail-link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 45px;
  height: 30px;
  background: url("../img/base/icon-mail.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item.mail .mail-link span::before {
    width: 35px;
    height: 24px;
  }
}
.slala-contact-section .contact_list_item.line .line-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
  color: #06C755;
  padding: 1rem;
  border: 3px solid #06C755;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item.line .line-link {
    height: 80px;
  }
}
.slala-contact-section .contact_list_item.line .line-link:hover {
  opacity: 0.8;
}
.slala-contact-section .contact_list_item.line .line-link span {
  position: relative;
  font-size: 2.4rem;
  font-weight: 800;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  padding-left: 7rem;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item.line .line-link span {
    font-size: 2rem;
    padding-left: 4.5rem;
  }
}
.slala-contact-section .contact_list_item.line .line-link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 53px;
  height: 52px;
  background: url("../img/base/icon-line.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-section .contact_list_item.line .line-link span::before {
    width: 33px;
    height: 32px;
  }
}
.slala-contact-container {
  padding: 13.5rem 2em;
  border-radius: 3rem;
  background: url("../img/top/bg1.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1279.98px) {
  .slala-contact-container {
    padding: 10rem 2em;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-container {
    padding: 6rem 1em;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .slala-contact-container {
    padding: 1em 1em;
    border-radius: 0;
  }
}
.slala-contact-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 3rem 8rem 5.5rem 8rem;
}
@media screen and (max-width: 1279.98px) {
  .slala-contact-main {
    padding: 3rem 5rem 5rem 5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-main {
    padding: 1.6rem 1.6rem 1.6rem 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .slala-contact-main {
    border-radius: 1.6rem;
    padding: 1.8rem 1.6rem 1.6rem 1.6rem;
  }
}
.slala-contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .slala-contact-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slala-contact-heading {
  display: block;
  line-height: 1.2;
  font-weight: 800;
  font-size: 3.2rem;
  color: #027BBB;
  letter-spacing: 1px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 1279.98px) {
  .slala-contact-heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .slala-contact-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .slala-contact-heading {
    margin: 0 0 1rem 0;
    font-size: 2rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.slala-contact-heading .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .slala-contact-heading .br {
    display: block;
  }
}

.design_image .image01 {
  position: absolute;
  left: 0;
  top: 6vw;
}
@media screen and (max-width: 1099.98px) {
  .design_image .image01 {
    width: 35vw;
    top: 0;
  }
}
.design_image .image02 {
  position: absolute;
  right: 0;
  bottom: -13.5vw;
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .design_image .image02 {
    width: 22vw;
    bottom: -18vw;
  }
}
.design_image .image03 {
  position: absolute;
  left: 0;
  top: 3.5vw;
  z-index: 0;
}
@media screen and (max-width: 1099.98px) {
  .design_image .image03 {
    width: 30vw;
    top: 6vw;
  }
}

/* --------------------------------

  下層

-------------------------------- */
.secondary-section {
  padding: 10rem 1em 11rem 1em;
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 20rem 2em 21rem 2em;
  }
}
.secondary-section:not(:first-child) {
  padding-top: 0;
}
.secondary_popup_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4.5rem -4.5rem 0;
}
@media screen and (max-width: 1099.98px) {
  .secondary_popup_gallery {
    margin: 0 -2.5rem -2.5rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary_popup_gallery {
    margin: 0 -1rem -1rem 0;
  }
}
.secondary_popup_image {
  width: 33.33333%;
  padding: 0 4.5rem 4.5rem 0;
}
@media screen and (max-width: 1099.98px) {
  .secondary_popup_image {
    padding: 0 2.5rem 2.5rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary_popup_image {
    padding: 0 1rem 1rem 0;
    width: 50%;
  }
}
.secondary_popup_image a {
  position: relative;
  display: block;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 3.2rem;
}
.secondary_popup_image a::before {
  content: "";
  position: absolute;
  bottom: 1.8rem;
  right: 1.8rem;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/pages/event/icon-plus.png") no-repeat center/cover;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .secondary_popup_image a::before {
    bottom: 1.2rem;
    right: 1.2rem;
    width: 25px;
    height: 25px;
  }
}
@media (hover: hover) {
  .secondary_popup_image a:where(:-moz-any-link, :enabled, summary):hover {
    border-color: #027BBB;
  }
  .secondary_popup_image a:where(:any-link, :enabled, summary):hover {
    border-color: #027BBB;
  }
}
.secondary_popup_image img {
  width: 100%;
  height: auto;
  border-radius: 3rem;
}
.secondary_box {
  background-color: #fff;
  padding: 2rem 1.6rem;
  border-radius: 2rem;
  border: 3px solid #3B3B3B;
}
@media screen and (min-width: 768px), print {
  .secondary_box {
    padding: 3.5rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary_box {
    padding: 4.8rem 3rem;
  }
}
.secondary_box:not(:last-child) {
  margin: 0 0 2.5rem 0;
}
@media screen and (min-width: 1100px), print {
  .secondary_box:not(:last-child) {
    margin: 0 0 5rem 0;
  }
}
.secondary_box_container {
  margin: 2.5rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .secondary_box_container {
    margin: 4rem 0 0 0;
  }
}
.secondary_box_heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 0 0 2rem 0;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px), print {
  .secondary_box_heading {
    font-size: 1.8rem;
    margin: 0 0 3rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary_box_heading {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    margin: 0 0 4rem 0;
  }
}
.secondary_box_heading .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .secondary_box_heading .br {
    display: none;
  }
}
.secondary_fee_att {
  margin-top: 1rem;
}
@media screen and (min-width: 1100px), print {
  .secondary_fee_att {
    margin-top: 1.5rem;
  }
}
.secondary_fee_att li {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .secondary_fee_att li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary_fee_att li {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.secondary_fee_att li a {
  text-decoration: underline;
}
@media (hover: hover) {
  .secondary_fee_att li a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .secondary_fee_att li a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
.secondary_fee_att li span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1100px), print {
  .secondary_fee_att li span {
    font-size: 1.3rem;
  }
}
.secondary_fee_table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.secondary_fee_table.__type1 td {
  color: #FF7F7F;
}
.secondary_fee_table tr:first-child th, .secondary_fee_table tr:first-child td {
  border-top: 1px solid #D9D9D9;
}
.secondary_fee_table th, .secondary_fee_table td {
  vertical-align: middle;
  line-height: 1.2;
  padding: 1rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 480px), print {
  .secondary_fee_table th, .secondary_fee_table td {
    padding: 1.3rem 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .secondary_fee_table th, .secondary_fee_table td {
    padding: 1.3rem 1.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary_fee_table th, .secondary_fee_table td {
    padding: 1.6rem 2rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.secondary_fee_table th span {
  font-size: 1rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 480px), print {
  .secondary_fee_table th span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .secondary_fee_table th span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary_fee_table th span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary_fee_table th span {
    display: block;
  }
}
.secondary_fee_table td {
  color: #027BBB;
  text-align: right;
  white-space: nowrap;
}
.secondary_item {
  position: relative;
  padding: 2.5rem 0;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .secondary_item {
    padding: 3.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary_item {
    padding: 5.5rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary_item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.secondary_item.__last {
  padding-bottom: 0;
}
.secondary_item.__last::after {
  display: none;
}
.secondary_item.__type2::after {
  background-color: #F7ED00;
}
.secondary_item.__type2:first-of-type::before {
  background-color: #F7ED00;
}
.secondary_item.__type3::after {
  background-color: #FF7F7F;
}
.secondary_item.__type3:first-of-type::before {
  background-color: #FF7F7F;
}
.secondary_item.__type4::after {
  background-color: #3B3B3B;
}
.secondary_item.__type4:first-of-type::before {
  background-color: #3B3B3B;
}
.secondary_item.__type5::after {
  background-color: #D9D9D9;
}
.secondary_item.__type5:first-of-type::before {
  background-color: #D9D9D9;
}
.secondary_item.__type6::after {
  background-color: #7FFF7F;
}
.secondary_item.__type6:first-of-type::before {
  background-color: #7FFF7F;
}
.secondary_item.__type7::after {
  background-color: #E60321;
}
.secondary_item.__type7:first-of-type::before {
  background-color: #E60321;
}
.secondary_item:first-of-type {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .secondary_item:first-of-type {
    margin-top: 1rem;
  }
}
.secondary_item:first-of-type::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  display: block;
  height: 5px;
  background-color: #7FBFFF;
  border-radius: 10em;
}
@media screen and (min-width: 768px), print {
  .secondary_item:first-of-type::before {
    height: 10px;
    top: -1rem;
  }
}
.secondary_item::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  right: 0;
  display: block;
  height: 5px;
  background-color: #7FBFFF;
  border-radius: 10em;
}
@media screen and (min-width: 768px), print {
  .secondary_item::after {
    height: 10px;
    bottom: -1rem;
  }
}
.secondary_item_header {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 1100px), print {
  .secondary_item_header {
    width: 22rem;
    margin: 0 2rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary_item_header {
    text-align: center;
  }
}
.secondary_item_container {
  margin: 2.5rem 0 2rem 0;
}
@media screen and (min-width: 768px), print {
  .secondary_item_container {
    margin: 3.5rem 0 2.5rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary_item_container {
    margin: 5.5rem 0 3.5rem 0;
  }
}
.secondary_item_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1099.98px) {
  .secondary_item_main {
    width: 100%;
  }
}
.secondary_list.__type1 li span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .secondary_list.__type1 li span {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
}
.secondary_list.__type1 li span::before {
  top: -0.08em;
}
@media screen and (min-width: 768px), print {
  .secondary_list.__type1 li span::before {
    top: -0.19em;
  }
}
.secondary_list.__type2 li span {
  font-size: 1.4rem;
  color: #3B3B3B;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .secondary_list.__type2 li span {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
.secondary_list.__type2 li span::before {
  top: 0.2em;
}
@media screen and (min-width: 768px), print {
  .secondary_list.__type2 li span::before {
    top: -0.06em;
  }
}
.secondary_list li {
  padding: 1.3rem 1rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px), print {
  .secondary_list li {
    padding: 1.6rem 2.5rem;
  }
}
.secondary_list li:first-child {
  border-top: 1px solid #D9D9D9;
}
.secondary_list li span {
  display: block;
  position: relative;
  line-height: 1.2;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #027BBB;
}
@media screen and (min-width: 768px), print {
  .secondary_list li span {
    padding-left: 5rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.secondary_list li span::before {
  content: "";
  position: absolute;
  top: -0.06em;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/base/icon-check.png") no-repeat center/cover;
}
@media screen and (min-width: 768px), print {
  .secondary_list li span::before {
    width: 30px;
    height: 30px;
    top: -0.15em;
  }
}
.secondary_block {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dashed #027BBB;
  border-radius: 1.6rem;
  padding: 3.5rem 1.6rem 2rem 1.6rem;
}
@media screen and (min-width: 768px), print {
  .secondary_block {
    border-radius: 2rem;
    padding: 4rem 3rem 3rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .secondary_block {
    border-radius: 3rem;
    padding: 5rem 5.5rem 3rem 5.5rem;
  }
}
.secondary_block.__type1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  display: block;
  width: 45px;
  height: 74px;
  border-radius: 10em;
  background-color: #E60321;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .secondary_block.__type1::before {
    width: 30px;
    height: 50px;
  }
}
.secondary_block.__type2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  display: block;
  width: 45px;
  height: 74px;
  border-radius: 10em;
  background-color: #F7ED00;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .secondary_block.__type2::before {
    width: 30px;
    height: 50px;
  }
}
.secondary_block.__type3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  display: block;
  width: 45px;
  height: 74px;
  border-radius: 10em;
  background-color: #027BBB;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .secondary_block.__type3::before {
    width: 30px;
    height: 50px;
  }
}
.secondary_block.__type5 {
  background-color: #F8F8F8;
  border: none;
}
.secondary_block.__type5 .heading.h2.__type1 {
  color: #3B3B3B;
}
.secondary_block.__type5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  display: block;
  width: 45px;
  height: 74px;
  border-radius: 10em;
  background-color: #3B3B3B;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .secondary_block.__type5::before {
    width: 30px;
    height: 50px;
  }
}
.secondary-design .design-image {
  position: absolute;
  z-index: 0;
}
.secondary-design .design-image.image01 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 1439.98px) {
  .secondary-design .design-image.image01 {
    width: 36vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .secondary-design .design-image.image01 {
    width: 60vw;
  }
}
.secondary-design .design-image.image02 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 1439.98px) {
  .secondary-design .design-image.image02 {
    width: 67vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .secondary-design .design-image.image02 {
    width: 70vw;
  }
}
.secondary-design .design-image.image03 {
  top: 10em;
  left: 0;
}
@media screen and (max-width: 1439.98px) {
  .secondary-design .design-image.image03 {
    width: 10vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .secondary-design .design-image.image03 {
    width: 18vw;
    top: 5em;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-design .design-image.image03 {
    top: 2em;
  }
}
.secondary-design .design-image.image04 {
  top: 10em;
  right: 0;
}
@media screen and (max-width: 1599.98px) {
  .secondary-design .design-image.image04 {
    width: 13vw;
  }
}
@media screen and (max-width: 1439.98px) {
  .secondary-design .design-image.image04 {
    width: 14vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .secondary-design .design-image.image04 {
    width: 16vw;
    top: 5em;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-design .design-image.image04 {
    width: 20vw;
    top: 3em;
  }
}
.secondary-design .design-image.image05 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media screen and (max-width: 1099.98px) {
  .secondary-design .design-image.image05 {
    width: 25vw;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-design .design-image.image05 {
    -webkit-transform: inherit;
            transform: inherit;
    top: 38em;
    width: 30vw;
  }
}
@media screen and (max-width: 479.98px) {
  .secondary-design .design-image.image05 {
    top: 25em;
  }
}
.secondary-design .design-image.image06 {
  position: absolute;
  right: 0;
  bottom: 5em;
}
@media screen and (max-width: 1099.98px) {
  .secondary-design .design-image.image06 {
    width: 16vw;
    bottom: 25em;
  }
}
@media screen and (max-width: 767.98px) {
  .secondary-design .design-image.image06 {
    width: 20vw;
    bottom: 35em;
  }
}

.section-dmy {
  text-align: center;
  padding: 0 0 11rem 0;
}
@media screen and (min-width: 1100px), print {
  .section-dmy {
    padding: 0 0 21rem 0;
  }
}
.portrait-section {
  position: relative;
  padding: 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .portrait-section {
    padding: 5em 2em;
  }
}
.portrait-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .portrait-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.portrait-intro-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0 2.5rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .portrait-intro-main {
    margin: 0 0 2.5rem 0;
  }
}
.portrait-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .portrait-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .portrait-text {
    letter-spacing: 0.1em;
    font-size: 2rem;
  }
}
.portrait-text .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .portrait-text .br {
    display: block;
  }
}
.portrait-text .accent {
  color: #E60321;
  font-weight: 700;
}
.portrait-text a {
  color: #027BBB;
  text-decoration: underline;
}
@media (hover: hover) {
  .portrait-text a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .portrait-text a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
.portrait-block:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1100px), print {
  .portrait-block:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.portrait-menu-heading {
  display: block;
  line-height: 1.2;
  text-align: center;
  color: #E60321;
  font-weight: 800;
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin: 0 0 3.5rem 0;
}
@media screen and (min-width: 768px), print {
  .portrait-menu-heading {
    font-size: 3rem;
    margin: 0 0 4.5rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .portrait-menu-heading {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}
.portrait-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -2.3rem -2.3rem 0;
}
@media screen and (max-width: 479.98px) {
  .portrait-menu-list {
    margin: 0 -2rem -2rem 0;
  }
}
.portrait-menu-item {
  padding: 0 2.3rem 2.3rem 0;
}
@media screen and (max-width: 479.98px) {
  .portrait-menu-item {
    padding: 0 2rem 2rem 0;
    width: 50%;
  }
}
.portrait-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .portrait-menu-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 479.98px) {
  .portrait-menu-button {
    margin-top: 3rem;
  }
}
.portrait-menu-more:not(:last-child) {
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .portrait-menu-more:not(:last-child) {
    margin: 0 0 1rem 0;
  }
}
.portrait-menu-content {
  position: relative;
  width: 160px;
}
@media screen and (max-width: 479.98px) {
  .portrait-menu-content {
    width: 100%;
  }
}
.portrait-menu-content:hover .portrait-menu-image {
  border-color: #027BBB;
}
.portrait-menu-content:hover .portrait-menu-title {
  color: #027BBB;
}
.portrait-menu-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.portrait-menu-image {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 3rem;
  border: 2px solid transparent;
}
@media screen and (max-width: 479.98px) {
  .portrait-menu-image {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
.portrait-menu-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.portrait-menu-title {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-top: 2.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 479.98px) {
  .portrait-menu-title {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-top: 1.6rem;
  }
}
.portrait-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem -1rem 4rem 0;
}
@media screen and (max-width: 1099.98px) {
  .portrait-gallery {
    margin: 3rem -1rem 2rem 0;
  }
}
.portrait-gallery-image {
  width: 25%;
  padding: 0 1rem 1rem 0;
}
@media screen and (max-width: 767.98px) {
  .portrait-gallery-image {
    width: 50%;
  }
}
.portrait-gallery-image img {
  width: 100%;
  border-radius: 3rem;
}
.portrait-option-block {
  padding: 5rem 4rem;
  border-radius: 3rem;
  border: 3px solid #FF7F7F;
  margin-top: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .portrait-option-block {
    padding: 3rem;
    border-radius: 2rem;
    margin-top: 3rem;
    border: 2px solid #FF7F7F;
  }
}
@media screen and (max-width: 767.98px) {
  .portrait-option-block {
    padding: 1.5rem;
  }
}
.portrait-option-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #FF7F7F;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-bottom: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .portrait-option-heading {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .portrait-option-heading {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 1.6rem;
  }
}
.portrait-option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .portrait-option-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.portrait-option-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .portrait-option-main {
    margin: 0 0 2.5rem 0;
    width: 100%;
  }
}
.portrait-option-image {
  text-align: center;
}
.portrait-option-image img {
  border-radius: 3rem;
}
.portrait-option-image figcaption {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .portrait-option-image figcaption {
    font-size: 1.2rem;
  }
}
.portrait-option-image figcaption span {
  display: block;
  margin-top: 1rem;
}
.portrait-fast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1099.98px) {
  .portrait-fast-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .portrait-fast-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
}
.portrait-fast-text {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 1099.98px) {
  .portrait-fast-text {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0.5rem 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .portrait-fast-text {
    text-align: center;
  }
}
.portrait-type-item:not(:last-child) {
  margin-bottom: 13rem;
}
@media screen and (max-width: 1099.98px) {
  .portrait-type-item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.portrait-type-box {
  padding: 2.6rem 4.5rem;
  border-radius: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1099.98px) {
  .portrait-type-box {
    padding: 2rem 3rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .portrait-type-box {
    padding: 1.6rem;
    margin-top: 2.5rem;
  }
}
.portrait-type-box dt, .portrait-type-box dd {
  text-align: center;
  line-height: 1.5;
}
.portrait-type-box dt {
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  font-family: "M PLUS 1p", sans-serif;
  padding: 0 0 1.6rem 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1099.98px) {
  .portrait-type-box dt {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.98px) {
  .portrait-type-box dt {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 0 0 1rem 0;
    margin-bottom: 1.2rem;
  }
}
.portrait-type-box dd {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1099.98px) {
  .portrait-type-box dd {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.98px) {
  .portrait-type-box dd {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .portrait-type-box dd {
    font-size: 1.2rem;
  }
}
.portrait-type-box.__type1 {
  background-color: #7FBFFF;
}
.portrait-type-box.__type1 dt, .portrait-type-box.__type1 dd {
  color: #fff;
}
.portrait-type-box.__type2 {
  background-color: #FFFF7F;
}
.portrait-type-box.__type2 dt {
  border-color: #3B3B3B;
}
.portrait-type-box.__type2 dt, .portrait-type-box.__type2 dd {
  color: #3B3B3B;
}
.portrait-type-box.__type3 {
  background-color: #FF7F7F;
}
.portrait-type-box.__type3 dt, .portrait-type-box.__type3 dd {
  color: #fff;
}
.portrait-type-box.__type4 {
  background-color: #D9D9D9;
}
.portrait-type-box.__type4 dt {
  border-color: #3B3B3B;
}
.portrait-type-box.__type4 dt, .portrait-type-box.__type4 dd {
  color: #3B3B3B;
}
.portrait-type-box.__type5 {
  background-color: #06C755;
}
.portrait-type-box.__type5 dt {
  border-color: #fff;
}
.portrait-type-box.__type5 dt, .portrait-type-box.__type5 dd {
  color: #fff;
}

.price-tbl2 {
  width: 100%;
  height: auto;
}

.price-tbl2 th {
  background: #cfcfcf;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
  white-space: nowrap;
  border: 1px solid #e5e5e5;
}

.price-tbl2 td {
  border: 1px solid #e5e5e5;
  padding: 10px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.price-tbl2-wrap {
  overflow-x: auto;
}

@media screen and (max-width: 767.98px) {
  .price-tbl2 {
    width: 100%;
    height: auto;
    font-size: 12px;
  }
  .price-tbl2 th {
    letter-spacing: normal;
    background: #cfcfcf;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    font-weight: 400;
    border: 1px solid #e5e5e5;
  }
  .price-tbl2 td {
    letter-spacing: normal;
    border: 1px solid #e5e5e5;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
  .price-tbl2 tr th:first-child {
    text-align: center;
  }
}
@media screen and (max-width: 479.98px) {
  .price-tbl2 {
    font-size: 10px;
  }
}
.event-section {
  position: relative;
  padding: 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .event-section {
    padding: 5em 2em;
  }
}
.event-block:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1100px), print {
  .event-block:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.event-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .event-point {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .event-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-point-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .event-point-main {
    margin: 0 0 3rem 0;
  }
}
.event-point-item {
  position: relative;
  padding: 0 0 0 12rem;
}
@media screen and (max-width: 767.98px) {
  .event-point-item {
    padding: 0 0 0 7rem;
  }
}
.event-point-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 89px;
  height: 65px;
  background: url("../img/pages/event/icon-hand.png") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .event-point-item::before {
    width: 59px;
    height: 43px;
  }
}
.event-point-item dt {
  display: block;
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
  color: #E60321;
  margin-bottom: 0.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .event-point-item dt {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.event-point-item dd {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3B3B3B;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .event-point-item dd {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.event-point-item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .event-point-item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.event-text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .event-text {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.event-text a {
  text-decoration: underline;
}
@media (hover: hover) {
  .event-text a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .event-text a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
.event-text .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .event-text .br {
    display: block;
  }
}
.event-intro-heading {
  display: block;
  line-height: 1.2;
  color: #027BBB;
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px), print {
  .event-intro-heading {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .event-intro-heading {
    font-size: 4rem;
    letter-spacing: 0.15em;
  }
}
.event-intro-text {
  display: block;
  line-height: 1.2;
  color: #3B3B3B;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 2.5rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px), print {
  .event-intro-text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .event-intro-text {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}

.mfp-bg, .mfp-wrap {
  z-index: 9999 !important;
}

.flow-section {
  position: relative;
  padding: 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .flow-section {
    padding: 5em 2em;
  }
}
.flow-section .mail-link {
  display: inline-block;
  padding: 3rem;
  background-color: #fff;
  color: #027BBB;
  border: 3px solid #027BBB;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .flow-section .mail-link {
    padding: 2rem;
  }
}
.flow-section .mail-link:hover {
  opacity: 0.8;
}
.flow-section .mail-link span {
  position: relative;
  font-size: 2.4rem;
  font-weight: 800;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  padding-left: 6rem;
}
@media screen and (max-width: 1099.98px) {
  .flow-section .mail-link span {
    font-size: 2rem;
    padding-left: 4.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-section .mail-link span {
    font-size: 1.6rem;
    padding-left: 3.8rem;
  }
}
.flow-section .mail-link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 45px;
  height: 30px;
  background: url("../img/base/icon-mail.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .flow-section .mail-link span::before {
    width: 35px;
    height: 24px;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-section .mail-link span::before {
    width: 30px;
    height: 20px;
  }
}
.flow-text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .flow-text {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.flow-text a {
  text-decoration: underline;
  color: #027BBB;
}
@media (hover: hover) {
  .flow-text a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .flow-text a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
.flow-text .br {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .flow-text .br {
    display: block;
  }
}
.flow-block:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1100px), print {
  .flow-block:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.flow-block .line-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .flow-block .line-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .flow-block .line-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.flow-step-list {
  margin-top: 1.5rem;
}
.flow-step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  padding: 1.3rem;
  font-weight: 400;
  font-size: 1.2rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px), print {
  .flow-step-list li {
    font-size: 1.4rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .flow-step-list li {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}
.flow-step-list li span {
  width: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .flow-step-list li span {
    width: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .flow-step-list li span {
    width: 4rem;
  }
}
.flow-step-list li:first-child {
  border-top: 1px solid #D9D9D9;
}
.flow-heading {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 800;
  font-family: "M PLUS 1p", sans-serif;
  padding: 0 0 0 4rem;
  margin-bottom: 1.8rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px), print {
  .flow-heading {
    font-size: 2rem;
    padding: 0 0 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .flow-heading {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    padding: 0 0 0 7rem;
    margin-bottom: 4rem;
  }
}
.flow-heading::before {
  content: attr(data-subttl);
  position: absolute;
  left: 0;
  top: -0.24em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #F7ED00;
  color: #3B3B3B;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 1;
  padding: 0 0 0 0.1rem;
  font-size: 1.8rem;
  font-weight: 800;
}
@media screen and (min-width: 768px), print {
  .flow-heading::before {
    height: 40px;
    width: 40px;
    font-size: 2.4rem;
    padding: 0 0 0 0.1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .flow-heading::before {
    height: 50px;
    width: 50px;
    font-size: 3.4rem;
    padding: 0 0 0 0.35rem;
  }
}
.flow-department-block {
  border-radius: 2rem;
  padding: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .flow-department-block {
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .flow-department-block {
    padding: 4.8rem 5.5rem;
  }
}
.flow-department-block.__type1 {
  border: 3px solid #FF7F7F;
}
.flow-department-block.__type2 {
  border: 3px solid #7FBFFF;
}
.flow-department-block.__type3 {
  border: 3px solid #D9D9D9;
}
.flow-department-block:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .flow-department-block:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.flow-department-header {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .flow-department-header {
    margin-bottom: 3rem;
  }
}
.flow-department-desc {
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .flow-department-desc {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.flow-department-heading {
  display: block;
  line-height: 1.2;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .flow-department-heading {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.flow-department-heading span {
  display: block;
  font-weight: 400;
  color: #3B3B3B;
  font-size: 1.4rem;
  margin-top: 0.3rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .flow-department-heading span {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
}
.flow-department-heading.__type1 {
  color: #FF7F7F;
}
.flow-department-heading.__type2 {
  color: #7FBFFF;
}
.flow-department-heading.__type3 {
  color: #3B3B3B;
}
.flow-store-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.flow-store-table tr:first-child th, .flow-store-table tr:first-child td {
  border-top: 1px solid #D9D9D9;
}
.flow-store-table th {
  width: 13rem;
}
@media screen and (max-width: 1099.98px) {
  .flow-store-table th {
    width: 10rem;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-store-table th {
    width: 8rem;
  }
}
.flow-store-table th, .flow-store-table td {
  vertical-align: middle;
  line-height: 1.2;
  padding: 1.8rem;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #3B3B3B;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 1099.98px) {
  .flow-store-table th, .flow-store-table td {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .flow-store-table th, .flow-store-table td {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-store-table th, .flow-store-table td {
    font-size: 1.4rem;
    padding: 1.3rem 0.5rem;
    letter-spacing: -0.03em;
  }
}
.flow-store-table td span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .flow-store-table td span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .flow-store-table td span {
    display: block;
  }
}
.flow-store-map {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .flow-store-map {
    padding-top: 88%;
  }
}
@media screen and (max-width: 767.98px) {
  .flow-store-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.flow-store-view {
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .flow-store-view {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .flow-store-view {
    padding-top: 88%;
  }
}
@media screen and (max-width: 767.98px) {
  .flow-store-view iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.flow-type-container {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .flow-type-container {
    margin-top: 5rem;
  }
}
.flow-type-block:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px), print {
  .flow-type-block:not(:last-child) {
    margin-bottom: 15rem;
  }
}
.flow-box-inner {
  padding: 2rem 0 0 0;
  border-top: 1px solid #D9D9D9;
}
@media screen and (min-width: 768px), print {
  .flow-box-inner {
    padding: 2.5rem 0 0 0;
  }
}
.flow-bad-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5rem 6rem 0;
}
@media screen and (max-width: 1099.98px) {
  .flow-bad-gallery {
    margin: 0 -3rem 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .flow-bad-gallery {
    margin: 0 -3rem 2rem 0;
  }
}
.flow-bad-image {
  width: 50%;
  padding: 0 5rem 4rem 0;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .flow-bad-image {
    padding: 0 3rem 3rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .flow-bad-image {
    width: 100%;
    padding: 0 3rem 2rem 0;
  }
}
.flow-bad-image img {
  border-radius: 3rem;
}
.flow-bad-image figcaption {
  display: block;
  line-height: 1.5;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  margin-top: 1.2rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media screen and (min-width: 768px), print {
  .flow-bad-image figcaption {
    font-size: 2rem;
  }
}
.flow-bad-image figcaption span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .flow-bad-image figcaption span {
    font-size: 1.4rem;
  }
}

.kitpas-section {
  position: relative;
  padding: 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .kitpas-section {
    padding: 5em 2em;
  }
}
.kitpas-define dt, .kitpas-define dd {
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .kitpas-define dt, .kitpas-define dd {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.kitpas-define dt {
  color: #027BBB;
}
.kitpas-define dd ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.kitpas-define dd ul li::before {
  content: "・";
  color: #027BBB;
  position: absolute;
  top: 0;
  left: 0;
}
.kitpas-block:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1100px), print {
  .kitpas-block:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.kitpas-logo {
  text-align: center;
  margin-bottom: 1rem;
}
.kitpas-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .kitpas-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.87;
    letter-spacing: 0.1em;
  }
}
.kitpas-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .kitpas-text .br {
    display: block;
  }
}
.kitpas-heading {
  display: block;
  line-height: 1.2;
  font-weight: 800;
  font-size: 1.8rem;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .kitpas-heading {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .kitpas-heading {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.kitpas-image img {
  border-radius: 1rem;
}

.contact-section {
  position: relative;
  padding: 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .contact-section {
    padding: 5em 2em;
  }
}
.contact-block:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1100px), print {
  .contact-block:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.contact-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .contact-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.87;
    letter-spacing: 0.1em;
  }
}
.contact-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .contact-text .br {
    display: block;
  }
}

/* --------------------------------

  お知らせ

-------------------------------- */
.news-section .heading.h2 {
  color: #027BBB;
}
@media screen and (max-width: 767.98px) {
  .news-section .heading.h2 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.news-section .news-list, .news-section .office-communication-list {
  margin-bottom: 2em;
}
.news-inner {
  padding: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .news-inner {
    padding: 0 0.5rem;
  }
}
.news-topics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 2rem;
  border-bottom: 1px solid #F8F8F8;
}
.news-topics:first-child {
  border-top: 1px solid #F8F8F8;
}
@media screen and (max-width: 767.98px) {
  .news-topics {
    padding: 1.5rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-date {
  display: block;
  line-height: 1.2;
  font-weight: 400;
  color: #3B3B3B;
  width: 9.8rem;
  margin: 0 3rem 0 0;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .news-date {
    margin: 0 0 0.35em 0;
    font-size: 1.4rem;
    width: 100%;
  }
}
.news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.news-link {
  display: inline-block;
  color: #027BBB;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .news-link {
    font-size: 1.4rem;
  }
}
.news-link:hover {
  text-decoration: underline;
}
.news-body {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .news-body {
    font-size: 1.4rem;
  }
}
.news-text {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-back {
  text-align: center;
  margin-top: 2em;
  border-top: 1px dotted #BBBBBB;
  padding-top: 2.5em;
}
@media screen and (max-width: 639.98px) {
  .news-back {
    margin-top: 2em;
    padding-top: 2em;
  }
}
.artist-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -3.5rem -3.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .artist-list {
    margin: 0 -1.5rem -1.5rem 0;
  }
}
.artist-topics {
  width: 33.33333%;
  padding: 0 3.5rem 3.5rem 0;
}
@media screen and (max-width: 1099.98px) {
  .artist-topics {
    width: 50%;
    padding: 0 3.5rem 3.5rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .artist-topics {
    width: 50%;
    padding: 0 1.5rem 1.5rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .artist-topics {
    width: 100%;
  }
}
.artist-link {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .artist-link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .artist-link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.artist-title {
  display: block;
  position: relative;
  color: #fff;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  font-family: "M PLUS 1p", sans-serif;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  font-weight: 800;
  font-size: 1.8rem;
  padding: 2.5rem 3.6rem 2.5rem 2.5rem;
  border-radius: 0 0 2rem 2rem;
}
.__type1 .artist-title {
  background-color: #FF7F7F;
}
.__type2 .artist-title {
  background-color: #7FBFFF;
}
.__type3 .artist-title {
  background-color: #3B3B3B;
}
@media screen and (max-width: 767.98px) {
  .artist-title {
    font-size: 1.4rem;
    padding: 2rem 3rem 2rem 2rem;
  }
}
.artist-title::before {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
@media screen and (max-width: 767.98px) {
  .artist-title::before {
    width: 10px;
    height: 10px;
    right: 1.8rem;
  }
}
.artist-img {
  position: relative;
  overflow: hidden;
}
.artist-img::before {
  content: "";
  display: block;
  padding-top: 114%;
}
.artist-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem 2rem 0 0;
}

/* topics_paging */
#topics_paging, #topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #0081BF;
  text-decoration: none;
}