/*!
Theme Name: hack-academy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hack-academy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hack-academy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #474645;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  /* background: #fff; */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #474645;
}

a:hover {
  -webkit-transform: all .3s ease-out;
          transform: all .3s ease-out;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  /* width: 100%; */
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
/* parts
--------------------------------------------- */
.container {
  width: 89%;
  /* width: 83%; */
  margin: 0 auto;
  max-width: 1200px;
}

.sp-none {
  display: none;
}

@media screen and (min-width: 992px) {
  .sp-none {
    display: block;
  }
}

.pc-none {
  display: block;
}

@media screen and (min-width: 992px) {
  .pc-none {
    display: none;
  }
}

.only-sp-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .only-sp-none {
    display: block;
  }
}

.site, body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  letter-spacing: 0.04em;
}

.page-title {
  font-size: 2.42857rem;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  color: #d6046c;
  font-weight: 400;
  padding: 30px 0 40px 30px;
  margin: 0;
  letter-spacing: 0;
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_pink.png") no-repeat top left/100% 100%;
  position: relative;
  margin-bottom: 38px;
}

@media screen and (min-width: 992px) {
  .page-title {
    font-size: 3rem;
    background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_pink.png") no-repeat top left/300px 230px;
    margin-bottom: 0;
    height: 230px;
  }
}

.page-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_one_pink.png") no-repeat top left/100% auto;
}

@media screen and (min-width: 992px) {
  .page-title + * {
    margin-top: -86px;
    position: relative;
    z-index: 1;
  }
}

.page-title--orange {
  color: #E85400;
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_orange.png") no-repeat top left/100% 100%;
}

@media screen and (min-width: 992px) {
  .page-title--orange {
    font-size: 3rem;
    background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_orange.png") no-repeat top left/300px 230px;
    margin-bottom: 0;
    height: 230px;
  }
}

.section-title {
  font-size: 1.42857rem;
  line-height: 1.45;
  margin-top: 8px;
  display: inline-block;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-weight: 400;
  padding: 40px 0 20px;
  margin: 0 0 10px;
}

@media screen and (min-width: 992px) {
  .section-title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.section-title > span {
  font-size: 2.71429rem;
  line-height: 1.34211;
  letter-spacing: 0;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 992px) {
  .section-title > span {
    font-size: 3rem;
    line-height: 1.33333;
  }
}

.site-main {
  padding-top: 64px;
}

@media screen and (min-width: 992px) {
  .site-main {
    padding-top: 110px;
  }
}

.scroll_text {
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  position: relative;
}

.scroll_text_wrap {
  display: none;
}

@media screen and (min-width: 992px) {
  .scroll_text_wrap {
    display: block;
    position: fixed;
    left: 36px;
    bottom: 62px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    z-index: 200;
  }
}

.scroll_text:before {
  background-color: #474645;
  width: 100px;
  height: 1px;
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -8px;
}

.bg_strip {
  background: url("/wp-content/themes/hack-academy/img/common/bg_stripe_sp.svg") repeat-x top left/auto 100%;
}

@media screen and (min-width: 992px) {
  .bg_strip {
    background: url("/wp-content/themes/hack-academy/img/common/bg_stripe_pc.svg") repeat-x top left/auto 100%;
  }
}

.content-404 {
  padding-bottom: 60px;
  text-align: center;
}

.btn-primary-wrap {
  text-align: center;
}

.btn-primary {
  background: #474645;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 350px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 576px) {
  .btn-primary {
    max-width: 300px;
  }
}

.btn-primary:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/wp-content/themes/hack-academy/img/common/arrow-white.svg") no-repeat right center/contain;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #2e2d2d;
  color: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-primary--white {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-primary--white:hover, .btn-primary--white:active {
  background: #fff;
  color: #474645;
}

.btn-primary--white:hover:after, .btn-primary--white:active:after {
  background: url("/wp-content/themes/hack-academy/img/common/arrow-gray.svg") no-repeat right center/contain;
}

/* Mentor
  --------------------------------------------- */
.mentor-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .mentor-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
  }
}

.mentor-wrap:last-of-type {
  padding-bottom: 80px;
}

.mentor {
  position: relative;
  margin-bottom: 20px;
  background: #fcfcfc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .mentor {
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 992px) {
  .mentor:nth-of-type(3n) {
    margin-right: 0;
  }
}

.mentor:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .mentor:not(:last-child) {
    margin-bottom: 30px;
  }
}

.mentor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #d6046c transparent transparent transparent;
  border-width: 10px 10px 0 0;
  z-index: 1;
}

.mentor:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #d6046c transparent;
  border-width: 0 0 10px 10px;
}

.mentor:hover, .mentor:focus {
  background: #f7f7f7;
}

.mentor:hover .mentor_img img, .mentor:focus .mentor_img img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.mentor > a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.mentor_img {
  height: 200px;
  width: auto;
  overflow: hidden;
  text-align: center;
}

.mentor_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mentor_body {
  padding: 20px 10px;
}

.mentor_name {
  font-size: 1.42857rem;
  line-height: 1.45;
  margin: auto 0 0;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .mentor_name {
    font-size: 1.25rem;
  }
}

.mentor_affiliation {
  font-size: 1.14286rem;
  text-align: center;
  margin: 0 0 15px;
}

@media screen and (min-width: 992px) {
  .mentor_affiliation {
    font-size: 0.875rem;
    line-height: 1.45;
  }
}

.mentor_message {
  font-size: 1.14286rem;
  line-height: 1.75;
  margin: auto 0 0;
}

@media screen and (min-width: 992px) {
  .mentor_message {
    font-size: 1rem;
  }
}

.mentor_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mentor_modal.js-active {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mentor_modal_bg {
  background: #000;
  opacity: 0.2;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.mentor_modal_content {
  background: #fff;
  left: 50%;
  padding: 30px 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 83%;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .mentor_modal_content {
    padding: 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 40px;
    max-width: 1000px;
  }
}

.mentor_modal_content:before, .mentor_modal_content:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  display: inline-block;
}

.mentor_modal_content:before {
  border-left: solid 1px #ca3728;
  border-top: solid 1px #ca3728;
  top: 0;
  left: 0;
}

.mentor_modal_content:after {
  border-right: solid 1px #ca3728;
  border-bottom: solid 1px #ca3728;
  bottom: 0;
  right: 0;
}

.mentor_modal_img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .mentor_modal_img {
    margin: 0 36px 0 0;
    width: 300px;
    height: auto;
  }
}

.mentor_modal_img img {
  width: 100%;
  height: auto;
}

.mentor_modal_name {
  font-size: 1.42857rem;
  line-height: 1.45;
  margin: 0 0 12px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .mentor_modal_name {
    font-size: 1.25rem;
    text-align: left;
  }
}

.mentor_modal_affiliation {
  font-size: 1.14286rem;
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
  .mentor_modal_affiliation {
    font-size: 1rem;
    line-height: 1.45;
    text-align: left;
    margin: 0 0 40px;
  }
}

.mentor_modal_message {
  font-size: 1rem;
  line-height: 1.75;
  margin: auto 0 0;
}

