@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* ==========================================================================
All Mixin
========================================================================== */
/* ================================
グローバル変数の定義
=================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* ================================
Color
=================================== */
/* ================================
Font Family
=================================== */
/* ================================
Font Weight
=================================== */
/* ================================
環境設定
=================================== */
/* ================================
Color
=================================== */
/* ================================
Font
=================================== */
html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

p, li, span, a, h1, h2, h3, h4, h5, h6, th, td, div {
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 1.35;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

/* ================================
HTML環境設定
=================================== */
img {
  max-width: 100%;
}

/* ================================
Bootstrap Overwrite
=================================== */
@media screen and (max-width: 767px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .container--lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

:root {
  --header-height: 86px;
}
@media screen and (max-width: 991px) {
  :root {
    --header-height: 0px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

/* Scss Document */
/* ================================
共通クラス
=================================== */
/* ================================
Position
=================================== */
.relative {
  position: relative;
}

/* ================================
Background
=================================== */
.bg {
  background-color: #feefe2;
}

/* ================================
Font
=================================== */
.f-reg {
  font-weight: 400 !important;
}

.f-med {
  font-weight: 500 !important;
}

.f-bold {
  font-weight: 700;
}

.f-x-bold {
  font-weight: 900;
}

.f-12 {
  font-size: 12px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.f-base {
  font-size: 16px;
}

.h-18 {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .h-18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .h-18 {
    font-size: 15px;
  }
}

.h-21 {
  font-size: 21px;
}
@media screen and (max-width: 991px) {
  .h-21 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .h-21 {
    font-size: 16px;
  }
}

.h-24 {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .h-24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h-24 {
    font-size: 18px;
  }
}

.h-28 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .h-28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .h-28 {
    font-size: 21px;
  }
}

.h-35 {
  font-size: 35px;
}
@media screen and (max-width: 991px) {
  .h-35 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .h-35 {
    font-size: 25px;
  }
}

.h-40 {
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .h-40 {
    font-size: 32px;
  }
}

.h-55 {
  font-size: 55px;
}
@media screen and (max-width: 991px) {
  .h-55 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .h-55 {
    font-size: 32px;
  }
}

.f-color3 {
  color: #2eb6aa;
}

.allcap {
  text-transform: uppercase;
}

/* ================================
Margin
=================================== */
.mt-lg {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .mt-lg {
    margin-top: 80px;
  }
}

.mb-md {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-md {
    margin-bottom: 50px;
  }
}

/* ================================
Padding
=================================== */
.pt-md {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .pt-md {
    padding-top: 50px;
  }
}

.pt-lg {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .pt-lg {
    padding-top: 80px;
  }
}

.pb-lg {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .pb-lg {
    padding-bottom: 80px;
  }
}

.py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .py-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.py-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .py-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* ================================
Link
=================================== */
.link-black {
  color: #000;
  text-decoration: underline;
}
.link-black:hover {
  text-decoration: none;
  color: #000;
}

/* ================================
List
=================================== */
.list-style-none {
  list-style: none;
  padding-left: 0;
}

.list-style-inline {
  list-style: none;
  padding-left: 0;
}
.list-style-inline li {
  display: inline-block;
}

.list-style-default li {
  padding-bottom: 7px;
}
.list-style-default li:last-child {
  padding-bottom: 0;
}

/* ================================
Animation
=================================== */
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.left-to-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/*右から左にフェードイン*/
.right-to-left {
  opacity: 0.1;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.right-to-left.scrollin {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.down-to-top.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

/* ================================
Header
=================================== */
#header-top {
  background-color: #2eb6aa;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #header-top {
    font-size: 16px;
  }
}

#header-main1 {
  background-color: #f08437;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
#header-main1:before {
  content: "";
  width: 100%;
  height: 7px;
  background: url("../img/header-main1-divider.svg") center center repeat-x;
  background-size: auto;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
}

#header-main1-title {
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #header-main1-title {
    font-size: 24px;
  }
}
#header-main1-title span {
  font-size: 54px;
  padding: 0 30px;
  margin: 0 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header-main1-title span {
    font-size: 34px;
    padding: 0 25px;
    margin: 15px 10px;
  }
}
#header-main1-title span:before, #header-main1-title span:after {
  content: "";
  height: 50px;
  width: 3px;
  background-color: #000;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  #header-main1-title span:before, #header-main1-title span:after {
    bottom: 0;
  }
}
#header-main1-title span:before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#header-main1-title span:after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

