@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #0c0e0f;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #0c0e0f;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* -----------------------------------------------------------------------------
アニメ
----------------------------------------------------------------------------- */
@keyframes fuwafuwa {
  0% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

/* -----------------------------------------------------------------------------
画像
----------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: 100%;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

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

a:hover {
  text-decoration: underline;
}

.align_right {
  text-align: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 750px) {
  html {
    /* font-size:28px */
    /* 42 / 1126 */
    font-size: 3.73vw;
  }
}

/* -----------------------------------------------------------------------------
ボタン
----------------------------------------------------------------------------- */
.button.button_orange {
  margin: 60px 0;
}

.button.button_orange .button_inner {
  background-color: #d93924;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  width: 100%;
  height: 160px;
  transition-property: filter;
  transition-duration: 0.3s;
}

.button.button_entry .button_inner::before {
  content: "";
  position: absolute;
  bottom: 32px;
  left: calc(50% - 52px);
  width: 105px;
  height: 18px;
  background: url(../images/common/logo_wantedly.svg) no-repeat;
  background-size: contain;
}

.button.button_entry.button_note .button_inner::before {
  left: calc(50% - 40px);
  width: 80px;
  height: 20px;
  background-image: url(../images/common/logo_note.svg);
}

.button.button_orange .button_inner::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 70px;
  width: 10px;
  height: 11px;
  background: url(../images/common/arrow_button_right.png) no-repeat;
  background-size: contain;
  transition-property: transform;
  transition-duration: 0.3s;
}

.button.button_orange.button_orange_anchorlink .button_inner::after {
  transform: rotate(90deg);
  transition-property: top;
}

.button.button_orange .button_inner:hover {
  text-decoration: none;
  filter: brightness(1.1);
}

.button.button_orange .button_inner:hover::after {
  transform: translateX(10px);
}

.button.button_orange.button_orange_anchorlink .button_inner:hover::after {
  right: 150px;
  top: 50%;
}

.button.button_entry .button_inner span {
  text-align: center;
  line-height: 1.4;
  padding-bottom: 1em;
}

.button.button_entry_large {
  margin: 100px 0;
}

.button.button_entry_large .button_inner {
  font-size: 2rem;
  height: 240px;
}

.button.button_entry_large .button_inner::before {
  bottom: 57px;
  left: calc(50% - 63px);
  width: 126px;
  height: 22px;
}

.button_support .button_inner {
  line-height: 1.7;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.button.button_crowdfunding_detail {
  margin: 30px 0;
}
.button_crowdfunding .button_inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  text-indent: 0.6em;
}

.button.button_crowdfunding .button_inner::after {
  top: calc(50% - 20px);
  right: 170px;
}

.button.button_crowdfunding_detail .button_inner {
  height: auto;
  padding: 1.5rem 1rem;
  width: calc(100% - 2rem);
}

.button.button_crowdfunding_detail .button_inner::after {
  content: unset;
}

.button_crowdfunding_detail .button_crowdfunding_inner > span {
  display: block;
  line-height: 1.4;
  text-align: center;
}