@media screen and (min-width: 992px) {
  .mentor_modal_message {
    font-size: 1rem;
  }
}

.mentor_modal_message_wrap {
  height: calc(1rem * 6 * 28 /26);
  overflow-y: scroll;
}

.mentor_modal_message_wrap::-webkit-scrollbar {
  width: 4px;
}

.mentor_modal_message_wrap::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mentor_modal_message_wrap::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 992px) {
  .mentor_modal_message_wrap {
    height: auto;
    overflow-y: visible;
  }
}

.mentor_modal_close {
  position: fixed;
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: -55px;
  right: 0;
}

.mentor_modal_close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  /* border-radius: 4px; */
}

.mentor_modal_close,
.mentor_modal_close span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mentor_modal_close span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.mentor_modal_close span:nth-of-type(2) {
  top: 9px;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

/* header
--------------------------------------------- */
#siteheader {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}

.h-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* .main-navigation{
	border: 1px solid #707070;
} */
.site-title > a {
  display: inline-block;
  text-decoration: none;
  color: #474645;
}

.site-title > a > img {
  max-height: 38px;
  height: 100%;
  width: auto;
}

/* humberger
---------------- */
.main-navigation {
  /* position: absolute;
	right: 20px; */
  position: fixed;
  right: 20px;
  top: 20px;
  background: url("/wp-content/themes/hack-academy/img/common/bg_stripe2_sp.svg") repeat-x top left/auto 100%;
}

@media screen and (min-width: 768px) {
  .main-navigation {
    right: auto;
    top: 50%;
    position: absolute;
  }
}

@media screen and (min-width: 992px) {
  .main-navigation {
    background: url("/wp-content/themes/hack-academy/img/common/bg_stripe2_pc.svg") repeat-x top left/auto 100%;
  }
}

.main-navigation .nav-wrap {
  padding-top: 105px;
}

@media screen and (min-width: 768px) {
  .main-navigation .nav-wrap {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.main-navigation .main-nav {
  list-style: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-navigation .main-nav {
    margin: 0;
  }
}

.main-navigation .main-nav > li > a {
  color: #fff;
  font-size: 1.14286rem;
  font-weight: 700;
  display: inline-block;
  padding: 10px;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.main-navigation .main-nav > li > a:hover, .main-navigation .main-nav > li > a:active {
  color: #DD1C20;
}

@media screen and (min-width: 768px) {
  .main-navigation .main-nav > li > a {
    font-size: 1.25rem;
  }
}

.main-navigation.toggled ul.sub-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .main-navigation.toggled ul.sub-nav {
    display: block;
  }
}

.main-navigation .sub-nav {
  list-style: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .main-navigation .sub-nav {
    margin: 0;
    padding-left: 130px;
  }
}

.main-navigation .sub-nav > li > a {
  color: #fff;
  font-size: 1.14286rem;
  font-weight: 700;
  display: inline-block;
  padding: 10px;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.main-navigation .sub-nav > li > a:hover, .main-navigation .sub-nav > li > a:active {
  color: #DD1C20;
}

@media screen and (min-width: 768px) {
  .main-navigation .sub-nav > li > a {
    font-size: 1.25rem;
  }
}

.main-navigation .sub-nav > li > ul {
  position: relative;
  left: 0;
  clear: both;
}

.main-navigation .sub-nav > li > ul > li > a {
  color: #999999;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  padding: 10px;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.main-navigation .sub-nav > li > ul > li > a:hover, .main-navigation .sub-nav > li > ul > li > a:active {
  color: #CCCCCC;
}

.menu-toggle {
  position: fixed;
  width: 25px;
  height: 20px;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    top: 50vh;
    right: auto;
    left: 37px;
  }
}

.menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #474645;
  /* border-radius: 4px; */
}

.menu-toggle,
.menu-toggle span {
  display: inline-block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-toggle span:nth-of-type(1) {
  top: 0;
}

.menu-toggle span:nth-of-type(2) {
  top: 9px;
}

.menu-toggle span:nth-of-type(3) {
  bottom: 0;
}

.menu-toggle.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.menu-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-toggle.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.menu-toggle.active span:nth-of-type(3) {
  opacity: 0;
}

.main-navigation.toggled {
  background: #0C0C07;
  width: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  height: 100vh;
  /* &:after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;	
		 background-image: repeating-linear-gradient(
	  90deg,
	   #E6E6E6, #E6E6E6 100%
	 )
	} */
}

.main-navigation.toggled img {
  display: inline-block;
  max-width: 250px;
  padding-top: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .main-navigation.toggled img {
    padding-top: 30px;
    padding-left: 30px;
  }
}

.main-navigation img {
  display: none;
}

.menu-toggle.active span {
  background: #fff;
}

/* footer
--------------------------------------------- */
.site-footer {
  margin-top: auto;
}

.sitefooter_top {
  background: #474645;
  color: #fff;
  padding-top: 50px;
}

.sitefooter_top hr {
  background-color: #4b4a49;
  -webkit-box-shadow: 0px 1px #3d3c3b;
          box-shadow: 0px 1px #3d3c3b;
}

.f-logo {
  text-align: center;
  padding: 10px;
}

.f-logo img {
  height: 100%;
  max-height: 45px;
  width: auto;
}

.f-navigation {
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .f-navigation {
    max-width: 630px;
    margin: 0 auto;
  }
}

.f-navigation > ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.f-navigation > ul > li {
  border-top: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .f-navigation > ul > li {
    border: none;
  }
}

.f-navigation > ul > li:last-child {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .f-navigation > ul > li:last-child {
    border: none;
  }
}

.f-nav {
  list-style: none;
  display: block;
}

@media screen and (min-width: 768px) {
  .f-nav {
    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;
  }
}

.f-nav > li > a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
}

.f-nav > li > a:hover, .f-nav > li > a:focus {
  text-decoration: underline;
}

.f-nav > li > a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 0;
}

.archive-list {
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.archive-list > dt {
  position: relative;
  font-size: 16px;
  color: #bfbfbf;
  font-family: "Jost";
  font-weight: 500;
  padding: 8px 18px 13px 18px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .archive-list > dt {
    padding: 5px 18px;
  }
}

.archive-list > dt:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background: #bfbfbf;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .archive-list > dt:after {
    width: 1px;
    height: 14px;
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.archive-list > dd {
  margin: 0;
  text-align: center;
}

.archive-list > dd > a {
  padding: 5px 18px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.archive-list > dd > a:hover, .archive-list > dd > a:focus {
  text-decoration: underline;
}

.sitefooter_bottom {
  color: #000000;
  font-size: 14px;
  background: #fff;
}

.f-host {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .f-host {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.f-host > dt {
  display: block;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .f-host > dt {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.f-host > dd {
  margin: 0;
}

.f-host > dd:not(:last-of-type) {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .f-host > dd:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.host {
  display: inline-block;
  height: 35px;
}

.host img {
  height: 100%;
  width: auto;
}

.sitefoooter_bottom_content {
  padding: 20px 0 25px;
}

@media screen and (min-width: 768px) {
  .sitefoooter_bottom_content {
    padding: 10px 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.f-copy {
  padding-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .f-copy {
    padding-top: 0;
    text-align: left;
    padding-right: 20px;
  }
}

.f-copy a {
  text-decoration: none;
  color: #000;
}

.f-copy a:hover, .f-copy a:focus {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/* keyVisual
--------------------------------------------- */
.keyVisual {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  /* position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; */
  position: relative;
}

@media screen and (min-width: 992px) {
  .keyVisual {
    max-height: none;
    height: 700px;
  }
}

.keyVisual_content {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 100%;
}

.keyVisual_icon {
  width: 105px;
  margin: 0 auto 35px;
}

.keyVisual_icon img {
  width: 100%;
  height: auto;
}

.keyVisual_message--ja {
  font-size: 1.71429rem;
  text-align: center;
  margin: 0;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .keyVisual_message--ja {
    font-size: 1.75rem;
  }
}

.keyVisual_message--en {
  text-align: center;
  margin: 0;
  width: 100%;
}

.keyVisual_banner {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 3;
}

@media screen and (min-width: 992px) {
  .keyVisual_banner {
    bottom: 20px;
    /* z-index: 100; */
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    z-index: 3;
    width: 100%;
  }
}

.keyVisual_banner a {
  display: inline-block;
  height: 100%;
  max-width: 320px;
}

.keyVisual_banner img {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.keyVisual_banner_wrap {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .keyVisual_banner_wrap {
    text-align: right;
  }
}

/* 
  
  .keyVisual_wrap{
      width: 100%;
      height:100%;
      position: relative;
  
  } */
.keyVisual_bg {
  background: #ffffff;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.keyVisual_video {
  /* position: absolute;
    top: 0; */
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.keyVisual_video video {
  /* min-height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}

/* About
  --------------------------------------------- */
.container--about {
  padding-top: 52px;
}

.top-about_title {
  font-size: 2.14286rem;
  text-align: center;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: url("/wp-content/themes/hack-academy/img/top/logo-icon.png") no-repeat top center/60px auto;
  padding-top: 75px;
  margin: 0 auto 30px;
  letter-spacing: 0;
}

@media screen and (min-width: 992px) {
  .top-about_title {
    font-size: 3rem;
    margin-bottom: 46px;
  }
}

.top-about_message {
  margin-bottom: 76px;
}

.top-about_message > p {
  font-size: 1.14286rem;
  margin: 0;
  line-height: 1.75;
}

@media screen and (min-width: 992px) {
  .top-about_message > p {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.top-about_message > p:not(:last-of-type) {
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .top-about_message > p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/* About list
  --------------------------------------------- */
.top-about_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .top-about_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .top-about_list {
    margin-bottom: 62px;
    max-width: none;
  }
}

.top-about_list > li {
  position: relative;
}

@media screen and (min-width: 992px) {
  .top-about_list > li {
    width: 31.707%;
    margin-right: 2.43902%;
    max-width: none;
  }
}

@media screen and (min-width: 992px) {
  .top-about_list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.top-about_list > li:not(:last-child) {
  margin-bottom: 68px;
}

@media screen and (min-width: 992px) {
  .top-about_list > li:not(:last-child) {
    margin-bottom: 0;
  }
}

.top-about_list > li:last-child {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .top-about_list > li:last-child {
    margin-bottom: 0;
  }
}

.top-about_list_num {
  display: block;
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 77px;
  font-size: 30px;
  position: absolute;
  top: -38px;
  left: 15px;
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
}

.top-about_list_icon {
  height: 64px;
  text-align: center;
  margin: 50px 20px 30px;
}

.top-about_list_icon img {
  width: auto;
  height: 100%;
}

.top-about_list_title {
  margin: auto 20px 20px;
  text-align: center;
  font-size: 1.42857rem;
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  .top-about_list_title {
    font-size: 1.25rem;
  }
}

.top-about_list_disc {
  font-size: 1.07143rem;
  line-height: 1.73333;
  margin: auto 20px 38px;
}

@media screen and (min-width: 992px) {
  .top-about_list_disc {
    font-size: 0.9375rem;
  }
}

.top-about_list > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
}

.top-about_list > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: 0;
}

.top-about_list > li:nth-child(3n + 1) {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_pink.png") no-repeat top left/100% 100%;
}

.top-about_list > li:nth-child(3n + 1):before, .top-about_list > li:nth-child(3n + 1):after {
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_pink.png") no-repeat top left/100% auto;
}

.top-about_list > li:nth-child(3n + 1) .top-about_list_num {
  color: #d6046c;
  background: url("/wp-content/themes/hack-academy/img/common/bg_point-pink.png") no-repeat center/cover;
}

.top-about_list > li:nth-child(3n + 1) .top-about_list_title {
  color: #d6046c;
}

.top-about_list > li:nth-child(3n + 2) {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_orange.png") no-repeat top left/100% 100%;
}

.top-about_list > li:nth-child(3n + 2):before, .top-about_list > li:nth-child(3n + 2):after {
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_orange.png") no-repeat top left/100% auto;
}

.top-about_list > li:nth-child(3n + 2) .top-about_list_num {
  color: #e85400;
  background: url("/wp-content/themes/hack-academy/img/common/bg_point-orange.png") no-repeat center/cover;
}

.top-about_list > li:nth-child(3n + 2) .top-about_list_title {
  color: #e85400;
}

.top-about_list > li:nth-child(3n) {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_red.png") no-repeat top left/100% 100%;
}

.top-about_list > li:nth-child(3n):before, .top-about_list > li:nth-child(3n):after {
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_red.png") no-repeat top left/100% auto;
}

.top-about_list > li:nth-child(3n) .top-about_list_num {
  color: #df2016;
  background: url("/wp-content/themes/hack-academy/img/common/bg_point-red.png") no-repeat center/cover;
}

.top-about_list > li:nth-child(3n) .top-about_list_title {
  color: #df2016;
}

.top-about_btn {
  padding-bottom: 64px;
}

@media screen and (min-width: 992px) {
  .top-about_btn {
    font-size: 0.9375rem;
    padding-bottom: 80px;
  }
}

/* Seminar
  --------------------------------------------- */
.top_seminar-sec {
  background: #fcfcfc;
}

.top_seminar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .top_seminar-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 90px;
    max-width: none;
  }
}

.top_seminar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 992px) {
  .top_seminar {
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 992px) {
  .top_seminar:nth-of-type(3n) {
    margin-right: 0;
  }
}

.top_seminar:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .top_seminar:not(:last-child) {
    margin-bottom: 0;
  }
}

.top_seminar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #d6046c transparent transparent transparent;
  border-width: 10px 10px 0 0;
  z-index: 1;
}

.top_seminar:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #d6046c transparent;
  border-width: 0 0 10px 10px;
}

.top_seminar:hover, .top_seminar:focus {
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.06);
}

.top_seminar:hover .top_seminar_img img, .top_seminar:focus .top_seminar_img img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.top_seminar > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top_seminar_img {
  height: 200px;
  width: auto;
  overflow: hidden;
  text-align: center;
}

.top_seminar_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top_seminar_title {
  font-size: 1.42857rem;
  line-height: 1.45;
  margin: 0;
  padding: 20px 10px 8px;
}

@media screen and (min-width: 992px) {
  .top_seminar_title {
    font-size: 1.25rem;
  }
}

.top_seminar_date {
  color: #d6046c;
  font-size: 1.14286rem;
  display: inline-block;
  margin: 0;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  padding: 0 10px 22px;
}

@media screen and (min-width: 992px) {
  .top_seminar_date {
    font-size: 1rem;
  }
}

.top_seminar_end {
  color: #d6046c;
  font-size: 1rem;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  width: 100%;
  padding: 0 10px 22px;
}

@media screen and (min-width: 992px) {
  .top_seminar_end {
    font-size: 0.875rem;
  }
}

.top_seminar_disc {
  font-size: 1rem;
  line-height: 1.85714;
  padding: 0 10px 40px;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .top_seminar_disc {
    font-size: 0.875rem;
  }
}

/* Innovation Camp
  --------------------------------------------- */
.top_innovation-camp-sec {
  background: url("/wp-content/themes/hack-academy/img/top/bg_innovation-camp.jpg") no-repeat center/cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.top_innovation-camp-sec:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}

.top_innovation-camp_content {
  padding: 40px 20px;
  padding: 42px 16px 40px;
  margin: 80px auto;
  position: relative;
}

.top_innovation-camp_content:before, .top_innovation-camp_content:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_white.png") no-repeat top left/100% auto;
}

.top_innovation-camp_content:before {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top_innovation-camp_content:after {
  bottom: 0;
  right: 50%;
  -webkit-transform: rotate(180deg) translateX(-50%);
          transform: rotate(180deg) translateX(-50%);
}

.top_innovation-camp_title {
  text-align: center;
  color: #fff;
  font-size: 1.42857rem;
  line-height: 1.55556;
  margin-top: 13px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0;
  padding: 0 0 30px;
}

@media screen and (min-width: 992px) {
  .top_innovation-camp_title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.top_innovation-camp_title > span {
  font-size: 2.14286rem;
  line-height: 1.33333;
  letter-spacing: 0;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .top_innovation-camp_title > span {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.top_innovation-camp_disc {
  color: #fff;
  font-size: 1.14286rem;
  line-height: 1.75;
  margin: 0;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .top_innovation-camp_disc {
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
  }
}

/* Partner
  --------------------------------------------- */
.top_partner_sec {
  background: #f7f7f7;
}

.top_partner_title {
  text-align: center;
  color: #d6046c;
  font-size: 1.42857rem;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .top_partner_title {
    text-align: left;
    font-size: 1.25rem;
  }
}

.top_partner_list {
  list-style: none;
  padding: 0 0 60px;
  max-width: 235px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .top_partner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
  }
}

@media screen and (min-width: 992px) {
  .top_partner_list > li {
    width: 23%;
    margin-bottom: 30px;
    margin-right: 2%;
  }
}

.top_partner_list > li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .top_partner_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.top_partner_list > li:nth-child(4n) {
  margin-right: 0;
}

.top_partner_list > li > a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.top_partner_img {
  background: #fff;
  overflow: hidden;
  text-align: center;
  height: 100px;
  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: 0 0 10px;
}

.top_partner_img img {
  height: 100px;
  width: auto;
}

.top_partner_name {
  text-align: center;
  font-size: 1.14286rem;
  line-height: 1.5;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .top_partner_name {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* Message
  --------------------------------------------- */
.about_top_title {
  font-size: 1.57143rem;
  line-height: 1.81818;
  margin: 0 0 40px;
}

@media screen and (min-width: 992px) {
  .about_top_title {
    font-size: 1.75rem;
    margin-bottom: 38px;
  }
}

.about_top_title strong {
  color: #d6046c;
}

.about_top_text > p {
  font-size: 1.28571rem;
  line-height: 1.77778;
}

@media screen and (min-width: 992px) {
  .about_top_text > p {
    font-size: 1.125rem;
  }
}

.about_top_text > p:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .about_top_text > p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* Features
  --------------------------------------------- */
.about-feature_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 40px 0 0 0;
  margin: 0;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .about-feature_list {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}

.about-feature_list > li {
  position: relative;
}

@media screen and (min-width: 992px) {
  .about-feature_list > li {
    width: 31.707%;
    margin-right: 1.43902%;
    max-width: none;
  }
}

.about-feature_list > li:not(:last-child) {
  margin-bottom: 68px;
}

@media screen and (min-width: 992px) {
  .about-feature_list > li:not(:last-child) {
    margin-bottom: 62px;
  }
}

.about-feature_list > li:last-child {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .about-feature_list > li:last-child {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 992px) {
  .about-feature_list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.about-feature_list_num {
  display: block;
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 77px;
  font-size: 30px;
  position: absolute;
  top: -38px;
  left: 15px;
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
}

.about-feature_list_icon {
  height: 64px;
  text-align: center;
  margin: 50px 20px 30px;
}

.about-feature_list_icon img {
  width: auto;
  height: 100%;
}

.about-feature_list_title {
  margin: auto 20px 20px;
  text-align: center;
  font-size: 1.42857rem;
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  .about-feature_list_title {
    font-size: 1.25rem;
  }
}

.about-feature_list_disc {
  font-size: 1.07143rem;
  line-height: 1.73333;
  margin: auto 20px 38px;
}

@media screen and (min-width: 992px) {
  .about-feature_list_disc {
    font-size: 0.9375rem;
  }
}

.about-feature_list > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
}

.about-feature_list > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: 0;
}

.about-feature_list > li:nth-child(3n + 1) {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_pink.png") no-repeat top left/100% 100%;
}

.about-feature_list > li:nth-child(3n + 1):before, .about-feature_list > li:nth-child(3n + 1):after {
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_pink.png") no-repeat top left/100% auto;
}

.about-feature_list > li:nth-child(3n + 1) .about-feature_list_num {
  color: #d6046c;
  background: url("/wp-content/themes/hack-academy/img/common/bg_point-pink.png") no-repeat center/cover;
}

.about-feature_list > li:nth-child(3n + 1) .about-feature_list_title strong {
  color: #d6046c;
}

.about-feature_list > li:nth-child(3n + 2) {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_orange.png") no-repeat top left/100% 100%;
}

.about-feature_list > li:nth-child(3n + 2):before, .about-feature_list > li:nth-child(3n + 2):after {
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_orange.png") no-repeat top left/100% auto;
}

.about-feature_list > li:nth-child(3n + 2) .about-feature_list_num {
  color: #e85400;
  background: url("/wp-content/themes/hack-academy/img/common/bg_point-orange.png") no-repeat center/cover;
}

.about-feature_list > li:nth-child(3n + 2) .about-feature_list_title strong {
  color: #e85400;
}

.about-feature_list > li:nth-child(3n) {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_red.png") no-repeat top left/100% 100%;
}

.about-feature_list > li:nth-child(3n):before, .about-feature_list > li:nth-child(3n):after {
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_red.png") no-repeat top left/100% auto;
}

.about-feature_list > li:nth-child(3n) .about-feature_list_num {
  color: #df2016;
  background: url("/wp-content/themes/hack-academy/img/common/bg_point-red.png") no-repeat center/cover;
}

.about-feature_list > li:nth-child(3n) .about-feature_list_title strong {
  color: #df2016;
}

/* Course
  --------------------------------------------- */
.about_course_wrap {
  margin-bottom: 100px;
}

@media screen and (min-width: 992px) {
  .about_course_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .about_course {
    width: 49%;
  }
}

.about_course:not(:last-of-type) {
  margin-bottom: 64px;
}

@media screen and (min-width: 992px) {
  .about_course:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 2%;
  }
}

.about_course_content {
  padding: 28px 23px 34px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
}

.about_course_name {
  font-size: 1.42857rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

.about_course_name:after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background: #dc000c;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about_course_target {
  font-size: 1.14286rem;
  margin-bottom: 20px;
  text-align: center;
  color: #dc000c;
}

.about_course_target_list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.about_course_target_list li {
  padding-left: 0.7em;
  font-size: 1rem;
  line-height: 1.71429;
  position: relative;
  margin: 0;
}

.about_course_target_list li:before {
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #dc000c;
}

.about_course_target_list li:not(:last-child) {
  margin-bottom: 10px;
}

.about_course_flow {
  padding: 0;
  list-style: none;
  margin: 0;
}

.about_course_flow > li {
  position: relative;
}

.about_course_flow > li:not(:last-child) {
  margin: 0 0 28px;
}

.about_course_flow > li:not(:last-child):after {
  content: "";
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #dc000c transparent transparent transparent;
  border-width: 6px 6px 0 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
}

.about_course_flow > li span {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.42857;
  font-weight: 700;
}

.about_course_flow > li span:before, .about_course_flow > li span:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
}

.about_course_flow > li span:before {
  border-left: solid 1px #C72A21;
  border-top: solid 1px #C72A21;
  top: 0;
  left: 0;
}

.about_course_flow > li span:after {
  border-right: solid 1px #C72A21;
  border-bottom: solid 1px #C72A21;
  bottom: 0;
  right: 0;
}

.about_course_message {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#dc000c), to(#e85400));
  background: linear-gradient(#dc000c 0%, #e85400 100%);
  padding: 20px 10px;
}

.about_course_message.sp-none {
  margin-bottom: 100px;
}

/*--------------------------------------------------------------
# Seminar
--------------------------------------------------------------*/
/* Seminar Article
  --------------------------------------------- */
.entry-title {
  font-size: 1.57143rem;
  line-height: 1.81818;
  letter-spacing: 0.08em;
  margin-bottom: 1.71429rem;
}

@media screen and (min-width: 992px) {
  .entry-title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}

.article-seminar {
  font-size: 1.14286rem;
  line-height: 1.75;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .article-seminar {
    font-size: 1rem;
    margin: -100px auto 2.875rem;
  }
}

.message_end {
  background: #B4B4B4;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 32px;
}

.entry-content .post-thumbnail {
  margin: 0 0 1.42857rem;
}

@media screen and (min-width: 992px) {
  .entry-content .post-thumbnail {
    margin: 0 0 1.875rem;
  }
}

.entry-content h3 {
  color: #d6046c;
  font-size: 1.42857rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 2.14286rem;
}

@media screen and (min-width: 992px) {
  .entry-content h3 {
    font-size: 1.25rem;
    margin: 0 0 1.875rem;
  }
}

.entry-content p {
  font-size: 1.14286rem;
  line-height: 1.75;
  margin: 0 0 4.28571rem;
}

@media screen and (min-width: 992px) {
  .entry-content p {
    font-size: 1rem;
    margin: 0 0 2.875rem;
  }
}

.entry-content ul,
.entry-content ol {
  padding: 0;
  margin: 0;
}

.entry-content ol {
  margin: 0 0 2.85714rem 1.4em;
}

.entry-content ol li {
  padding-left: 4px;
  font-size: 1.14286rem;
  line-height: 1.75;
}

@media screen and (min-width: 992px) {
  .entry-content ol li {
    font-size: 1rem;
  }
}

.entry-content ol li:not(:last-child) {
  margin-bottom: 0.71429rem;
}

@media screen and (min-width: 992px) {
  .entry-content ol li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

.entry-content ul {
  list-style: none;
  margin: 0 0 2.85714rem 0.7em;
}

.entry-content ul li {
  padding-left: 0.7em;
  font-size: 1.14286rem;
  line-height: 1.75;
  position: relative;
}

@media screen and (min-width: 992px) {
  .entry-content ul li {
    font-size: 1rem;
  }
}

.entry-content ul li:before {
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d6046c;
}

.entry-content ul li:not(:last-child) {
  margin-bottom: 0.71429rem;
}

@media screen and (min-width: 992px) {
  .entry-content ul li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

.entry-content .wp-block-table table {
  margin: 0 0 4.28571rem;
  font-size: 1.14286rem;
  border-collapse: collapse;
}

@media screen and (min-width: 992px) {
  .entry-content .wp-block-table table {
    font-size: 1rem;
    margin: 0 0 2.875rem;
  }
}

@media screen and (min-width: 992px) {
  .entry-content .wp-block-table table tr:last-of-type th {
    border-bottom: solid 1px #CFD5D8;
  }
}

.entry-content .wp-block-table table tr:last-of-type td {
  border-bottom: solid 1px #CFD5D8;
}

.entry-content .wp-block-table table th {
  border-top: solid 1px #CFD5D8;
  padding: 20px 0 3px;
  font-weight: 700;
  font-size: 1.14286rem;
  text-align: left;
  display: block;
}

@media screen and (min-width: 992px) {
  .entry-content .wp-block-table table th {
    font-weight: 400;
    padding: 20px 10px 20px 0;
    font-size: 1rem;
    display: table-cell;
  }
}

.entry-content .wp-block-table table td {
  padding: 3px 0 20px;
  font-weight: 400;
  font-size: 1.14286rem;
  text-align: left;
  display: block;
}

@media screen and (min-width: 992px) {
  .entry-content .wp-block-table table td {
    font-size: 1rem;
    padding: 20px 0 20px 10px;
    border-top: solid 1px #CFD5D8;
    display: table-cell;
  }
}

.background-triangle {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_pink.png") no-repeat top left/100% 100%;
  padding: 30px 0 0 30px;
}

/* Seminar List
  --------------------------------------------- */
.seminar_apply_list > li {
  position: relative;
  z-index: 1;
  background: #fff;
}

.seminar_apply_list > li.seminar_apply {
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.seminar_apply_list > li.seminar_apply:hover, .seminar_apply_list > li.seminar_apply:focus {
  z-index: 3;
}

.seminar_apply_list > li.seminar_apply:hover > .seminar_apply_message, .seminar_apply_list > li.seminar_apply:focus > .seminar_apply_message {
  background: #2E2D2D;
}

.seminar_apply_list > li.seminar_end {
  background: #fafafa;
}

.seminar_apply_title {
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.71429rem;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .seminar_apply_title {
    font-size: 1.875rem;
    font-weight: 400;
  }
}

.seminar_apply_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.seminar_apply_list {
  list-style: none;
  margin: 0;
  padding: 0 0 100px;
}

@media screen and (min-width: 992px) {
  .seminar_apply_list {
    padding-bottom: 142px;
  }
}

.seminar_apply_list > li {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 15px 30px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .seminar_apply_list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 30px 20px 20px;
  }
}

.seminar_apply_list_num {
  display: inline-block;
  width: 37px;
  height: 37px;
  font-size: 20px;
  text-align: center;
  line-height: 37px;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  color: #d6046c;
  background: url("/wp-content/themes/hack-academy/img/seminar/bg_point-pink.png") no-repeat center/cover;
  margin-bottom: 12px;
}

@media screen and (min-width: 992px) {
  .seminar_apply_list_num {
    margin-right: 20px;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 50px;
  }
}

.seminar_apply_list_body {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.seminar_apply_list_body > h3 {
  font-size: 1.14286rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0 0 6px;
  color: initial;
}

@media screen and (min-width: 992px) {
  .seminar_apply_list_body > h3 {
    text-align: left;
    font-size: 1rem;
  }
}

.seminar_apply_list_body > p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
  .seminar_apply_list_body > p {
    margin: 0;
    text-align: left;
    font-size: 0.875rem;
  }
}

.seminar_apply_message {
  background: #474645;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 250px;
  position: relative;
  text-decoration: none;
  border: 2px solid #474645;
  text-align: center;
  padding: 16px;
  margin: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (min-width: 992px) {
  .seminar_apply_message {
    width: 220px;
    text-align: left;
    padding: 20px;
  }
}

.seminar_apply_message:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/wp-content/themes/hack-academy/img/common/arrow-white.svg") no-repeat right center/contain;
}

.seminar_apply_message--fin {
  color: #888888;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.message_seminar_none {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 100px;
}

/*--------------------------------------------------------------
# Innovation Camp
--------------------------------------------------------------*/
/* Message
  --------------------------------------------- */
.camp_top_title {
  font-size: 1.57143rem;
  line-height: 1.81818;
  margin: -56px 0 40px;
}

@media screen and (min-width: 992px) {
  .camp_top_title {
    font-size: 1.75rem;
    margin-bottom: 38px;
  }
}

.camp_top_title strong {
  color: #e85400;
}

.camp_top_text > p {
  font-size: 1.28571rem;
  line-height: 1.77778;
}

@media screen and (min-width: 992px) {
  .camp_top_text > p {
    font-size: 1.125rem;
  }
}

.camp_top_text > p:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .camp_top_text > p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.camp_btn_wrap {
  margin-bottom: 60px;
}

.camp_btn_wrap:last-of-type {
  margin-bottom: 90px;
}

.camp_btn_wrap > a:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .camp_btn_wrap > a:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

/* Course
  --------------------------------------------- */
.camp_course_title {
  font-size: 1.42857rem;
  line-height: 1.45;
  padding-top: 80px;
  background: url("/wp-content/themes/hack-academy/img/camp/icon_course") no-repeat top center/62px 62px;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #e85400;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .camp_course_title {
    font-size: 1.5rem;
    margin-bottom: 38px;
  }
}

.camp_course_text > p {
  font-size: 1.14286rem;
  line-height: 1.6875;
}

@media screen and (min-width: 992px) {
  .camp_course_text > p {
    font-size: 1rem;
    text-align: center;
  }
}

.camp_course_text > p:not(:last-of-type) {
  margin-bottom: 20px;
}

.camp_course_img {
  width: 48%;
}

.camp_course_img:not(:last-of-type) {
  margin-right: 4%;
}

.camp_course_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .camp_course_img_wrap {
    margin-bottom: 40px;
  }
}

.camp_course_wrap {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .camp_course_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .camp_course {
    width: 49%;
  }
}

.camp_course:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .camp_course:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 2%;
  }
}

.camp_course_content {
  padding: 30px 30px 40px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.04);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
}

.camp_course_name {
  font-size: 1.42857rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .camp_course_name {
    font-size: 1.25rem;
  }
}

.camp_course_name:after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background: #dc000c;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.camp_course_target {
  font-size: 1.14286rem;
  margin-bottom: 20px;
  text-align: center;
  color: #dc000c;
}

@media screen and (min-width: 992px) {
  .camp_course_target {
    font-size: 1rem;
  }
}

.camp_course_target_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.camp_course_target_list li {
  padding-left: 0.7em;
  font-size: 1rem;
  line-height: 1.71429;
  position: relative;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .camp_course_target_list li {
    font-size: 1rem;
    line-height: 1.55556;
  }
}

.camp_course_target_list li:before {
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #dc000c;
}

.camp_course_target_list li:not(:last-child) {
  margin-bottom: 10px;
}

.camp_course_target_list + .camp_course_target_notes {
  margin-top: 20px;
}

.camp_course_target_notes {
  font-size: 0.92857rem;
  line-height: 1.53846;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .camp_course_target_notes {
    font-size: 0.8125rem;
  }
}

/* Voice
  --------------------------------------------- */
.camp_voice_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .camp_voice_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
  }
}

.camp_voice {
  position: relative;
  margin-bottom: 20px;
  background: #fcfcfc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .camp_voice {
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 992px) {
  .camp_voice:nth-of-type(3n) {
    margin-right: 0;
  }
}

.camp_voice:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .camp_voice:not(:last-child) {
    margin-bottom: 0;
  }
}

.camp_voice:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #e85400 transparent;
  border-width: 0 0 10px 10px;
}

.camp_voice:hover, .camp_voice:focus {
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.camp_voice > a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.camp_voice_img {
  height: 150px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.camp_voice_img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.camp_voice_title {
  font-size: 1.14286rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: auto 0 0;
  position: relative;
  padding: 11px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #e85400;
}

@media screen and (min-width: 992px) {
  .camp_voice_title {
    font-size: 1rem;
  }
}

.camp_voice_title:before, .camp_voice_title:after {
  content: "";
  display: block;
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_one_orange.png");
  width: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.camp_voice_title:before {
  top: 0;
  left: 0;
}

.camp_voice_title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  bottom: 0;
}

.camp_voice_affiliation {
  font-size: 1rem;
  text-align: center;
  margin: 0 0 15px;
}

@media screen and (min-width: 992px) {
  .camp_voice_affiliation {
    font-size: 0.875rem;
    line-height: 1.45;
  }
}

.camp_voice_name {
  font-size: 1.42857rem;
  line-height: 1.45;
  margin: auto 0 0;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .camp_voice_name {
    font-size: 1.25rem;
  }
}

.camp_voice_name_en {
  color: #e85400;
  margin-top: 4px;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.35714;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 992px) {
  .camp_voice_name_en {
    font-size: 0.875rem;
  }
}

.voice_modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.voice_modal.js-active {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.voice_modal_bg {
  background: #000;
  opacity: 0.2;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.voice_modal_content {
  background: #fff;
  left: 50%;
  padding: 30px 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 83%;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
  .voice_modal_content {
    padding: 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 40px;
    max-width: 1000px;
  }
}

.voice_modal_content:before, .voice_modal_content:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  display: inline-block;
}

.voice_modal_content:before {
  border-left: solid 1px #ca3728;
  border-top: solid 1px #ca3728;
  top: 0;
  left: 0;
}

.voice_modal_content:after {
  border-right: solid 1px #ca3728;
  border-bottom: solid 1px #ca3728;
  bottom: 0;
  right: 0;
}

.voice_modal_img {
  text-align: center;
  width: 150px;
  height: 100%;
  margin: 0 auto 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  .voice_modal_img {
    margin: 0 36px 0 0;
    width: 300px;
    height: auto;
  }
}

.voice_modal_img img {
  width: 100%;
  height: auto;
}

.voice_modal_name {
  font-size: 1.42857rem;
  line-height: 1.45;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .voice_modal_name {
    font-size: 1.25rem;
    text-align: left;
  }
}

.voice_modal_name_en {
  margin-left: 15px;
  display: inline-block;
  color: #e85400;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.35714;
}

@media screen and (min-width: 992px) {
  .voice_modal_name_en {
    font-size: 0.875rem;
  }
}

.voice_modal_affiliation {
  font-size: 1.14286rem;
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
  .voice_modal_affiliation {
    font-size: 1rem;
    line-height: 1.45;
    text-align: left;
    margin: 0 0 30px;
  }
}

.voice_modal_title {
  font-size: 1.14286rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.45;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #e85400;
}

@media screen and (min-width: 992px) {
  .voice_modal_title {
    font-size: 1.25rem;
    text-align: left;
  }
}

.voice_modal_message {
  font-size: 1rem;
  line-height: 1.75;
  margin: auto 0 0;
}

@media screen and (min-width: 992px) {
  .voice_modal_message {
    font-size: 1rem;
  }
}

.voice_modal_message_wrap {
  height: calc(1rem * 6 * 28 / 26);
  overflow-y: scroll;
}

.voice_modal_message_wrap::-webkit-scrollbar {
  width: 4px;
}

.voice_modal_message_wrap::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.voice_modal_message_wrap::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 992px) {
  .voice_modal_message_wrap {
    height: auto;
    overflow-y: visible;
  }
}

.voice_modal_close {
  position: fixed;
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: -55px;
  right: 0;
}

.voice_modal_close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  /* border-radius: 4px; */
}

.voice_modal_close,
.voice_modal_close span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.voice_modal_close span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.voice_modal_close span:nth-of-type(2) {
  top: 9px;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

/* Schedule
  --------------------------------------------- */
.schedule_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-top: 10px;
}

.schedule_list_wrap {
  overflow-x: auto;
  position: relative;
  margin-bottom: 30px;
}

.schedule_list_wrap:before {
  content: "";
  display: block;
  width: 1000px;
  min-width: 1px;
  height: 1px;
  background: rgba(80, 79, 78, 0.3);
  position: absolute;
  top: 9px;
  left: 80px;
}

.schedule {
  padding: 20px 20px 30px;
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_orange.png") no-repeat top left/100% 100%, #fff;
  border: 1px solid #d55e27;
  position: relative;
  margin-top: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.schedule:before {
  content: "";
  display: block;
  left: 50%;
  top: -32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #e85400;
  border-radius: 50%;
  position: absolute;
}

.schedule:not(:last-of-type) {
  margin-right: 32px;
}

.schedule_title {
  color: #e85400;
  font-size: 1.14286rem;
  line-height: 1.5;
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .schedule_title {
    font-size: 1rem;
  }
}

.schedule_subtitle {
  font-size: 1.14286rem;
  line-height: 1.5;
  margin: 0 0 10px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .schedule_subtitle {
    font-size: 1rem;
  }
}

.schedule_date {
  text-align: center;
  font-size: 1.14286rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  text-align: center;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 992px) {
  .schedule_date {
    font-size: 1rem;
  }
}

.schedule_date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.schedule_date strong {
  font-size: 2.07143rem;
  line-height: 1.46154;
  margin: 0 0 10px;
  font-weight: 500;
  text-align: center;
  color: #e85400;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 992px) {
  .schedule_date strong {
    font-size: 1.8125rem;
  }
}

.schedule_date_dot {
  width: 5px;
  height: 5px;
  background: #474645;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.schedule_date_from {
  display: block;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 auto;
  color: #e85400;
  font-size: 1.14286rem;
}

@media screen and (min-width: 992px) {
  .schedule_date_from {
    font-size: 1rem;
  }
}

/* Application Requirements
  --------------------------------------------- */
.application_content > h3 {
  color: #E85400;
  font-size: 1.42857rem;
  line-height: 1.45;
  margin: 0 0 30px;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .application_content > h3 {
    font-size: 1.25rem;
  }
}

.application_content > p {
  margin: 0 0 50px;
  font-size: 1.14286rem;
  line-height: 1.45;
}

@media screen and (min-width: 992px) {
  .application_content > p {
    font-size: 1rem;
    margin: 0 0 48px;
  }
}

/*--------------------------------------------------------------
# Company information
--------------------------------------------------------------*/
/* Message
  --------------------------------------------- */
main.main-company-info {
  overflow: hidden;
}

.company-info_top_title {
  font-size: 1.57143rem;
  line-height: 1.81818;
  margin: 0 0 40px;
}

@media screen and (min-width: 992px) {
  .company-info_top_title {
    font-size: 1.75rem;
    margin-bottom: 42px;
  }
}

.company-info_top-sec {
  padding-bottom: 20px;
}

/* about
  --------------------------------------------- */
.company-info_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .company-info_about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 40px 0 80px;
  }
}

.company-info_about_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  margin: 30px -5.5% 0;
  width: 100vw;
  margin: 30px calc(50% - 50vw) 0;
  padding: 40px calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .company-info_about_img {
    width: 66%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .company-info_about_img {
    padding: 40px;
  }
}

.company-info_about_img img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .company-info_about_img img {
    width: 100%;
    max-width: none;
  }
}

.company-info_about_content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .company-info_about_content {
    width: 31%;
    margin-left: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.company-info_title {
  color: #d6046c;
  font-size: 1.42857rem;
  letter-spacing: 0.08em;
  margin: 0 0 30px;
}

@media screen and (min-width: 992px) {
  .company-info_title {
    font-size: 1.25rem;
  }
}

.company-info_text {
  font-size: 1.14286rem;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .company-info_text {
    font-size: 1rem;
  }
}

.company-info_text:not(:first-of-type) {
  margin-top: 1rem;
}

.company-info_text .highlight {
  color: #d5046b;
}

@media screen and (min-width: 992px) {
  .company-info_request_title {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .company-info_request_text {
    text-align: center;
  }
}

.company-info_request_item {
  position: relative;
  text-align: center;
  font-size: 1.14286rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 450px;
}

@media screen and (min-width: 992px) {
  .company-info_request_item {
    font-size: 1rem;
    width: 31.333333%;
    max-width: none;
  }
}

.company-info_request_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
}

.company-info_request_item:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: 0;
}

.company-info_request_item:not(:first-of-type) {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .company-info_request_item:not(:first-of-type) {
    margin-top: 0;
    margin-left: 3%;
  }
}

.company-info_request_item:nth-of-type(1) {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_pink.png") no-repeat top left/100% 100%;
}

.company-info_request_item:nth-of-type(1):before, .company-info_request_item:nth-of-type(1):after {
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_pink.png") no-repeat top left/100% auto;
}

.company-info_request_item:nth-of-type(1) strong {
  color: #d6046c;
}

.company-info_request_item:nth-of-type(2) {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_orange.png") no-repeat top left/100% 100%;
}

.company-info_request_item:nth-of-type(2):before, .company-info_request_item:nth-of-type(2):after {
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_orange.png") no-repeat top left/100% auto;
}

.company-info_request_item:nth-of-type(2) strong {
  color: #e85400;
}

.company-info_request_item:nth-of-type(3) {
  background: url("/wp-content/themes/hack-academy/img/common/bg_triangle_red.png") no-repeat top left/100% 100%;
}

.company-info_request_item:nth-of-type(3):before, .company-info_request_item:nth-of-type(3):after {
  background: url("/wp-content/themes/hack-academy/img/common/bg_border_red.png") no-repeat top left/100% auto;
}

.company-info_request_item:nth-of-type(3) strong {
  color: #df2016;
}

.company-info_request_item > p {
  padding: 50px 8px 40px;
}

.company-info_request_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .company-info_request_item_wrap {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* contact
  --------------------------------------------- */
#mw_wp_form_mw-wp-form-616 {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616 {
    margin-top: 30px;
  }
}

#mw_wp_form_mw-wp-form-616 input,
#mw_wp_form_mw-wp-form-616 button,
#mw_wp_form_mw-wp-form-616 textarea,
#mw_wp_form_mw-wp-form-616 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: inherit;
}

#mw_wp_form_mw-wp-form-616 label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mw_wp_form_mw-wp-form-616 input {
  background-color: #fff;
  width: 100%;
  border: 1px solid #c1c3c7;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  color: inherit;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-size: 1.14286rem;
  padding: 1.125rem;
  border-radius: 4px;
  outline: 0;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616 input {
    font-size: 1rem;
  }
}

