@charset "UTF-8";
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  max-width: 100%;
  height: auto; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add
 */
dl dd {
  margin-left: 0; }

figure {
  margin: 0; }

table {
  table-layout: fixed; }

menu {
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Shippori Mincho', serif;
  line-height: 1;
  color: #312b2a;
  min-width: 1000px;
  font-feature-settings: "palt";
  font-size: 1.5rem; }
  body.js-loadingFixed, body.js-fixed {
    position: fixed;
    width: 100%;
    min-width: auto;
    min-width: inherit; }

@media screen and (max-width: 768px) {
  html {
    font-size: 1.953125vw; }

  body {
    min-width: 1%;
    overflow-x: hidden;
    position: relative; } }
@media screen and (max-width: 499px) {
  html {
    font-size: 4vw; } }
.l-contents {
  overflow: hidden;
  margin-top: -70px; }

img {
  backface-visibility: hidden; }

/* link
--------------------------------------------------*/
a {
  color: inherit;
  transition: all 0.4s;
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/ }
  a:link, a:active, a:visited {
    text-decoration: none; }

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none; } }
/* --------------------------------------------------
  .l-headerInfo
-------------------------------------------------- */
.l-headerInfo {
  background: #eef4e3; }

.l-headerInfo__link {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 19px 30px 19px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .l-headerInfo__link::before {
    content: "";
    background: #87bc85;
    display: inline-block;
    margin-right: 0.3em;
    width: 6px;
    height: 6px;
    border-radius: 100vh;
    transform: translateY(-2px); }

.l-headerInfo__closeBtn {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  cursor: pointer; }
  .l-headerInfo__closeBtn:before, .l-headerInfo__closeBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #312b2a; }
  .l-headerInfo__closeBtn:before {
    width: 100%;
    height: 1px; }
  .l-headerInfo__closeBtn:after {
    width: 1px;
    height: 100%;
    background: #312b2a; }

@media screen and (max-width: 768px) {
  .l-headerInfo .u-wrap {
    width: 100%; }

  .l-headerInfo__link {
    position: relative;
    font-size: 14px;
    padding: 19px 40px 19px 5vw;
    width: 100%; }
    .l-headerInfo__link::before {
      position: absolute;
      top: 50%;
      left: 2vw;
      width: 2.2vw;
      height: 2.2vw;
      transform: translateY(-50%);
      margin: 0; }

  .l-headerInfo__closeBtn {
    right: 1.7vw; } }
@media screen and (max-width: 499px) {
  .l-headerInfo__link {
    padding: 19px 40px 19px 10vw; }
    .l-headerInfo__link::before {
      left: 4vw; }

  .l-headerInfo__closeBtn {
    right: 3.4vw; } }
/* --------------------------------------------------
  .l-header
-------------------------------------------------- */
.l-header {
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s, top 0.5s;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10; }
  .l-header .u-wrap {
    height: 100%; }
  .l-header.js-fixed {
    top: 0 !important;
    background-color: rgba(255, 255, 255, 0.8); }
    .l-header.js-fixed .l-header__logo {
      opacity: 1; }

.l-header__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 180px;
  height: 21px;
  opacity: 0;
  transition: opacity 0.5s; }

.l-headerToggleBtn {
  display: block;
  transition: all .5s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: #eff4f5;
  cursor: pointer; }
  .l-headerToggleBtn span {
    position: absolute;
    width: 24px;
    height: 1px;
    background: #312b2a;
    transition: all 0.5s ease-out;
    left: 13px; }
  .l-headerToggleBtn span:nth-child(1) {
    top: 14px; }
  .l-headerToggleBtn span:nth-child(2) {
    top: 24px; }
  .l-headerToggleBtn span:nth-child(3) {
    top: 34px; }

.l-headerMenu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh; }
  .l-headerMenu.js-action {
    visibility: visible; }

.l-headerMenu__wrap {
  position: relative;
  width: 375px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(-100%); }

.l-headerMenu.js-action .l-headerMenu__wrap {
  transform: translateX(0);
  transition-delay: 0;
  transition-duration: 0; }

.l-headerMenu__wrapIn {
  width: 215px;
  height: auto;
  margin: 0 auto;
  padding: 104px 0 40px; }

.l-headerMenu__logo {
  position: absolute;
  top: 25px;
  left: 23px;
  width: 180px;
  height: 21px; }

.l-headerCloseBtn {
  display: block;
  transition: all .5s ease;
  position: absolute;
  top: 10px;
  right: 23px;
  width: 50px;
  height: 50px;
  background: #eff4f5;
  cursor: pointer; }
  .l-headerCloseBtn span {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #312b2a;
    transition: all 0.5s ease-out;
    left: 10px;
    top: 24px; }
  .l-headerCloseBtn span:nth-child(1) {
    transform: rotate(-40deg); }
  .l-headerCloseBtn span:nth-child(2) {
    transform: rotate(40deg); }

.l-headerMenu__logoImg {
  width: 160px;
  margin: 0 auto 57px; }

.l-headerMenu__link {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-left: 2px; }
  .l-headerMenu__link:nth-of-type(n+2) {
    margin-top: 25px; }

.l-headerMenu__subLink {
  font-size: 1.6rem;
  padding-left: 14px; }
  .l-headerMenu__subLink:nth-of-type(1) {
    margin-top: 17px; }
  .l-headerMenu__subLink:nth-of-type(n+2) {
    margin-top: 16px; }

.l-headerMenu__pair a {
  position: relative;
  display: block;
  border: 1px solid #7e8387;
  padding: 9px 10px 12px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 24px auto 0;
  width: 215px; }
  .l-headerMenu__pair a:after {
    right: 16px; }

.l-headerMenu__covid19 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 17px 0 0 2px; }

.l-headerMenu__lang {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 17px 0 0 2px;
  display: flex; }

.l-headerMenu__langLink:nth-of-type(2) {
  position: relative;
  margin-left: 20px; }
  .l-headerMenu__langLink:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: 1px;
    left: -10px;
    width: 1px;
    height: 1px;
    border-left: 1px solid #7e8387; }

.l-headerMenu__sns {
  margin: 20px 0 0 2px;
  display: flex; }

.l-headerMenu__snsLink {
  width: 44px; }
  .l-headerMenu__snsLink.line {
    width: 140px; }
  .l-headerMenu__snsLink:nth-of-type(n+2) {
    margin-left: 17px; }

.l-headerMenu a:hover {
  opacity: 0.7;
  transition: opacity 0.3s; }

@media screen and (min-width: 769px) {
  .l-headerMenu {
    background: rgba(0, 0, 0, 0.3);
    transition: visibility 0.2s linear 0.2s; }
    .l-headerMenu.js-action {
      transition: visibility 0.1s linear 0; }

  .l-headerMenu__wrap {
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s; }

  .l-headerMenu.js-action .l-headerMenu__wrap {
    transform: translateX(0); } }
@media screen and (max-width: 768px) {
  .l-headerMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100vh; }

  .l-headerMenu__wrap {
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

  .l-headerMenu__wrapIn {
    width: 28.665vw;
    padding: 13vw 0 5vw; }

  .l-headerMenu__logo {
    top: 3.3vw;
    left: 3vw; }

  .l-headerMenu__logoImg {
    width: 21.33vw;
    margin: 0 auto 7.6vw; }

  .l-headerMenu__link {
    font-size: 2.34375vw;
    margin-left: 0.26vw; }
    .l-headerMenu__link:nth-of-type(n+2) {
      margin-top: 3.33vw; }

  .l-headerMenu__subLink {
    font-size: 2.0833333333vw;
    padding-left: 1.86vw; }
    .l-headerMenu__subLink:nth-of-type(1) {
      margin-top: 2.26vw; }
    .l-headerMenu__subLink:nth-of-type(n+2) {
      margin-top: 2.26vw; }

  .l-headerMenu__pair a {
    padding: 1.2vw 1.33vw 1.6vw;
    font-size: 1.8229166667vw;
    margin: 3.2vw auto 0;
    width: 28.66vw; }
    .l-headerMenu__pair a:after {
      right: 2.13vw; }

  .l-headerMenu__covid19 {
    font-size: 1.8229166667vw;
    margin: 2.26vw 0 0 0.266vw; }

  .l-headerMenu__lang {
    font-size: 1.8229166667vw;
    margin: 2.266vw 0 00.266vw; }

  .l-headerMenu__langLink:nth-of-type(2) {
    margin-left: 2.66vw; }
    .l-headerMenu__langLink:nth-of-type(2):before {
      top: 0.133vw;
      left: -1.33vw;
      width: 0.134vw; }

  .l-headerMenu__sns {
    margin: 2.66vw 0 0 0.266vw; }

  .l-headerMenu__snsLink {
    width: 5.866vw; }
    .l-headerMenu__snsLink:nth-of-type(n+2) {
      margin-left: 2.27vw; } }