#header-main1-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 123px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #header-main1-title2 {
    font-size: 88px;
  }
}
#header-main1-title2 span {
  line-height: 1;
  display: block;
  paint-order: stroke fill;
  text-stroke: 3px #000;
  -webkit-text-stroke: 3px #000;
  margin: 5px 15px;
}
@media screen and (max-width: 767px) {
  #header-main1-title2 span {
    margin: 5px 0;
  }
}

#header-main2 {
  padding-top: 30px;
  text-align: center;
}

#header-main2-top-left .date {
  display: block;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  #header-main2-top-left .date {
    font-size: 100px;
  }
}
#header-main2-top-left .date:before {
  content: "";
  height: 88px;
  width: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(11deg);
          transform: translateX(-50%) translateY(-50%) rotate(11deg);
}

#header-main2-top-left .yobi {
  display: block;
  font-size: 40px;
  font-weight: 900;
  margin-left: -25px;
}
@media screen and (max-width: 767px) {
  #header-main2-top-left .yobi {
    font-size: 34px;
    margin-left: -15px;
  }
}

#header-main2-top-right .time {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #header-main2-top-right .time {
    font-size: 34px;
  }
}
#header-main2-top-right .time span {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #header-main2-top-right .time span {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

#header-main2-top-right .place {
  color: #2eb6aa;
  font-size: 40px;
  font-weight: 900;
}
#header-main2-top-right .place span {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #header-main2-top-right .place span {
    font-size: 16px;
  }
}
#header-main2-top-right .place span.label {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #header-main2-top-right .place span.label {
    font-size: 13px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    margin-bottom: 0;
    margin-right: 10px;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 1200px) {
  #header-main2-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#header-main2-btm {
  padding-bottom: 15px;
}
#header-main2-btm:before {
  content: "";
  width: 100%;
  height: 35px;
  background-color: #FDE67C;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #header-main2-btm:before {
    height: 66px;
  }
}

#header-main2-btm-bg {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  z-index: -1;
  max-width: inherit;
}
@media screen and (max-width: 991px) {
  #header-main2-btm-bg {
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #header-main2-btm-bg {
    width: 250%;
    left: inherit;
    right: 0;
    bottom: 48px;
  }
}

@media screen and (max-width: 991px) {
  #header-main2-btm .time {
    padding: 0 15px;
  }
}
#header-main2-btm .time__label {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  padding: 3px 13px;
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #header-main2-btm .time__label {
    padding: 3px 8px;
  }
}
#header-main2-btm .time li {
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #header-main2-btm .time li {
    font-size: 15px;
  }
}
#header-main2-btm .time li:first-child {
  padding-right: 40px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #header-main2-btm .time li:first-child {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 5px;
  }
}
#header-main2-btm .time li:last-child {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #header-main2-btm .time li:last-child {
    padding-left: 0;
  }
}

#header-main2-btm .btn {
  background-color: #2eb6aa;
  width: 260px;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 0 #1A6A63;
          box-shadow: 5px 5px 0 #1A6A63;
  padding: 15px 10px;
  display: block;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  #header-main2-btm .btn {
    margin: auto;
    margin-bottom: 55px;
  }
}
#header-main2-btm .btn__txt {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  margin-left: 10px;
}
#header-main2-btm .btn__txt span {
  display: block;
  color: #FDE67C;
  font-size: 14px;
}

