@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-weight: 400;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-display: swap;
  overflow: auto;
  height: -webkit-fill-available;
  background-color: #FFFFFF;
}

body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  color: #000000;
}

input[type=submit], input[type=button], button {
  font-family: "Noto Sans JP", serif;
  -webkit-appearance: none;
}

.c-mainBottomSpace {
  padding-bottom: 420px;
}
@media screen and (max-width: 1279px) {
  .c-mainBottomSpace {
    padding-bottom: 210px;
  }
}

.c-more {
  height: 80px;
  border-radius: 40px;
}
@media screen and (max-width: 1279px) {
  .c-more {
    height: 50px;
    border-radius: 25px;
  }
}
.c-more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 100%;
}
.c-more a:hover::after {
  -webkit-animation: more 0.5s ease;
          animation: more 0.5s ease;
}
@-webkit-keyframes more {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes more {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1279px) {
  .c-more a:hover::after {
    -webkit-animation: none;
            animation: none;
  }
}
.c-more a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  .c-more a::after {
    font-size: 1rem;
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .c-more a {
    font-size: 1.4rem;
  }
}

.c-brsp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .c-brsp {
    display: inline-block;
  }
}

.c-brpc {
  display: inline-block;
}
@media screen and (max-width: 1279px) {
  .c-brpc {
    display: none;
  }
}

.c-maintitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 160px;
  color: #2c3692;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #cbdffb;
}
@media screen and (max-width: 1279px) {
  .c-maintitle {
    margin-top: 60px;
    height: 80px;
    font-size: 2rem;
  }
}
.c-maintitle::after {
  display: block;
  color: #999999;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0;
  padding-top: 0.25em;
}
@media screen and (max-width: 1279px) {
  .c-maintitle::after {
    font-size: 1.5rem;
  }
}

.c-breadcrumbs {
  width: 1000px;
  height: auto;
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  .c-breadcrumbs {
    width: auto;
    margin: 0 30px;
    padding-bottom: 30px;
  }
}
.c-breadcrumbs a, .c-breadcrumbs span {
  font-size: 1.6rem;
  line-height: 200%;
}
@media screen and (max-width: 1279px) {
  .c-breadcrumbs a, .c-breadcrumbs span {
    font-size: 1.2rem;
  }
}