@media screen and (max-width: 499px) {
  .l-headerMenu__wrapIn {
    width: 57.333vw;
    padding: 27.733vw 0 10.667vw; }

  .iphone .l-headerMenu__wrapIn {
    padding: 27.733vw 0 25.667vw; }

  .l-headerMenu__logo {
    top: 6.667vw;
    left: 6.133vw; }

  .l-headerMenu__logoImg {
    width: 42.667vw;
    margin: 0 auto 15.2vw; }

  .l-headerMenu__link {
    font-size: 4.8vw;
    margin-left: 0.533vw; }
    .l-headerMenu__link:nth-of-type(n+2) {
      margin-top: 6.667vw; }

  .l-headerMenu__subLink {
    font-size: 4.2666666667vw;
    padding-left: 3.733vw; }
    .l-headerMenu__subLink:nth-of-type(1) {
      margin-top: 4.533vw; }
    .l-headerMenu__subLink:nth-of-type(n+2) {
      margin-top: 4.267vw; }

  .l-headerMenu__pair a {
    padding: 2.4vw 2.667vw 3.2vw;
    font-size: 3.7333333333vw;
    margin: 6.4vw auto 0;
    width: 57.333vw; }
    .l-headerMenu__pair a:after {
      right: 4.267vw; }

  .l-headerMenu__covid19 {
    font-size: 3.7333333333vw;
    margin: 4.533vw 0 0 0.533vw; }

  .l-headerMenu__lang {
    font-size: 3.7333333333vw;
    margin: 4.533vw 0 0 0.533vw; }

  .l-headerMenu__langLink:nth-of-type(2) {
    margin-left: 5.333vw; }
    .l-headerMenu__langLink:nth-of-type(2):before {
      top: 0.267vw;
      left: -2.667vw;
      width: 0.267vw; }

  .l-headerMenu__sns {
    margin: 5.333vw 0 0 0.533vw; }

  .l-headerMenu__snsLink {
    width: 11.733vw; }
    .l-headerMenu__snsLink.line {
      width: 36.733vw; }
    .l-headerMenu__snsLink:nth-of-type(n+2) {
      margin-left: 4.533vw; } }
.l-footer {
  margin-top: 88px;
  background: #eff4f5; }
  .l-footer .u-wrap {
    padding: 59px 0 27px; }

.l-footer__pagetop {
  position: absolute;
  top: -60px;
  right: 0;
  width: 44px;
  height: 44px; }
  .l-footer__pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/arw_pagetop.svg) no-repeat center center/contain;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap; }

.l-footer__logo {
  width: 237px;
  margin: 0 auto;
  text-align: center; }
  .l-footer__logo .l-footer__logoTxt {
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    text-align: center; }
  .l-footer__logo img {
    width: 237px;
    height: 28px;
    margin-top: 14px; }

.l-footer__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 49px; }

.l-footer__box.-left {
  width: 545px; }
.l-footer__box.-right {
  width: 312px; }

.l-footer__ttl {
  padding-top: 20px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0; }

.l-footerCommittee {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }

.l-footerCommittee__linkArea {
  width: 240px; }

.l-footerCommittee__link {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  border-top: 1px solid #968d87; }
  .l-footerCommittee__link:last-child {
    border-bottom: 1px solid #968d87; }
  .l-footerCommittee__link a {
    padding: 12px 0;
    display: block;
    background-color: transparent;
    transition: color 0.3s, background-color 0.3s; }
    .l-footerCommittee__link a:hover {
      background-color: #968d87;
      color: #fff;
      opacity: 1; }

.l-footer__address {
  margin: 15px 0 0;
  font-size: 1.4rem;
  line-height: 2; }
  .l-footer__address.contact-txt {
    letter-spacing: -0.9px; }
    .l-footer__address.contact-txt a {
      text-decoration: underline; }

.l-footer__linkArea {
  display: flex;
  margin-top: 29px; }

.l-footer__link {
  font-size: 1.4rem;
  line-height: 1; }
  .l-footer__link a {
    text-decoration: underline; }
  .l-footer__link:nth-of-type(n+2) {
    margin-left: 22px; }

.l-footer__sns {
  margin: 45px 0 0 2px;
  display: flex; }

.l-footer__snsLink {
  width: 44px; }
  .l-footer__snsLink.line {
    width: 140px; }
  .l-footer__snsLink:nth-of-type(n+2) {
    margin-left: 17px; }

.l-footer__copy {
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  margin: 30px 0 0; }

.l-footer .c-icon__arw.-position:after {
  position: relative;
  top: initial;
  transform: translateY(0%);
  right: -14px; }

.l-footer .p-topMv__pair {
  bottom: initial;
  right: initial;
  position: relative;
  height: auto;
  width: 100% !important; }
  .l-footer .p-topMv__pair a {
    line-height: 28px;
    height: auto; }

.l-footer a:hover {
  opacity: 0.7;
  transition: opacity 0.3s; }

@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 14.1vw; }
    .l-footer .u-wrap {
      padding: 4.866vw 10vw 3.6vw; }

  .l-footer__pagetop {
    top: -8vw;
    width: 5.866vw;
    height: 5.866vw; }

  .l-footer__logo {
    width: 31.6vw; }
    .l-footer__logo .l-footer__logoTxt {
      font-size: 2.2135416667vw; }
    .l-footer__logo img {
      width: 31.6vw;
      height: 3.733vw;
      margin-top: 1.866vw; }

  .l-footer__flex {
    display: block;
    margin: 5.5vw auto; }

  .l-footer__box.-left {
    width: 100%; }
  .l-footer__box.-right {
    width: 100%;
    margin-top: 4.5vw; }

  .l-footer__ttl {
    font-size: 1.953125vw; }

  .l-footerCommittee {
    margin-top: 2.6vw;
    display: block; }

  .l-footerCommittee__linkArea {
    width: 100%; }
    .l-footerCommittee__linkArea:nth-of-type(1) {
      border-bottom: none; }

  .l-footerCommittee__link {
    padding: 0;
    font-size: 1.8229166667vw; }
    .l-footerCommittee__link a {
      display: block;
      padding: 1.6vw 0; }

  .l-footer__address {
    margin: 2vw 0 0;
    font-size: 1.8229166667vw;
    line-height: 2.1; }

  .l-footer__linkArea {
    display: block;
    margin-top: 3.66vw; }

  .l-footer__link {
    font-size: 1.8229166667vw; }
    .l-footer__link:nth-of-type(n+2) {
      margin: 2.93vw 0 0; }

  .l-footer__sns {
    margin: 3vw 0 0 0.5vw; }

  .l-footer__snsLink {
    width: 5.53vw; }
    .l-footer__snsLink:nth-of-type(n+2) {
      margin-left: 2.25vw; }

  .l-footer__copy {
    font-size: 1.8229166667vw;
    margin: 4vw 0 0;
    text-align: left; } }
@media screen and (max-width: 499px) {
  .l-footer {
    margin-top: 28.267vw; }
    .l-footer .u-wrap {
      padding: 9.733vw 7vw 7.2vw; }

  .l-footer__pagetop {
    top: -16vw;
    width: 11.733vw;
    height: 11.733vw; }

  .l-footer__logo {
    width: 63.2vw; }
    .l-footer__logo .l-footer__logoTxt {
      font-size: 4.5333333333vw; }
    .l-footer__logo img {
      width: 63.2vw;
      height: 7.467vw;
      margin-top: 3.733vw; }

  .l-footer__flex {
    margin: 11.067vw auto; }

  .l-footer__box.-right {
    margin-top: 9vw; }

  .l-footer__ttl {
    font-size: 4vw; }

  .l-footerCommittee {
    margin-top: 5.333vw; }

  .l-footerCommittee__link {
    font-size: 3.7333333333vw; }
    .l-footerCommittee__link a {
      padding: 3.2vw 0; }

  .l-footer__address {
    margin: 4vw 0 0;
    font-size: 3.7333333333vw; }

  .l-footer__linkArea {
    margin-top: 6.733vw; }

  .l-footer__link {
    font-size: 3.7333333333vw; }
    .l-footer__link:nth-of-type(n+2) {
      margin: 5.867vw 0 0; }

  .l-footer__sns {
    margin: 6vw 0 0 1vw; }

  .l-footer__snsLink {
    width: 11.733vw; }
    .l-footer__snsLink.line {
      width: 36.733vw; }
    .l-footer__snsLink:nth-of-type(n+2) {
      margin-left: 4.533vw; }

  .l-footer__copy {
    font-size: 3.7333333333vw;
    margin: 8vw 0 0; }

  .l-footer .c-icon__arw.-position:after {
    right: 0; } }
/* --------------------------------------------------
	icon
-------------------------------------------------- */
.c-icon__arw:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/arw_right.svg) no-repeat center center/contain;
  transform: translate(-4px, 1px); }
