@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.course-sticky-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  z-index: 7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .course-sticky-banner {
    font-size: 4.125vw;
    justify-content: flex-start;
  }
}
.course-sticky-banner__course-name {
  position: relative;
  padding: 8px 15px;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .course-sticky-banner__course-name {
    padding: 14px 3vw;
    font-size: 6.25vw;
  }
}
.course-sticky-banner__course-name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 99999px;
  height: 100%;
  z-index: -1;
}
.course-sticky-banner__course-text {
  padding-left: 0.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-sticky-banner__course-text {
    padding-left: 1.5vw;
    right: -2vw;
  }
}
.course-sticky-banner__course-text::after {
  content: "";
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 15px;
  height: 15px;
  margin: 0 4px 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .course-sticky-banner__course-text::after {
    right: -6vw;
  }
}

.c-img_hover--mask {
  overflow: hidden;
  background: #fff;
}
.c-img_hover .c-opacity--1 {
  opacity: 1;
  z-index: 2;
}
.c-img_hover img {
  transition: 0.2s;
}
.c-img_hover:hover img {
  display: block;
  transition: 0.5s;
  transform: scale(1.04);
  opacity: 0.7;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

input,
textarea {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input,
a {
  cursor: pointer;
  word-break: break-all;
  color: inherit;
  transition: opacity 0.2s;
}
input:hover,
a:hover {
  opacity: 0.7;
}

p {
  margin: 0;
}

picture {
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  picture img {
    width: 100%;
  }
}

figure {
  margin: 0;
}
figure img {
  display: block;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .modal-wrap {
    background: #000;
  }
  .modal-wrap--scroll {
    padding-bottom: 20%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.modal-wrap.show {
  opacity: 1;
  visibility: visible;
}

.modal-container li {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.modal-container li.show {
  opacity: 1;
  visibility: visible;
}
.modal-container li.show figure img {
  opacity: 1;
  visibility: visible;
}
.modal-container li figure img {
  margin: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.modal-container li .prev,
.modal-container li .next {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .modal-container li .prev,
  .modal-container li .next {
    left: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-container li .prev,
  .modal-container li .next {
    left: 20px;
  }
}
.modal-container li .prev::after,
.modal-container li .next::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 4px 0 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .modal-container li .prev::after,
  .modal-container li .next::after {
    width: 1.3vw;
    height: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-container li .prev::after,
  .modal-container li .next::after {
    width: 17px;
    height: 17px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(-135deg);
  }
}
.modal-container li .prev {
  left: 15px;
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .modal-container li .prev {
    left: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-container li .prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal-container li.sp-arrow--black .prev::after,
  .modal-container li.sp-arrow--black .next::after {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
  }
}
.modal-container li .next {
  right: 10px;
  left: auto;
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .modal-container li .next {
    right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-container li .next {
    right: 0;
  }
}
.modal-container li .next::after {
  left: auto;
  right: 7px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .modal-container li .next::after {
    right: 17px;
    transform: rotate(45deg);
  }
}
.modal-container li .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .modal-container li .close {
    top: 1vw;
    right: 1vw;
  }
  .modal-container li .close img {
    width: 3.3vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-container li .close {
    top: 10px;
    right: 10px;
  }
  .modal-container li .close img {
    width: 40px;
  }
}

.modal-item,
.modal-close,
.prev,
.next {
  cursor: pointer;
}

.font--min {
  font-family: "Zen Old Mincho", serif;
}
.font--gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .c-sp-only {
    display: block !important;
  }
}
.c-pc-only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .c-pc-only {
    display: none !important;
  }
}
.c-pc-only--in {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .c-pc-only--in {
    display: none !important;
  }
}
.c-center {
  text-align: center;
}
.c-btn {
  padding: 6px;
  margin: auto;
  width: 158px;
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.c-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
.c-color--red {
  color: #FF0000;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  color: #000;
}

main {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 72px;
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .l-header {
    -webkit-box-shadow: 0 0 10px 6px rgb(255, 255, 255);
    box-shadow: 0 0 10px 6px rgb(255, 255, 255);
    z-index: 100000;
  }
}
.l-header-nav {
  position: relative;
  padding: 0 25px;
  margin: auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header-nav__logo,
.l-header-nav h1 {
  transition: opacity 0.3s;
}
.l-header-nav__logo:hover,
.l-header-nav h1:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    padding: 0 16px;
    height: 72px;
  }
  .l-header-nav__logo,
  .l-header-nav h1 {
    width: 210px;
  }
}
.l-header-nav__menu-list {
  position: absolute;
  right: -340px;
  top: 100%;
  width: 285px;
  height: 100vh;
  z-index: 1;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .l-header-nav__menu-list {
    right: -100%;
    width: 100%;
  }
}
.l-header-nav__menu-list .menu-global-container {
  position: absolute;
  padding-bottom: 1em;
  right: 0;
  width: 285px;
  height: 100%;
  overflow-y: scroll;
  background: #000;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media screen and (max-width: 767px) {
  .l-header-nav__menu-list .menu-global-container {
    width: 100%;
  }
}
.l-header-nav__menu-list .menu-global-container::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.l-header-nav__menu-list ul {
  margin: 0;
  padding: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .l-header-nav__menu-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.l-header-nav__menu-list .menu > li {
  padding-bottom: 1em;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-header-nav__menu-list .menu > li {
    width: 50%;
    box-sizing: border-box;
  }
  .l-header-nav__menu-list .menu > li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
}
.l-header-nav__menu-list .menu > li.type1 {
  background: #ccc8c8;
}
.l-header-nav__menu-list .menu > li.type1 > a {
  color: #000;
}
.l-header-nav__menu-list .menu > li > a {
  font-weight: 600;
}
.l-header-nav__menu-list .menu > li.sp-blank {
  display: none;
}
.l-header-nav__menu-list .menu > li.sp-blank a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav__menu-list .menu > li.sp-blank {
    display: block;
  }
}
.l-header-nav__menu-list .menu > li.accordion {
  cursor: pointer;
}
.l-header-nav__menu-list .menu > li.accordion::after {
  position: absolute;
  top: 12px;
  right: 15px;
  content: "+";
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}
.l-header-nav__menu-list .menu > li.accordion > a {
  pointer-events: none;
}
.l-header-nav__menu-list .menu > li.accordion.open::after {
  position: absolute;
  top: 24px;
  right: 18px;
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav__menu-list .menu > li.menu-item-104 {
    line-height: 3.5rem;
  }
}
.l-header-nav__menu-list a {
  padding: 1em 1em 0;
  display: block;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav__menu-list a span {
    display: block;
    font-size: 1rem;
  }
}
.l-header-nav__menu-list .sub-menu {
  padding: 0 1.5em;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-header-nav__menu-list .sub-menu {
    padding: 0 0.5em;
    box-sizing: border-box;
  }
}
.l-header-nav__menu-list .sub-menu > li {
  font-size: 90%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-header-nav__menu-list .sub-menu > li {
    width: 100%;
  }
}
.l-header-nav__menu-list .sub-menu > li.no-link > a {
  pointer-events: none;
}
.l-header-nav__menu-list .sub-menu > li a {
  padding-top: 1em;
}
.l-header-nav__menu-list .sub-menu .sub-menu {
  max-height: inherit;
  overflow: auto;
}
.l-header__banner-campus {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(90px);
}
@media screen and (max-width: 767px) {
  .l-header__banner-campus {
    left: auto;
    right: 53px;
    transform: none;
    width: 92px;
  }
}
.l-header-menu-btn {
  position: absolute;
  top: 24px;
  right: 25px;
  height: 40px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header-menu-btn {
    top: 17px;
    right: 16px;
  }
}
.l-header-menu-btn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 35px;
  height: 11px;
  background: url(../../assets/images/common/l-header-menu-btn-text.svg) center/100% no-repeat;
}
.l-header-menu-btn__icon {
  position: relative;
  top: 10px;
  width: 35px;
  height: 2px;
  background-color: #000;
}
.l-header-menu-btn__icon::before {
  position: absolute;
  top: -10px;
  right: 0;
  width: 35px;
  content: "";
  height: 2px;
  background-color: #000;
  transition: top 0.3s 0.3s;
}
.l-header-menu-btn__icon::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #000;
  transition: bottom 0.3s 0.3s;
}
.l-header-menu-btn__icon-close {
  position: relative;
  top: 10px;
  transform: translateY(-2px);
  width: 35px;
  height: 2px;
  background: #000;
}
.l-header-menu-btn__icon-close::before {
  position: absolute;
  top: -1px;
  right: 0;
  width: 35px;
  content: "";
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  transform: rotate(0deg);
  z-index: 1;
  visibility: hidden;
}
.l-header-menu-btn__icon-close::after {
  position: absolute;
  top: -1px;
  right: 0;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  transform: rotate(0deg);
  z-index: 1;
  visibility: hidden;
}
.l-header.is-menu-open .l-header-nav__menu-list {
  right: 0;
}
.l-header.is-menu-open .l-header-menu-btn__icon::before {
  transition: top 0.3s;
  top: 0;
}
.l-header.is-menu-open .l-header-menu-btn__icon::after {
  transition: bottom 0.3s;
  bottom: 0;
}
.l-header.is-menu-open .l-header-menu-btn__icon-close {
  transition: 0.1s 0.3s;
  background: #fff;
}
.l-header.is-menu-open .l-header-menu-btn__icon-close::before {
  visibility: visible;
  transition: 0.3s 0.3s;
  transform: rotate(45deg);
}
.l-header.is-menu-open .l-header-menu-btn__icon-close::after {
  visibility: visible;
  transition: 0.3s 0.3s;
  transform: rotate(-45deg);
}

.sns-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 100%;
  z-index: 9998;
}
@media screen and (max-width: 767px) {
  .sns-nav {
    width: 9.0625%;
  }
  .sns-nav-list {
    left: 18%;
  }
}
.sns-nav-list {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 14px;
  bottom: 10px;
  display: block;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .sns-nav-list {
    left: 15%;
  }
}
.sns-nav-list li {
  margin-bottom: 10px;
}
.sns-nav-list li img {
  width: 100%;
}
.sns-nav.fixed {
  position: absolute;
  bottom: 10px;
}

.nav-fix .sns-nav-list {
  bottom: 10px;
}
.nav-fix #pagetop {
  bottom: 20px;
}

#pagetop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 9998;
}
#pagetop.fixed {
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 1.5%;
  }
  #pagetop.fixed {
    bottom: 26px;
  }
}