#header-nav {
  position: sticky;
  z-index: 99;
  top: 0;
  background-color: #f08437;
}
@media screen and (max-width: 991px) {
  #header-nav {
    background-color: transparent;
    position: static;
  }
}
#header-nav li {
  width: 16.6666666667%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  #header-nav li {
    width: 33.3333333333%;
    border-right: 0;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  #header-nav li {
    width: 50%;
  }
}
#header-nav li:first-child {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  #header-nav li:first-child {
    border-left: 0;
  }
}
#header-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 10px 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #header-nav li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #header-nav li a {
    background-color: #f08437;
    border-radius: 5px;
    padding: 15px 15px 15px 30px;
  }
}
#header-nav li a:before {
  content: url("../img/icon-down.svg");
  position: absolute;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  #header-nav li a:before {
    left: 15px;
    bottom: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #header-nav li a:before {
    content: url("../img/icon-down-sp.svg");
    left: 12px;
  }
}
#header-nav li a:hover {
  background-color: #2eb6aa;
}

/* ================================
Footer
=================================== */
#footer {
  background-color: #F0F0F0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 125px;
  }
}

#footer-credit {
  color: #A2A2A2;
}
@media screen and (max-width: 767px) {
  #footer-credit {
    font-size: 11px;
  }
}

/* ================================
Sticky Button
=================================== */
#btn-sticky {
  display: none;
  width: 200px;
  height: 200px;
  background-color: #2eb6aa;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  #btn-sticky {
    width: 160px;
    height: 160px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #btn-sticky {
    width: 120px;
    height: 120px;
    font-size: 20px;
    right: 10px;
  }
}
#btn-sticky__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#btn-sticky__inner img {
  width: 82px;
}
@media screen and (max-width: 991px) {
  #btn-sticky__inner img {
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  #btn-sticky__inner img {
    width: 45px;
  }
}
#btn-sticky__inner__txt {
  white-space: nowrap;
  line-height: 1.3;
  margin-top: 5px;
}
#btn-sticky__inner__txt span {
  color: #feefe2;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  #btn-sticky__inner__txt span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #btn-sticky__inner__txt span {
    font-size: 10px;
  }
}

/* ================================
Home: Common
=================================== */
.home-sc__title {
  border-left: 12px solid #f08437;
  padding-left: 18px;
}
.home-sc__img {
  mix-blend-mode: darken;
}

.home-title {
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-title {
    font-size: 28px;
  }
}
.home-title span {
  color: #2eb6aa;
  display: block;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
}

/* ================================
Outline
=================================== */
#outline-sc1 .wrap {
  background-color: #feefe2;
  border-radius: 30px;
  padding: 40px 50px 30px;
}
@media screen and (max-width: 767px) {
  #outline-sc1 .wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  #outline-sc1 .wrap__title {
    text-align: center;
  }
}
#outline-sc1 .wrap__title__label {
  display: block;
  color: #2eb6aa;
  font-size: 23px;
  font-weight: 900;
  padding-right: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  #outline-sc1 .wrap__title__label {
    padding-right: 0;
    margin-bottom: 7px;
    font-size: 14px;
  }
}
#outline-sc1 .wrap__title__title {
  padding-left: 15px;
  border-left: 2px solid #000;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  #outline-sc1 .wrap__title__title {
    padding-left: 0;
    border-left: 0;
    line-height: 1.4;
  }
}
#outline-sc1 .wrap__title__title span {
  color: #f08437;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  #outline-sc1 .wrap__title__title span {
    padding-left: 0;
  }
}
#outline-sc1 .wrap__subtitle span {
  position: relative;
  padding-left: 25px;
}
#outline-sc1 .wrap__subtitle span:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #2eb6aa;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#outline-sc2-list li {
  font-size: 26px;
  font-weight: 700;
  position: relative;
  padding-left: 36px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  #outline-sc2-list li {
    font-size: 21px;
  }
}
#outline-sc2-list li:last-child {
  margin-bottom: 0;
}
#outline-sc2-list li:before {
  content: url("../img/icon-check.svg");
  position: absolute;
  left: 0;
  top: 0px;
}
@media screen and (max-width: 991px) {
  #outline-sc2-list li:before {
    content: url("../img/icon-check-sp.svg");
  }
}