.c-icon__arw.-position:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px; }
.c-icon__arw.-sizeL:after {
  width: 18px;
  height: 18px;
  transform: translate(8px, 1px); }

@media screen and (max-width: 768px) {
  .c-icon__arw:after {
    width: 1.6vw;
    height: 1.6vw;
    transform: translate(-0.25vw, 0); }
  .c-icon__arw.-position:after {
    width: 2vw;
    height: 2vw; }
  .c-icon__arw.-sizeL:after {
    width: 2vw;
    height: 2vw;
    transform: translate(1vw, 0); } }
@media screen and (max-width: 499px) {
  .c-icon__arw:after {
    width: 3.2vw;
    height: 3.2vw;
    transform: translate(-0.5vw, 0); }
  .c-icon__arw.-position:after {
    width: 4vw;
    height: 4vw; }
  .c-icon__arw.-sizeL:after {
    width: 4vw;
    height: 4vw;
    transform: translate(2vw, 0); } }
/* --------------------------------------------------
	anime
-------------------------------------------------- */
.c-fade__left {
  transform: translate(-25px, 0);
  opacity: 0; }

.c-fade__right {
  transform: translate(25px, 0);
  opacity: 0; }

.c-fade__bottom {
  transform: translate(0, 25px);
  opacity: 0; }

.c-fade__bottom.js-animeOn,
.c-fade__left.js-animeOn,
.c-fade__right.js-animeOn {
  transform: translate(0);
  opacity: 1;
  transition: transform ease 2s, opacity ease 2s; }

/* --------------------------------------------------
	c-modal
-------------------------------------------------- */
.c-modal {
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding: 65px 60px 60px;
  overflow-y: auto;
  width: 500px;
  font-family: 'Noto Sans JP'; }

.mfp-close-btn-in .c-modal .mfp-close {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/common/icon_close.svg) no-repeat center center/contain;
  width: 24px;
  height: 20px;
  top: 25px;
  right: 20px;
  opacity: 1; }

.c-modal .mfp-close:hover, .c-modal .mfp-close:focus {
  opacity: 0.7; }

.c-modal__ttl {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  text-align: center; }

.c-modal__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 45px; }
  .c-modal__txt a {
    text-decoration: underline; }

@media screen and (max-width: 768px) {
  .c-modal {
    width: 92%;
    padding: 10vw 2vw 7vw; }

  .mfp-close-btn-in .c-modal .mfp-close {
    width: 3.2vw;
    height: 2.6vw;
    top: 3.05vw;
    right: 2.8vw; }

  .c-modal__ttl {
    font-size: 2.34375vw;
    line-height: 1.7; }

  .c-modal__txt {
    font-size: 1.8229166667vw;
    margin-top: 0.5vw; } }
@media screen and (max-width: 499px) {
  .c-modal {
    padding: 20vw 10vw 14vw; }

  .mfp-close-btn-in .c-modal .mfp-close {
    width: 6.4vw;
    height: 5.3vw;
    top: 6.1vw;
    right: 5.6vw; }

  .c-modal__ttl {
    font-size: 4.8vw; }

  .c-modal__txt {
    font-size: 3.7333333333vw;
    margin-top: 10vw; } }
/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .u-pc {
    display: none; } }
@media screen and (min-width: 769px) {
  .u-tab {
    display: none; } }
/* mouseover
--------------------------------------------------*/
.u-over:hover {
  opacity: 0.7;
  transition: opacity 0.3s; }

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

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left; }

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

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

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-margin.-short {
  margin-bottom: 16px; }
.u-margin.-middle {
  margin-bottom: 32px; }
.u-margin.-large {
  margin-bottom: 64px; }

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%; }

.-ratio4-3 {
  padding-top: 75%; }

/* --------------------------------------------------
  u-preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important; }

.u-font__gothic {
  font-family: "Noto Sans JP"; }

.u-font__purple {
  color: #99005d; }

.u-font__14 {
  font-size: 1.4rem; }

.u-font__16 {
  font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  .u-font__14 {
    font-size: 1.8229166667vw; }

  .u-font__16 {
    font-size: 2.0833333333vw; } }
@media screen and (max-width: 499px) {
  .u-font__14 {
    font-size: 3.7333333333vw; }

  .u-font__16 {
    font-size: 4.2666666667vw; } }
/* --------------------------------------------------
  u-wrap
-------------------------------------------------- */
.u-wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .u-wrap {
    width: 88vw; } }
/* --------------------------------------------------
  u-ofi
-------------------------------------------------- */
.u-ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/* --------------------------------------------------
  p-topMv
-------------------------------------------------- */
.p-topMv {
  position: relative; }

.p-topMv__slideItem {
  position: relative;
  width: 100%;
  min-height: 620px; }
  .p-topMv__slideItem img, .p-topMv__slideItem source {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.p-topMv__wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-bottom: 70px;
  align-items: center;
  display: flex;
  justify-content: center; }

.p-topMv__logoImg {
  width: 262px;
  margin: 0 auto; }

.p-topMv__campaign {
  margin: 48px auto 0;
  width: 278px; }