.l-footer {
  padding: 33px 0;
  background: #000;
  color: #fff;
}
.l-footer li {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.l-footer li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.l-footer li a span {
  display: block;
  font-size: 80%;
}
.l-footer-menu {
  margin: auto;
  max-width: 880px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-footer-menu > div {
  width: 23%;
}
.l-footer-menu .menu > li {
  margin-bottom: 1rem;
}
.l-footer-menu .menu > li > a {
  margin-bottom: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.l-footer-menu .menu > li > a::before {
  content: "・";
}
.l-footer-menu .menu > li.notlink {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-menu .menu > li.notlink {
    margin-bottom: 2rem;
  }
}
.l-footer-menu .menu > li.notlink > a {
  pointer-events: none;
}
.l-footer-menu .menu > li .sub-menu {
  padding-left: 1em;
}
.l-footer-info {
  padding-top: 100px;
  margin: auto;
  max-width: 880px;
  position: relative;
  box-sizing: border-box;
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .l-footer-info {
    margin: auto;
    max-width: 88vw;
    position: relative;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-info {
    padding-top: 10%;
    margin: auto;
    max-width: 81.875%;
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-menu {
    margin: auto;
    max-width: 87.875%;
    position: relative;
    box-sizing: border-box;
  }
  .l-footer-menu > div {
    width: 50%;
  }
}

.error-page {
  padding: 0 20px;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  font-size: 1.6rem;
}
.error-page h2 {
  font-size: 180%;
}
@media screen and (max-width: 767px) {
  .error-page {
    font-size: 1.4rem;
  }
  .error-page h2 {
    margin-bottom: 0.5em;
    line-height: 1;
    font-size: 250%;
  }
  .error-page h2 span {
    font-size: 1.6rem;
  }
}

.l-tradelaw {
  padding: 50px 0 100px;
  background: #FFFFF5;
}
@media screen and (max-width: 767px) {
  .l-tradelaw {
    padding: 6.25vw 0 12.5vw;
  }
}
.l-tradelaw__contents {
  margin: auto;
  max-width: 880px;
  line-height: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-tradelaw__contents {
    max-width: 77.5vw;
  }
}
.l-tradelaw__contents h1 {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .l-tradelaw__contents h1 {
    font-size: 20px;
  }
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .indent {
    margin-left: 0;
    text-indent: 0;
  }
}
@media screen and (max-width: 767px) {
  .indent.--sp {
    margin-left: 1em;
    text-indent: -1em;
  }
}
/*# sourceMappingURL=sourcemaps/tradelaw.css.map */
