@charset "UTF-8";
@font-face {
  font-family: "logog_eg";
  src: url("../font/logog_eg.ttf") format("truetype");
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-size: 0.8333333333vw;
}
@media (max-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.7209302326vw;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, YuGothic, "Yu Gothic", sans-serif;
  color: #212121;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.l-header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6875rem 3.75rem 0.625rem 10.875rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0.5625rem 1rem 0.5625rem 1.25rem;
  }
}

.l-header__logo {
  width: 15.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 7.1875rem;
  }
}

.l-header-nav {
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.875rem;
}

.l-header-nav__list {
  line-height: 1;
}

.l-header-nav__link {
  color: #0A0A0A;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 0.75rem 0.75rem 0.75rem;
  border-bottom: 1px solid #707070;
}
.l-header-nav__link:hover {
  opacity: 0.7;
}

.l-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-footer {
  width: 100%;
  background: #000000;
}

.l-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 2.5rem 0 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
    padding: 1.625rem 0rem 2.4375rem 0rem;
  }
}

.l-footer__img {
  width: 100%;
  max-width: 26.3125rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__img {
    max-width: 15.625rem;
  }
}

.l-footer__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.75rem;
  }
}
.l-footer__lists li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__lists li {
    width: 100%;
    padding: 0.75rem 0 0.75rem 5.625rem;
    border-top: 1px solid #fff;
  }
}
.l-footer__lists li::after {
  content: " | ";
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.15;
  margin: 0 0.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lists li::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__lists li:last-of-type {
    border-bottom: 1px solid #fff;
  }
}
.l-footer__lists li:last-of-type::after {
  display: none;
}
.l-footer__lists a {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .l-footer__lists a {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.l-footer__lists a:hover {
  opacity: 0.7;
}

.l-footer__copy {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 1.5625rem;
  }
}
.l-footer__copy small {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .l-footer__copy small {
    font-size: 0.75rem;
  }
}

.c-hamburger {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  top: 1rem;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3.4375rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.4375rem;
  height: 1px;
  background: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-child(1) {
  top: 0rem;
}
.c-hamburger span:nth-child(2) {
  top: 0.9375rem;
}

.c-hamburger.active span:nth-child(1) {
  top: 0.75rem;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.c-hamburger.active span:nth-child(2) {
  top: 0.75rem;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #E87126;
  padding: 0 3.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav li {
  padding: 2.5rem 0rem 1.25rem 0rem;
  border-bottom: 1px dashed #fff;
}
.c-hamburger-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  padding-left: 3.125rem;
}
.c-hamburger-nav a::before {
  content: "";
  display: block;
  position: relative;
  width: 0.53125rem;
  height: 0.71875rem;
  background-image: url(../imgs/sp/nav_arrow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.375rem;
}
.c-hamburger-nav a:hover {
  opacity: 0.7;
}

.c-hamburger-nav.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  padding-top: 3.4375rem;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(3.125rem);
          transform: translateY(3.125rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.p-fv__img {
  width: 100%;
}

.p-event {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -11.625rem;
}
@media screen and (max-width: 767px) {
  .p-event {
    margin-top: -7.5rem;
  }
}

.p-event__bgImg {
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-event__bgImg {
    top: 11.875rem;
  }
}

.p-event__inner {
  width: 100%;
  max-width: 107.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-event__inner {
    max-width: 25rem;
  }
}

.p-event__time {
  width: 100%;
}

.p-event__title {
  color: #E87126;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: 1px solid #E87126;
  background: #fff;
  padding: 2.3125rem 0rem 2.25rem 0rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-event__title {
    font-size: 1.375rem;
    padding: 0.8125rem 0rem;
    margin-top: 0.5rem;
  }
}

.p-event__wrapper {
  width: 100%;
}

.p-event__card {
  position: relative;
  left: -4.125rem;
  width: 100%;
  max-width: 60.8125rem;
  margin: 1.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-event__card {
    left: auto;
    max-width: 100%;
    margin: -0.3125rem auto 0rem auto;
  }
}

.p-event__card02 {
  position: relative;
  left: 19.625rem;
  width: 100%;
  max-width: 44.875rem;
  margin: -25.3125rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-event__card02 {
    left: auto;
    max-width: 100%;
    margin: 0rem auto 0rem auto;
  }
}

.p-event__card03 {
  position: relative;
  left: -35.875rem;
  width: 100%;
  max-width: 35rem;
  margin: -10rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-event__card03 {
    left: auto;
    max-width: 100%;
    margin: -3.4375rem auto 0rem auto;
  }
}

.p-event__img {
  position: relative;
  left: 5.9375rem;
  width: 100%;
  max-width: 83.1875rem;
  margin: -40rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-event__img {
    left: auto;
    max-width: 100%;
    margin: -0.75rem auto 0rem auto;
  }
}

.p-event__comment {
  color: #646464;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  padding-left: 4rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-event__comment {
    font-size: 0.6875rem;
    line-height: 1.6363636364;
    text-align: left;
    padding-left: 0rem;
    margin-top: 0.25rem;
  }
}

.p-simulation {
  width: 100%;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-simulation {
    margin-top: 1.375rem;
  }
}

.p-simulation__inner {
  width: 100%;
  max-width: 90.3125rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-simulation__inner {
    max-width: 25rem;
  }
}

.p-simulation__title {
  color: #E87126;
  font-family: "logog_eg";
  font-size: 3.125rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #E87126;
  padding: 2.5625rem 0rem 2.375rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__title {
    font-size: 1.375rem;
    padding: 0.875rem 0rem 0.75rem 0rem;
  }
}

.p-simulation__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
  margin-top: 3.125rem;
  padding-left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__wrapper {
    gap: 0.375rem;
    margin-top: -1.25rem;
    padding-left: 0rem;
  }
}

.p-simulation__img {
  width: 100%;
  max-width: 30.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__img {
    max-width: 12.25rem;
    margin-top: 1.875rem;
  }
}

.p-simulation__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-simulation__box {
    width: auto;
  }
}

.p-simulation__text {
  color: #343434;
  font-size: 1.875rem;
  line-height: 1.7;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-simulation__text {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-top: 0.625rem;
  }
}

.p-simulation__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-simulation__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem 0.375rem;
    margin-top: 0rem;
  }
}