.p-topMv__campaignTxt {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 0; }
  .p-topMv__campaignTxt:nth-of-type(2) {
    padding-top: 10px;
    margin-top: 12px;
    border-top: 1px solid #fff; }

.p-topMv__pair {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 312px;
  height: 40px; }
  .p-topMv__pair a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #7e8387;
    font-size: 1.4rem;
    font-weight: 600;
    transition: color 0.3s, background-color 0.3s; }
    .p-topMv__pair a:after {
      right: 15px; }
    .p-topMv__pair a:hover {
      background-color: #968d87;
      color: #fff; }

@media screen and (max-width: 768px) {
  .p-topMv__logoImg {
    width: 31vw; }

  .p-topMv__campaign {
    margin: 4.8vw auto 0;
    width: 33vw; }

  .p-topMv__campaignTxt {
    font-size: 1.8229166667vw; }
    .p-topMv__campaignTxt:nth-of-type(2) {
      padding-top: 1.25vw;
      margin-top: 1.25vw; }

  .p-topMv__pair {
    position: absolute;
    bottom: 2.75vw;
    right: -1vw;
    width: 41.1vw;
    height: 5.33vw; }
    .p-topMv__pair a {
      padding: 1.5vw;
      font-size: 1.8229166667vw; }
      .p-topMv__pair a:after {
        right: 2vw; }

  .p-topMv__arw a {
    position: absolute;
    bottom: 12vw;
    left: 50%;
    transform: translateX(-50%);
    width: 3.6vw;
    height: 6vw;
    display: block;
    animation: p-topMv__arw 3s infinite; }
    .p-topMv__arw a:before, .p-topMv__arw a:after {
      content: "";
      position: absolute;
      left: 50%; }
    .p-topMv__arw a:before {
      top: 0;
      width: 1px;
      height: 5vw;
      border-left: 1px solid #fff; }
    .p-topMv__arw a:after {
      bottom: 0;
      width: 2.6vw;
      height: 2.6vw;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: translateX(-50%) rotate(-45deg); } }
@keyframes p-topMv__arw {
  0% {
    transform: translate(-50%, 0); }
  30% {
    transform: translate(-50%, -5vw); }
  50% {
    transform: translate(-50%, 0); }
  80% {
    transform: translate(-50%, -5vw); } }
@media screen and (max-width: 499px) {
  .p-topMv__wrap {
    display: block;
    padding-bottom: 0; }

  .p-topMv__txtArea {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%); }

  .p-topMv__logoImg {
    width: 62vw; }

  .p-topMv__campaign {
    margin: 9.8vw auto 0;
    width: 66vw; }

  .p-topMv__campaignTxt {
    font-size: 3.7333333333vw; }
    .p-topMv__campaignTxt:nth-of-type(2) {
      padding-top: 2.5vw;
      margin-top: 2.5vw; }

  .p-topMv__pair {
    bottom: 5.5vw;
    right: -2vw;
    width: 82.2vw;
    height: 10.667vw; }
    .p-topMv__pair a {
      padding: 3vw;
      font-size: 3.7333333333vw; }
      .p-topMv__pair a:after {
        right: 4vw; }

  .p-topMv__arw a {
    bottom: 24vw;
    width: 7.2vw;
    height: 12vw; }
    .p-topMv__arw a:before {
      height: 10vw; }
    .p-topMv__arw a:after {
      width: 5.3vw;
      height: 5.3vw; } }
/* --------------------------------------------------
  p-topSec1
-------------------------------------------------- */
.p-topSec1 {
  width: 1000px;
  margin: 0 auto;
  padding: 95px 0 132px;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .p-topSec1 > *:first-child {
    width: 45%; }
  .p-topSec1 > *:last-child {
    width: 50%; }
  @media screen and (max-width: 768px) {
    .p-topSec1 {
      flex-wrap: wrap; }
      .p-topSec1 > * {
        width: 100% !important; } }

.p-topSec1__ttl {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin: -5px 0 0; }

.p-topSec1__txt {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.5;
  margin: 0; }
  .p-topSec1__txt.-txt1 {
    margin-top: 109px; }
  .p-topSec1__txt.-txt2 {
    margin-top: 69px; }

@media screen and (max-width: 768px) {
  .p-topSec1 {
    width: 100%;
    padding: 5.5vw 0 4.5vw; }

  .p-topSec1__ttl {
    font-size: 3.125vw;
    width: 44vw;
    margin: 0 auto; }

  .p-topSec1__txt {
    width: 44vw;
    margin: 0 auto;
    font-size: 1.8229166667vw;
    line-height: 2; }
    .p-topSec1__txt.-txt1 {
      margin-top: 4.5vw; }
    .p-topSec1__txt.-txt2 {
      margin-top: 5.5vw; }

  .p-topSec1__spImg img {
    max-width: inherit;
    max-width: auto;
    width: 100%; }
  .p-topSec1__spImg.-img1 {
    margin-top: 5.5vw; }
  .p-topSec1__spImg.-img2 {
    margin-top: 5vw; }
  .p-topSec1__spImg.-img3 {
    margin-top: 5.5vw; } }
@media screen and (max-width: 499px) {
  .p-topSec1 {
    padding: 11vw 0 9vw; }

  .p-topSec1__ttl {
    font-size: 6.4vw;
    width: 88vw; }

  .p-topSec1__txt {
    width: 88vw;
    font-size: 3.4666666667vw;
    letter-spacing: -0.006em; }
    .p-topSec1__txt.-txt1 {
      margin-top: 9vw; }
    .p-topSec1__txt.-txt2 {
      margin-top: 11vw; }

  .p-topSec1__spImg.-img1 {
    margin-top: 11vw; }
  .p-topSec1__spImg.-img2 {
    margin-top: 10vw; }
  .p-topSec1__spImg.-img3 {
    margin-top: 11vw; } }
/* --------------------------------------------------
  p-topSec2
-------------------------------------------------- */
.p-topSec2 {
  background: #eff4f5;
  padding: 82px 0 139px; }

.p-topSec2__ttlArea {
  width: 1000px;
  margin: 0 auto; }

.p-topSec2__ttlImg {
  width: 743px;
  height: 101px;
  margin: 0 auto;
  display: block;
  padding-right: 60px; }

.p-topSec2__linkArea {
  margin: 62px 0 64px;
  display: flex;
  justify-content: center; }

.p-topSec2__link {
  font-size: 1.4rem;
  line-height: 1; }
  .p-topSec2__link a {
    padding-bottom: 1px;
    background-color: transparent;
    transition: color 0.3s, background-color 0.3s; }
    .p-topSec2__link a:hover {
      background-color: #968d87;
      color: #fff; }

.p-topSec2__box {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center; }

.p-topSec2__imgArea {
  width: 57%; }
  .p-topSec2__imgArea img {
    max-width: inherit;
    max-width: auto;
    width: 100%; }

.p-topSec2__catch {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0; }
  .p-topSec2__catch:after {
    content: "";
    position: absolute; }

.p-topSec2.p-courseSec3Box1__ttl {
  text-align: left;
  margin: 40px 0 20px 0;
  padding-left: 40px; }
  .p-topSec2.p-courseSec3Box1__ttl:after {
    background: none; }
  .p-topSec2.p-courseSec3Box1__ttl:before {
    top: -1.467vw;
    background: url(../img/ico_star.svg) no-repeat center center/contain; }

.p-topSec2.p-topMv__txt {
  padding-top: 0px;
  padding-bottom: 20px; }

.p-topSec2__box:nth-of-type(1) .p-topSec2__catch:after {
  width: 46px;
  height: 37px;
  bottom: -9px;
  right: 95px;
  background: url(../img/top/ill_sec2_1.svg) no-repeat center center/contain; }
.p-topSec2__box:nth-of-type(2) .p-topSec2__catch:after {
  width: 37px;
  height: 29px;
  bottom: -2px;
  right: 28px;
  background: url(../img/top/ill_sec2_2.svg) no-repeat center center/contain; }
.p-topSec2__box:nth-of-type(3) .p-topSec2__catch:after {
  width: 37px;
  height: 29px;
  bottom: 0px;
  right: 63px;
  background: url(../img/top/ill_sec2_2.svg) no-repeat center center/contain; }
.p-topSec2__box:nth-of-type(4) .p-topSec2__catch:after {
  width: 46px;
  height: 37px;
  bottom: -2px;
  right: 48px;
  background: url(../img/top/ill_sec2_1.svg) no-repeat center center/contain; }
.p-topSec2__box:nth-of-type(n+2) {
  margin-top: 163px; }

.p-topSec2__img a:hover {
  opacity: 0.7;
  transition: opacity 0.3s; }

.p-topSec2__courseName {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 3px 13px;
  background: #fff;
  margin: 50px 0 0; }

.p-topSec2__txt {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9;
  margin: 18px 0 0; }

.p-topSec2__btn a {
  position: relative;
  display: block;
  width: 157px;
  border-top: 1px solid #7e8387;
  border-bottom: 1px solid #7e8387;
  font-size: 1.4rem;
  padding: 10px 3px;
  margin: 20px 0 0;
  color: #fff;
  transition: color 0.3s, background-color 0.3s;
  background: #969B9E; }
  .p-topSec2__btn a:before, .p-topSec2__btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    transition: border-color 0.3s; }
  .p-topSec2__btn a:before {
    right: 9px;
    width: 20px;
    height: 1px;
    border-top: 1px solid #fff;
    transform: translateY(-50%); }
  .p-topSec2__btn a:after {
    right: 6px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg); }
  .p-topSec2__btn a:hover {
    background-color: #7e8387;
    color: #fff;
    opacity: 1; }
    .p-topSec2__btn a:hover:before {
      border-top: 1px solid #fff; }
    .p-topSec2__btn a:hover:after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }

@media screen and (min-width: 769px) {
  .p-topSec2__linkArea.u-tab {
    display: none; }

  .p-topSec2__link:nth-of-type(n+2) {
    margin-left: 26px; }

  .p-topSec2__box:nth-of-type(odd) {
    justify-content: flex-end; }
    .p-topSec2__box:nth-of-type(odd) .p-topSec2__txtArea {
      width: 403px;
      order: 1; }
    .p-topSec2__box:nth-of-type(odd) .p-topSec2__imgArea {
      order: 2; }

  .p-topSec2__box:nth-of-type(even) .p-topSec2__txtArea {
    width: 411px; }

  .p-topSec2__box:nth-of-type(1) .p-topSec2__txtArea {
    padding: 0 50px 30px 0; }

  .p-topSec2__box:nth-of-type(2) .p-topSec2__txtArea {
    padding: 50px 0 0 48px; }

  .p-topSec2__box:nth-of-type(3) .p-topSec2__txtArea {
    padding: 20px ​42px 0 0; }

  .p-topSec2__box:nth-of-type(4) .p-topSec2__txtArea {
    padding: 20px 0 0 60px; }

  .p-topSec2.p-courseSec3Box1__ttl:before {
    top: -0.467vw; }

  .p-topSec2.p-topMv__txt {
    text-align: left; } }
@media screen and (max-width: 768px) {
  .p-topSec2 {
    padding: 4vw 0 0; }

  .p-topSec2__ttlArea {
    width: 45.5vw; }

  .p-topSec2__ttlImg {
    width: 45.5vw;
    height: 9.7vw;
    padding-right: 0; }

  .p-topSec2__linkArea {
    margin: 4vw 0 4.5vw;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .p-topSec2__linkArea.u-pc {
      display: none; }

  .p-topSec2__link {
    width: 50%;
    font-size: 1.8229166667vw; }
    .p-topSec2__link:nth-of-type(n+3) {
      margin-top: 1.75vw; }
    .p-topSec2__link:nth-of-type(odd) {
      padding-left: 4vw; }
    .p-topSec2__link a {
      padding-bottom: 0.25vw; }

  .p-topSec2__box {
    max-width: inherit;
    width: 100%;
    display: block; }

  .p-topSec2__imgArea {
    position: relative;
    width: 100%; }

  .p-topSec2__txtArea {
    position: relative;
    width: 44vw;
    margin: 0 auto;
    padding: 3.5vw 0 5vw; }

  .p-topSec2__catch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3vw;
    font-size: 3.125vw;
    color: #fff; }

  .p-topSec2__box:nth-of-type(1) .p-topSec2__catch:after {
    width: 6.25vw;
    height: 4.8vw;
    bottom: -2.7vw;
    right: -5.5vw;
    background: url(../img/top/ill_sec2_white_1.svg) no-repeat center center/contain; }
  .p-topSec2__box:nth-of-type(2) .p-topSec2__catch:after {
    width: 4.9vw;
    height: 3.86vw;
    bottom: -3.27vw;
    right: auto;
    left: 11.5vw;
    background: url(../img/top/ill_sec2_white_2.svg) no-repeat center center/contain; }
  .p-topSec2__box:nth-of-type(3) .p-topSec2__catch:after {
    width: 4vw;
    height: 3.15vw;
    bottom: -5vw;
    right: -3.1vw;
    background: url(../img/top/ill_sec2_white_3.svg) no-repeat center center/contain; }
  .p-topSec2__box:nth-of-type(4) .p-topSec2__txtArea:after {
    content: "";
    position: absolute;
    top: 0.25vw;
    right: 1vw;
    width: 5vw;
    height: 4.4vw;
    background: url(../img/top/ill_sec2_1.svg) no-repeat center center/contain; }
  .p-topSec2__box:nth-of-type(4) .p-topSec2__catch:after {
    content: none; }
  .p-topSec2__box:nth-of-type(n+2) {
    margin-top: 0; }

  .p-topSec2__courseName {
    font-size: 2.2135416667vw;
    padding: 0.5vw 0.25vw 1vw;
    margin: 0;
    position: absolute;
    top: -2.5vw;
    left: 0; }

  .p-topSec2__txt {
    font-size: 1.8229166667vw;
    line-height: 1.8;
    margin: 0; }

  .p-topSec2__btn a {
    width: 18.05vw;
    font-size: 1.8229166667vw;
    padding: 1vw 0.32vw;
    margin: 1.8vw 0 0; }
    .p-topSec2__btn a:before {
      right: 0.8vw;
      width: 2.71vw; }
    .p-topSec2__btn a:after {
      right: 0.4vw;
      width: 1.6vw;
      height: 1.6vw; } }
@media screen and (max-width: 499px) {
  .p-topSec2 {
    padding: 8vw 0 0; }

  .p-topSec2__ttlArea {
    width: 91vw; }

  .p-topSec2__ttlImg {
    width: 91vw;
    height: 19.4vw;
    padding-right: 0; }

  .p-topSec2__linkArea {
    margin: 8vw 0 9vw; }

  .p-topSec2__link {
    font-size: 3.7333333333vw; }
    .p-topSec2__link:nth-of-type(n+3) {
      margin-top: 3.5vw; }
    .p-topSec2__link:nth-of-type(odd) {
      padding-left: 8vw; }
    .p-topSec2__link a {
      padding-bottom: 0.5vw; }

  .p-topSec2__txtArea {
    width: 88vw;
    padding: 7vw 0 10vw; }

  .p-topSec2__catch {
    left: 6vw;
    font-size: 6.4vw; }

  .p-topSec2__box:nth-of-type(1) .p-topSec2__catch:after {
    width: 12.5vw;
    height: 9.8vw;
    bottom: -5.4vw;
    right: -11vw; }
  .p-topSec2__box:nth-of-type(2) .p-topSec2__catch:after {
    width: 9.867vw;
    height: 7.733vw;
    bottom: -6.533vw;
    left: 23vw; }
  .p-topSec2__box:nth-of-type(3) .p-topSec2__catch:after {
    width: 8vw;
    height: 6.3vw;
    bottom: -10vw;
    right: -6.2vw; }
  .p-topSec2__box:nth-of-type(4) .p-topSec2__txtArea:after {
    content: "";
    position: absolute;
    top: 0.5vw;
    right: 2vw;
    width: 10vw;
    height: 8.8vw; }

  .p-topSec2__courseName {
    font-size: 4.5333333333vw;
    padding: 1vw 0.5vw 2vw;
    top: -5vw; }

  .p-topSec2__txt {
    font-size: 3.7333333333vw; }

  .p-topSec2__btn a {
    width: 41.1vw;
    font-size: 3.7333333333vw;
    padding: 2vw 0.64vw;
    margin: 3.6vw 0 0; }
    .p-topSec2__btn a:before {
      right: 1.6vw;
      width: 5.43vw; }
    .p-topSec2__btn a:after {
      right: 0.8vw;
      width: 3.2vw;
      height: 3.2vw; } }
/* --------------------------------------------------
    p-topBnrArea
-------------------------------------------------- */
.p-topBnrArea {
  padding: 97px 0 0; }

.p-topBnrArea__bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  height: 280px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding-right: 21px; }
.p-topBnrArea__bnr.-hotel a {
  background: url(../img/top/bnr_hotel_pc@2x.jpg) no-repeat center center/cover; }
.p-topBnrArea__bnr.-about a {
  background: url(../img/top/bnr_about_pc@2x.jpg) no-repeat center center/cover; }
.p-topBnrArea__bnr:nth-of-type(n+2) {
  margin-top: 40px; }

.p-topCovid19 {
  width: 1000px;
  border: 1px solid #717071;
  padding: 40px 40px 35px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 55px; }
  .p-topCovid19 > *:first-child {
    width: 50%; }
  .p-topCovid19 > *:last-child {
    width: 50%; }
  @media screen and (max-width: 768px) {
    .p-topCovid19 {
      flex-wrap: wrap; }
      .p-topCovid19 > * {
        width: 100% !important; } }

.p-topCovid19__left {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  flex-wrap: wrap; }

.p-topCovid19__leftIn {
  width: 300px; }

.p-topCovid19__ttl {
  position: relative;
  width: 100%;
  padding-top: 25px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.25;
  margin: 0; }
  .p-topCovid19__ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 47%;
    transform: translateX(-50%);
    width: 73px;
    height: 13px;
    background: url(../img/top/ill_covid19.svg) no-repeat center center/contain; }

.p-topCovid19__img {
  width: 100%;
  margin-top: 20px; }

.p-topCovid19__right {
  position: relative; }
  .p-topCovid19__right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 1px;
    border-top: 1px dotted #717071; }

.p-topCovid19__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  padding-top: 8px; }

.p-topCovid19__list {
  font-size: 1.4rem;
  line-height: 2.1;
  margin: 26px 0 0; }

@media screen and (max-width: 768px) {
  .p-topBnrArea {
    padding: 4.5vw 0; }

  .p-topBnrArea__bnr a {
    width: 100%;
    height: 18.66vw;
    font-size: 2.6041666667vw;
    padding-right: 4vw; }
  .p-topBnrArea__bnr.-hotel a {
    background: url(../img/top/bnr_hotel_sp@2x.jpg) no-repeat center center/cover; }
  .p-topBnrArea__bnr.-about a {
    background: url(../img/top/bnr_about_sp@2x.jpg) no-repeat center center/cover; }
  .p-topBnrArea__bnr:nth-of-type(n+2) {
    margin-top: 5.5vw; }

  .p-topCovid19 {
    width: 100%;
    padding: 2vw 0 1.5vw;
    margin-top: 5.33vw; }

  .p-topCovid19__left {
    padding-right: 0; }

  .p-topCovid19__leftIn {
    width: 100%; }

  .p-topCovid19__ttl {
    padding-top: 3vw;
    font-size: 2.6041666667vw; }
    .p-topCovid19__ttl:before {
      width: 9.73vw;
      height: 1.73vw; }

  .p-topCovid19__img {
    margin: 2.66vw auto 0;
    width: 19.2vw; }
    .p-topCovid19__img img {
      max-width: inherit;
      max-width: auto;
      width: 100%; }

  .p-topCovid19__right {
    padding: 0 3vw;
    margin-top: 1vw; }
    .p-topCovid19__right:before {
      width: 38vw;
      left: 50%;
      transform: translateX(-50%); }

  .p-topCovid19__txt {
    font-size: 1.8229166667vw;
    padding-top: 1.25vw; }

  .p-topCovid19__list {
    font-size: 1.8229166667vw;
    margin: 2.25vw 0 0; } }
@media screen and (max-width: 499px) {
  .p-topBnrArea {
    padding: 9vw 0 0; }

  .p-topBnrArea__bnr a {
    height: 37.33vw;
    font-size: 5.3333333333vw;
    padding-right: 8vw; }
  .p-topBnrArea__bnr:nth-of-type(n+2) {
    margin-top: 11vw; }

  .p-topCovid19 {
    padding: 4vw 0 3vw;
    margin-top: 10.667vw; }

  .p-topCovid19__ttl {
    padding-top: 6vw;
    font-size: 5.3333333333vw; }
    .p-topCovid19__ttl:before {
      width: 19.467vw;
      height: 3.467vw; }

  .p-topCovid19__img {
    margin: 5.333vw auto 0;
    width: 38.4vw; }

  .p-topCovid19__right {
    padding: 0 6vw;
    margin-top: 2vw; }
    .p-topCovid19__right:before {
      width: 76vw; }

  .p-topCovid19__txt {
    font-size: 3.7333333333vw;
    padding-top: 2.5vw; }

  .p-topCovid19__list {
    font-size: 3.7333333333vw;
    margin: 4.5vw 0 0; } }