#mw_wp_form_mw-wp-form-616 input:focus {
  border: 1px solid #d6046c;
}

#mw_wp_form_mw-wp-form-616 input::-webkit-search-decoration {
  display: none;
}

#mw_wp_form_mw-wp-form-616 input:focus {
  outline-offset: -2px;
}

#mw_wp_form_mw-wp-form-616 input::-webkit-input-placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

#mw_wp_form_mw-wp-form-616 input:-ms-input-placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

#mw_wp_form_mw-wp-form-616 input::-ms-input-placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

#mw_wp_form_mw-wp-form-616 input::placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616 input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  #mw_wp_form_mw-wp-form-616 input:-ms-input-placeholder {
    font-size: 1rem;
  }
  #mw_wp_form_mw-wp-form-616 input::-ms-input-placeholder {
    font-size: 1rem;
  }
  #mw_wp_form_mw-wp-form-616 input::placeholder {
    font-size: 1rem;
  }
}

#mw_wp_form_mw-wp-form-616 input::-ms-input-placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616 input::-ms-input-placeholder {
    font-size: 1rem;
  }
}

#mw_wp_form_mw-wp-form-616 textarea {
  resize: none;
  border-radius: 4px;
  resize: none;
  border: 1px solid #c1c3c7;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  outline: none;
  background-color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-size: 1.14286rem;
  padding: 1.125rem;
  max-height: 330px;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616 textarea {
    font-size: 1rem;
    max-height: none;
  }
}

