/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/sass/style.scss ***!
  \**********************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

:root {
  --color-base: #444;
  --color-primary: #ab9535;
  --color-secondary: #fff;
  --color-tertiary: #f1fdb8;
  --bg-base: #fff;
  --bg-section: #fff;
}

:root {
  --body-font: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-family-sans-serif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-family-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

:root {
  --line-height-base: 1.6;
  --line-height-large: 2;
  --line-height-small: 1.2;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: var(--line-height-primary);
  background: var(--body-bg);
  width: 100vw;
}

body.js-fade::after {
  opacity: 1;
}

p {
  font-size: 16px;
  color: var(--color-base);
}

h1 {
  font-size: 40px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 22.4px;
  }
}

h3 {
  font-size: 28px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 19.6px;
  }
}

h4 {
  font-size: 24px;
}
@media (min-width: 576px) {
  h4 {
    font-size: 15.6px;
  }
}

h5 {
  font-size: 20px;
}
@media (min-width: 576px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
}

a {
  color: #5d5d5d;
  transition: opacity 0.5s;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
a:focus-visible {
  outline: none;
}

dt, dd {
  font-size: 16px;
}
@media (min-width: 576px) {
  dt, dd {
    font-size: 12.8px;
  }
}

input:not([class]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.2em 0.8em;
  width: 100%;
}

input:not([class]):focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

textarea:not([class]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:not([class]):focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  background-color: transparent;
  border-color: #d8d8d8 #d1d1d1 #bababa;
  border-style: solid;
  border-width: 1px;
  padding: 1px 7px 2px;
  text-rendering: auto;
  color: initial;
  display: inline-block;
  text-align: start;
  margin: 0em;
  font: 400 11px system-ui;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

html.js-fixed body {
  height: 100%;
  overflow: hidden;
}

.js-effect {
  --duration: .6s;
  --timing-function: ease;
  transition: opacity var(--duration) var(--timing-function), transform var(--duration) var(--timing-function);
}
.js-effect[data-animated=false] {
  opacity: 0;
  transform: scale(0.9, 0.9);
}
.js-effect[data-animated=true] {
  opacity: 1;
  transform: scale(1, 1);
}

.button, .button-primary {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 2px 20px;
  text-decoration: none;
}
.button:hover, .button-primary:hover {
  text-decoration: none;
}

.buttonWrap {
  text-align: center;
}

.button-primary {
  font-family: var(--body-font);
  font-size: 14px;
  max-width: 160px;
  width: 100%;
  position: relative;
  background-color: transparent;
  transition: color 0.75s, background-color 0.75s;
  color: var(--color-secondary);
  background-color: var(--color-primary);
  border-radius: 50px;
  border: 1px solid var(--color-primary);
}

.button-primary:hover {
  color: var(--color-primary);
  background-color: var(--white-color-primary);
  opacity: 1;
}

.button-contact {
  display: none;
}
@media (min-width: 768px) {
  .button-contact {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 0;
    border-bottom: 1px solid var(--color-base);
    transform: translateX(-100%);
  }
}

.button-contact.js-active.js-scrollout {
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.75s transform ease-out, 0.75s opacity;
}

.button-contact.js-active {
  opacity: 1;
  transform: translateX(0);
  transition: 1s transform ease-out;
  transition-delay: 2s;
}

.button-contact_link {
  display: block;
  font-size: 14px;
  padding: 10px 10px 10px 40px;
  transition: 0.5s opacity;
}

.button-contact_link:hover {
  opacity: 0.5;
}

.media {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.media::before {
  display: block;
  height: 0;
  padding-top: 50%;
  content: "";
}

.media_item {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.01) perspective(0);
  transform: scale(1.01) perspective(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section_title {
  display: none;
}
@media (min-width: 768px) {
  .section_title {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 200px;
    height: 200px;
  }
}

.section_inner {
  position: relative;
  width: 200px;
  height: 200px;
}

.section_title_contents {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.section_title_contents.js-active {
  opacity: 1;
}

.section_title_contents_text {
  display: flex;
  align-items: flex-end;
}

.section_title_contents_text_ja {
  font-size: 12px;
  position: relative;
  margin-left: auto;
  transform: translateY(-40px);
  transition: 1.5s transform;
}

.section_title_contents.js-active .section_title_contents_text_ja {
  transform: translateY(0);
}

.section_title_contents_text_ja::after {
  position: absolute;
  right: -8px;
  bottom: -30px;
  content: "";
  background-color: var(--color-base);
  height: 0;
  width: 1px;
  transition: height 0.75s ease-in-out;
}

.section_title_contents.js-active .section_title_contents_text_ja::after {
  height: 140px;
}

.section_title_contents_text_en {
  font-size: 12px;
  position: relative;
  letter-spacing: 4px;
  margin-top: 10px;
  margin-right: 0px;
  font-style: italic;
  transform: translateX(-20px);
  transition: 1.5s transform;
}

.section_title_contents.js-active .section_title_contents_text_en {
  transform: translateX(0);
}

.section_title_contents_text_en::after {
  position: absolute;
  right: 0;
  top: -5px;
  content: "";
  background-color: var(--color-base);
  width: 0;
  height: 1px;
  transition: width 0.75s ease-in-out;
}

.section_title_contents.js-active .section_title_contents_text_en::after {
  width: 80px;
}

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

.header_contents {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .header_contents {
    padding: 40px;
  }
}

.header_logo {
  z-index: 10;
  width: 60px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50px);
  transition: 0.75s transform ease-out, 0.75s opacity;
}

.header_logo.js-scrollout {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50px);
  transition-delay: 0s;
}

.header_logo.js-scrollin {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
  transition-delay: 1s;
}

.header_logo > a {
  display: block;
}

.header_nav {
  z-index: 10;
  display: flex;
}

.header_nav.js-scrollout {
  transform: translateX(80px);
  transition: transform 0.75s ease-out;
  transition-delay: 0;
}

.header_nav.js-scrollin {
  transform: translateX(0);
  transition: transform 0.75s ease-out;
  transition-delay: 1s;
}

.header_nav_contents {
  display: none;
}
@media (min-width: 768px) {
  .header_nav_contents {
    display: block;
  }
}

.header_nav_contents--sm {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity;
  z-index: 1;
}
@media (min-width: 768px) {
  .header_nav_contents--sm {
    display: none;
  }
}

.header_nav_contents--sm.js-open {
  opacity: 1;
  pointer-events: all;
}

.header_nav_list {
  display: block;
}
@media (min-width: 768px) {
  .header_nav_list {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
  }
}

.header_nav_list_item {
  padding-left: 20px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(50px);
  transition: 0.75s transform ease-out, 0.75s opacity;
  pointer-events: none;
}
@media (min-width: 768px) {
  .header_nav_list_item {
    padding-left: 0;
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.header_nav_list_item.js-loaded,
.header_nav_list_item.js-loaded.js-scrollin {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}

.header_nav_list_item.js-loaded.js-scrollout {
  opacity: 0;
  transform: translateX(50px);
  pointer-events: none;
}

.header_nav_list_item.js-loaded:first-of-type,
.header_nav_list_item.js-loaded.js-scrollin:first-of-type {
  transition-delay: 0.5s;
}

.header_nav_list_item.js-loaded.js-scrollout:first-of-type {
  transition-delay: 0s;
}

.header_nav_list_item.js-loaded:nth-of-type(2),
.header_nav_list_item.js-loaded.js-scrollin:nth-of-type(2) {
  transition-delay: 0.575s;
}

.header_nav_list_item.js-loaded.js-scrollout:nth-of-type(2) {
  transition-delay: 0.075s;
}

.header_nav_list_item.js-loaded:nth-of-type(3),
.header_nav_list_item.js-loaded.js-scrollin:nth-of-type(3) {
  transition-delay: 0.65s;
}

.header_nav_list_item.js-loaded.js-scrollout:nth-of-type(3) {
  transition-delay: 0.15s;
}

.header_nav_list_item.js-loaded:nth-of-type(4),
.header_nav_list_item.js-loaded.js-scrollin:nth-of-type(4) {
  transition-delay: 0.725s;
}

.header_nav_list_item.js-loaded.js-scrollout:nth-of-type(4) {
  transition-delay: 0.225s;
}

.header_nav_list_item.js-loaded:nth-of-type(5),
.header_nav_list_item.js-loaded.js-scrollin:nth-of-type(5) {
  transition-delay: 0.8s;
}

.header_nav_list_item.js-loaded.js-scrollout:nth-of-type(5) {
  transition-delay: 0.3s;
}

.header_nav_list_item:last-of-type {
  margin-left: 0;
}

.header_nav_list_item > a {
  color: var(--color-base);
  font-size: 14px;
  letter-spacing: 4px;
}

.header_nav_list_item > a > span {
  position: relative;
  letter-spacing: 4px;
  font-style: italic;
  pointer-events: none;
}

.header_nav_list_item > a:hover {
  opacity: 1;
}

.header_nav_list_item > a > span::after {
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  width: 1px;
  height: 0px;
  top: 0;
  left: -5px;
  transition: height 0.5s ease-in-out;
}

.header_nav_list_item > a:hover > span::after {
  height: 105px;
}

.header_nav_button {
  opacity: 0;
  pointer-events: none;
  margin-left: 40px;
  transition: opacity 0.75s;
  transition-delay: 1s;
}

.header_nav_button.js-scrollin {
  opacity: 1;
  pointer-events: all;
}

.header_nav_button_menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0;
  position: relative;
  transition: background-color 0.3s;
}

.header_nav_button_menu_icon {
  background-color: var(--color-primary);
}

.header_nav_button_menu_icon {
  bottom: 0;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}

.header_nav_button_menu_icon:first-of-type {
  transform: translateY(-10px);
  transition: 0.5s transform ease-in-out;
}

.header_nav_button_menu_icon:nth-of-type(2) {
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s transform ease-in-out, 0.5s opacity ease-in-out;
}

.header_nav_button_menu_icon:last-of-type {
  transform: translateY(10px);
  transition: 0.5s transform ease-in-out;
}

.header_nav_button_menu.js-open .header_nav_button_menu_icon:first-of-type {
  transform: translateY(0) rotateZ(45deg);
}

.header_nav_button_menu.js-open .header_nav_button_menu_icon:nth-of-type(2) {
  opacity: 0;
  transform: translateX(15px);
}

.header_nav_button_menu.js-open .header_nav_button_menu_icon:last-of-type {
  transform: translateY(0) rotateZ(-45deg);
}

.mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mainvisual_contents {
  text-align: center;
}

.mainvisual_contents_text-ja,
.mainvisual_contents_text-en {
  color: var(--color-base);
  margin: 0 auto;
  font-size: 12px;
}
@media (min-width: 768px) {
  .mainvisual_contents_text-ja,
.mainvisual_contents_text-en {
    font-size: 16px;
  }
}

.mainvisual_contents_text-ja {
  letter-spacing: 5px;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.5s transform ease-in-out, 0.5s opacity;
  transition-delay: 1s;
}

.mainvisual_contents_text-en {
  letter-spacing: 4px;
  font-style: italic;
  transform: translateY(-10px);
  opacity: 0;
  transition: 0.5s transform ease-in-out, 0.5s opacity;
  transition-delay: 1s;
}

.mainvisual_contents_text-ja.js-loaded,
.mainvisual_contents_text-en.js-loaded {
  opacity: 1;
  transform: translateY(0);
}

.mainvisual_contents_logo {
  margin: 40px auto;
  width: 160px;
  opacity: 0;
  transition: 1s opacity;
}
@media (min-width: 768px) {
  .mainvisual_contents_logo {
    margin: 60px auto;
    width: 200px;
  }
}

.mainvisual_contents_logo.js-loaded {
  opacity: 1;
}

.mainvisual_scroll {
  position: absolute;
  font-style: italic;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 1s opacity;
  transition-delay: 2s;
}
@media (min-width: 768px) {
  .mainvisual_scroll {
    transform: translateX(0);
    bottom: 40px;
    left: 40px;
  }
}

.mainvisual_scroll.js-loaded {
  opacity: 1;
}

.mainvisual_scroll > a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: var(--color-base);
  letter-spacing: 4px;
  padding-bottom: 60px;
}

.mainvisual_scroll > a > span {
  display: none;
}
@media (min-width: 768px) {
  .mainvisual_scroll > a > span {
    display: block;
  }
}

.mainvisual_scroll > a::before {
  content: "";
  background-color: var(--color-base);
  position: absolute;
  width: 1px;
  height: 10px;
  bottom: -1px;
  left: 2px;
  transform: rotateZ(40deg);
}
@media (min-width: 768px) {
  .mainvisual_scroll > a::before {
    height: 15px;
    bottom: -3px;
    left: 13px;
  }
}

.mainvisual_scroll > a::after {
  content: "";
  background-color: var(--color-base);
  position: absolute;
  width: 1px;
  height: 50px;
  bottom: 0;
  left: calc(50% - 1px);
}
@media (min-width: 768px) {
  .mainvisual_scroll > a::after {
    left: 8px;
  }
}

.mainvisual_scroll > a > span {
  pointer-events: none;
  font-size: 10px;
}
@media (min-width: 768px) {
  .mainvisual_scroll > a > span {
    font-size: 12px;
  }
}

.section-wrapper {
  width: 100%;
  height: 100vh;
}
@media (min-width: 768px) {
  .section-wrapper {
    scroll-snap-type: y mandatory;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.section {
  width: 100vw;
  padding: 0 40px;
  padding-top: 100px;
  margin-top: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .section {
    padding: 0 20px;
    height: calc(var(--vh, 1vh) * 100);
    scroll-snap-align: start;
    margin-top: 0;
  }
}

.section.mainvisual {
  width: 100vw;
  padding: 0 20px;
  height: calc(var(--vh, 1vh) * 100);
  margin-top: 0;
  position: relative;
}
@media (min-width: 768px) {
  .section.mainvisual {
    scroll-snap-align: start;
    margin-top: 0;
  }
}

.footer_copyright {
  padding: 20px 0;
}

.footer_copyright_text {
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--color-base);
}

.text {
  font-size: 14px;
  letter-spacing: 4px;
  color: var(--color-base);
}
@media (min-width: 768px) {
  .text {
    line-height: 1.6;
    font-size: 14px;
  }
}

.text-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.text-vertical-veriable {
  writing-mode: sideways-lr;
}
@media (min-width: 768px) {
  .text-vertical-veriable {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.text-large {
  font-size: 20px;
}

.text-small {
  font-size: 12px;
}

.text-xsmall {
  font-size: 10px;
}

.text-italic {
  font-style: italic;
}

.text-height-small {
  line-height: 1.6;
}

.text-height-large {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .text-height-large {
    line-height: 2.5;
  }
}

.text-br-sm {
  display: block;
}
@media (min-width: 768px) {
  .text-br-sm {
    display: none;
  }
}

.text-br-lg {
  display: none;
}
@media (min-width: 768px) {
  .text-br-lg {
    display: block;
  }
}

.img {
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}

.about {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .about {
    justify-content: center;
  }
}

.about_contents {
  display: block;
}
@media (min-width: 768px) {
  .about_contents {
    padding: 0 20px 80px;
    display: flex;
    flex-direction: row-reverse;
  }
}

.about_contents > p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about_contents > p {
    margin-left: 40px;
    margin-bottom: 0;
  }
}

.about_contents > p:last-of-type {
  margin-left: 0;
}

.about_image {
  display: none;
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 75%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.1s;
  transition-delay: 0;
}
@media (min-width: 768px) {
  .about_image {
    display: block;
  }
}

.about_image.js-active {
  opacity: 1;
  transition: opacity 1.5s;
  transition-delay: 1s;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(var(--vh, 1vh) * 100 - 56px);
  padding-top: 56px;
}

.contact_contents {
  max-width: 800px;
  width: 100%;
}

.contact_contents_desc {
  width: 100%;
  margin-bottom: 20px;
}

.contact_contents_form {
  width: 100%;
  margin-bottom: 20px;
}

.contact_contents_form_section {
  margin-bottom: 6px;
}

.contact_contents_form_section:nth-of-type(5) {
  margin-top: 20px;
}

.contact_contents_explanation {
  display: flex;
}

.contact_contents_explanation_title {
  width: 100px;
  margin-right: 20px;
}

.end-message {
  display: none;
  text-align: center;
    padding: 20px;
    border-top: 1px solid #eee;
}

.false-message {
  display: none;
  text-align: center;
    padding: 20px;
    border-top: 1px solid #eee;
}


textarea.message {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
  resize: none;
}

textarea.message:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

input.contact_contents_form_section_checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 12px;
  position: relative;
  width: auto;
  -webkit-appearance: none;
  appearance: none;
}

input.contact_contents_form_section_checkbox::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}

input.contact_contents_form_section_checkbox::after {
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  content: "";
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

input.contact_contents_form_section_checkbox:checked::after {
  opacity: 1;
}

.concept {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept_contents {
  display: flex;
  flex-direction: row-reverse;
}

.concept_contents > p {
  margin-left: 40px;
}

.concept_contents > p:last-of-type {
  margin-left: 0;
}

.mission {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission_contents_list {
  display: block;
}
@media (min-width: 768px) {
  .mission_contents_list {
    display: flex;
    flex-direction: row-reverse;
  }
}

.mission_contents_list_item {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .mission_contents_list_item {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0;
    margin-left: 120px;
  }
}

.mission_contents_list_item:last-of-type {
  margin-left: 0;
}

.mission_contents_list_item_title {
  position: relative;
  border-bottom: 1px solid var(--color-primary);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mission_contents_list_item_title {
    padding-bottom: 240px;
    margin-bottom: 0;
    margin-left: 10px;
    border-bottom: none;
    border-left: 1px solid var(--color-primary);
  }
}

.mission_contents_list_item_title::after {
  color: #000;
  font-size: 10px;
  font-style: italic;
  position: absolute;
  top: 10%;
  right: 0;
}
@media (min-width: 768px) {
  .mission_contents_list_item_title::after {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: auto;
    left: 10%;
    right: auto;
    bottom: 0;
  }
}

.mission_contents_list_item:nth-of-type(1) .mission_contents_list_item_title::after {
  content: "challenge";
}

.mission_contents_list_item:nth-of-type(2) .mission_contents_list_item_title::after {
  content: "professional";
}

.mission_contents_list_item:nth-of-type(3) .mission_contents_list_item_title::after {
  content: "respect";
}

.company {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company_contents_list {
  display: block;
}
@media (min-width: 768px) {
  .company_contents_list {
    display: flex;
    flex-direction: row-reverse;
  }
}

.company_contents_list_item {
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .company_contents_list_item {
    display: block;
    margin-left: 40px;
    margin-bottom: 0;
  }
}

.company_contents_list_item:last-of-type {
  margin-left: 0;
}

.company_contents_list_item_title {
  width: 100px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .company_contents_list_item_title {
    width: 0;
    margin-right: 0;
    margin-left: auto;
    height: 100px;
    margin-bottom: 40px;
  }
}

.company_contents_list_item_desc span {
  text-combine-upright: all;
}

@media (min-width: 768px) {
  _::-webkit-full-page-media,
_:future,
:root .company_contents_list_item {
    width: 20px;
  }
}

@media (min-width: 768px) {
  _::-webkit-full-page-media,
_:future,
:root .company_contents_list_item:nth-of-type(3) {
    width: 40px;
  }
}

@media (min-width: 768px) {
  _::-webkit-full-page-media,
_:future,
:root .company_contents_list_item:nth-of-type(7) {
    width: 97px;
  }
}

@media (min-width: 768px) {
  _::-webkit-full-page-media,
_:future,
:root .company_contents_list_item:nth-of-type(8) {
    width: 90px;
  }
}

.access {
  display: flex;
  justify-content: center;
  align-items: center;
}

.access_contents {
  width: 100%;
  max-width: 800px;
}
@media (min-width: 768px) {
  .access_contents {
    width: 80%;
  }
}

.access_contents_desc {
  margin-top: 10px;
}