.p-simulation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 10.5rem;
  height: 10.5rem;
  color: #fff;
  font-family: "logog_eg";
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
  background: #E87126;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-simulation__list {
    width: 5.75rem;
    height: 5.75rem;
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.p-schedule {
  width: 100%;
  padding: 13.75rem 1.25rem 9.375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule {
    padding: 2.375rem 0rem 2.8125rem 0rem;
  }
}

.p-schedule__inner {
  width: 100%;
  max-width: 109.375rem;
  margin: 0 auto;
  border: 0.625rem solid #E87126;
  padding-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__inner {
    max-width: 100%;
    border: none;
    padding-bottom: 0rem;
  }
}

.p-schedule__title {
  max-width: 92.375rem;
  color: #fff;
  font-family: "logog_eg";
  font-size: 3.125rem;
  line-height: 1.44;
  text-align: center;
  background: #E87126;
  padding: 2.5rem 0rem 2.8125rem 0rem;
  margin: -5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-schedule__title {
    max-width: 100%;
    font-size: 1.375rem;
    line-height: 1;
    padding: 0.875rem 0rem;
    margin: 0rem auto 0 auto;
  }
}

.p-schedule__img {
  position: relative;
  left: 1.375rem;
  width: 100%;
  max-width: 99.625rem;
  margin: 5.9375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-schedule__img {
    left: 0;
    max-width: 25rem;
    margin: 1.75rem auto 0 auto;
  }
}

.p-schedule__box {
  width: 100%;
  max-width: 84.0625rem;
  margin: 4.6875rem auto 0 auto;
  background: #E87126;
  padding-top: 0.9375rem;
  padding-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__box {
    max-width: calc(100% - 3rem);
    margin: 1.5rem auto 0 auto;
    padding: 0rem;
  }
}