#mw_wp_form_mw-wp-form-616 textarea::-webkit-scrollbar {
  width: 10px;
}

#mw_wp_form_mw-wp-form-616 textarea::-webkit-scrollbar-track {
  background-color: #fff;
}

#mw_wp_form_mw-wp-form-616 textarea::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

#mw_wp_form_mw-wp-form-616 textarea:focus {
  border: 1px solid #d6046c;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

#mw_wp_form_mw-wp-form-616 textarea::-webkit-input-placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

#mw_wp_form_mw-wp-form-616 textarea:-ms-input-placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

#mw_wp_form_mw-wp-form-616 textarea::-ms-input-placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

#mw_wp_form_mw-wp-form-616 textarea::placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616 textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
  #mw_wp_form_mw-wp-form-616 textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
  #mw_wp_form_mw-wp-form-616 textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
  #mw_wp_form_mw-wp-form-616 textarea::placeholder {
    font-size: 1rem;
  }
}

#mw_wp_form_mw-wp-form-616 textarea::-ms-input-placeholder {
  color: #ccc;
  line-height: 1.75;
  font-size: 1.14286rem;
  letter-spacing: 0.04em;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616 textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
}

#mw_wp_form_mw-wp-form-616 button {
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #474645;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 300px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  #mw_wp_form_mw-wp-form-616 button {
    max-width: 300px;
  }
}