#outline-sc3 {
  border-radius: 30px;
  border: 3px solid #f08437;
}

#outline-sc3-title {
  padding: 15px 222px 15px 50px;
  background-color: #f08437;
  font-size: 34px;
  border-radius: 26px 26px 0 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  #outline-sc3-title {
    font-size: 27px;
    padding: 15px 222px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  #outline-sc3-title {
    font-size: 18px;
    padding: 14px 100px 14px 16px;
    text-align: center;
  }
}
#outline-sc3-title img {
  width: 154px;
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 767px) {
  #outline-sc3-title img {
    width: 96px;
    right: 0;
  }
}

#outline-sc3-content {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  #outline-sc3-content {
    padding: 0 20px;
  }
}

#outline-sc3-content .wrap {
  padding: 30px 0;
  border-bottom: 3px solid #f08437;
}
@media screen and (max-width: 767px) {
  #outline-sc3-content .wrap {
    border-bottom: 0;
  }
}
#outline-sc3-content .wrap:last-child {
  border-bottom: 0;
}
#outline-sc3-content .wrap__title {
  border-radius: 50px;
  background-color: #2eb6aa;
  color: #fff;
  padding: 6px 15px;
  display: block;
  width: 324px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #outline-sc3-content .wrap__title {
    width: 248px;
  }
}
#outline-sc3-content .wrap--2__img {
  width: 379px;
}
@media screen and (max-width: 767px) {
  #outline-sc3-content .wrap--2__img {
    width: 243px;
  }
}
#outline-sc3-content .wrap--3__img {
  width: 226px;
}

#outline-sc3-content .gr__img {
  margin-right: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  #outline-sc3-content .gr__img {
    margin: auto;
  }
}
#outline-sc3-content .gr--1 {
  border-right: 3px solid #f08437;
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  #outline-sc3-content .gr--1 {
    border-right: 0;
    padding-right: 0;
  }
}
#outline-sc3-content .gr--1__img {
  width: 176px;
}
#outline-sc3-content .gr--2 {
  padding-left: 35px;
}
@media screen and (max-width: 991px) {
  #outline-sc3-content .gr--2 {
    padding-left: 0;
  }
}
#outline-sc3-content .gr--2__img {
  width: 162px;
}

#outline-sc4-title {
  padding: 0 35px;
  position: relative;
  font-size: 18px;
}
#outline-sc4-title:before, #outline-sc4-title:after {
  content: "";
  height: 40px;
  width: 3px;
  background-color: #2eb6aa;
  position: absolute;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  #outline-sc4-title:before, #outline-sc4-title:after {
    height: 84px;
    bottom: 0;
  }
}
#outline-sc4-title:before {
  left: 0;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
@media screen and (max-width: 767px) {
  #outline-sc4-title:before {
    left: 20px;
  }
}
#outline-sc4-title:after {
  right: 0;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}
@media screen and (max-width: 767px) {
  #outline-sc4-title:after {
    right: 20px;
  }
}

#outline-sc4-content {
  padding: 0 215px;
  position: relative;
}
@media screen and (max-width: 991px) {
  #outline-sc4-content {
    padding: 0;
  }
}
#outline-sc4-content__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 202px;
}
@media screen and (max-width: 991px) {
  #outline-sc4-content__img {
    position: static;
  }
}

#outline-sc4-btn {
  font-size: 18px;
  font-weight: 700;
  color: #2eb6aa;
  border: 3px solid #2eb6aa;
  padding: 12px 24px;
  border-radius: 50px;
}
#outline-sc4-btn:hover {
  background-color: #2eb6aa;
  color: #fff;
}