.button_crowdfunding_detail .button_catch {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.button_crowdfunding_detail .button_num {
  background-color: #fff;
  color: #d93924;
  font-size: 1rem;
  margin: 0 auto 0.75rem auto;
  padding: 0.3em 1em 0.4em 1em;
  width: fit-content;
}

.button_crowdfunding_detail .button_shop {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.button_crowdfunding_detail .button_data {
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .button.button_orange {
    margin: 3rem 0;
  }

  .button.button_orange + .button_orange {
    margin-top: -1.5rem;
  }

  .button.button_orange .button_inner {
    height: 28vw;
  }

  .button.button_orange .button_inner::before {
    bottom: 4vw;
    left: calc(50% - 11.05vw);
    width: 22.11vw;
    height: 3.9;
  }

  .button.button_orange .button_inner::after {
    top: calc(50% - 0.25em);
    right: 1em;
    width: 0.5em;
    height: 0.55em;
  }

  .button.button_orange .button_inner:hover::after {
    transform: translateX(0.75em);
  }

  .button.button_orange.button_orange_anchorlink .button_inner:hover::after {
    transform: translateX(0.75em);
  }
  .button.button_entry .button_inner span small {
    font-size: 80%;
  }

  .button.button_entry_large {
    margin: 5rem 0;
  }

  .button.button_entry_large .button_inner {
    font-size: 1.25rem;
    height: 43vw;
  }

  .button.button_entry_large .button_inner::before {
    bottom: 6vw;
  }

  .button_crowdfunding .button_inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    text-indent: 0.6em;
  }

  .button.button_crowdfunding .button_inner::after {
    top: calc(50% - 1em);
  }
  .button.button_crowdfunding_detail {
    margin: 3rem 0;
  }
  .button.button_crowdfunding_detail .button_inner {
    height: auto;
  }

  .button_crowdfunding_detail .button_catch {
    line-height: 1.3;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .button_crowdfunding_detail .button_num {
    font-size: 0.875rem;
  }

  .button_crowdfunding_detail .button_shop {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .button_crowdfunding_detail .button_data {
    font-size: 0.75rem;
  }
}

/* -----------------------------------------------------------------------------
コンテンツ
----------------------------------------------------------------------------- */
.section_w_visual .section_header {
  width: 100%;
  max-width: 1366px;
  display: flex;
  margin: 0 auto 80px auto;
}

.section_w_visual .section_header .section_visual {
  flex-basis: 64%;
}

.section_w_visual .section_header .section_catch {
  flex-basis: 36%;
  display: flex;
  justify-content: center;
}

.section_w_visual .section_header .section_catch h2 {
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.9;
  padding-right: 1em;
  letter-spacing: 0.2em;
}

.section_w_visual.section_no_visual .section_header {
  margin-bottom: 0;
}

.section_w_visual.section_no_visual .section_header .section_catch {
  position: relative;
}

.section_w_visual.section_no_visual .section_header .section_catch h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.section_body {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  /* line-height: 2; */
  line-height: 2.8;
}

.section_body > .inner {
  margin-left: 17%;
  margin-right: 17%;
}

.section_w_visual .section_body {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  /* line-height: 2; */
  line-height: 2.8;
}

.section_w_visual .section_body > .inner {
  margin-left: 17%;
  width: 47%;
}

.section_description {
  width: 90%;
  max-width: 900px;
  display: flex;
  margin: auto;
}

.section_description + .section_description {
  margin-top: 90px;
  padding-top: 90px;
  border-top: solid 1px #ccc;
}

.section_description .section_header {
  flex-basis: 30%;
}

.section_description .section_header .section_title {
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.4em;
}

.section_description .section_body {
  flex-basis: 70%;
}

.section_information .section_header {
  margin-bottom: 80px;
}

.section_information {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.section_information + .section_information {
  margin-top: 90px;
  border-top: solid 1px #666;
  padding-top: 90px;
}

.section_information .section_header .section_title {
  font-size: 1.5rem;
  font-weight: normal;
}

/* ************************************ 文章
*/

.subsection {
  margin-bottom: 80px;
}

.subsection_w_border + .subsection_w_border {
  padding-top: 80px;
  border-top: solid 1px #ccc;
}

.section_sentence {
  /* line-height: 2.8; */
  margin-bottom: 50px;
}

/* ************************************ 写真
*/
.section_figure {
  margin-bottom: 50px;
}

/* ************************************ マーク
*/
.section_mark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.section_mark .mark_image {
  flex-basis: 45%;
}

.section_mark .mark_explain {
  flex-basis: 47%;
}

/* ************************************ 見出し
*/
section h3 {
  line-height: 1.5;
}

.section_sentence p + h3 {
  margin-top: 3em;
}

.section_sentence h3 {
  font-weight: normal;
}

.section_policy {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: 1.9;
}

/* .two-digit {
	text-combine-upright: all;
	margin-bottom: 0.4em;
} */
.two-digit {
  margin-bottom: 0.3em;
  margin-top: -0.25em;
  transform: rotate(-90deg);
  letter-spacing: 0.1em;
  display: inline-block;
}

/* ************************************ 
*/

@media screen and (max-width: 1366px) {
  .section_w_visual .section_header .section_visual {
    flex-basis: auto;
    min-width: calc((100% - 640px) / 3 + 640px);
    max-width: calc((100% - 640px) / 3 + 640px);
  }

  .section_w_visual .section_header .section_catch h2 {
    font-size: 1.5rem;
    padding-right: 0;
  }

  .section_body > .inner {
    margin-left: calc((100% - 640px) / 3);
    margin-right: calc((100% - 640px) / 3);
  }

  .section_w_visual .section_body > .inner {
    margin-left: calc((100% - 640px) / 3);
    width: 640px;
  }
}

@media screen and (max-width: 960px) {
  .section_w_visual .section_header .section_visual {
    flex-basis: auto;
    min-width: calc(100% - 200px);
    max-width: calc(100% - 200px);
  }

  .section_w_visual .section_header .section_catch h2 {
    padding-right: 0;
  }

  .section_body > .inner {
    margin-left: 86px;
    width: auto;
    margin-right: 86px;
  }

  .section_w_visual .section_body > .inner {
    margin-left: 86px;
    width: auto;
    margin-right: 200px;
  }
}

@media screen and (max-width: 750px) {
  .section_w_visual .section_header,
  .section_w_visual.section_no_visual .section_header {
    display: block;
    margin-bottom: 3.5rem;
  }

  .section_w_visual .section_header .section_visual {
    width: 100%;
    max-width: initial;
    margin-bottom: 3rem;
  }

  .section_w_visual .section_header .section_catch {
    width: 80%;
    margin: auto;
    justify-content: flex-end;
  }

  .section_w_visual .section_header .section_catch h2 {
    font-size: 1.5rem;
  }

  .section_w_visual.section_no_visual .section_header .section_visual {
    display: none;
  }

  .section_w_visual.section_no_visual .section_header .section_catch h2 {
    position: static;
    white-space: normal;
    transform: translateX(0);
  }

  .section_body > .inner,
  .section_w_visual .section_body > .inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section_w_visual .section_body > .inner .section_figure_large_right img {
    width: 112.5%;
    max-width: initial;
  }

  .section_w_visual .section_body > .inner .section_figure_large_left img {
    width: 112.5%;
    margin-left: -12.5%;
    max-width: initial;
  }

  .section_description {
    width: 80%;
    display: block;
  }

  .section_description + .section_description {
    margin-top: 4rem;
    padding-top: 4rem;
  }

  .section_description .section_header {
    margin-bottom: 3rem;
  }

  .section_description .section_header .section_title {
    writing-mode: initial;
    font-size: 1.5rem;
  }

  .section_description .section_body {
    flex-basis: 70%;
  }

  .section_information {
    width: 80%;
  }

  .section_information .section_header {
    margin-bottom: 3rem;
  }

  .section_information + .section_information {
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .section_information .section_header .section_title {
    font-size: 1rem;
  }

  .subsection {
    margin-bottom: 3rem;
  }

  .subsection_w_border + .subsection_w_border {
    padding-top: 3rem;
  }

  .section_sentence {
    margin-bottom: 3rem;
  }

  .section_sentence p + h3 {
    margin-top: 3em;
  }

  .section_policy {
    writing-mode: vertical-rl;
    margin-bottom: 3rem;
    width: 100%;
  }

  .two-digit {
    margin-top: -0.1em;
  }
}

/* -----------------------------------------------------------------------------
アニメ
----------------------------------------------------------------------------- */
.scrollanim.scrollanim-slideUp {
  opacity: 0;
  transform: translateY(33px);
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}

.scrollanim.scrollanim-fired.scrollanim-slideUp {
  opacity: 1;
  transform: translate(0, 0);
}

/* *****************************************************************************
SLICK
***************************************************************************** */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  position: absolute;
  left: 0;
  bottom: 1rem;
  line-height: 1;
  width: 100%;
}

.slick-dots li {
}

.slick-dots li + li {
  margin-left: 0.5rem;
}

.slick-dots button {
  width: 4rem;
  height: 0.2rem;
  border: none;
  border-radius: 5px;
  font-size: 0;
  background-color: #ccc;
}

.slick-dots .slick-active button {
  background-color: #d93924;
}

@media screen and (max-width: 750px) {
  .slick-slide {
    width: 84vw;
    height: 84vw;
  }

  .slick-dots button {
    width: 3rem;
  }
}

/* -----------------------------------------------------------------------------
ヘッダ
----------------------------------------------------------------------------- */
header {
  height: 200px;
}

header > .inner {
  position: relative;
  width: 100%;
  height: 200px;
  max-width: 1366px;
  margin: auto;
  padding: 0;
}

.header_logo {
  position: absolute;
  top: 50px;
  left: calc(50% - 75px);
  width: 150px;
  margin: auto;
}

header h1 {
  position: absolute;
  top: 50px;
  left: 90px;
}

.header_button_shopsite {
  position: absolute;
  top: 70px;
  right: 80px;
  color: #d93924;
}

.header_button_shopsite a {
  display: block;
  border: solid 1px #d93924;
  color: #d93924;
  padding: 0.5em 1em;
}

.header_button_shopsite a:hover {
  background-color: #d93924;
  color: #fff;
  text-decoration: none;
}

.header_button_shopsite .caption {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 1em;
}

@media screen and (max-width: 960px) {
  .header_button_shopsite {
    right: 40px;
  }

  .header_button_shopsite a {
    padding: 0.5em;
  }
}

.header_nav {
  position: fixed;
  top: calc(50% - 175px);
  left: -1rem;
  z-index: 2;

  transition-property: left;
  transition-duration: 0.5s;
}

.header_nav ul {
  list-style-type: none;
}

.header_nav li {
  writing-mode: vertical-rl;
  border: solid 1px #d93924;
  border-left: none;
  background-color: #fff;
  transition-duration: 0.3s;
  transition-property: transform;
}

.header_nav li:not(.current):hover {
  transform: translateX(1rem);
}

.header_nav a {
  display: block;
  padding: 2.25rem 1rem 2.25rem 2rem;
  color: #d93924;
}

.header_nav a:hover {
  text-decoration: none;
}

.header_nav li.current {
  background-color: #d93924;
}

.header_nav li.current a {
  color: #fff;
}

.header_nav li.current a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 750px) {
  header {
    height: 25vw;
  }

  header > .inner {
    padding: 0;
  }

  .header_logo {
    width: 18.4vw;
    top: 6.4vw;
    /* left: calc(50% - 9.2vw); */
    left: calc(50% - 9.2vw - 5vw);
  }

  header h1 {
    top: 6.4vw;
    left: 4.8vw;
    line-height: 1;
    width: 1rem;
  }

  .header_button_shopsite {
    right: 3vw;
    top: 8vw;
    font-size: 0.6rem;
  }

  .header_button_shopsite .caption {
    font-size: 0.6rem;
    margin-top: 0.5em;
  }

  .header_nav {
    top: 52vw;
    /* top: calc(39% - 31vw); */
    left: 0;
    font-size: 0.85rem;
  }

  .header_nav a {
    padding: 1.4rem 0.6em;
  }

  .header_nav li:not(.current):hover {
    transform: translateX(0);
  }
}

/* ****************************************************************************
ナビゲーション
*/

/* -----------------------------------------------------------------------------
フッタ
----------------------------------------------------------------------------- */
footer {
  background: url(../images/common/bg_footer.png) left top no-repeat;
  background-size: 100% 300px;
  padding-top: 300px;
  width: 100%;
  /* max-width: 1366px; */
  margin: auto;
}

footer > .inner {
  width: 90%;
  max-width: 900px;
  margin: 90px auto 40px auto;
  position: relative;
}

.footer_title {
  position: absolute;
  right: 0;
  top: 0;
}

.footer_nav {
  font-size: 1.5rem;
  line-height: 2.5;
  padding-top: 140px;
  letter-spacing: 0;
}

.footer_nav a img {
  height: 1.5rem;
}

.footer_nav_shop a img {
  height: 1.7rem;
  transform: translateX(-5%);
}

footer .copy {
  font-size: 0.75rem;
  margin-top: 30px;
  letter-spacing: 0;
}

@media screen and (max-width: 1366px) {
  footer {
    padding-top: 21.96vw;
  }
}

@media screen and (max-width: 750px) {
  footer {
    background: url(../images/common/bg_footer.png) left top no-repeat;
    background-size: 100% 65vw;
    padding-top: 65vw;
  }

  footer > .inner {
    width: 80%;
    margin: 3.8rem auto 2rem auto;
  }

  .footer_title {
    right: 50%;
    transform: translateX(50%);
    width: 12.8vw;
  }

  .footer_nav {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-top: 15rem;
  }
}

/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------
モバイル
--------------------------------------------------------------------------------
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  .disp_sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .disp_pc {
    display: none;
  }
}

/* -----------------------------------------------------------------------------
オープニング
----------------------------------------------------------------------------- */
/* .opening {
	height: 0;
	overflow: hidden;
	transition-property: height;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.is_opening_init .opening {
	height: 100vh;
	overflow: hidden;
	transition-duration: 0s;
}

.is_opening_end .opening {
	height: 0;
	transition-duration: 1.5s;
}

.opening>.inner {
	height: 100vh;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.opening_logo {
	opacity: 0;
	transition-property: opacity filter;
	transition-duration: 1s;
	filter: blur(1rem);
}

.is_opening_start .opening_logo {
	opacity: 1;
	filter: blur(0);
}

.is_opening_init .wrapper {
	height: 100vh;
	overflow: hidden;
} */
header,
header > .inner {
  transition-property: height;
  transition-duration: 1s;
}

.header_logo {
  transition-property: width top opacity filter;
  transition-duration: 1s;
}

.header_logo_catch {
  position: absolute;
  width: 200px;
  top: 50px;
  left: calc(50% - 100px);
  filter: blur(1rem);
  opacity: 0;
  transition-property: width top opacity filter;
  transition-duration: 1s;
  transition-timing-function: linear;
}

header h1,
.header_nav ul,
.header_button_shopsite {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1.5s;
}

.is_opening_init header,
.is_opening_init header > .inner {
  height: 100vh;
  transition-duration: 0s;
}

.is_opening_init h1,
.is_opening_init .header_nav ul,
.is_opening_init .header_button_shopsite {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: 0s;
}

.is_opening_init .header_logo {
  position: absolute;
  top: calc(50% - 88px);
  left: calc(50% - 130px);
  width: 260px;
  filter: blur(1rem);
  opacity: 0;
  transition-duration: 0s;
}

.is_opening_init .header_logo_catch {
  position: absolute;
  top: calc(50% - 89px);
  left: calc(50% - 174px);
  width: 347px;
  filter: blur(1rem);
  opacity: 0;
  transition-duration: 0s;
}

.is_opening_init.is_opening_start .header_logo {
  filter: blur(0);
  opacity: 1;
  transition-duration: 1s;
}

.is_opening_init.is_opening_start .header_logo_catch {
  filter: blur(0);
  opacity: 1;
  transition-duration: 1s;
}

@media screen and (max-width: 750px) {
  .is_opening_init .header_logo {
    top: calc(50% - 19vw);
    left: calc(50% - 28vw);
    width: 56vw;
  }

  .is_opening_init .header_logo_catch {
    top: calc(50% - 19vw);
    left: calc(50% - 38vw);
    width: 76vw;
  }
}

/* -----------------------------------------------------------------------------
リクルート
----------------------------------------------------------------------------- */
/* ************************************ メインビジュアル
*/
.sectionConcept {
  margin-bottom: 160px;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 160px auto;
}

.mainvisual {
  width: 82.94%;
  margin: 0 0 100px auto;
}

.concept_sentence {
  display: flex;
  width: 100%;
  max-width: 1133px;
  margin: 0 0 0 auto;
  align-items: center;
  line-height: 2.47;
  font-size: 1.1875rem;
  justify-content: center;
}

.concept_sentence > .inner {
  margin-right: 7em;
}

.concept_sentence img {
  width: 845px;
}

@media screen and (max-width: 1366px) {
  .mainvisual {
    width: calc(100% - 233px);
  }

  .concept_sentence > .inner {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .concept_sentence {
    line-height: 2;
  }

  .concept_sentence img {
    width: 684px;
  }
}

@media screen and (max-width: 750px) {
  .sectionConcept {
    margin-bottom: 8rem;
  }

  body.partner .sectionConcept {
    margin-bottom: 0;
  }

  .mainvisual {
    width: 84vw;
    height: 84vw;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
  }

  .mainvisual img {
    width: auto;
    max-width: initial;
    height: 100%;
    position: relative;
    left: 50%;
    /* transform: translateX(-66%); */
    transform: translateX(-50%);
  }

  .concept_sentence {
    writing-mode: initial;
    width: 84vw;
    font-size: 1rem;
    line-height: 2.27;
  }

  .concept_sentence img {
    width: 80vw;
  }
}

/* ************************************ 地方産品セレクトショップ
*/
.sectionSelectshop {
  margin-bottom: 200px;
}

.sectionSelectshop .section_catch img {
  width: 150px;
}

.item_list + .item_list {
  margin-top: 80px;
}

.item_list > h3 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 60px;
}

.list_lead {
  margin-bottom: 40px;
}

.item_list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_list li {
  flex-basis: 45.4%;
  margin-bottom: 40px;
}

.item_thumbnail {
  margin-bottom: 30px;
}

.item_subject {
  font-size: 1.125rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.item_excerpt {
  font-size: 0.75rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .sectionSelectshop {
    margin-bottom: 4rem;
  }

  .sectionSelectshop .section_catch img {
    width: 50vw;
  }

  .item_list + .item_list {
    margin-top: 3rem;
  }

  .item_list > h3 {
    font-size: 1.333rem;
    margin-bottom: 3rem;
  }

  .list_lead {
    margin-bottom: 3rem;
  }

  .item_list li {
    margin-bottom: 3rem;
  }

  .item_thumbnail {
    margin-bottom: 1rem;
  }

  .item_subject {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

/* ************************************ 商売にも、志が必要だ
*/
.sectionAmbition {
  margin-bottom: 180px;
}

.sectionAmbition .section_catch img {
  width: 150px;
}

.ambition_figure {
  text-align: center;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .sectionAmbition {
    margin-bottom: 4rem;
  }

  .sectionAmbition .section_catch img {
    width: 34vw;
  }

  .ambition_figure {
    width: 80%;
  }
}

/* ************************************ 本気の実践から経営を学ぶ
*/
.sectionLearning .section_catch img {
  width: 23px;
}

@media screen and (max-width: 750px) {
  .sectionLearning .section_catch img {
    width: 20vw;
  }
}

/* ************************************ 「日本の未来をつくる人材」を輩出したいという強い想い
*/
.sectionIdea {
  margin-bottom: 180px;
}

.sectionIdea .section_catch img {
  width: 86px;
}

@media screen and (max-width: 750px) {
  .sectionIdea {
    margin-bottom: 4rem;
  }

  .sectionIdea .section_catch img {
    width: 50vw;
  }
}

/* ************************************ マイルストーン
*/
.sectionMilestone {
  margin-bottom: 200px;
}

.sectionMilestone .subsection {
  margin-bottom: 120px;
}

.figure_milestone {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.figure_milestone div:first-child {
  flex-basis: 32%;
}

.figure_milestone div:last-child {
  flex-basis: 64%;
}

.table_milestone {
  width: 100%;
  border-top: solid 1px #231815;
  margin: 2rem auto;
}

.table_milestone td {
  vertical-align: middle;
  border-bottom: solid 1px #231815;
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table_milestone strong {
  color: #d93924;
  font-size: 1.5rem;
}

.table_milestone small {
  font-size: 0.8em;
}

.table_milestone .item_company {
  letter-spacing: 1em;
  padding: 0 1em 0 2em;
}

.table_milestone .item_type2 {
  text-align: center;
}

.table_milestone .item_price {
  text-align: right;
}

@media screen and (max-width: 960px) {
  .table_milestone .item_company {
    letter-spacing: 0.2em;
    padding: 0 1em;
  }

  .table_milestone .item_period {
    text-align: center;
  }

  .table_milestone .item_period small {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sectionMilestone {
    margin-bottom: 8rem;
  }

  .sectionMilestone .subsection {
    margin-bottom: 6rem;
  }

  .figure_milestone {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .figure_milestone div:first-child {
    width: 50vw;
    margin: 0 auto 2rem auto;
  }

  .figure_milestone div:last-child {
    flex-basis: 100%;
  }

  .table_milestone {
    font-size: 0.875rem;
  }

  .table_milestone .item_company {
    display: none;
  }

  .table_milestone strong {
    font-size: 1.0625rem;
  }

  .table_milestone small {
    font-size: 0.75em;
  }
}

/* ************************************ プロジェクト ベースドラーニング
*/

/* ************************************ 募集要項
*/
.sectionJobDescription {
}

.jobDescription_table {
  line-height: 2;
}

.jobDescription_table th,
.jobDescription_table td {
  padding-bottom: 2em;
}

.jobDescription_table tr:last-child th,
.jobDescription_table tr:last-child td {
  padding-bottom: 0;
}

.jobDescription_table th {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

.jobDescription_table th::after {
  content: "：";
}

.jobDescription_table + p {
  margin-top: 2em;
  line-height: 1.9;
}

/* ************************************ 選考プロセス
*/
.sectionSelection {
  margin-bottom: 120px;
}

.selection_item {
  line-height: 2;
  margin-bottom: 45px;
  position: relative;
}

.selection_item::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 2px);
  width: 5px;
  height: 25px;
  background: url(../images/common/vhe.png) no-repeat;
  background-size: contain;
}

.selection_item:last-child {
  margin-bottom: 0;
}

.selection_item:last-child::after {
  display: none;
}

.selection_item .item_content {
  display: flex;
  justify-content: center;
  border: solid 1px #666;
  padding: 1em 2em 0.75em 2em;
}

.selection_item:nth-child(8) .item_content {
  padding: 2em 2em 1.8em 2em;
}

.selection_item .item_content > * {
  flex-basis: 50%;
  text-align: center;
}

.selection_item .content_period {
  color: #999;
}

.selection_item .content_explain {
  margin-top: 1em;
}

.selection_item ul {
  padding-left: 1.5em;
}

.selection_item.selection_item_important .item_content {
  border: solid 1px #d93924;
  color: #d93924;
}

.selection_item.selection_item_important .content_period {
  color: #d93924;
}

.selection_item.selection_item_training .item_content {
  background-color: #666;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .selection_item {
    margin-bottom: 2rem;
  }

  .selection_item::after {
    content: "";
    position: absolute;
    top: calc(100% + 2vw);
    left: calc(50% - 0.5vw);
    width: 1vw;
    height: 5vw;
  }

  .selection_item:nth-child(3) .item_content > *:first-child {
    flex-basis: 40%;
  }

  .selection_item:nth-child(3) .item_content > *:last-child {
    flex-basis: 60%;
  }

  .selection_item .item_content {
    padding: 0.5em 0.5em 0.3em 0.5em;
  }

  .selection_item:nth-child(8) .item_content {
    padding: 2em 0.5em 1.8em 0.5em;
  }
}

/* ************************************ Information
*/

.sectionInformation {
  margin-bottom: 90px;
}

.information_list ul {
  list-style-type: none;
  line-height: 2;
}

.information_list li {
  position: relative;
}

.information_list li + li {
  margin-top: 2em;
}

.information_list li.information_new dt::after {
  content: "New!";
  color: #d93924;
  position: absolute;
  top: 0;
  left: 7em;
}

.information_list dl {
  display: flex;
}

.information_list dt {
  flex-basis: 22%;
}

.information_list dd {
  flex-basis: 78%;
}

@media screen and (max-width: 750px) {
  .information_list dl {
    display: block;
  }
}

/* ************************************ Partners
*/
.sectionPartners {
  margin-bottom: 90px;
}

.partner_items ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}

.partners_main ul {
  row-gap: 2.13%;
  column-gap: 20px;
}

.partners_main li {
  flex-basis: 23%;
  max-width: 23%;
}

.partners_sub ul {
  row-gap: 2.05%;
  column-gap: 20px;
}

.partners_sub li {
  flex-basis: 10%;
  max-width: 10%;
}

@media screen and (max-width: 750px) {
  .sectionPartners {
    margin-bottom: 2rem;
  }

  .partners_main ul {
    row-gap: 4%;
    column-gap: 1rem;
  }

  .partners_main li {
    flex-basis: 47%;
    max-width: 47%;
  }

  .partners_sub ul {
    row-gap: 5%;
    column-gap: 1rem;
  }

  .partners_sub li {
    flex-basis: 21%;
    max-width: 21%;
  }
}

/* -----------------------------------------------------------------------------
サポート
----------------------------------------------------------------------------- */

/* ************************************ サポーター制度
*/
.item_list.system_list li {
  flex-basis: 48.9%;
}

.system_list li > div {
  background-color: #d93924;
  position: relative;
  color: #fff;
}

.system_list li > div > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.system_list li.disabled > div {
  background-color: #ccc;
  color: #fff;
}

.system_list li.disabled > div > .inner {
  color: #666;
}

.system_list .item_subject {
  font-size: 0.915rem;
  margin-bottom: 0.1rem;
}

.system_list .item_subject small {
  font-size: smaller;
}

.system_list .item_excerpt {
  font-size: 0.75rem;
}

.system_list .item_excerpt img.makuake {
  height: 0.875rem;
}

.system_list .item_period {
  position: absolute;
  white-space: nowrap;
}

.system_list .item_period1 {
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left top;
  top: 50%;
  left: 2.5em;
  font-size: 0.625rem;
}

.system_list .item_period2 {
  transform: translateY(-50%);
  top: 50%;
  right: 0em;
  font-size: 0.75rem;
  writing-mode: vertical-rl;
}

.section_sns {
  background-color: #666;
  font-size: 1.875rem;
  padding: 6rem 0;
  margin: 50px auto;
}

.section_sns .section_body {
  line-height: 1;
}

.section_sns ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_sns li + li {
  margin-left: 9rem;
}

.section_sns a {
  color: #fff;
  display: inline-block;
  position: relative;
}

.section_sns a,
.section_sns span {
  display: block;
}

.section_sns a img {
  height: 1.5rem;
}

@media screen and (max-width: 750px) {
  .item_list.system_list li {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }

  .system_list li > div > .inner {
    padding: 0 0;
    height: 28vw;
  }

  .system_list .item_period1 {
    left: 2.5em;
    font-size: 0.75rem;
  }

  .system_list .item_period2 {
    right: 0.5em;
    font-size: 0.875rem;
  }

  .section_sns {
    font-size: 1.25rem;
    padding: 6rem 0;
    margin: 3rem 0;
  }

  .section_sns ul {
    flex-direction: column;
  }

  .section_sns li + li {
    margin-left: 0;
    margin-top: 5rem;
  }

  .section_sns a::before {
    width: 1.9rem;
    height: 1.9rem;
    top: calc(50% - 0.95rem);
    left: 0;
  }
}

/* -----------------------------------------------------------------------------
クラウドファンディング
----------------------------------------------------------------------------- */
.section_w_catch {
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 160px auto;
  flex-direction: row-reverse;
}
.section_w_catch .section_header {
  margin-right: 17%;
  flex-grow: 1;
  text-align: right;
}
.section_w_catch .section_body {
  margin-left: 17%;
  margin-right: 100px;
  width: auto;
}
.section_w_catch .section_body > .inner {
  margin-left: 0;
  margin-right: 0;
  max-width: 640px;
}
.section_sentence.supporter_list {
  line-height: 2;
}
.section_sentence.supporter_list span + span::before {
  content: " / ";
}
@media screen and (max-width: 750px) {
  .sectionCrowdfunding .section_catch1 {
    width: 20vw;
    margin: 0 0 2rem auto;
  }
  .sectionCrowdfunding .section_catch2 {
    width: 4vw;
    margin: 0 0 2rem auto;
  }
  .section_w_catch {
    display: block;
    width: 100%;
    margin: 0 auto 4rem auto;
  }
  .section_w_catch .section_header,
  .section_w_catch .section_body {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .section_w_catch .section_body > .inner {
    max-width: initial;
    width: 100%;
  }
}
