@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorText: #0F0F0F;
  --colorLink: #0F0F0F;
  --colorMain: #EA5514;
  --colorGray: #f0f0f0;
  --colorTheme: #DAE1E4;
  --fontJA: "Noto Sans JP", sans-serif;
  --wantedlyColor: #22BDDB;
  --facebookColor: #0068FF;
  --youtubeColor: #F70000;
}

@keyframes loopRotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes widthFluid {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
html {
  font-size: min(62.5%, 0.78125vw);
}
@media (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) {
  html.size01 {
    font-size: min(58.59375%, 0.78125vw);
  }
}
@media (min-width: 769px) {
  html.size02 {
    font-size: min(54.6875%, 0.78125vw);
  }
}
@media (min-width: 769px) {
  html.size03 {
    font-size: min(50.78125%, 0.78125vw);
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: var(--fontJA);
  color: var(--colorText);
  background-color: #fff;
  line-height: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

a, button {
  text-decoration: none;
  cursor: pointer;
  transition: opacity ease 0.4s, color ease 0.4s, border-color ease 0.4s, background-color ease 0.4s, background-image ease 0.4s, box-shadow ease 0.4s;
}
a img, button img {
  transition: opacity ease 0.4s;
}
a path, button path {
  transition: fill ease 0.4s;
}
a:link, a:visited, button:link, button:visited {
  text-decoration: none;
}
a:hover, button:hover {
  text-decoration: none;
  outline: none;
}
a:active, button:active {
  outline: none;
}
@media (min-width: 769px) {
  a[href*="tel:"], button[href*="tel:"] {
    pointer-events: none;
  }
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

section, article {
  display: block;
}

*::selection {
  background: rgba(255, 134, 63, 0.2);
}

.fade-d {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translateY(15px);
  opacity: 0;
  transition: 0.8s;
}

.fadeUp {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.8s;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

footer {
  position: relative;
  z-index: 1;
  padding: 5rem;
  background: #FFF;
}
@media (max-width: 768px) {
  footer {
    padding: 3rem 3rem 7rem;
  }
}
footer figure {
  width: 25.8rem;
}
@media (max-width: 768px) {
  footer figure {
    width: 24.4rem;
  }
}

header .menuBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100vh;
  right: 0;
  z-index: 15;
  width: 7rem;
  height: 7rem;
  background: #ec6c1f;
  cursor: pointer;
}
header .menuBtn.fixed {
  position: fixed;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  header .menuBtn {
    width: 5.5rem;
    height: 5.5rem;
    top: 31vh;
  }
}
header .menuBtn span {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header .menuBtn span:nth-child(1) {
  top: -3rem;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .menuBtn span:nth-child(2) {
  top: -1rem;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .menuBtn figure {
  width: 3.8rem;
  margin: 2.5rem auto 0;
}
header .menuBtn.open {
  background: #646464;
}
header .menuBtn.open span:nth-child(1) {
  top: -2rem;
  transform: rotate(-45deg);
  transition: all 0.5s;
  box-sizing: border-box;
}
header .menuBtn.open span:nth-child(2) {
  top: -2rem;
  transform: rotate(45deg);
  transition: all 0.5s;
  box-sizing: border-box;
}
header .menuArea {
  display: none;
  position: absolute;
  width: 29.5rem;
  z-index: 15;
  right: 0;
  top: calc(100vh + 7rem);
}
header .menuArea.fixed {
  position: fixed;
  top: 7rem;
}
@media (max-width: 768px) {
  header .menuArea {
    width: 100%;
    top: calc(31vh + 5rem);
  }
  header .menuArea.fixed {
    top: 5rem;
  }
}
header .menuArea ul li {
  border-bottom: solid 1px #b4b4b4;
}
header .menuArea ul li:last-child {
  border-bottom: none;
}
header .menuArea ul li:last-child a::before {
  content: none;
}
header .menuArea ul li:last-child a::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../assets/images/target_icon.png) no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform-origin: inherit;
  transform: rotate(0);
  border-radius: inherit;
}
header .menuArea ul li a {
  display: block;
  padding: 2.3rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  background: #e6e6e6;
  position: relative;
}
header .menuArea ul li a::before, header .menuArea ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 2rem;
  width: 8.1px;
  height: 1px;
  border-radius: 9999px;
  background-color: #828282;
  transform-origin: calc(100% - 0.5px) 50%;
}
header .menuArea ul li a::before {
  transform: rotate(45deg);
}
header .menuArea ul li a::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  header .menuArea ul li a:hover {
    background: #f7f6f6;
  }
}
.hero {
  position: sticky;
  top: 0;
  height: 100vh;
}
.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hero {
    height: 31vh;
  }
}
.mute-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(0,0,0,0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s;
}
.mute-btn:hover {
    background: rgba(0,0,0,0.7);
}
.mute-btn svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.slash {
    transition: opacity 0.2s;
}
#contents{
  position: relative;
  z-index: 2;
  background: #FFF;
}
.mainVisual {
  background: #faca72;
  padding: 0 0 9.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .mainVisual {
    padding: 0;
    overflow: hidden;
  }
}
.mainVisual::before {
  content: "";
  width: 136.6rem;
  height: 76.8rem;
  background: url(../../assets/images/san_01.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .mainVisual::before {
    width: 37.5rem;
    height: 57.9rem;
    background: url(../../assets/images/san_01_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.mainVisual__inner {
  max-width: 160rem;
  height: 100.8rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .mainVisual__inner {
    height: 77rem;
  }
}
.mainVisual__inner figure {
  width: 19.4rem;
  position: absolute;
  top: 5rem;
  right: 17.2rem;
}
@media (max-width: 768px) {
  .mainVisual__inner figure {
    width: 10.6rem;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
}
.mainVisual__ttl {
  position: absolute;
  width: 136.6rem;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .mainVisual__ttl {
    width: 100%;
    height: 39.2rem;
  }
}
@media (max-width: 768px) {
  .mainVisual__ttl .keyVisual {
    padding: 10rem 0 0;
  }
}
.mainVisual .subArea {
  width: 129rem;
  position: absolute;
  top: -12rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .mainVisual .subArea {
    width: 100%;
    top: -11.2rem;
    bottom: inherit;
    margin: auto;
    z-index: 1;
  }
}
.mainVisual .subArea .sub {
  width: 100%;
}
@media (max-width: 768px) {
  .mainVisual .subArea .sub {
    height: 100%;
  }
}

@media (max-width: 1610px) and (min-width: 1469px) {
  .mainVisual__inner figure {
    width: 12vw;
    top: 5vw;
    right: 10vw;
  }
}
@media (max-width: 1470px) and (min-width: 1301px) {
  .mainVisual__inner figure {
    width: 12vw;
    top: 6vw;
    right: 8vw;
  }
}
@media (max-width: 1300px) and (min-width: 767px) {
  .mainVisual__inner figure {
    width: 10vw;
    top: 7vw;
    right: 4vw;
  }
}
@media (max-width: 1610px) and (min-width: 1520px) {
  .mainVisual__ttl .sub {
    top: -14vw;
  }
}
@media (max-width: 1519px) and (min-width: 1400px) {
  .mainVisual__ttl .sub {
    top: -19vw;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .mainVisual__ttl .sub {
    top: -25vw;
  }
}
@media (max-width: 1199px) and (min-width: 1000px) {
  .mainVisual__ttl .sub {
    top: -25vw;
  }
}
@media (max-width: 999px) and (min-width: 950px) {
  .mainVisual__ttl .sub {
    top: -25vw;
  }
}
@media (max-width: 949px) and (min-width: 900px) {
  .mainVisual__ttl .sub {
    top: -25vw;
  }
}
@media (max-width: 899px) and (min-width: 767px) {
  .mainVisual__ttl .sub {
    top: -25vw;
  }
}
.introArea {
  background: #faca72;
  padding: 0 0 10.2rem;
  position: relative;
}
.introArea::before {
  content: "";
  width: 100%;
  height: 156.7rem;
  background: url(../../assets/images/san_02.png) no-repeat;
  background-size: 100% 156.7rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .introArea::before {
    height: 70.5rem;
    background: url(../../assets/images/san_02_sp.png) no-repeat;
    background-size: 100% 70.5rem;
    top: 45rem;
  }
}
@media (max-width: 768px) {
  .introArea {
    padding: 0 3rem 43rem;
  }
}
.introArea__inner {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.introArea__inner .introImg {
  width: 59.6rem;
  height: 61.5rem;
  position: absolute;
  top: -20.3rem;
  right: -5rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .introArea__inner .introImg {
    width: 100%;
    top: inherit;
    bottom: -58rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.introArea__ttl {
  width: 69rem;
  margin: 0 0 5rem;
}
@media (max-width: 768px) {
  .introArea__ttl {
    width: 31.5rem;
    margin: 0 0 3rem;
  }
}
.introArea p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .introArea p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.aboutArea {
  padding: 10rem 0 8rem;
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 6rem 3rem 8rem;
  }
}
.aboutArea__inner {
  display: flex;
  max-width: 100rem;
  gap: 6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .aboutArea__inner {
    display: block;
  }
}
.aboutArea__innerText {
  width: 47rem;
  margin: 0 0 3.4rem;
}
@media (max-width: 768px) {
  .aboutArea__innerText {
    width: 100%;
    margin: 0 0 2.8rem;
  }
}
.aboutArea__innerText p {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .aboutArea__innerText p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.aboutArea__inner figure {
  width: 47rem;
}
@media (max-width: 768px) {
  .aboutArea__inner figure {
    width: 100%;
  }
}
.aboutArea__ttl {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 3rem;
}
@media (max-width: 768px) {
  .aboutArea__ttl {
    font-size: 2rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
  }
}
.aboutArea__memo {
  max-width: 100rem;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  position: relative;
  padding: 0 0 0 1.5rem;
}
@media (max-width: 768px) {
  .aboutArea__memo {
    margin: 0 0 4.3rem;
  }
}
.aboutArea__memo::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.subjectArea__bg {
  background: #ec6c1f;
  padding: 0 0 9rem;
}
.subjectArea__ttl {
  padding: 6.8rem 0 6.6rem;
}
@media (max-width: 768px) {
  .subjectArea__ttl {
    padding: 4rem 3rem;
  }
}
.subjectArea__ttlMain {
  width: 97.4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .subjectArea__ttlMain {
    width: 100%;
  }
}
.subjectArea__white {
  background: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  padding: 2rem 0;
  margin: 0 0 4.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .subjectArea__white {
    font-size: 2rem;
    line-height: 1.8;
    text-align: left;
    padding: 2.4rem 3rem;
  }
}
.subjectArea__list {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
.subjectArea__list::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .subjectArea__list::before {
    content: none;
  }
}
.subjectArea__list::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .subjectArea__list::after {
    content: none;
  }
}
.subjectArea__listInner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  .subjectArea__listInner {
    flex-direction: column;
    padding: 0 3rem;
  }
}
.subjectArea__listInner::after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #ec6c1f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .subjectArea__listInner::after {
    content: none;
  }
}
.subjectArea__list dl {
  width: 50rem;
  padding: 4rem;
}
@media (max-width: 768px) {
  .subjectArea__list dl {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
}
.subjectArea__list dl:nth-child(odd) {
  padding: 4rem 4rem 4rem 1rem;
}
.subjectArea__list dl:nth-child(even) {
  padding: 4rem 1rem 4rem 4rem;
}
@media (max-width: 768px) {
  .subjectArea__list dl:nth-child(odd), .subjectArea__list dl:nth-child(even) {
    padding: 0 0 4rem;
    margin: 0 0 4rem;
  }
}
@media (max-width: 768px) {
  .subjectArea__list dl:nth-child(3) {
    order: 2;
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .subjectArea__list dl:last-child {
    order: 1;
  }
}
.subjectArea__list dl dt, .subjectArea__list dl dd {
  color: #fff;
}
.subjectArea__list dl dt {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin: 0 0 2rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .subjectArea__list dl dt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.subjectArea__list dl dd {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .subjectArea__list dl dd {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.regionArea__inner {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .regionArea__inner {
    flex-direction: column;
    background: linear-gradient(0deg, rgb(231, 241, 216) 45%, rgb(255, 255, 255) 55%, rgb(222, 241, 251) 65%);
  }
}
.regionArea__inner::before {
  content: "";
  width: 24.6rem;
  height: 3.8rem;
  background: url(../images/subject_sub.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -1.9rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .regionArea__inner::before {
    content: none;
  }
}
.regionArea__flow {
  position: absolute;
  width: 37.8rem;
  top: 14rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .regionArea__flow {
    width: 100%;
    position: static;
    padding: 0 3rem 8rem;
  }
}
.regionArea__flow .orangeArea {
  background: #ec6c1f;
  border: solid 2px #fff;
  color: #fff;
  padding: 2rem 2.5rem;
  margin: 0 0 2.5rem;
}
@media (max-width: 768px) {
  .regionArea__flow .orangeArea {
    padding: 2rem 1.7rem;
    margin: 0 0 1.5rem;
  }
}
.regionArea__flow .orangeArea__ttl {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.3rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .regionArea__flow .orangeArea__ttl {
    font-size: 1.6rem;
  }
}
.regionArea__flow .orangeArea__ttl span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .regionArea__flow .orangeArea__ttl span {
    font-size: 1.2rem;
  }
}
.regionArea__flow .orangeArea__text {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media (max-width: 768px) {
  .regionArea__flow .orangeArea__text {
    font-size: 1.3rem;
  }
}
.regionArea__flow .yellowArea {
  background: #fff23f;
  border: solid 2px #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .regionArea__flow .yellowArea {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
}
.regionArea__block {
  width: 50%;
  padding: 5rem 0 5.7rem;
  position: relative;
}
@media (max-width: 768px) {
  .regionArea__block {
    width: 100%;
    padding: 4.6rem 0 5.7rem;
  }
}
.regionArea__block.blue {
  background: url(../images/blue_bg.png) no-repeat top 8.5rem center #def1fb;
  background-size: 100% auto;
  border-right: solid 4px #fff;
}
@media (max-width: 768px) {
  .regionArea__block.blue {
    background: url(../images/blue_bg_sp.png) no-repeat top 8rem center;
    background-size: 100% auto;
    border-right: none;
  }
}
.regionArea__block.blue .ttl {
  background: #4593d0;
}
.regionArea__block.blue .textBox {
  background: #4593d0;
}
.regionArea__block.blue .textBox__sub span {
  background: #4593d0;
}
.regionArea__block.blue ul {
  position: relative;
}
.regionArea__block.blue ul::after {
  content: "";
  width: 7.8rem;
  height: 7.8rem;
  background: url(../images/listText.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 12rem;
}
@media (max-width: 768px) {
  .regionArea__block.blue ul::after {
    width: 6.7rem;
    height: 6.7rem;
    right: 6.5rem;
  }
}
.regionArea__block.green {
  background: url(../images/green_bg.png) no-repeat top 8.5rem center #e7f1d8;
  background-size: 100% auto;
  border-left: solid 4px #fff;
}
@media (max-width: 768px) {
  .regionArea__block.green {
    background: url(../images/green_bg_sp.png) no-repeat top 8rem center;
    background-size: 100% auto;
    border-left: none;
  }
}
.regionArea__block.green .ttl {
  background: #40b15d;
}
.regionArea__block.green ul li::before {
  content: "";
  background: #40b15d;
}
.regionArea__block.green .textBox {
  background: #40b15d;
}
.regionArea__block.green .textBox__sub span {
  background: #40b15d;
}
.regionArea__block .ttl {
  width: 46rem;
  padding: 1.3rem 0;
  border: solid 2px #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  top: -2.8rem;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .regionArea__block .ttl {
    width: 31.5rem;
    font-size: 2.5rem;
    padding: 1.7rem 0 1.5rem;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .regionArea__block .ttl::before {
    content: "";
    width: 16rem;
    height: 2.5rem;
    background: url(../../assets/images/subject_sub_sp.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.regionArea__block ul {
  max-width: 45rem;
  margin: 0 auto;
  height: 30.5vw;
}
@media (max-width: 768px) {
  .regionArea__block ul {
    padding: 0 3rem;
    height: 25rem;
  }
}
.regionArea__block ul.flex {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.regionArea__block ul li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3333333333;
  margin: 0 0 0.5rem;
  padding: 0 0 0 1.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .regionArea__block ul li {
    font-size: 1.3rem;
    line-height: 1.3076923077;
  }
}
.regionArea__block ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #4593d0;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-radius: 100%;
}
.regionArea__block ul li:last-child {
  margin: 0;
}
.regionArea__block .textBox {
  max-width: 47.6rem;
  margin: 0 auto;
  padding: 3rem 2.5rem 2.5rem;
  border: solid 2px #fff;
}
@media (max-width: 768px) {
  .regionArea__block .textBox {
    max-width: 31.5rem;
    padding: 2rem;
  }
}
.regionArea__block .textBox__ttl {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 1.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .regionArea__block .textBox__ttl {
    font-size: 1.6rem;
  }
}
.regionArea__block .textBox__ttl span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .regionArea__block .textBox__ttl span {
    font-size: 1.3rem;
  }
}
.regionArea__block .textBox__top {
  margin: 0 0 0;
}
@media (max-width: 768px) {
  .regionArea__block .textBox__top {
    margin: 0 0 2rem;
  }
}
.regionArea__block .textBox__top p {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  min-height: 9rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .regionArea__block .textBox__top p {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    min-height: auto;
  }
}
.regionArea__block .textBox__bottom p {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  color: #fff;
}
@media (max-width: 768px) {
  .regionArea__block .textBox__bottom p {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.regionArea__block .textBox__sub {
  position: relative;
  text-align: center;
}
.regionArea__block .textBox__sub span {
  display: inline-block;
  padding: 0 1.4rem;
  position: relative;
  top: -0.4rem;
  z-index: 1;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.regionArea__block .textBox__sub::after {
  content: "";
  width: 100%;
  height: 1rem;
  background: url(../images/dotLine.png) repeat-x center;
  background-size: 1rem auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.powerArea {
  background: #faca72;
  padding: 9.2rem 0 16.2rem;
}
@media (max-width: 768px) {
  .powerArea {
    padding: 4.9rem 0 12.7rem;
  }
}
.powerArea__inner {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .powerArea__inner::after {
    content: "";
    width: 37.5rem;
    height: 33rem;
    background: url(../images/power_sp.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
}
.powerArea__inner .whiteTtl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .powerArea__inner .whiteTtl {
    flex-direction: column;
  }
}
.powerArea__inner .whiteTtl dt {
  background: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.8rem 1.3rem;
}
@media (max-width: 768px) {
  .powerArea__inner .whiteTtl dt {
    font-size: 2rem;
  }
}
.powerArea__top {
  margin: 0 0 8rem;
  position: relative;
}
@media (max-width: 768px) {
  .powerArea__top {
    margin: 0 0 4rem;
  }
}
.powerArea__top .whiteTtl {
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl {
    padding: 0 3rem;
  }
}
.powerArea__top .whiteTtl::after {
  content: "";
  width: 70.3rem;
  height: 43.2rem;
  background: url(../images/power_bg.png) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: -15rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl dt {
    margin: 0 0 29rem;
  }
}
.powerArea__top .whiteTtl dd {
  width: 49rem;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl dd {
    width: 100%;
  }
}
.powerArea__top .whiteTtl dd .ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl dd .ttl {
    font-size: 2rem;
    line-height: 1.65;
    margin: 0 0 1rem;
  }
}
.powerArea__top .whiteTtl dd .text {
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  padding: 0 0 5rem;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl dd .text {
    font-size: 1.3rem;
    line-height: 2;
    padding: 0 0 4.5rem;
  }
}
.powerArea__top .whiteTtl dd .text::after {
  content: "";
  width: 22.5rem;
  height: 4rem;
  background: url(../images/power_arrow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl dd .text::after {
    width: 15rem;
    height: 2.6rem;
  }
}
.powerArea__top .whiteTtl dd .listBlock__orange {
  background: #ec6c1f;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  padding: 1.6rem 0;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl dd .listBlock__orange {
    font-size: 1.3rem;
  }
}
.powerArea__top .whiteTtl dd .listBlock__orange:nth-child(1) {
  position: relative;
}
.powerArea__top .whiteTtl dd .listBlock__orange:nth-child(1)::after {
  content: "";
  width: 22.5rem;
  height: 4rem;
  background: url(../images/power_arrow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -5.1rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl dd .listBlock__orange:nth-child(1)::after {
    width: 15rem;
    height: 2.6rem;
    bottom: -4.2rem;
  }
}
.powerArea__top .whiteTtl dd .listBlock__orange:nth-child(2) {
  margin: 6rem 0 0;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl dd .listBlock__orange:nth-child(2) {
    margin: 5.5rem 0 0;
  }
}
.powerArea__top .whiteTtl dd .listBlock__orange span {
  display: block;
  font-size: 2.8rem;
  color: #fff23f;
  margin: 0.8rem 0 0;
}
@media (max-width: 768px) {
  .powerArea__top .whiteTtl dd .listBlock__orange span {
    font-size: 1.9rem;
  }
}
.powerArea__bottom {
  margin: 0 0 4.2rem;
}
@media (max-width: 768px) {
  .powerArea__bottom {
    padding: 0 3rem;
  }
}
.powerArea__bottom .whiteTtl {
  align-items: center;
}
@media (max-width: 768px) {
  .powerArea__bottom .whiteTtl {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .powerArea__bottom .whiteTtl dt {
    margin: 0 0 2rem;
  }
}
.powerArea__bottom .whiteTtl dd {
  width: 67.9rem;
}
@media (max-width: 768px) {
  .powerArea__bottom .whiteTtl dd {
    width: 100%;
  }
}
.powerArea__bottom .whiteTtl dd p {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .powerArea__bottom .whiteTtl dd p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.011em;
  }
}
@media (max-width: 768px) {
  .powerArea__reason {
    padding: 0 3rem;
  }
}
.powerArea__reasonFlex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .powerArea__reasonFlex {
    flex-direction: column;
  }
}
.powerArea__reasonFlex dl {
  width: 47rem;
  border-right: solid 2px #ec6c1f;
  border-bottom: solid 2px #ec6c1f;
  padding: 0 3rem 2.5rem 0;
}
@media (max-width: 768px) {
  .powerArea__reasonFlex dl {
    width: 100%;
    padding: 0 1.6rem 2rem 0;
    margin: 0 0 4em;
  }
}
@media (max-width: 768px) {
  .powerArea__reasonFlex dl:last-child {
    margin: 0;
  }
}
.powerArea__reasonFlex dl dt {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 2.4rem;
}
@media (max-width: 768px) {
  .powerArea__reasonFlex dl dt {
    font-size: 1.5rem;
    margin: 0 0 2rem;
  }
}
.powerArea__reasonFlex dl dd {
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .powerArea__reasonFlex dl dd {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.powerArea__reasonFlex dl dd figure {
  width: 43.9rem;
}
@media (max-width: 768px) {
  .powerArea__reasonFlex dl dd figure {
    width: 28.9rem;
  }
}
.powerArea__reasonFlex dl dd ul{
  padding: 0 0 2.5rem 0;
}
.powerArea__reasonFlex dl dd ul li{
  position: relative;
  display: inline;
  padding: 0 0 0 1.6rem;
}
.powerArea__reasonFlex dl dd ul li:not(:last-child){
  margin-right: 1rem;
}
.powerArea__reasonFlex dl dd ul li::before{
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #ec6c1f;
  border-radius: 100%;
}
.powerArea__reasonFlex dl dd ul li.changeColor::before{
  background-color: #f2984f;
}
.powerArea__reasonFlex dl dd span{
  position: absolute;
  bottom: 0;
  right: 0;
}
.powerArea__reasonText{
  text-align: right;
  margin-top: 1rem;
  font-size: 1.2rem;
  margin-right: -0.6rem;
  line-height: 2;
}

.professorsArea {
  background: #fff;
  position: relative;
  padding: 5rem 0 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .professorsArea {
    padding: 3rem 0 0;
  }
}
.professorsArea::before {
  content: "";
  width: 124.6rem;
  height: 6.1rem;
  background: url(../images/professors_ttl.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -6.1rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .professorsArea::before {
    width: 31.5rem;
    height: 7.6rem;
    background: url(../images/professors_ttl_sp.png) no-repeat;
    background-size: 100% auto;
    top: -7.6rem;
  }
}
.professorsArea::after {
  content: "";
  width: 100%;
  height: 156.7rem;
  background: url(../images/san_03.png) no-repeat;
  background-size: 100% 156.7rem;
  position: absolute;
  top: -50rem;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .professorsArea::after {
    height: 70.5rem;
    background: url(../images/san_03_sp.png) no-repeat;
    background-size: 100% 70.5rem;
    top: -24.5rem;
  }
}
.professorsArea__ttl {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #e95504;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5rem;
}
@media (max-width: 768px) {
  .professorsArea__ttl {
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    margin: 0 0 3rem;
  }
}
.professorsArea__slider {
  display: flex;
  max-width: 100rem;
  margin: 0 auto 10rem;
  gap: 5rem;
}
@media (max-width: 768px) {
  .professorsArea__slider {
    padding: 0 4.3rem;
    margin: 0 0 6rem;
  }
}
.professorsArea__slider .slick-prev,
.professorsArea__slider .slick-next {
  width: 1.2rem;
  height: 3.9rem;
  top: 30%;
}
.professorsArea__slider .slick-prev::before,
.professorsArea__slider .slick-next::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 3.9rem;
  opacity: 1;
}
@media (max-width: 768px) {
  .professorsArea__slider .slick-prev {
    left: 2rem;
  }
}
@media (max-width: 768px) {
  .professorsArea__slider .slick-prev::before {
    background: url(../images/slidePrev.png) no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .professorsArea__slider .slick-next {
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .professorsArea__slider .slick-next::before {
    background: url(../images/slideNext.png) no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .professorsArea__slider li {
    margin: 0 1.1rem;
  }
}
.professorsArea__slider li figure {
  margin: 0 0 0.8rem;
}
.professorsArea__slider li .sub {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 400;
  margin: 0 0 0.8rem;
}
@media (max-width: 768px) {
  .professorsArea__slider li .sub {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.professorsArea__slider li .main {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0 0 0.3rem;
}
@media (max-width: 768px) {
  .professorsArea__slider li .main {
    font-size: 1.6rem;
  }
}
.professorsArea__slider li .linkArea {
  text-align: right;
}
.professorsArea__slider li .linkArea a {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
  padding: 0 2.2rem 0.5rem 0;
}
@media (max-width: 768px) {
  .professorsArea__slider li .linkArea a {
    font-size: 1rem;
    padding: 0 2rem 1.9rem 0;
  }
}
.professorsArea__slider li .linkArea a::after {
  content: "";
  width: 13rem;
  height: 1rem;
  background: url(../images/link_arrow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .professorsArea__slider li .linkArea a::after {
    width: 10.8rem;
    height: 2.3rem;
  }
}
@media (any-hover: hover) {
  .professorsArea__slider li .linkArea a:hover::after {
    transform: translateX(5px);
    transition: 0.3s;
  }
}
.professorsArea .accoBlock {
  max-width: 100rem;
  margin: 0 auto 10rem;
  border: solid 2px #ec6c1f;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock {
    width: calc(100% - 4rem);
    margin: 0 auto 5rem;
  }
}
.professorsArea .accoBlock__ttl {
  background: url(../images/plus_icon.png) no-repeat right 2rem center #ec6c1f;
  background-size: 3.5rem auto;
  text-align: center;
  padding: 0.6rem 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__ttl {
    background: url(../images/plus_icon.png) no-repeat right 1rem center #ec6c1f;
    background-size: 2.5rem auto;
    padding: 1.3rem 2rem 1.3rem 0;
  }
}
.professorsArea .accoBlock__ttl p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__ttl p {
    flex-direction: column;
    font-size: 1.9rem;
    line-height: 0.9473684211;
  }
}
.professorsArea .accoBlock__ttl p span {
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__ttl p span {
    display: block;
    font-size: 1rem;
    margin: 0.7rem 0 0;
  }
}
.professorsArea .accoBlock__ttl.open {
  background: url(../images/minus_icon.png) no-repeat right 2rem center #ec6c1f;
  background-size: 3.5rem auto;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__ttl.open {
    background: url(../images/minus_icon.png) no-repeat right 1rem center #ec6c1f;
    background-size: 2.5rem auto;
  }
}
.professorsArea .accoBlock__detail {
  display: none;
  padding: 4rem 5rem 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail {
    padding: 3rem 1.5rem 25rem;
  }
}
.professorsArea .accoBlock__detail::after {
  content: "";
  width: 26.1rem;
  height: 24.4rem;
  background: url(../images/acco_img.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 15rem;
  right: 11rem;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail::after {
    bottom: 3rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.professorsArea .accoBlock__detail--top {
  margin: 0 0 4rem;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--top {
    margin: 0 0 3rem;
  }
}
.professorsArea .accoBlock__detail--top ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 0 0.5rem;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--top ul {
    width: 71%;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.4rem;
    margin: 0 auto 2rem;
  }
}
.professorsArea .accoBlock__detail--top ul li {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 0 0 2.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--top ul li {
    font-size: 1.6rem;
    line-height: 1;
    padding: 0 0 0 2rem;
  }
}
.professorsArea .accoBlock__detail--top ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ec6c1f;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--top ul li::before {
    top: 0.3rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.professorsArea .accoBlock__detail--top .small {
  max-width: 75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  padding: 0 0 0 1.5rem;
  position: relative;
}
.professorsArea .accoBlock__detail--top .small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--top .small {
    font-size: 1.1rem;
    line-height: 1.6363636364;
    padding: 0 0 0 1.4rem;
  }
}
.professorsArea .accoBlock__detail--contentsBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.professorsArea .accoBlock__detail--contentsBlock::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #828282;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock::after {
    content: none;
  }
}
.professorsArea .accoBlock__detail--contentsBlock dl {
  width: 41rem;
  margin: 0 0 4rem;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl {
    width: 100%;
    margin: 0 0 3rem;
  }
}
.professorsArea .accoBlock__detail--contentsBlock dl:nth-child(3) {
  margin: -16.6rem 0 4rem;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl:nth-child(3) {
    margin: 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl:nth-child(5) {
    order: 2;
  }
}
.professorsArea .accoBlock__detail--contentsBlock dl:nth-child(6) {
  margin: -21rem 0 0;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl:nth-child(6) {
    order: 1;
    margin: 0 0 3rem;
  }
}
.professorsArea .accoBlock__detail--contentsBlock dl dt {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  background: #ec6c1f;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl dt {
    font-size: 1.6rem;
    margin: 0 0 1.6rem;
  }
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl dd p {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.professorsArea .accoBlock__detail--contentsBlock dl dd .orange {
  font-size: 1.7rem;
  color: #e95504;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl dd .orange {
    font-size: 1.5rem;
  }
}
.professorsArea .accoBlock__detail--contentsBlock dl dd .sub {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl dd .sub {
    font-size: 1.5rem;
    margin: 0 0 0.7rem;
  }
}
.professorsArea .accoBlock__detail--contentsBlock dl dd .small {
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 1.4rem;
}
.professorsArea .accoBlock__detail--contentsBlock dl dd .small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.professorsArea .accoBlock__detail--contentsBlock dl dd ul {
  margin: 0 0 2.6rem;
}
.professorsArea .accoBlock__detail--contentsBlock dl dd ul.noMargin {
  margin: 0;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl dd ul {
    margin: 0 0 2rem;
  }
}
.professorsArea .accoBlock__detail--contentsBlock dl dd ul.margin {
  margin: 0 0 0.7rem;
}
.professorsArea .accoBlock__detail--contentsBlock dl dd ul li {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 0.9rem;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl dd ul li {
    font-size: 1.3rem;
    line-height: 1.6923076923;
    padding: 0 0 0 1.7rem;
    margin: 0 0 0.7rem;
  }
}
.professorsArea .accoBlock__detail--contentsBlock dl dd ul li:last-child {
  margin: 0;
}
.professorsArea .accoBlock__detail--contentsBlock dl dd ul li::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #e95504;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .professorsArea .accoBlock__detail--contentsBlock dl dd ul li::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.accessArea {
  max-width: 90rem;
  margin: 0 auto;
}
.accessArea__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.1rem;
}
@media (max-width: 768px) {
  .accessArea__flex {
    flex-direction: column;
    padding: 0 3rem;
    gap: 0;
  }
}
.accessArea__top {
  margin: 0 0 3.6rem;
}
.accessArea__top .logo {
  width: 39.6rem;
}
@media (max-width: 768px) {
  .accessArea__top .logo {
    width: 100%;
  }
}
.accessArea__top .tel {
  width: 45.1rem;
  margin: 4rem 0 0;
}
@media (max-width: 768px) {
  .accessArea__top .tel {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .accessArea__bottom {
    padding: 0 3rem;
  }
}
.accessArea__bottomMemo {
  margin: 0 0 3rem;
}
@media (max-width: 768px) {
  .accessArea__bottomMemo {
    font-size: 1.3rem;
    line-height: 1;
  }
}
.accessArea__bottomLeft {
  width: 44rem;
}
@media (max-width: 768px) {
  .accessArea__bottomLeft {
    width: 100%;
  }
}
.accessArea__bottomLeft dl {
  margin: 0 0 5.6rem;
}
@media (max-width: 768px) {
  .accessArea__bottomLeft dl {
    margin: 0 0 5rem;
  }
}
.accessArea__bottomLeft dl dt {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #ec6c1f;
  letter-spacing: 0.1em;
  padding: 1rem 0;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .accessArea__bottomLeft dl dt {
    font-size: 1.6rem;
  }
}
.accessArea__bottomLeft .small {
  font-size: 1.2rem;
  line-height: 1;
  color: #231815;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .accessArea__bottomLeft .small {
    font-size: 1rem;
  }
}
.accessArea__bottomLeft .small span {
  margin: 0 0.2rem;
}
.accessArea__bottomFlex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .accessArea__bottomFlex {
    flex-direction: column-reverse;
  }
}
.accessArea__bottomFlex figure {
  width: 41.5rem;
}
@media (max-width: 768px) {
  .accessArea__bottomFlex figure {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}
.accessArea__bottomList ul {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .accessArea__bottomList ul {
    display: block;
  }
}
.accessArea__bottomList ul:last-child {
  margin: 0;
}
.accessArea__bottomList ul .ttl {
  min-width: 6rem;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  font-weight: 700;
  color: #ec6c1f;
  margin: 0.2rem 0 0;
}
@media (max-width: 768px) {
  .accessArea__bottomList ul .ttl {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.accessArea__bottomList ul .text {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .accessArea__bottomList ul .text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.accessArea__bottomLinkArea {
  display: flex;
  margin: 0 0 5.5rem;
}
@media (max-width: 768px) {
  .accessArea__bottomLinkArea {
    margin: 0 0 5rem;
  }
}
.accessArea__bottomLinkArea li {
  position: relative;
  padding: 0 2.7rem 0 0;
  margin: 0 2.7rem 0 0;
}
@media (max-width: 768px) {
  .accessArea__bottomLinkArea li {
    padding: 0 2rem 0 0;
    margin: 0 2rem 0 0;
  }
}
.accessArea__bottomLinkArea li::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #828282;
  position: absolute;
  top: 0.7rem;
  right: 0;
}
.accessArea__bottomLinkArea li a {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .accessArea__bottomLinkArea li a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .accessArea__bottomLinkArea li a:hover {
    text-decoration: underline;
  }
}
.accessArea__bottomLinkArea li:last-child {
  padding: 0;
  margin: 0;
}
.accessArea__bottomLinkArea li:last-child::after {
  content: none;
}

.open_campus{
  display: block;
  width: 25.5rem;
  height: auto;
  position: fixed;
  bottom: 10rem;
  right: 0;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.8s;
  pointer-events: none;
}
.open_campus.isShow{
  opacity: 1;
  pointer-events: auto;
}
@media (any-hover: hover) {
  .open_campus:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .open_campus{
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.pageTop {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.8s;
  pointer-events: none;
}
.pageTop.isShow{
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .pageTop {
    width: 5rem;
    height: 5rem;
    bottom: 5rem;
    right: 2rem;
  }
}
@media (any-hover: hover) {
  .pageTop:hover {
    opacity: 0.6;
  }
}

.u-white {
  color: #fff;
  fill: #fff;
}
.u-white * {
  color: #fff;
  fill: #fff;
}

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

@media (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}/*# sourceMappingURL=styles.css.map */