/* --------------------------------------------------
    p-topLoading
-------------------------------------------------- */
.p-topLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #EFF4F5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100; }

.p-topLoading__ill {
  width: 388px;
  height: 176px;
  animation: p-topLoading__ill 1.5s infinite; }

@keyframes p-topLoading__ill {
  0% {
    opacity: 0; }
  50% {
    opacity: 100%; }
  100% {
    opacity: 0; } }
@media screen and (max-width: 768px) {
  .p-topLoading__ill {
    width: 51.4vw;
    height: 23.3vw; } }
/* --------------------------------------------------
    l-footer
-------------------------------------------------- */
.p-top .l-footer {
  margin-top: 106px; }

@media screen and (max-width: 768px) {
  .p-top .l-footer {
    margin-top: 10vw; } }
@media screen and (max-width: 499px) {
  .p-top .l-footer {
    margin-top: 20vw; } }
/* --------------------------------------------------
    p-courseMv
-------------------------------------------------- */
.p-courseMv__imgArea {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../img/course/01/bg_mv_pc@2x.jpg) no-repeat center center/cover; }

.p-courseMv__imgWrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0 63px 23px; }

.p-courseMv__catch {
  width: 128px;
  height: 13px;
  margin: 0; }

.p-courseMv__lead {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 21px 0 0;
  color: #fff; }
  .p-courseMv__lead:after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 46px;
    height: 37px;
    background: url(../img/course/ill_mv.svg) no-repeat center center/contain; }

.p-courseMv__txtArea {
  background: #eff4f5; }

.p-courseMv__txtWrap {
  position: relative;
  padding: 25px 0 20px; }

.p-topMv__courseName {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 3px 16px;
  background: #fff;
  margin: 0; }

.p-topMv__txt {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
  font-weight: 600; }

.p-courseSec3Box1__ttl.p-courseMv__spTitle {
  margin: 30px auto 10px auto; }

.p-courseMv__txtArea .p-topSec2__btn a {
  margin: 0 auto 20px auto; }

@media screen and (max-width: 768px) {
  .p-courseMv__imgArea {
    height: 77vw;
    background: url(../img/course/01/bg_mv_sp@2x.jpg) no-repeat center center/cover; }

  .p-courseMv__imgWrap {
    align-items: flex-end;
    padding: 0 0 13vw; }

  .p-courseMv__catch {
    width: 14.1vw;
    height: 1.4vw; }

  .p-courseMv__lead {
    font-size: 3.6458333333vw;
    font-weight: 600;
    line-height: 1.5;
    margin: 2.5vw 0 0; }
    .p-courseMv__lead:after {
      bottom: -2.5vw;
      right: -2.5vw;
      width: 6.1vw;
      height: 4.9vw; }

  .p-courseMv__txtWrap {
    padding: 2vw 0 1vw; }

  .p-topMv__courseName {
    top: -3vw;
    left: 0;
    transform: none;
    font-size: 2.4739583333vw;
    padding: 1.25vw 1vw 1.5vw; }

  .p-topMv__txt {
    font-size: 1.8229166667vw;
    line-height: 1.8;
    text-align: left; } }
@media screen and (max-width: 499px) {
  .p-courseMv__imgArea {
    height: 154vw !important; }

  .p-courseMv__imgWrap {
    padding: 0 0 26vw; }

  .p-courseMv__catch {
    width: 28.2vw;
    height: 2.8vw; }

  .p-courseMv__lead {
    font-size: 7.4666666667vw;
    margin: 5vw 0 0; }
    .p-courseMv__lead:after {
      bottom: -5vw;
      right: -5vw;
      width: 12.2vw;
      height: 9.8vw; }

  .p-courseMv__txtWrap {
    padding: 4vw 0 2vw; }

  .p-topMv__courseName {
    top: -6vw;
    font-size: 5.0666666667vw;
    padding: 2.5vw 2vw 3vw; }

  .p-topMv__txt {
    font-size: 3.7333333333vw; } }
/* --------------------------------------------------
    p-courseSec1
-------------------------------------------------- */
.p-courseSec1 {
  padding: 41px 0 143px;
  width: 850px;
  margin: 0 auto; }
  .p-courseSec1 > *:nth-child(n+2) {
    margin-top: 52px; }

.p-courseSec1__txtArea {
  width: 635px;
  margin: 0 auto; }

.p-courseSec1__ttl {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.65;
  margin: 0; }

.p-courseSec1__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 17px 0 0; }

@media screen and (max-width: 768px) {
  .p-courseSec1 {
    padding: 5.5vw 0 7vw;
    width: 100%; }
    .p-courseSec1 > *:nth-child(n+2) {
      margin-top: 5vw; }

  .p-courseSec1__txtArea {
    width: 88vw; }

  .p-courseSec1__ttl {
    font-size: 2.0833333333vw;
    line-height: 2; }

  .p-courseSec1__txt {
    font-size: 1.8229166667vw;
    margin: 2.5vw 0 0; } }
@media screen and (max-width: 499px) {
  .p-courseSec1 {
    padding: 11vw 0 14vw; }
    .p-courseSec1 > *:nth-child(n+2) {
      margin-top: 10vw; }

  .p-courseSec1__ttl {
    font-size: 4.2666666667vw; }

  .p-courseSec1__txt {
    font-size: 3.7333333333vw;
    margin: 5vw 0 0; }

  .p-courseSec3Box1__ttl.p-courseMv__spTitle {
    text-align: left;
    margin: 0;
    padding-left: 40px;
    border-top: 2px dashed #fff;
    width: 100%;
    padding-top: 33px; }
    .p-courseSec3Box1__ttl.p-courseMv__spTitle:before {
      top: 6.533vw;
      background: url(../img/ico_star.svg) no-repeat center center/contain; }
    .p-courseSec3Box1__ttl.p-courseMv__spTitle:after {
      background: none; }

  .p-courseMv__txtArea .p-topSec2__btn {
    padding-bottom: 50px; } }
/* --------------------------------------------------
    p-courseSec2
-------------------------------------------------- */
.p-courseSec2 .slick-slide {
  margin: 0 22px; }
  .p-courseSec2 .slick-slide .p-courseSec2__img img {
    max-width: inherit;
    max-width: auto;
    width: 100%; }
.p-courseSec2 .slick-next, .p-courseSec2 .slick-prev {
  width: 26px;
  height: 52px;
  z-index: 1; }
.p-courseSec2 .slick-next:before, .p-courseSec2 .slick-prev:before {
  content: none; }
.p-courseSec2 .slick-next {
  right: 235px;
  background: url(../img/course/arw_slide_next.svg) no-repeat center center/contain; }
.p-courseSec2 .slick-prev {
  left: 235px;
  background: url(../img/course/arw_slide_prev.svg) no-repeat center center/contain; }
.p-courseSec2 .slick-dots {
  bottom: -35px; }

@media screen and (max-width: 768px) {
  .p-courseSec2 .slick-slide {
    margin: 0 4vw; }
  .p-courseSec2 .slick-next, .p-courseSec2 .slick-prev {
    width: 3.3vw;
    height: 6.75vw; }
  .p-courseSec2 .slick-next {
    right: 7vw; }
  .p-courseSec2 .slick-prev {
    left: 7vw; }
  .p-courseSec2 .slick-dots {
    bottom: -4vw; } }
@media screen and (max-width: 499px) {
  .p-courseSec2 .slick-slide {
    margin: 0 5vw; }
  .p-courseSec2 .slick-next, .p-courseSec2 .slick-prev {
    width: 4.4vw;
    height: 9vw; }
  .p-courseSec2 .slick-next {
    right: 6vw; }
  .p-courseSec2 .slick-prev {
    left: 6vw; }
  .p-courseSec2 .slick-dots {
    bottom: -6vw; } }
/* --------------------------------------------------
    p-courseSec3
-------------------------------------------------- */
.p-courseSec3 {
  padding: 90px 0 74px;
  width: 850px;
  margin: 0 auto; }

.p-courseSec3Box1 {
  width: 100%;
  background: #eff4f5;
  padding: 25px 25px 17px;
  display: flex; }

.p-courseSec3Box1__left {
  width: 260px;
  display: flex;
  justify-content: flex-end; }

.p-courseSec3Box1__img {
  width: 168px;
  height: 168px;
  border-radius: 100vh;
  overflow: hidden; }

.p-courseSec3Box1__right {
  width: calc(100% - 260px);
  padding: 18px 60px 0 23px; }

.p-courseSec3Box1__ttl {
  position: relative;
  width: 255px;
  padding: 0 50px 0 62px;
  margin: 0;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1; }
  .p-courseSec3Box1__ttl:before, .p-courseSec3Box1__ttl:after {
    content: "";
    position: absolute; }
  .p-courseSec3Box1__ttl:before {
    top: 2px;
    left: 7px;
    width: 25px;
    height: 24px;
    background: url(../img/course/ill_se3_1.svg) no-repeat center center/contain; }
  .p-courseSec3Box1__ttl:after {
    top: -4px;
    right: 0;
    width: 23px;
    height: 30px;
    background: url(../img/course/ill_se3_2.svg) no-repeat center center/contain; }

.p-courseSec3Box1__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 25px 0 0; }
  .p-courseSec3Box1__txt .b {
    font-weight: bold;
    padding-bottom: 5px;
    display: inline-block; }

.p-courseSec3Box1__note {
  font-size: 1.2rem;
  line-height: 1;
  margin: 10px 0 0; }

.p-courseSec3__attention {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 29px 0 0; }

.p-courseSec3Box2 {
  margin: 48px 0 0 3px; }

.p-courseSec3Box2__courseName {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0; }

.p-courseSec3Box2__add {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 10px 0 0; }

@media screen and (max-width: 768px) {
  .p-courseSec3 {
    padding: 4.5vw 0 4.35vw;
    width: 88vw; }

  .p-courseSec3Box1 {
    width: 100%;
    padding: 2.8vw 3.33vw 2.27vw;
    display: block; }

  .p-courseSec3Box1__left {
    width: 100%;
    display: block; }

  .p-courseSec3Box1__img {
    width: 20.4vw;
    height: 20.4vw;
    margin: 2vw auto 0; }
    .p-courseSec3Box1__img img {
      max-width: inherit;
      max-width: auto;
      width: 100%; }

  .p-courseSec3Box1__right {
    width: 100%;
    padding: 2.5vw 0 0; }

  .p-courseSec3Box1__ttl {
    width: 29vw;
    padding: 0;
    margin: 0 auto;
    font-size: 2.0833333333vw;
    text-align: center; }
    .p-courseSec3Box1__ttl:before {
      top: 0.26vw;
      left: 0;
      width: 3.33vw;
      height: 3.2vw; }
    .p-courseSec3Box1__ttl:after {
      top: -0.5vw;
      right: 2.5vw;
      width: 3.06vw;
      height: 4vw; }

  .p-courseSec3Box1__txt {
    font-size: 1.8229166667vw;
    line-height: 1.78;
    margin: 0; }

  .p-courseSec3Box1__note {
    font-size: 1.5625vw;
    margin: 0.333vw 0 0;
    text-align: center; }

  .p-courseSec3__attention {
    font-size: 1.8229166667vw;
    line-height: 1.8;
    margin: 2vw 0.5vw 0; }

  .p-courseSec3Box2 {
    margin: 3.4vw 0.5vw 0; }

  .p-courseSec3Box2__courseName {
    font-size: 1.8229166667vw;
    line-height: 1.8; }

  .p-courseSec3Box2__add {
    font-size: 1.8229166667vw;
    margin: 0.333vw 0 0; } }
@media screen and (max-width: 499px) {
  .p-courseSec3 {
    padding: 9vw 0 8.733vw; }

  .p-courseSec3Box1 {
    padding: 5.667vw 6.667vw 4.533vw; }

  .p-courseSec3Box1__img {
    width: 40.8vw;
    height: 40.8vw;
    margin: 4vw auto 0; }

  .p-courseSec3Box1__right {
    padding: 5vw 0 0; }

  .p-courseSec3Box1__ttl {
    width: 58vw;
    font-size: 4.2666666667vw; }
    .p-courseSec3Box1__ttl:before {
      top: 0.533vw;
      width: 6.667vw;
      height: 6.4vw; }
    .p-courseSec3Box1__ttl:after {
      top: -1.067vw;
      right: 5vw;
      width: 6.133vw;
      height: 8vw; }

  .p-courseSec3Box1__txt {
    font-size: 3.7333333333vw; }

  .p-courseSec3Box1__note {
    font-size: 3.2vw;
    margin: 0.667vw 0 0; }

  .p-courseSec3__attention {
    font-size: 3.7333333333vw;
    margin: 4vw 1vw 0; }

  .p-courseSec3Box2 {
    margin: 6.8vw 1vw 0; }

  .p-courseSec3Box2__courseName {
    font-size: 3.7333333333vw; }

  .p-courseSec3Box2__add {
    font-size: 3.7333333333vw;
    margin: 0.667vw 0 0; } }
/* --------------------------------------------------
    p-courseSec4
-------------------------------------------------- */
.p-courseSec4 {
  background: #eff4f5; }
  .p-courseSec4 .u-wrap {
    padding: 55px 0 70px; }

.p-courseSec4__ttl {
  position: relative;
  font-weight: 600;
  font-size: 2.8rem;
  text-align: center;
  margin: 0;
  line-height: 1; }
  .p-courseSec4__ttl:before, .p-courseSec4__ttl:after {
    content: "";
    position: absolute; }
  .p-courseSec4__ttl:before {
    top: 0;
    left: 145px;
    width: 36px;
    height: 30px;
    background: url(../img/course/ill_se4_1.svg) no-repeat center center/contain; }
  .p-courseSec4__ttl:after {
    top: 5px;
    right: 158px;
    width: 24px;
    height: 31px;
    background: url(../img/course/ill_se4_2.svg) no-repeat center center/contain; }

.p-courseSec4__box {
  margin: 62px auto 0;
  font-family: 'Noto Sans JP';
  display: flex;
  flex-wrap: wrap; }

.p-courseSec4__item {
  position: relative; }

.p-courseSec4__img {
  width: 100%;
  text-align: center; }
  .p-courseSec4__img img {
    width: 100%; }

.p-courseSec4__planName {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 17px 3px 0; }

.p-courseSec4__txt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 4px 3px 0;
  height: 56px;
  overflow: hidden; }

.p-courseSec4__btn {
  width: 100%;
  height: 46px; }
  .p-courseSec4__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    text-align: center;
    color: #fff; }
  .p-courseSec4__btn.-tel a {
    background: #ddac7e;
    margin-top: 32px; }
  .p-courseSec4__btn.-web a {
    background: #658873;
    margin-top: 10px; }

.p-courseSec4__btn a:hover {
  opacity: 0.7;
  transition: opacity 0.3s; }

@media screen and (min-width: 769px) {
  .p-courseSec4__item.-left {
    width: 320px;
    padding: 40px 30px 40px 0; }
  .p-courseSec4__item.-center {
    width: calc(100% - 642px);
    padding: 40px 30px; }
  .p-courseSec4__item.-right {
    width: 320px;
    padding: 40px 0 40px 30px; }
  .p-courseSec4__item:nth-of-type(-n+3) {
    padding-top: 0; }
  .p-courseSec4__item:nth-last-of-type(-n+3) {
    padding-bottom: 0; }

  .p-courseSec4__btn a[href^="tel:"] {
    pointer-events: auto; } }
@media screen and (max-width: 768px) {
  .p-courseSec4 .u-wrap {
    padding: 4.8vw 0 3.5vw; }

  .p-courseSec4__ttl {
    font-size: 2.34375vw; }
    .p-courseSec4__ttl:before {
      top: -2.5vw;
      left: 0;
      width: 3.45vw;
      height: 6vw;
      background: url(../img/course/ill_se4_4.svg) no-repeat center center/contain; }
    .p-courseSec4__ttl:after {
      top: -0.333vw;
      right: -1vw;
      width: 3.2vw;
      height: 4.1vw; }

  .p-courseSec4__box {
    margin: 6vw auto 0;
    position: relative; }
    .p-courseSec4__box:before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%;
      background: #c8c8c9;
      content: ""; }

  .p-courseSec4__item {
    width: 50%;
    padding: 1.25vw; }
    .p-courseSec4__item:nth-of-type(-n+2) {
      padding-top: 0; }
    .p-courseSec4__item:nth-last-of-type(-n+2) {
      padding-bottom: 0; }
    .p-courseSec4__item:not(:nth-last-of-type(-n+2)) {
      border-bottom: 1px solid #c8c8c9; }

  .p-courseSec4__planName {
    font-size: 1.6927083333vw;
    line-height: 1.8;
    margin: 0.75vw 1vw 0; }

  .p-courseSec4__txt {
    font-size: 1.6927083333vw;
    line-height: 1.5;
    margin: 0.033vw 1vw 0;
    height: 8vw; }

  .p-courseSec4__btn {
    height: 5vw; }
    .p-courseSec4__btn a {
      font-size: 1.8229166667vw; }
    .p-courseSec4__btn.-tel a {
      margin-top: 2.5vw; }
    .p-courseSec4__btn.-web a {
      margin-top: 0.5vw; } }
@media screen and (max-width: 499px) {
  .p-courseSec4 .u-wrap {
    padding: 9.667vw 0 7vw; }

  .p-courseSec4__ttl {
    font-size: 4.8vw; }
    .p-courseSec4__ttl:before {
      top: -5vw;
      width: 6.9vw;
      height: 12vw; }
    .p-courseSec4__ttl:after {
      top: -0.667vw;
      right: -2vw;
      width: 6.4vw;
      height: 8.267vw; }

  .p-courseSec4__box {
    margin: 12vw auto 0; }

  .p-courseSec4__item {
    padding: 2.5vw; }

  .p-courseSec4__planName {
    font-size: 3.4666666667vw;
    margin: 1.533vw 0 0; }

  .p-courseSec4__txt {
    font-size: 3.4666666667vw;
    margin: 0.067vw 0vw 0;
    height: 16vw; }

  .p-courseSec4__btn {
    height: 10vw; }
    .p-courseSec4__btn a {
      font-size: 3.7333333333vw; }
    .p-courseSec4__btn.-tel a {
      margin-top: 5vw; }
    .p-courseSec4__btn.-web a {
      margin-top: 1vw; } }
/* --------------------------------------------------
    p-courseModal
-------------------------------------------------- */
.p-courseModal {
  position: relative;
  background: #fff;
  margin: 0 auto;
  padding: 60px;
  overflow-y: auto;
  width: 480px;
  font-family: 'Noto Sans JP'; }

.mfp-close-btn-in .p-courseModal .mfp-close {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/course/icon_close.svg) no-repeat center center/contain;
  width: 26px;
  height: 26px;
  top: 16px;
  right: 11px;
  opacity: 1; }

.p-courseModal .mfp-close:hover, .c-modal .mfp-close:focus {
  opacity: 0.6; }

.p-courseModal__img {
  width: 350px;
  margin: 0 auto; }
  .p-courseModal__img img {
    max-width: inherit;
    max-width: auto;
    width: 100%; }

.p-courseModal__ttl {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 0 17px 8px;
  background: url(../img/course/line-dot.png) repeat-x left bottom/auto 4px;
  margin: 40px 0 0; }

.p-courseModal__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 10px 5px 0; }

@media screen and (max-width: 768px) {
  .p-courseModal {
    width: 92%;
    padding: 5.5vw 2.5vw 7vw; }

  .mfp-close-btn-in .p-courseModal .mfp-close {
    width: 3.45vw;
    height: 3.45vw;
    top: 2.05vw;
    right: 1.3vw; }

  .p-courseModal__img {
    width: 80%; }

  .p-courseModal__ttl {
    font-size: 2.0833333333vw;
    padding: 0 0 2.25vw 1vw;
    background: url(../img/course/line-dot.png) repeat-x left bottom/auto 2px;
    margin: 3.33vw 0 0; }

  .p-courseModal__txt {
    font-size: 1.6927083333vw;
    margin: 1.33vw 1vw 0; } }
@media screen and (max-width: 499px) {
  .p-courseModal {
    padding: 11vw 5vw 14vw; }

  .mfp-close-btn-in .p-courseModal .mfp-close {
    width: 6.9vw;
    height: 6.9vw;
    top: 4.1vw;
    right: 2.6vw; }

  .p-courseModal__ttl {
    font-size: 4.2666666667vw;
    padding: 0 0 4.533vw 1vw;
    margin: 6.667vw 0 0; }

  .p-courseModal__txt {
    font-size: 3.4666666667vw;
    margin: 2.667vw 1vw 0; } }
/* --------------------------------------------------
    p-courseSec5
-------------------------------------------------- */
.p-courseSec5 {
  padding: 74px 0 81px; }

.p-courseSec5__ttl {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1;
  margin: 0;
  text-align: center; }

.p-courseSec5__box {
  width: 850px;
  margin: 17px auto 0;
  padding: 30px 145px 25px;
  border-top: 1px dotted #312b2a;
  border-bottom: 1px dotted #312b2a;
  display: flex;
  justify-content: center; }

.p-courseSec5__item {
  width: 237px; }
  .p-courseSec5__item:nth-of-type(even) {
    margin-left: 80px; }

.p-courseSec5__img a {
  display: block;
  position: relative; }
  .p-courseSec5__img a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../img/course/icon_modal.svg) no-repeat center center/contain;
    z-index: 1; }
  .p-courseSec5__img a img {
    position: relative;
    z-index: 0; }

.p-courseSec5__txt {
  font-family: 'Noto Sans JP';
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 4px 0 0; }

.p-courseSec5__img a:hover {
  opacity: 0.7;
  transition: opacity 0.3s; }

@media screen and (max-width: 768px) {
  .p-courseSec5 {
    padding: 4.36vw 0 5.3vw; }

  .p-courseSec5__ttl {
    font-size: 2.0833333333vw; }

  .p-courseSec5__box {
    width: 88vw;
    margin: 2vw auto 0;
    padding: 4vw 1vw 3.5vw; }

  .p-courseSec5__item {
    width: calc((100% - 1.7vw) / 2); }
    .p-courseSec5__item:nth-of-type(even) {
      margin-left: 1.7vw; }

  .p-courseSec5__img a img {
    max-width: inherit;
    max-width: auto;
    width: 100%; }
  .p-courseSec5__img a:after {
    width: 2.4vw;
    height: 2.4vw; }

  .p-courseSec5__txt {
    font-size: 1.8229166667vw;
    margin: 1.033vw 0 0; } }
@media screen and (max-width: 499px) {
  .p-courseSec5 {
    padding: 8.733vw 0 10.6vw; }

  .p-courseSec5__ttl {
    font-size: 4.2666666667vw; }

  .p-courseSec5__box {
    margin: 4vw auto 0;
    padding: 8vw 1vw 7vw; }

  .p-courseSec5__item {
    width: calc((100% - 3.5vw) / 2); }
    .p-courseSec5__item:nth-of-type(even) {
      margin-left: 3.5vw; }

  .p-courseSec5__img a:after {
    width: 4.8vw;
    height: 4.8vw; }

  .p-courseSec5__txt {
    font-size: 3.7333333333vw;
    margin: 2.067vw 0 0; } }
/* --------------------------------------------------
    p-courseBnr
-------------------------------------------------- */
.p-courseBnr__link {
  width: 100%;
  height: 280px; }
  .p-courseBnr__link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .p-courseBnr__link:nth-of-type(n+2) {
    margin-top: 16px; }

.p-courseBnr__txtArea {
  text-align: center;
  color: #fff;
  padding-top: 7px; }

.p-courseBnr__lead {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  text-align: center; }

.p-courseBnr__courseName {
  position: relative;
  font-weight: 500;
  font-size: 1.9rem;
  display: inline-block;
  padding: 9px 5px;
  border: 1px solid #fff;
  text-align: center;
  margin: 21px 0 0; }
  .p-courseBnr__courseName:after {
    right: -25px; }

.p-courseBnr__link a:hover {
  opacity: 0.7;
  transition: opacity 0.3s; }

@media screen and (max-width: 768px) {
  .p-courseBnr.u-wrap {
    width: 100%; }

  .p-courseBnr__link {
    height: 21vw; }
    .p-courseBnr__link:nth-of-type(n+2) {
      margin-top: 1.25vw; }
    .p-courseBnr__link.-course1 a {
      background: url(../img/course/bnr_course1_sp@2x.jpg) no-repeat center center/cover; }
    .p-courseBnr__link.-course2 a {
      background: url(../img/course/bnr_course2_sp@2x.jpg) no-repeat center center/cover; }
    .p-courseBnr__link.-course3 a {
      background: url(../img/course/bnr_course3_sp@2x.jpg) no-repeat center center/cover; }
    .p-courseBnr__link.-course4 a {
      background: url(../img/course/bnr_course4_sp@2x.jpg) no-repeat center center/cover; }

  .p-courseBnr__txtArea {
    padding-top: 1.4vw; }

  .p-courseBnr__lead {
    font-size: 2.6041666667vw; }

  .p-courseBnr__courseName {
    font-size: 1.6927083333vw;
    padding: 0.6vw 0.2vw;
    margin: 2.8vw 0 0; }
    .p-courseBnr__courseName:after {
      right: -3vw; } }
@media screen and (max-width: 499px) {
  .p-courseBnr__link {
    height: 42vw; }
    .p-courseBnr__link:nth-of-type(n+2) {
      margin-top: 2.5vw; }

  .p-courseBnr__txtArea {
    padding-top: 2.867vw; }

  .p-courseBnr__lead {
    font-size: 5.3333333333vw; }

  .p-courseBnr__courseName {
    font-size: 3.4666666667vw;
    padding: 1.2vw 0.4vw;
    margin: 5.6vw 0 0; }
    .p-courseBnr__courseName:after {
      right: -6vw; } }

/*# sourceMappingURL=styles.css.map */