#mw_wp_form_mw-wp-form-616 button:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/wp-content/themes/hack-academy/img/common/arrow-white.svg") no-repeat right center/contain;
}

#mw_wp_form_mw-wp-form-616 button:hover, #mw_wp_form_mw-wp-form-616 button:active, #mw_wp_form_mw-wp-form-616 button:focus {
  background: #2e2d2d;
  color: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

#mw_wp_form_mw-wp-form-616 .form_item {
  margin: 0;
}

#mw_wp_form_mw-wp-form-616 .form_item:not(:first-of-type) {
  margin-top: 30px;
}

#mw_wp_form_mw-wp-form-616 .form_item_title {
  font-size: 1.14286rem;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616 .form_item_title {
    font-size: 1.25rem;
  }
}

#mw_wp_form_mw-wp-form-616 .form_item_required {
  color: #d6046c;
  border: 1px solid #d6046c;
  border-radius: 2px;
  text-align: center;
  font-weight: normal;
  font-size: 0.85714rem;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-left: 10px;
  padding: 0.125rem 0.625rem;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616 .form_item_required {
    font-size: 0.875rem;
  }
}

#mw_wp_form_mw-wp-form-616 .form_item_content {
  padding-top: 20px;
  margin: 0;
}

#mw_wp_form_mw-wp-form-616 .form_btn_wrap {
  margin-top: 30px;
  text-align: center;
}

#mw_wp_form_mw-wp-form-616.mw_wp_form_complete {
  font-size: 1.14286rem;
}

@media screen and (min-width: 992px) {
  #mw_wp_form_mw-wp-form-616.mw_wp_form_complete {
    font-size: 1rem;
    text-align: center;
  }
}

.company-info_contact-sec {
  padding-bottom: 100px;
}
/*# sourceMappingURL=style.css.map */