.p-schedule__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.9375rem 1.25rem 1.9375rem 0rem;
  border-bottom: 0.125rem solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-schedule__group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0.9375rem 0rem 1.5625rem 0rem;
  }
}
.p-schedule__group:last-of-type {
  border-bottom: none;
}

.p-schedule__day {
  min-width: 12.0625rem;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.5333333333;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-schedule__day {
    width: 100%;
    min-width: auto;
    font-size: 1.625rem;
    line-height: 1.6923076923;
    text-align: center;
  }
}

.p-schedule__address {
  min-width: 29.8125rem;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.5333333333;
  font-weight: 400;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__address {
    width: 100%;
    min-width: auto;
    font-size: 1.5rem;
    line-height: 1.6666666667;
    text-align: center;
    padding-left: 0rem;
  }
}

.p-schedule__post {
  min-width: 29.6875rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7083333333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-schedule__post {
    min-width: auto;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding-left: 1.6875rem;
    margin-top: 0.3125rem;
  }
}

.p-schedule__link {
  display: inline-block;
  color: #fff;
  font-size: 1.6875rem;
  line-height: 1;
  font-weight: 400;
  background: #000000;
  padding: 0.8125rem 0.8125rem 0.625rem 1.0625rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__link {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 400;
    background: #000000;
    padding: 0.6875rem 2rem 0.5rem 2rem;
    margin-top: 1rem;
    margin: 1rem auto 0 auto;
  }
}
.p-schedule__link.mt {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__link.mt {
    margin-top: 1rem;
  }
}
.p-schedule__link:hover {
  color: #000;
  background: #fff;
}

.p-company {
  width: 100%;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-bottom: 3.75rem;
  }
}

.p-company__inner {
  width: 100%;
  background-image: url(../imgs/pc/hanwha_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7.375rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    background-image: url(../imgs/sp/hanwha_bg.png);
    padding-top: 4.0625rem;
    padding-bottom: 3.125rem;
  }
}

.p-company__img {
  position: relative;
  left: 5.625rem;
  width: 100%;
  max-width: 39rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__img {
    left: 0rem;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-company__img img {
    position: relative;
    left: 0.625rem;
    width: auto;
    height: 3.6875rem;
    margin: 0 auto;
  }
}

.p-company__title {
  color: #081533;
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.5rem;
    line-height: 1.2083333333;
    padding-left: 1.25rem;
    margin-top: 0.3125rem;
  }
}

.p-companyCont {
  width: 100%;
  max-width: 91.6875rem;
  margin: 4.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-companyCont {
    max-width: 25rem;
    margin: 1.25rem auto 0rem auto;
  }
}

.p-companyCont__title {
  color: #E87126;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-companyCont__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-companyCont__text {
  color: #3E3E3E;
  font-size: 1.875rem;
  line-height: 1.5333333333;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__text {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    margin-top: 0.375rem;
  }
}

.p-companyCont__box {
  position: relative;
  left: 3.125rem;
  width: 100%;
  max-width: 47.625rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-companyCont__box {
    left: 0rem;
    max-width: 100%;
    margin: 1.25rem auto 0rem auto;
  }
}

.p-companyCont__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__group {
    gap: 0.375rem;
  }
}