#outline-sc4 .wrap {
  border-radius: 10px;
  background-color: #EFEFEF;
}
#outline-sc4 .wrap__title {
  border-radius: 10px 10px 0 0;
  background-color: #B12D41;
  color: #fff;
  padding: 5px 10px;
}
#outline-sc4 .wrap__content {
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  #outline-sc4 .wrap__content {
    padding: 20px;
  }
}
#outline-sc4 .wrap__btn {
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  padding: 6px 35px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #outline-sc4 .wrap__btn {
    font-size: 15px;
    padding: 8px 15px;
  }
}
#outline-sc4 .wrap__btn:hover {
  background-color: #000;
  color: #fff;
}

/* ================================
Seminar
=================================== */
#seminar-sc1 .wrap:first-child {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  #seminar-sc1 .wrap:first-child {
    margin-bottom: 15px;
  }
}
#seminar-sc1 .wrap__time {
  color: #fff;
  background-color: #2eb6aa;
  width: 184px;
  padding: 20px 15px;
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #seminar-sc1 .wrap__time {
    width: 100%;
    padding: 8px 13px;
  }
}
#seminar-sc1 .wrap__theme {
  width: calc(100% - 184px);
  padding: 15px;
  background-color: #A8E0DB;
}
@media screen and (max-width: 767px) {
  #seminar-sc1 .wrap__theme {
    width: 100%;
  }
}
#seminar-sc1 .wrap__theme__label {
  background-color: #fff;
  color: #2eb6aa;
  font-size: 14px;
  font-weight: 900;
  padding: 6px 20px;
  border-radius: 50px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #seminar-sc1 .wrap__theme__label {
    font-size: 12px;
    padding: 4px 15px;
    margin-right: 10px;
  }
}
#seminar-sc1 .wrap__content {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #seminar-sc1 .wrap__content {
    padding: 20px 20px 40px;
  }
}
#seminar-sc1 .wrap__content__img {
  width: 206px;
  display: block;
  margin: auto;
}
#seminar-sc1 .wrap__content__profile {
  width: calc(100% - 206px);
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  #seminar-sc1 .wrap__content__profile {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
#seminar-sc1 .wrap__content__profile__name {
  font-size: 28px;
}
#seminar-sc1 .wrap__content__profile__name span {
  font-size: 21px;
}

/* ================================
Company
=================================== */
#company-sc1 .wrap__title {
  padding: 15px;
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  #company-sc1 .wrap__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #company-sc1 .wrap__title {
    font-size: 18px;
  }
}
#company-sc1 .wrap__body {
  background-color: #fff;
  border-radius: 10px;
}
#company-sc1 .wrap__body__header {
  padding: 12px 30px 12px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  #company-sc1 .wrap__body__header {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #company-sc1 .wrap__body__header {
    padding: 20px;
  }
}
#company-sc1 .wrap__body__header__title {
  color: #fff;
  font-size: 34px;
}
@media screen and (max-width: 991px) {
  #company-sc1 .wrap__body__header__title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  #company-sc1 .wrap__body__header__title {
    font-size: 24px;
  }
}
#company-sc1 .wrap__body__header__title span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #company-sc1 .wrap__body__header__title span {
    font-size: 14px;
  }
}
#company-sc1 .wrap__body__header__list {
  width: calc(100% - 100px);
}
@media screen and (max-width: 1200px) {
  #company-sc1 .wrap__body__header__list {
    width: 100%;
  }
}
#company-sc1 .wrap__body__header__list--col2__title {
  white-space: nowrap;
  padding-right: 7px;
  margin-top: 5px;
  width: 33.3333333333%;
}
#company-sc1 .wrap__body__header__list--col2__list {
  width: 66.6666666667%;
}
#company-sc1 .wrap__body__header__list--col2__list li {
  width: 50% !important;
}
@media screen and (max-width: 1200px) {
  #company-sc1 .wrap__body__header__list--col2__list li {
    width: 33.3333333333% !important;
  }
}
@media screen and (max-width: 991px) {
  #company-sc1 .wrap__body__header__list--col2__list li {
    width: 50% !important;
  }
}
#company-sc1 .wrap--1__title {
  border-top: 3px solid #E07F00;
  border-bottom: 3px solid #E07F00;
}
#company-sc1 .wrap--1__body__header {
  background-color: #E07F00;
  border: 1px solid #E07F00;
}
#company-sc1 .wrap--2__title {
  border-top: 3px solid #1B9CBE;
  border-bottom: 3px solid #1B9CBE;
}
#company-sc1 .wrap--2__body__header {
  background-color: #1B9CBE;
  border: 1px solid #1B9CBE;
}
#company-sc1 .wrap--3__title {
  border-top: 3px solid #6CBB5B;
  border-bottom: 3px solid #6CBB5B;
}
#company-sc1 .wrap--3__body__header {
  background-color: #6CBB5B;
  border: 1px solid #6CBB5B;
}
#company-sc1 .wrap--4__title {
  border-top: 3px solid #393839;
  border-bottom: 3px solid #393839;
}
#company-sc1 .wrap--4__body__header {
  background-color: #E9E8E0;
  border: 1px solid #E9E8E0;
}
#company-sc1 .wrap--4 .wrap__body__header__title, #company-sc1 .wrap--4 .wrap__body__header__list--col2__title {
  color: #393839;
}

#company-sc1 .list {
  padding-right: 25px;
}
@media screen and (max-width: 1200px) {
  #company-sc1 .list {
    width: 100%;
    padding-right: 0;
  }
}
#company-sc1 .list li {
  width: 33.3333333333%;
  padding: 5px 7px;
}
@media screen and (max-width: 1200px) {
  #company-sc1 .list li {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  #company-sc1 .list li {
    width: 33.3333333333%;
    padding: 5px;
  }
}
#company-sc1 .list li span {
  background-color: #fff;
  border-radius: 50px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 5px;
}
@media screen and (max-width: 767px) {
  #company-sc1 .list li span {
    font-size: 10px;
  }
}
#company-sc1 .list--1 span {
  color: #E07F00;
}
#company-sc1 .list--1 span.disabled {
  background-color: #D9A568;
}
#company-sc1 .list--2 span {
  color: #1B9CBE;
}
#company-sc1 .list--2 span.disabled {
  background-color: #8AB6CC;
}
#company-sc1 .list--3 span {
  color: #6CBB5B;
}
#company-sc1 .list--3 span.disabled {
  background-color: #97D389;
}
#company-sc1 .list--4 span {
  color: #2eb6aa;
}
#company-sc1 .list--4 span.disabled {
  background-color: #C8C7BB;
  color: #A09F8C;
}

#company-sc1 .btn-company {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}
#company-sc1 .btn-company:before {
  content: "\f078";
  font-family: "Font Awesome 6 Sharp";
  font-size: 20px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#company-sc1 .btn-company--1 {
  color: #E07F00;
  -webkit-box-shadow: 5px 5px 0 #B76600;
          box-shadow: 5px 5px 0 #B76600;
}
#company-sc1 .btn-company--2 {
  color: #1B9CBE;
  -webkit-box-shadow: 5px 5px 0 #006783;
          box-shadow: 5px 5px 0 #006783;
}
#company-sc1 .btn-company--3 {
  color: #6CBB5B;
  -webkit-box-shadow: 5px 5px 0 #3F6006;
          box-shadow: 5px 5px 0 #3F6006;
}
#company-sc1 .btn-company--4 {
  color: #393839;
  -webkit-box-shadow: 5px 5px 0 #726D6E;
          box-shadow: 5px 5px 0 #726D6E;
}

#company-sc1 .btn-company.active:before {
  content: "\f077";
}

#company-sc1 .accordion-company {
  display: none;
  padding: 30px 35px;
}
@media screen and (max-width: 767px) {
  #company-sc1 .accordion-company {
    padding: 30px 20px;
  }
}
#company-sc1 .accordion-company__point {
  background-color: #feefe2;
  padding: 20px;
}
#company-sc1 .accordion-company__point__title {
  position: relative;
  padding-left: 25px;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  #company-sc1 .accordion-company__point__title {
    font-size: 18px;
  }
}
#company-sc1 .accordion-company__point__title:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #2eb6aa;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ================================
Schedule
=================================== */
#schedule-title img {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #schedule-title img {
    margin-right: inherit;
    margin: auto;
    margin-bottom: 10px;
    width: 48px;
  }
}