.c-anchor {
  width: 1000px;
  height: auto;
  margin: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  .c-anchor {
    width: auto;
    margin: 0 30px;
    padding-bottom: 20px;
  }
}
.c-anchor__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.c-anchor__list::after {
  content: "";
  width: 320px;
}
@media screen and (max-width: 1279px) {
  .c-anchor__list::after {
    width: 32%;
  }
}
.c-anchor__item {
  width: 320px;
  height: 65px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .c-anchor__item {
    width: 32%;
    height: 40px;
    margin-bottom: 10px;
  }
}
.c-anchor__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  text-align: center;
  color: #2c3692;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  background-color: #cbdffb;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-anchor__item a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1279px) {
  .c-anchor__item a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-anchor__item a small {
    display: none;
  }
}
.c-anchor__item--quarter {
  width: 240px;
}
@media screen and (max-width: 1279px) {
  .c-anchor__item--quarter {
    width: 49%;
  }
}
.c-anchor__item--onefifth {
  width: 190px;
}
@media screen and (max-width: 1279px) {
  .c-anchor__item--onefifth {
    width: 49%;
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  .l-header {
    height: 70px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header::before {
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2c3692;
    -webkit-transition: -webkit-transform 0.25s ease-out 0s;
    transition: -webkit-transform 0.25s ease-out 0s;
    transition: transform 0.25s ease-out 0s;
    transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@media screen and (max-width: 1279px) {
  .l-header.ls-header {
    border-bottom: #FFFFFF solid 2px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header.ls-header::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header__logo {
  position: absolute;
  z-index: 100;
  top: 0;
  left: calc(50% - 600px);
  width: 240px;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    left: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__logo {
    top: 13px;
    width: 200px;
    height: 45px;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(../img/common/logo.png) no-repeat center;
  background-size: 240px auto;
}
@media screen and (max-width: 1279px) {
  .l-header__logo a {
    background-size: 200px auto;
  }
}
.l-header__button {
  display: none;
  visibility: hidden;
}
.l-header__button:checked ~ .l-header__label {
  background-color: #FFFFFF;
}
.l-header__button:checked ~ .l-header__label .l-header__bar {
  background-color: #2c3692;
}
.l-header__button:checked ~ .l-header__label .l-header__bar--top {
  -webkit-transform: translateY(0) rotate(50deg);
          transform: translateY(0) rotate(50deg);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-header__button:checked ~ .l-header__label .l-header__bar--middle {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-header__button:checked ~ .l-header__label .l-header__bar--bottom {
  -webkit-transform: translateY(0) rotate(-50deg);
          transform: translateY(0) rotate(-50deg);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1279px) {
  .l-header__button:checked ~ .l-header__spmenu {
    -webkit-animation: headerSpmenuOpen 0.25s ease-out forwards;
            animation: headerSpmenuOpen 0.25s ease-out forwards;
  }
  @-webkit-keyframes headerSpmenuOpen {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
    }
    100% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes headerSpmenuOpen {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
    }
    100% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
}
.l-header__button:not(:checked) ~ .l-header__label {
  background-color: #2c3692;
}
.l-header__button:not(:checked) ~ .l-header__label .l-header__bar {
  background-color: #FFFFFF;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.l-header__button:not(:checked) ~ .l-header__label .l-header__bar--top {
  -webkit-transform: translateY(-6px) rotate(0);
          transform: translateY(-6px) rotate(0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-header__button:not(:checked) ~ .l-header__label .l-header__bar--middle {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.l-header__button:not(:checked) ~ .l-header__label .l-header__bar--bottom {
  -webkit-transform: translateY(6px) rotate(0);
          transform: translateY(6px) rotate(0);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1279px) {
  .l-header__button:not(:checked) ~ .l-header__spmenu {
    -webkit-animation: headerSpmenuClose 0.25s ease-out forwards;
            animation: headerSpmenuClose 0.25s ease-out forwards;
  }
  @-webkit-keyframes headerSpmenuClose {
    0% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
    }
  }
  @keyframes headerSpmenuClose {
    0% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
    }
  }
}
.l-header__label {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__label {
    position: fixed;
    display: block;
    z-index: 103;
    top: 12px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__bar {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 2px;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__spmenu {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: #2c3692;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.l-header__mainmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100px;
  margin-left: 30px;
}
@media screen and (max-width: 1279px) {
  .l-header__mainmenu {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.l-header__mainmenu .menu-item {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 12px;
}
@media screen and (max-width: 1279px) {
  .l-header__mainmenu .menu-item {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-bottom: #FFFFFF solid 2px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__mainmenu .menu-item:hover > .sub-menu {
    display: block;
    -webkit-animation: headerSpsublabelHoverOpen 0.5s ease-out forwards;
            animation: headerSpsublabelHoverOpen 0.5s ease-out forwards;
  }
  @-webkit-keyframes headerSpsublabelHoverOpen {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
    }
    100% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }
  @keyframes headerSpsublabelHoverOpen {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
    }
    100% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }
  }
  .l-header__mainmenu .menu-item:not(:hover) > .sub-menu .menu-item {
    display: none;
  }
  .l-header__mainmenu .menu-item:not(:hover) > .sub-menu {
    display: none;
  }
}
.l-header__mainmenu .menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  color: #2c3692;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
}
@media screen and (max-width: 1279px) {
  .l-header__mainmenu .menu-item a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
    text-align: left;
    font-size: 1.5rem;
    color: #FFFFFF;
  }
}
.l-header__mainmenu .menu-item a::after {
  color: #000000;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 200%;
}
@media screen and (max-width: 1279px) {
  .l-header__mainmenu .menu-item a::after {
    display: none;
  }
}
.l-header__mainmenu .menu-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2c3692;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (max-width: 1279px) {
  .l-header__mainmenu .menu-item::before {
    display: none;
  }
}
.l-header__mainmenu .menu-item:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.l-header__mainmenu .menu-item--home {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__mainmenu .menu-item--home {
    display: block;
    width: 100%;
    height: 70px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__mainmenu .menu-item--home a {
    width: 100%;
    height: 100%;
    background: url(../img/common/logo_w.png) no-repeat top 13px left 20px;
    background-size: 200px auto;
    font-size: 0;
  }
}
.l-header__mainmenu .menu-item--fee a::after {
  content: "Fee";
}
.l-header__mainmenu .menu-item--fee .sub-menu::before {
  content: "各種料金";
}
.l-header__mainmenu .menu-item--fee .sub-menu::after {
  content: "Fee";
}
.l-header__mainmenu .menu-item--admission a::after {
  content: "Admission Guide";
}
.l-header__mainmenu .menu-item--admission .sub-menu::before {
  content: "入校案内";
}
.l-header__mainmenu .menu-item--admission .sub-menu::after {
  content: "Admission Guide";
}
.l-header__mainmenu .menu-item--campaign a::after {
  content: "Campaign";
}
.l-header__mainmenu .menu-item--about a::after {
  content: "About Us";
}
.l-header__mainmenu .menu-item--about .sub-menu::before {
  content: "学校案内";
}
.l-header__mainmenu .menu-item--about .sub-menu::after {
  content: "About Us";
}
.l-header__mainmenu .menu-item--information a::after {
  content: "Information";
}
.l-header__mainmenu .menu-item--faq a::after {
  content: "FAQ";
}
.l-header__mainmenu .menu-item--faq .sub-menu::before {
  content: "よくある質問";
}
.l-header__mainmenu .menu-item--faq .sub-menu::after {
  content: "FAQ";
}
.l-header__mainmenu .menu-item--businesshour a::after {
  content: "Business Hour";
}
.l-header__sublabel {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__sublabel {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 77px;
    height: 77px;
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__sublabel::before {
    content: "●";
  }
}
@media screen and (max-width: 1279px) {
  .l-header__sublabel::after {
    content: ">";
    position: absolute;
    top: 32px;
    left: 35px;
    margin: auto;
    display: block;
    color: #2c3692;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 1279px) {
  .l-header__sublabel.ls-sublabel::after {
    -webkit-transform: rotate(-90deg) translateY(-2px);
            transform: rotate(-90deg) translateY(-2px);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.l-header .sub-menu {
  display: none;
  position: fixed;
  z-index: 50;
  top: 100px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #2c3692;
  overflow: hidden;
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media screen and (max-width: 1279px) {
  .l-header .sub-menu {
    display: none;
    position: static;
    height: auto;
    margin-top: -15px;
    padding: 0 0 20px;
    overflow: scroll;
  }
}
.l-header .sub-menu::before {
  position: absolute;
  top: 60px;
  left: calc(50% - 600px);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 100%;
}
@media screen and (max-width: 1279px) {
  .l-header .sub-menu::before {
    display: none;
  }
}
.l-header .sub-menu::after {
  position: absolute;
  top: 100px;
  left: calc(50% - 600px);
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 100%;
}
@media screen and (max-width: 1279px) {
  .l-header .sub-menu::after {
    display: none;
  }
}
.l-header .sub-menu .menu-item {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  margin: 0;
}
.l-header .sub-menu .menu-item:nth-child(odd) {
  left: calc(50% - 350px);
}
@media screen and (max-width: 1279px) {
  .l-header .sub-menu .menu-item:nth-child(odd) {
    left: auto;
    width: 100%;
    padding: 15px 0;
    border: none;
  }
}
.l-header .sub-menu .menu-item:nth-child(even) {
  left: 0;
}
@media screen and (max-width: 1279px) {
  .l-header .sub-menu .menu-item:nth-child(even) {
    left: auto;
    width: 100%;
    padding: 15px 0;
    border: none;
  }
}
.l-header .sub-menu .menu-item a {
  position: relative;
  display: block;
  color: #FFFFFF;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
}
@media screen and (max-width: 1279px) {
  .l-header .sub-menu .menu-item a {
    padding-bottom: 0;
  }
}
.l-header .sub-menu .menu-item a::before {
  content: "●";
  padding-right: 0.25em;
}
.l-header .sub-menu .menu-item a::after {
  content: ">";
  position: absolute;
  top: 0;
  left: 5px;
  font-weight: 700;
  color: #2c3692;
  line-height: 125%;
}
@media screen and (max-width: 1279px) {
  .l-header .sub-menu .menu-item a::after {
    left: 35px;
    display: block;
  }
}
.l-header__telephone {
  position: absolute;
  top: 0;
  right: calc(50% - 600px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .l-header__telephone {
    right: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__telephone {
    position: static;
    width: 100%;
    height: 125px;
    color: #FFFFFF;
  }
}
.l-header__telephone a {
  pointer-events: none;
  color: #2c3692;
}
@media screen and (max-width: 1279px) {
  .l-header__telephone a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: all;
    color: #FFFFFF;
  }
}
.l-header__number {
  display: block;
  text-align: right;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 100%;
}
.l-header__number i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin: 2px 5px 0 0;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.4rem;
  background-color: #9898F4;
}
.l-header__businesshour {
  display: block;
  text-align: right;
  font-size: 1rem;
  line-height: 200%;
}
@media screen and (max-width: 1280px) {
  .l-header__businesshour {
    line-height: 125%;
  }
}
.l-header__businesshour br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-header__businesshour br {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__businesshour i {
    display: none;
  }
}

.l-main {
  position: relative;
  width: 100%;
  height: auto;
  margin: 100px auto 0;
  padding-bottom: 430px;
}
@media screen and (max-width: 1279px) {
  .l-main {
    margin-top: 70px;
    padding-bottom: 215px;
    padding-bottom: calc(215px + env(safe-area-inset-bottom));
  }
}
.l-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background-color: #E8E8F9;
}
@media screen and (max-width: 1279px) {
  .l-main::before {
    height: 215px;
  }
}

.l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .l-container {
    display: block;
    width: 100%;
  }
}

.l-content {
  width: 670px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .l-content {
    width: 100%;
  }
}

.l-sidebar {
  width: 260px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .l-sidebar {
    width: 100%;
  }
}

.p-senior-maintitle::after {
  content: "Senior Driver Course";
}

.p-senior-notice, .p-senior-reservation, .p-senior-location, .p-senior-lecture, .p-senior-fee, .p-senior-greeting {
  width: 1000px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice, .p-senior-reservation, .p-senior-location, .p-senior-lecture, .p-senior-fee, .p-senior-greeting {
    width: auto;
    margin-bottom: 60px;
    padding: 0 30px;
  }
}

.p-senior-notice__title, .p-senior-reservation__title, .p-senior-location__title, .p-senior-lecture__title, .p-senior-fee__title, .p-senior-greeting__title {
  margin: auto;
  text-align: center;
  color: #2c3692;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 200%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice__title, .p-senior-reservation__title, .p-senior-location__title, .p-senior-lecture__title, .p-senior-fee__title, .p-senior-greeting__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.p-senior-notice__title::before, .p-senior-reservation__title::before, .p-senior-location__title::before, .p-senior-lecture__title::before, .p-senior-fee__title::before, .p-senior-greeting__title::before {
  content: "";
  display: block;
  width: 40px;
  height: 54px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice__title::before, .p-senior-reservation__title::before, .p-senior-location__title::before, .p-senior-lecture__title::before, .p-senior-fee__title::before, .p-senior-greeting__title::before {
    width: 20px;
    height: 27px;
  }
}
.p-senior-notice__title::after, .p-senior-reservation__title::after, .p-senior-location__title::after, .p-senior-lecture__title::after, .p-senior-fee__title::after, .p-senior-greeting__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 8px;
  margin: auto;
  background-color: #2c3692;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice__title::after, .p-senior-reservation__title::after, .p-senior-location__title::after, .p-senior-lecture__title::after, .p-senior-fee__title::after, .p-senior-greeting__title::after {
    width: 50px;
    height: 4px;
  }
}

.p-senior-notice__text, .p-senior-reservation__text, .p-senior-location__text, .p-senior-lecture__text, .p-senior-greeting__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 200%;
  margin: auto;
  padding-bottom: 2em;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice__text, .p-senior-reservation__text, .p-senior-location__text, .p-senior-lecture__text, .p-senior-greeting__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    font-size: 1.2rem;
  }
}

.p-senior-notice__caution, .p-senior-reservation__caution, .p-senior-location__caution, .p-senior-lecture__caution, .p-senior-fee__caution, .p-senior-greeting__caution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  min-height: 64px;
  margin: auto;
  border: #c1272d solid 2px;
  border-radius: 10px;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice__caution, .p-senior-reservation__caution, .p-senior-location__caution, .p-senior-lecture__caution, .p-senior-fee__caution, .p-senior-greeting__caution {
    max-width: 360px;
    min-height: 44px;
  }
}
.p-senior-notice__caution dt, .p-senior-reservation__caution dt, .p-senior-location__caution dt, .p-senior-lecture__caution dt, .p-senior-fee__caution dt, .p-senior-greeting__caution dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 126px;
  height: auto;
  background-color: #c1272d;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice__caution dt, .p-senior-reservation__caution dt, .p-senior-location__caution dt, .p-senior-lecture__caution dt, .p-senior-fee__caution dt, .p-senior-greeting__caution dt {
    min-width: 66px;
  }
}
.p-senior-notice__caution i, .p-senior-reservation__caution i, .p-senior-location__caution i, .p-senior-lecture__caution i, .p-senior-fee__caution i, .p-senior-greeting__caution i {
  color: #FFFF00;
  font-size: 3rem;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice__caution i, .p-senior-reservation__caution i, .p-senior-location__caution i, .p-senior-lecture__caution i, .p-senior-fee__caution i, .p-senior-greeting__caution i {
    font-size: 2rem;
  }
}
.p-senior-notice__caution dd, .p-senior-reservation__caution dd, .p-senior-location__caution dd, .p-senior-lecture__caution dd, .p-senior-fee__caution dd, .p-senior-greeting__caution dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  color: #c1272d;
  font-size: 1.6rem;
  line-height: 150%;
  margin: auto;
  padding: 0.5em 1em;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice__caution dd, .p-senior-reservation__caution dd, .p-senior-location__caution dd, .p-senior-lecture__caution dd, .p-senior-fee__caution dd, .p-senior-greeting__caution dd {
    font-size: 1.2rem;
  }
}

.p-senior-greeting__title::before {
  content: "";
  background-image: url(../img/senior/icon_greeting.png);
}
@media screen and (max-width: 1279px) {
  .p-senior-fee__title {
    letter-spacing: -0.1em;
  }
}
.p-senior-fee__title::before {
  background-image: url(../img/senior/icon_fee.png);
}
.p-senior-fee__table {
  width: 800px;
  height: auto;
  margin: 0 auto 20px;
  border: #E6E6E6 solid 1px;
}
@media screen and (max-width: 1279px) {
  .p-senior-fee__table {
    width: 100%;
    max-width: 360px;
    margin-bottom: 10px;
    border-bottom: none;
  }
}
.p-senior-fee__table th, .p-senior-fee__table td {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 150%;
  padding: 0.5em 2em;
  border: #E6E6E6 solid 1px;
}
@media screen and (max-width: 1279px) {
  .p-senior-fee__table th, .p-senior-fee__table td {
    display: block;
    font-size: 1.6rem;
    padding: 0.5em;
  }
}
.p-senior-fee__table th {
  text-align: left;
  border: none;
  background-color: rgba(230, 230, 230, 0.25);
}
.p-senior-fee__table td {
  text-align: right;
}
@media screen and (max-width: 1279px) {
  .p-senior-fee__table td {
    border-left: none;
    border-right: none;
  }
}
.p-senior-fee__tax {
  width: 800px;
  margin: auto;
  padding-bottom: 20px;
  text-align: right;
  color: #c1272d;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .p-senior-fee__tax {
    width: 100%;
    max-width: 360px;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
}
.p-senior-lecture__title::before {
  background-image: url(../img/senior/icon_lecture.png);
}
.p-senior-lecture__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  margin: 10px auto;
  border: #2c3692 solid 2px;
  border-radius: 10px;
  color: #2c3692;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .p-senior-lecture__item {
    margin: 5px auto;
    width: 150px;
    height: 30px;
    font-size: 1.5rem;
  }
}
.p-senior-lecture__sameday {
  color: #c1272d;
  font-weight: 700;
}
.p-senior-location__title::before {
  background-image: url(../img/senior/icon_location.png);
}
.p-senior-location__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  margin: 10px auto;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 2rem;
  background-color: #f48989;
}
@media screen and (max-width: 1279px) {
  .p-senior-location__item {
    margin: 5px auto;
    width: 150px;
    height: 30px;
    font-size: 1.5rem;
  }
}
.p-senior-location__exterior {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .p-senior-location__exterior {
    width: auto;
    max-width: 360px;
    margin: auto;
  }
}
@media screen and (max-width: 1279px) {
  .p-senior-location__exterior img {
    width: 80%;
    height: auto;
  }
}
.p-senior-location__enterance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  top: -265px;
  width: 100%;
  margin-bottom: -265px;
}
@media screen and (max-width: 1279px) {
  .p-senior-location__enterance {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    top: -80px;
    width: auto;
    max-width: 360px;
    margin: auto;
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 1279px) {
  .p-senior-location__enterance img {
    width: 65%;
    height: auto;
  }
}
.p-senior-location__enterance figcaption {
  font-size: 2rem;
  margin: 7em 1em 0 0;
}
@media screen and (max-width: 1279px) {
  .p-senior-location__enterance figcaption {
    text-align: center;
    width: 65%;
    font-size: 1.5rem;
    margin: 0.5em auto 0 35%;
  }
}
.p-senior-location__enterance figcaption::after {
  content: "➡";
  padding-left: 1em;
}
@media screen and (max-width: 1279px) {
  .p-senior-location__enterance figcaption::after {
    content: "⬆";
    padding-left: 0.5em;
  }
}
.p-senior-location__parking {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  .p-senior-location__parking {
    position: static;
    max-width: 360px;
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
}
.p-senior-location__parking img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p-senior-location__parking img:hover {
  opacity: 0.75;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p-senior-location__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 230px;
  gap: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  .p-senior-location__images {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1279px) {
  .p-senior-location__images img {
    margin: auto;
    width: 100%;
    height: auto;
  }
}
.p-senior-location__images figcaption {
  text-align: center;
  font-size: 1.6rem;
  padding-top: 0.5em;
}
@media screen and (max-width: 1279px) {
  .p-senior-location__images figcaption {
    font-size: 1.2rem;
  }
}
.p-senior-reservation__title::before {
  background-image: url(../img/senior/icon_reservation.png);
}
.p-senior-reservation__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 100px;
  border: #2c3692 solid 2px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1279px) {
  .p-senior-reservation__tel {
    width: auto;
    max-width: 360px;
    height: 70px;
    margin-bottom: 20px;
  }
}
.p-senior-reservation__tel a {
  color: #2c3692;
  font-weight: 700;
  font-size: 3.2rem;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .p-senior-reservation__tel a {
    font-size: 2rem;
    pointer-events: all;
  }
}
.p-senior-notice__title::before {
  background-image: url(../img/senior/icon_notice.png);
}
.p-senior-notice__priod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 100px;
  border: #2c3692 solid 2px;
  margin: 0 auto 40px;
  color: #2c3692;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 1279px) {
  .p-senior-notice__priod {
    width: auto;
    max-width: 360px;
    height: 70px;
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.p-senior-notice__priod dt {
  text-indent: 0.5em;
}
.p-senior-notice__priod dt::after {
  content: "=";
  margin-right: 0.25em;
}
.p-senior-notice__priod dt small {
  font-size: 75%;
}
.p-senior-notice__priod dd small {
  font-size: 50%;
}
.l-footer {
  position: relative;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: -356px;
  left: 0;
  width: 100%;
  height: 356px;
  background: url(../img/common/bg_footer.png) repeat-x left top;
}
@media screen and (max-width: 1279px) {
  .l-footer::before {
    top: -178px;
    height: 178px;
    background-size: auto 143px;
  }
}
.l-footer::after {
  content: "";
  position: absolute;
  top: -112px;
  width: 60px;
  height: 35px;
  background: url(../img/common/img_car.png) no-repeat center;
  background-size: 100% auto;
  -webkit-animation: car 30s linear infinite;
          animation: car 30s linear infinite;
}
@-webkit-keyframes car {
  0% {
    left: -2%;
  }
  100% {
    left: 102%;
  }
}
@keyframes car {
  0% {
    left: -2%;
  }
  100% {
    left: 102%;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer::after {
    width: 30px;
    height: 16px;
    top: -55px;
  }
}
.l-footer__pagetop {
  position: absolute;
  z-index: 10;
  top: -356px;
  right: 12.5%;
  width: 70px;
  height: 135px;
}
@media screen and (max-width: 1279px) {
  .l-footer__pagetop {
    top: -258px;
    right: 25px;
    width: 50px;
    height: 95px;
  }
}
.l-footer__pagetop::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: url(../img/common/btn_pagetop.png) no-repeat center;
  background-size: 100% auto;
  -webkit-animation: handle 5s ease-in infinite;
          animation: handle 5s ease-in infinite;
}
@-webkit-keyframes handle {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes handle {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__pagetop::before {
    width: 50px;
    height: 50px;
  }
}
.l-footer__pagetop::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 55px;
  background: url(../img/common/arrow.png) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 1279px) {
  .l-footer__pagetop::after {
    width: 12px;
    height: 38px;
  }
}
.l-footer__pagetop.ls-active {
  position: fixed;
  top: auto;
  bottom: 30px;
  -webkit-animation: pagetop 0.5s ease;
          animation: pagetop 0.5s ease;
}
@-webkit-keyframes pagetop {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pagetop {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__pagetop.ls-active {
    bottom: 150px;
  }
}
.l-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__pagetop:hover::after {
  -webkit-animation: arrow 0.5s ease;
          animation: arrow 0.5s ease;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-footer__telephone {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-footer__telephone {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    background-color: #9898F4;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__telephone a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 125%;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__telephone i {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: top;
    width: 28px;
    height: 28px;
    margin: 2px 5px 0 0;
    border-radius: 50%;
    color: #9898F4;
    font-size: 1.4rem;
    background-color: #FFFFFF;
  }
}
.l-footer__menu {
  width: 100%;
  height: auto;
  background-color: #2c3692;
}
.l-footer__fixmenu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu {
    position: fixed;
    z-index: 50;
    top: auto;
    right: auto;
    left: 0;
    bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    width: 100%;
    height: 70px;
  }
}
.l-footer__fixmenu .menu-item--student {
  width: 55px;
  height: 200px;
  border-radius: 30px 0 0 30px;
  background-color: #c1272d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-footer__fixmenu .menu-item--student:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item--student:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item--student {
    position: static;
    width: 50%;
    height: 100%;
    border-radius: 0%;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item--student a {
    padding-left: calc((100% - 4em) / 2);
    padding-right: calc((100% - 4em) / 2);
  }
}
.l-footer__fixmenu .menu-item--contact {
  width: 55px;
  height: 200px;
  border-radius: 30px 0 0 30px;
  background-color: #2c3692;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-footer__fixmenu .menu-item--contact:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item--contact:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item--contact {
    position: static;
    width: 50%;
    height: 100%;
    border-radius: 0%;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item--contact a {
    padding-left: calc((100% - 5em) / 2);
    padding-right: calc((100% - 5em) / 2);
  }
}
.l-footer__fixmenu .menu-item--senior {
  width: 55px;
  height: 200px;
  border-radius: 30px 0 0 30px;
  background-color: #f48989;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-footer__fixmenu .menu-item--senior:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item--senior:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item--senior {
    position: static;
    width: 50%;
    height: 100%;
    border-radius: 0%;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item--senior a {
    padding-left: calc((100% - 6em) / 2);
    padding-right: calc((100% - 6em) / 2);
  }
}
.l-footer__fixmenu .menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
}
@media screen and (max-width: 1279px) {
  .l-footer__fixmenu .menu-item a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    font-size: 1.5rem;
    line-height: 125%;
  }
}
.l-footer__submenu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 2em);
  gap: 20px;
  width: 1200px;
  height: 260px;
  margin: auto;
  padding-top: 50px;
}
@media screen and (max-width: 1279px) {
  .l-footer__submenu {
    display: none;
  }
}
.l-footer__submenu .menu-item a {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 100%;
}
.l-footer__submenu .menu-item a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 100%;
  background-color: #9898F4;
}
@media screen and (max-width: 1279px) {
  .l-footer__copyright {
    display: block;
    height: 25px;
    margin-bottom: 140px;
    font-size: 1rem;
    line-height: 250%;
  }
}