.p-companyCont__card {
  width: 17rem;
  height: 13.25rem;
  background: #E87126;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card {
    width: 10.0625rem;
    height: 6.875rem;
  }
}
.p-companyCont__card span {
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.p-companyCont__card span:nth-of-type(1) {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card span:nth-of-type(1) {
    display: none;
  }
}
.p-companyCont__card span:nth-of-type(2) {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card span:nth-of-type(2) {
    font-size: 1.3125rem;
    margin-top: 0.875rem;
  }
}
.p-companyCont__card span:nth-of-type(3) {
  font-size: 4.375rem;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card span:nth-of-type(3) {
    font-size: 2.625rem;
    margin-top: 0.625rem;
  }
}
.p-companyCont__card span:nth-of-type(4) {
  font-size: 1.25rem;
  text-align: right;
  margin-right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card span:nth-of-type(4) {
    font-size: 0.6875rem;
  }
}

.p-companyCont__card02 {
  width: 27.6875rem;
  height: 13.25rem;
  background: #E87126;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card02 {
    width: 14.5625rem;
    height: 6.875rem;
  }
}
.p-companyCont__card02 span {
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.p-companyCont__card02 span:nth-of-type(1) {
  font-size: 1.875rem;
  text-align: center;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card02 span:nth-of-type(1) {
    display: none;
  }
}
.p-companyCont__card02 span:nth-of-type(2) {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card02 span:nth-of-type(2) {
    font-size: 1.3125rem;
    margin-top: 0.875rem;
  }
}
.p-companyCont__card02 span:nth-of-type(3) {
  font-size: 3.75rem;
  text-align: center;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card02 span:nth-of-type(3) {
    font-size: 2.125rem;
  }
}
.p-companyCont__card02 span:nth-of-type(4) {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: right;
  margin-top: 0.6875rem;
  margin-right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__card02 span:nth-of-type(4) {
    font-size: 0.6875rem;
    margin-top: 0.375rem;
    margin-right: 1.375rem;
  }
}

.p-companyCont__comment {
  color: #090707;
  font-size: 1rem;
  line-height: 1.1875;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__comment {
    font-size: 0.75rem;
    line-height: 1.25;
    margin-top: 0.625rem;
  }
}
.p-companyCont__comment span {
  display: inline-block;
  margin-left: 4.03125rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__comment span {
    margin-left: 2.96875rem;
  }
}

.p-companyCont__band {
  width: 100%;
  height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #081533;
  font-size: 1.875rem;
  line-height: 1;
  border: 1px solid #707070;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-companyCont__band {
    height: 6.6875rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
    text-align: center;
    margin-top: 1rem;
  }
}

.p-company__lists {
  width: 100%;
  max-width: 77.5rem;
  margin: 4.0625rem auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__lists {
    max-width: 100%;
    margin: 1.25rem auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2.5rem 0.9375rem;
  }
}

.p-company__list.list01 p {
  color: #081533;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__list.list01 p {
    font-size: 1rem;
    line-height: 1;
  }
}
.p-company__list.list01 img {
  width: 14.75rem;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__list.list01 img {
    width: 10.5625rem;
    margin: 1.5625rem auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-company__list.list02 {
    margin-bottom: 0.4375rem;
  }
}
.p-company__list.list02 p {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__list.list02 p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-company__list.list02 img {
  width: 18.3125rem;
  margin: 1.9375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__list.list02 img {
    width: 10.5rem;
    margin: 1.25rem auto 0 auto;
  }
}
.p-company__list.list03 p {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__list.list03 p {
    font-size: 1rem;
    line-height: 1.3125;
  }
}
.p-company__list.list03 img {
  width: 15.8125rem;
  margin: 1.3125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__list.list03 img {
    width: 11.3125rem;
    margin: 0.0625rem auto 0 auto;
  }
}
.p-company__list.list04 p {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__list.list04 p {
    font-size: 1rem;
    line-height: 1.125;
  }
}
.p-company__list.list04 img {
  width: 6.6875rem;
  margin: 1.875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__list.list04 img {
    width: 6.6875rem;
    margin: 2.125rem auto 0 auto;
  }
}
.p-company__list.list05 p {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__list.list05 p {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.p-company__list.list05 img {
  width: 15.5rem;
  margin: 1.9375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__list.list05 img {
    width: 10.5625rem;
    margin: 1.25rem auto 0 auto;
  }
}
.p-company__list.list06 p {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__list.list06 p {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}
.p-company__list.list06 img {
  width: 16.4375rem;
  margin: 1.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__list.list06 img {
    width: 11.75rem;
    margin: 0.375rem auto 0 auto;
  }
}
.p-company__list.list07 p {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company__list.list07 p {
    font-size: 0.9375rem;
    line-height: 1.0666666667;
  }
}
.p-company__list.list07 img {
  width: 16.125rem;
  margin: 1rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__list.list07 img {
    width: 11.25rem;
    margin: 0.5625rem auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */