@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/ayc7qya.css");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */ }

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */ }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default; }

@media screen and (min-width: 769px) {
  .pc {
    display: inherit; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none; } }

@media screen and (min-width: 769px) {
  .sp {
    display: none; } }
@media screen and (max-width: 768px) {
  .sp {
    display: inherit; } }

body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }
  @media screen and (max-width: 999px) {
    body {
      font-size: 14px; } }

img {
  width: 100%;
  vertical-align: bottom; }

li {
  list-style: none; }

a {
  color: #333;
  text-decoration: none;
  transition: all .2s linear; }
  a:visited {
    color: #333; }
  a:active {
    color: #333; }
  a.txt-link:hover {
    opacity: .7; }

.ex-link::after {
  margin-left: 8px;
  content: url("/assets/img/common/icn-ex-link.png"); }

.page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 100; }
  .page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }
    .page-top a::before {
      content: url("/assets/img/common/page-top-arrow.png");
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -21px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }

.fade-in,
.fade-in-delay {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
  transform: translateY(80px); }

.is-fade-in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

.scroll-in,
.scroll-in2,
.scroll-in3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity 1s, visibility 1s, transform 1s; }

.is-scroll-in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .header-inner {
    padding: 24px 3.5%;
    display: flex;
    justify-content: space-between;
    transition: all .2s linear;
    position: relative; }
    @media screen and (max-width: 999px) {
      .header-inner {
        padding: 24px 5%; } }
  .header-logo {
    width: 100%;
    max-width: 235px;
    transition: all .2s linear; }
    @media screen and (max-width: 767px) {
      .header-logo {
        max-width: 180px; } }
  .header-gnav-list {
    width: 72%;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 999px) {
      .header-gnav-list {
        display: none; } }
    .header-gnav-list li {
      padding-left: 2%; }
      .header-gnav-list li:first-child {
        padding-left: 0; }
      .header-gnav-list li a {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        transition: all .2s linear; }
        .header-gnav-list li a:hover {
          opacity: .7; }
      .header-gnav-list li.contact a {
        padding: 8px 16px;
        background-color: #7ecd00;
        color: #fff;
        transition: all .2s linear; }
        .header-gnav-list li.contact a:hover {
          opacity: .7; }
  .header-scroll .header-inner {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #fff;
    position: relative; }

.nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer; }
  @media screen and (min-width: 1000px) {
    .nav-toggle {
      display: none; } }
  @media screen and (max-width: 999px) {
    .nav-toggle {
      display: block; } }
  @media screen and (max-width: 767px) {
    .nav-toggle {
      top: 20px; } }
  .nav-toggle > div {
    position: relative;
    width: 36px; }
  .nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease; }
    .nav-toggle span:nth-child(1) {
      top: 0; }
    .nav-toggle span:nth-child(2) {
      top: 12px; }
    .nav-toggle span:nth-child(3) {
      top: 24px; }

.open .nav-toggle span {
  background: #fff; }
  .open .nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg); }
  .open .nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open .nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg); }

.nav-toggle {
  z-index: 1000; }

.container {
  z-index: 900; }

.gnav-sp {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease; }

.gnav-sp a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 14px 0;
  transition: color .6s ease; }
  .gnav-sp a:hover {
    color: #666; }
.gnav-sp ul {
  list-style: none; }
  .gnav-sp ul li {
    opacity: 0;
    transform: translateX(50px);
    transition: transform .6s ease, opacity .2s ease; }
    .gnav-sp ul li:nth-child(2) {
      transition-delay: .1s; }
    .gnav-sp ul li:nth-child(3) {
      transition-delay: .2s; }
    .gnav-sp ul li:nth-child(4) {
      transition-delay: .3s; }
    .gnav-sp ul li:nth-child(5) {
      transition-delay: .4s; }
    .gnav-sp ul li:nth-child(6) {
      transition-delay: .5s; }
    .gnav-sp ul li:nth-child(7) {
      transition-delay: .6s; }
    .gnav-sp ul li:nth-child(8) {
      transition-delay: .7s; }

.open {
  overflow: hidden; }
  .open .gnav-sp {
    visibility: visible;
    opacity: 1; }
  .open .gnav-sp li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease; }

.header-gnav-sub {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .header-gnav-sub-wrap {
    width: 100%;
    padding: 20px 0;
    background: white;
    display: none;
    position: absolute;
    top: 80%;
    left: 0; }
  .header-gnav-sub li {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    vertical-align: top; }
    .header-gnav-sub li a {
      color: #333;
      font-size: 13px;
      /*
      &::after{
        width: 21px;
        height: 8px;
        margin-top: -2px;
        margin-left: 10px;
        content: "";
        background-image: url(/assets/img/common/arrow-b-sm.png);
        background-size: contain;
        vertical-align: middle;
        display: inline-block;
      }*/ }
      .header-gnav-sub li a:hover .header-gnav-sub-pic {
        opacity: .7; }
  .header-gnav-sub-pic {
    margin: 0 auto 8px;
    max-width: 240px;
    display: block;
    transition: all .2s linear; }

.header-scroll .header-gnav-sub-wrap {
  background: white; }

.top .header-gnav-sub-wrap {
  background: rgba(255, 255, 255, 0.5); }

.top .header-scroll .header-gnav-sub-wrap {
  background: white; }

.footer-contact {
  width: 100%;
  margin-bottom: 40px;
  position: relative; }
  .footer-contact::after {
    content: '';
    display: block;
    clear: both; }
  @media screen and (max-width: 767px) {
    .footer-contact {
      background-color: #eee; } }
  .footer-contact-lede {
    width: 96.5%;
    height: 300px;
    padding: 60px 0 0 3.5%;
    background-color: #eee; }
    @media screen and (max-width: 767px) {
      .footer-contact-lede {
        height: auto;
        padding: 80px 0 0 5%; } }
    @media screen and (max-width: 480px) {
      .footer-contact-lede {
        padding-top: 80px; } }
  .footer-contact-hl {
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.25; }
    @media screen and (min-width: 1000px) {
      .footer-contact-hl {
        font-size: 38px; } }
    @media screen and (max-width: 999px) {
      .footer-contact-hl {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      .footer-contact-hl {
        font-size: 28px; } }
    .footer-contact-hl-tag {
      color: #7ecd00;
      font-family: brandon-grotesque, sans-serif;
      font-weight: 700; }
      @media screen and (min-width: 1000px) {
        .footer-contact-hl-tag {
          font-size: 24px; } }
      @media screen and (max-width: 999px) {
        .footer-contact-hl-tag {
          font-size: 24px; } }
      @media screen and (max-width: 767px) {
        .footer-contact-hl-tag {
          font-size: 18px; } }
  .footer-contact-txt {
    width: 47.5%;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .footer-contact-txt {
        width: 100%;
        padding-right: 5%; } }
  .footer-contact-linkarea {
    width: 50%;
    height: 300px;
    margin-top: -260px;
    float: right;
    background-color: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .footer-contact-linkarea {
        width: 96.5%;
        height: auto;
        margin-top: 0;
        padding: 32px 0 80px;
        background-color: #eee;
        float: none;
        display: block; } }
  .footer-contact-btn {
    width: 370px;
    margin-top: 16px;
    display: block;
    padding: 12px 32px;
    background-color: #7ecd00;
    color: #fff;
    transition: all .2s linear;
    display: inline-block; }
    .footer-contact-btn::after {
      width: 21px;
      height: 8px;
      margin-top: -2px;
      margin-left: 10px;
      content: "";
      background-image: url("/assets/img/common/arrow.png");
      background-size: contain;
      vertical-align: middle;
      display: inline-block; }
    .footer-contact-btn:hover {
      color: #fff;
      opacity: .7; }
    .footer-contact-btn:active {
      color: #fff; }
    .footer-contact-btn:visited {
      color: #fff; }
    @media screen and (max-width: 999px) {
      .footer-contact-btn {
        width: 340px; } }
    @media screen and (max-width: 767px) {
      .footer-contact-btn {
        width: 100%; } }
    .footer-contact-btn:first-child {
      margin-top: 0; }
    .footer-contact-btn-wrap {
      width: 90%;
      max-width: 400px; }
      @media screen and (max-width: 767px) {
        .footer-contact-btn-wrap {
          width: 100%;
          padding: 0 5%;
          max-width: 480px; } }
.footer-info {
  margin-bottom: 40px; }
  .footer-info-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0 3.5%; }
    @media screen and (max-width: 999px) {
      .footer-info-inner {
        padding: 0 5%; } }
    @media screen and (max-width: 767px) {
      .footer-info-inner {
        display: block; } }
  .footer-info-copyright {
    color: #666;
    font-size: 13px; }
  .footer-info-logo {
    max-width: 200px;
    display: block; }
  .footer-info-linkarea {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .footer-info-linkarea {
        margin-bottom: 40px;
        display: block; } }
    .footer-info-linkarea li {
      margin-right: 2em; }
      @media screen and (max-width: 767px) {
        .footer-info-linkarea li {
          margin: 0 0 8px 0; } }
      .footer-info-linkarea li a {
        font-size: 13px; }

.hero-inner {
  width: 100%;
  margin-top: 120px;
  position: relative; }
.hero-ttl {
  margin-bottom: 50px;
  width: 100%;
  padding: 0 3.5%;
  font-weight: 700;
  line-height: 1.25; }
  @media screen and (max-width: 999px) {
    .hero-ttl {
      padding: 0 5%; } }
  @media screen and (min-width: 1000px) {
    .hero-ttl {
      font-size: 38px; } }
  @media screen and (max-width: 999px) {
    .hero-ttl {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .hero-ttl {
      font-size: 28px; } }
.hero-img {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 999px) {
    .hero-img {
      width: auto;
      height: 300px;
      margin-top: 0; } }
  @media screen and (max-width: 480px) {
    .hero-img {
      height: 240px; } }
  .hero-img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    overflow: hidden; }
    @media screen and (min-width: 1000px) {
      .hero-img-wrap {
        margin-bottom: 120px; } }
    @media screen and (max-width: 999px) {
      .hero-img-wrap {
        margin-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .hero-img-wrap {
        margin-bottom: 80px; } }
    @media screen and (max-width: 999px) {
      .hero-img-wrap {
        height: 300px;
        margin-top: 32px; } }
    @media screen and (max-width: 480px) {
      .hero-img-wrap {
        height: 240px; } }
.hero-tag {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .5;
  color: #7ecd00;
  font-family: brandon-grotesque, sans-serif;
  font-size: 148px;
  font-weight: 300;
  line-height: .825;
  z-index: 4;
  transition: all .2s linear; }
  @media screen and (max-width: 1200px) {
    .hero-tag {
      font-size: 100px; } }
  @media screen and (max-width: 999px) {
    .hero-tag {
      display: none; } }
  .hero-tag-academy {
    top: 48px; }
    @media screen and (max-width: 1300px) {
      .hero-tag-academy {
        top: 64px;
        font-size: 120px; } }
    @media screen and (max-width: 1200px) {
      .hero-tag-academy {
        top: 84px;
        font-size: 100px; } }
    @media screen and (max-width: 1100px) {
      .hero-tag-academy {
        top: 100px;
        font-size: 90px; } }

/* オーバーレイアニメーション */
.overlay {
  width: 100%;
  height: 102%;
  background-color: #7ecd00;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.86, 0.08, 0.16, 0.82) 0.5s; }

.overlay2 {
  width: 100%;
  height: 102%;
  background-color: #fff;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: 0.4s cubic-bezier(0.86, 0.08, 0.16, 0.82) 0s; }

.overlay-transform {
  transform: translateX(0%); }

.hero-img-wrap.show .overlay-transform {
  transform: translateX(101%); }

@media screen and (min-width: 1000px) {
  .philosophy {
    margin-bottom: 120px; } }
@media screen and (max-width: 999px) {
  .philosophy {
    margin-bottom: 100px; } }
@media screen and (max-width: 767px) {
  .philosophy {
    margin-bottom: 80px; } }
.philosophy-inner {
  width: 100%;
  padding: 0 3.5%; }
  @media screen and (max-width: 999px) {
    .philosophy-inner {
      padding: 0 5%; } }
.philosophy-hl {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 40px; }
  @media screen and (min-width: 1000px) {
    .philosophy-hl {
      font-size: 38px; } }
  @media screen and (max-width: 999px) {
    .philosophy-hl {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .philosophy-hl {
      font-size: 28px; } }
  .philosophy-hl::after {
    width: 80px;
    margin-top: 40px;
    display: block;
    content: "";
    border-bottom: solid 1px #333; }
  .philosophy-hl-tag {
    color: #7ecd00;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700; }
    @media screen and (min-width: 1000px) {
      .philosophy-hl-tag {
        font-size: 24px; } }
    @media screen and (max-width: 999px) {
      .philosophy-hl-tag {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .philosophy-hl-tag {
        font-size: 18px; } }
.philosophy-greeting {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    .philosophy-greeting {
      display: block; } }
  .philosophy-greeting-txt {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .philosophy-greeting-txt {
        width: 100%; } }
    .philosophy-greeting-txt p {
      margin-bottom: 32px;
      font-weight: 500;
      line-height: 1.75; }
  .philosophy-greeting-name {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .philosophy-greeting-name {
        font-size: 18px; } }
  .philosophy-greeting-pic {
    width: 50%;
    max-width: 500px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .philosophy-greeting-pic {
        width: 80%;
        max-width: 400px;
        margin: 0 auto 40px;
        display: block; } }
.philosophy-bo-ttl {
  margin-top: 120px;
  margin-bottom: 120px;
  font-size: 34px;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 999px) {
    .philosophy-bo-ttl {
      font-size: 30px; } }
  @media screen and (max-width: 767px) {
    .philosophy-bo-ttl {
      font-size: 28px; } }
  @media screen and (max-width: 480px) {
    .philosophy-bo-ttl {
      font-size: 26px; } }
.philosophy-bo-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    .philosophy-bo-detail {
      display: block; } }
  .philosophy-bo-detail-inner {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .philosophy-bo-detail-inner {
        margin-bottom: 60px; } }
  .philosophy-bo-detail-hl {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 999px) {
      .philosophy-bo-detail-hl {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .philosophy-bo-detail-hl {
        font-size: 20px; } }
    .philosophy-bo-detail-hl::after {
      width: 230px;
      margin-top: 24px;
      content: "";
      display: block;
      border-bottom: solid 1px #333;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .philosophy-bo-detail-hl::after {
          margin-right: auto;
          margin-left: auto; } }
  .philosophy-bo-detail-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75; }
.philosophy-philosophy-ttl {
  margin-top: 120px;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 999px) {
    .philosophy-philosophy-ttl {
      font-size: 30px; } }
  @media screen and (max-width: 767px) {
    .philosophy-philosophy-ttl {
      font-size: 28px; } }
  @media screen and (max-width: 480px) {
    .philosophy-philosophy-ttl {
      font-size: 26px; } }
.philosophy-philosophy-list {
  text-align: center; }
  .philosophy-philosophy-list li {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      .philosophy-philosophy-list li {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .philosophy-philosophy-list li {
        font-size: 14px; } }

@media screen and (min-width: 1000px) {
  .company-list {
    margin-bottom: 120px; } }
@media screen and (max-width: 999px) {
  .company-list {
    margin-bottom: 100px; } }
@media screen and (max-width: 767px) {
  .company-list {
    margin-bottom: 80px; } }
.company-list-inner {
  width: 100%;
  padding: 0 3.5%; }
  @media screen and (max-width: 999px) {
    .company-list-inner {
      padding: 0 5%; } }
.company-list-hl {
  font-weight: 700;
  line-height: 1.25; }
  @media screen and (min-width: 1000px) {
    .company-list-hl {
      font-size: 38px; } }
  @media screen and (max-width: 999px) {
    .company-list-hl {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .company-list-hl {
      font-size: 28px; } }
  .company-list-hl-tag {
    color: #7ecd00;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700; }
    @media screen and (min-width: 1000px) {
      .company-list-hl-tag {
        font-size: 24px; } }
    @media screen and (max-width: 999px) {
      .company-list-hl-tag {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .company-list-hl-tag {
        font-size: 18px; } }
.company-list-lineup {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 999px) {
    .company-list-lineup {
      margin-top: 100px; } }
  @media screen and (max-width: 767px) {
    .company-list-lineup {
      margin-top: 80px; } }
  .company-list-lineup li {
    width: 32%;
    padding: 40px 32px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .company-list-lineup li {
        width: calc(50% - 2px);
        margin-bottom: 32px;
        border: none; } }
    @media screen and (max-width: 480px) {
      .company-list-lineup li {
        width: 100%;
        margin-bottom: 0;
        border: none; } }
    .company-list-lineup li a:hover img {
      opacity: .5; }
    .company-list-lineup li a:hover p {
      opacity: .5; }
.company-list-lineup2 {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .company-list-lineup2 {
      margin-top: 40px; } }
  .company-list-lineup2 li {
    width: 50%;
    padding: 40px 32px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .company-list-lineup2 li {
        width: 50%;
        margin-bottom: 32px;
        border: none; } }
    @media screen and (max-width: 480px) {
      .company-list-lineup2 li {
        width: 100%;
        margin-bottom: 0;
        border: none; } }
    .company-list-lineup2 li a:hover img {
      opacity: .5; }
    .company-list-lineup2 li a:hover p {
      opacity: .5; }
.company-list-img {
  max-width: 160px;
  display: block;
  margin: 0 auto;
  transition: all .2s linear; }
  @media screen and (max-width: 999px) {
    .company-list-img {
      max-width: 130px; } }
  @media screen and (max-width: 767px) {
    .company-list-img {
      max-width: 100px; } }
.company-list-ttl {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  transition: all .2s linear; }
  @media screen and (max-width: 767px) {
    .company-list-ttl {
      font-size: 24px; } }
  .company-list-ttl::after {
    width: 41px;
    height: 17px;
    margin-top: -2px;
    margin-left: 10px;
    content: "";
    background-image: url(/assets/img/common/arrow-b.png);
    background-size: contain;
    vertical-align: middle;
    display: inline-block; }
.company-list-txt {
  font-weight: 400;
  text-align: left; }