/* content===========================================

	utility.css

		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both;
}

.u-clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.u-dn {
  display: none;
}

.u-di {
  display: inline;
}

.u-db {
  display: block;
}

.u-dt {
  display: table;
}

.u-vh {
  visibility: hidden;
}

.u-fln {
  float: none;
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-wmvlr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.u-wmvrl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.u-wmhtb {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-fontMarugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.u-fontKakugo {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-fontCenturyGothic {
  font-family: Century Gothic, sans-serif;
}

.u-fontTenMincho {
  font-family: "ten-mincho", serif;
}

.u-fontV7Gothic {
  font-family: vdl-v7gothic, sans-serif;
}

.u-fontZenOldMincho {
  font-family: "Zen Old Mincho", serif;
}

.u-fontMPlus1 {
  font-family: "M PLUS 1", sans-serif;
}

.u-fontNotoSansJP {
  font-family: "Noto Sans JP", sans-serif;
}

.u-fontNotoSerifJP {
  font-family: "Noto Serif JP", serif;
}

.u-fontJost {
  font-family: "Jost", sans-serif;
}

.u-fontMynerve {
  font-family: "Mynerve", cursive;
}

.u-fontYuGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.u-fontZenKakuGochicAntique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.u-fontZenMaruGothic {
  font-family: "Zen Maru Gothic", sans-serif;
}

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000;
}

.u-cRed-light {
  color: #FFCDD2;
}

.u-cRed {
  color: #F44336;
}

.u-cRed-dark {
  color: #B71C1C;
}

.u-cBlue-light {
  color: #BBDEFB;
}

.u-cBlue {
  color: #2196F3;
}

.u-cBlue-dark {
  color: #0D47A1;
}

.u-cGreen-light {
  color: #C8E6C9;
}

.u-cGreen {
  color: #4CAF50;
}

.u-cGreen-dark {
  color: #1B5E20;
}

.u-cYellow-light {
  color: #FFF9C4;
}

.u-cYellow {
  color: #FFEB3B;
}

.u-cYellow-dark {
  color: #F57F17;
}

.u-cGrey-light {
  color: #F5F5F5;
}

.u-cGrey {
  color: #9E9E9E;
}

.u-cGrey-dark {
  color: #212121;
}

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2;
}

.u-bgcRed {
  background-color: #F44336;
}

.u-bgcRed-dark {
  background-color: #B71C1C;
}

.u-bgcBlue-light {
  background-color: #BBDEFB;
}

.u-bgcBlue {
  background-color: #2196F3;
}

.u-bgcBlue-dark {
  background-color: #0D47A1;
}

.u-bgcGreen-light {
  background-color: #C8E6C9;
}

.u-bgcGreen {
  background-color: #4CAF50;
}

.u-bgcGreen-dark {
  background-color: #1B5E20;
}

.u-bgcYellow-light {
  background-color: #FFF9C4;
}

.u-bgcYellow {
  background-color: #FFEB3B;
}

.u-bgcYellow-dark {
  background-color: #F57F17;
}

.u-bgcGrey-light {
  background-color: #F5F5F5;
}

.u-bgcGrey {
  background-color: #9E9E9E;
}

.u-bgcGrey-dark {
  background-color: #212121;
}

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto;
}

.u-mn {
  margin: 0;
}

.u-mtn {
  margin-top: 0;
}

.u-mts {
  margin-top: 0.4rem;
}

.u-mtm {
  margin-top: 1.6rem;
}

.u-mtl {
  margin-top: 3.2rem;
}

.u-mtx {
  margin-top: 4.8rem;
}

.u-mbn {
  margin-bottom: 0;
}

.u-mbs {
  margin-bottom: 0.4rem;
}

.u-mbm {
  margin-bottom: 1.6rem;
}

.u-mbl {
  margin-bottom: 3.2rem;
}

.u-mbx {
  margin-bottom: 4.8rem;
}

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/*padding (rem) */
.u-pn {
  padding: 0;
}

.u-ptn {
  padding-top: 0;
}

.u-pts {
  padding-top: 0.4rem;
}

.u-ptm {
  padding-top: 1.6rem;
}

.u-ptl {
  padding-top: 3.2rem;
}

.u-ptx {
  padding-top: 4.8rem;
}

.u-pbn {
  padding-bottom: 0;
}

.u-pbs {
  padding-bottom: 0.4rem;
}

.u-pbm {
  padding-bottom: 1.6rem;
}

.u-pbl {
  padding-bottom: 3.2rem;
}

.u-pbx {
  padding-bottom: 4.8rem;
}

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/*	Border radius
===================================================== */
.c-br-4 {
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.c-br-8 {
  border-radius: 8px;
  -ms-border-radius: 8px;
}

.c-br-12 {
  border-radius: 12px;
  -ms-border-radius: 12px;
}

.c-br-16 {
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap;
  }
}
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee;
}

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom;
}

/*	CSSは読み上げ用で、表示はしたくないが読み上げはしてほしいときに使用
===================================================== */
.u-visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}