#schedule-sc1 {
  position: relative;
}
#schedule-sc1:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #707070;
  position: absolute;
  left: 168px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #schedule-sc1:before {
    content: none;
  }
}

#schedule-sc1 .wrap {
  padding-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #schedule-sc1 .wrap {
    padding-bottom: 50px;
  }
}
#schedule-sc1 .wrap:before {
  content: "";
  width: 19px;
  height: 16px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #C6C6C6;
  position: absolute;
  left: 43px;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  #schedule-sc1 .wrap:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 22px;
  }
}
#schedule-sc1 .wrap:last-child {
  padding-bottom: 0;
}
#schedule-sc1 .wrap:last-child:before {
  content: none;
}
#schedule-sc1 .wrap__time {
  width: 168px;
}
@media screen and (max-width: 767px) {
  #schedule-sc1 .wrap__time {
    width: 130px;
  }
}
#schedule-sc1 .wrap__time__time {
  color: #f08437;
  font-size: 42px;
  font-weight: 500;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #schedule-sc1 .wrap__time__time {
    margin-right: 20px;
  }
}
#schedule-sc1 .wrap__time__title {
  font-size: 24px;
}
#schedule-sc1 .wrap__content {
  margin-top: 16px;
  width: calc(100% - 168px);
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  #schedule-sc1 .wrap__content {
    padding-left: 0;
    margin-top: 0;
    width: calc(100% - 130px);
  }
}
#schedule-sc1 .wrap__content__title {
  font-size: 24px;
}
#schedule-sc1 .wrap__content__list li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 7px;
}
#schedule-sc1 .wrap__content__list li:last-child {
  margin-bottom: 0;
}
#schedule-sc1 .wrap__content__list li:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f08437;
  position: absolute;
  left: 0;
  top: 4px;
}
#schedule-sc1 .wrap--1:before {
  bottom: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #schedule-sc1 .wrap--1:before {
    top: inherit;
    bottom: 17px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #schedule-sc1 .wrap--1__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #schedule-sc1 .wrap--1__time__time {
    width: 110px;
  }
}
#schedule-sc1 .wrap--1__content {
  margin-top: 16px;
  padding-left: 25px;
  width: calc(100% - 168px);
}
@media screen and (max-width: 767px) {
  #schedule-sc1 .wrap--1__content {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

#schedule-sc1-gr1__content {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #schedule-sc1-gr1__content {
    width: 100%;
  }
}
#schedule-sc1-gr1__img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #schedule-sc1-gr1__img {
    display: none;
  }
}

/* ================================
Access
=================================== */
#access .table th, #access .table td {
  border-bottom: 1px dashed #707070;
  padding: 15px 0;
}
#access .table tr:first-child th, #access .table tr:first-child td {
  padding-top: 0;
}
#access .table tr:last-child th, #access .table tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}
#access .table th {
  padding-right: 20px;
  white-space: nowrap;
  font-weight: 900;
}

#access-sc1 {
  border-radius: 20px;
  padding: 50px 90px;
}
@media screen and (max-width: 991px) {
  #access-sc1 {
    padding: 30px 15px;
  }
}

#access-sc1-header {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #707070;
}

#access-sc1-kakari__label {
  font-size: 12px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 3px 8px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #access-sc1-kakari__label {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

#access-sc1-phone {
  text-decoration: none;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #access-sc1-phone {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #access-sc1-phone img {
    width: 35px;
  }
}
#access-sc1-phone__num {
  color: #2eb6aa;
  font-size: 48px;
  font-weight: 900;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #access-sc1-phone__num {
    font-size: 36px;
    padding-left: 5px;
  }
}