@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* ============================================
  Setting
============================================ */
* {
  word-break: break-all;
}
*:focus, *:active {
  outline: none;
}
*:hover {
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
}

img,
svg {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  img,
svg {
    image-rendering: unset;
  }
}

ul,
ol {
  list-style: none;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

sup {
  font-size: 56%;
}

/* ============================================
  Viewport
============================================ */
/* ============================================
  Animation
============================================ */
.fade-in {
  position: relative;
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: opacity 0.5s 0.3s, top 0.5s 0.3s;
}

.fade-out {
  opacity: 0;
  visibility: hidden;
  top: 4vw;
}
@media only screen and (min-width: 1000px) {
  .fade-out {
    top: 40px;
  }
}

.slide-in {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.inview {
  position: relative;
  opacity: 0;
}

.animate {
  animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.2s;
}

/* ============================================
  Keyframes
============================================ */
@keyframes inview_slide_up {
  0% {
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* ============================================
  Common
============================================ */
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.maltiple {
  line-height: 1.8;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

/* ============================================
  Link
============================================ */
a,
button {
  color: inherit;
  text-decoration: none;
  transition: all 300ms;
}
a:hover,
button:hover {
  text-decoration: underline;
}

.textLink {
  position: relative;
  text-decoration: underline;
}
.textLink:hover {
  opacity: 1;
  text-decoration: none;
}

.exLink {
  position: relative;
  padding-right: 2.8vw;
}
@media only screen and (min-width: 1000px) {
  .exLink {
    padding-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .exLink {
    padding-right: 4.8vw;
  }
}
.exLink::after {
  content: "";
  position: absolute;
  top: 0.45vw;
  right: 0;
  background: url(/assets/img/common/ico_exlink_01.png) no-repeat 0 0/cover;
  width: 1.8vw;
  height: 1.8vw;
}
@media only screen and (min-width: 1000px) {
  .exLink::after {
    top: 4.5px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .exLink::after {
    top: 1.2vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}

.mailLink {
  position: relative;
  padding-left: 3.2vw;
}
@media only screen and (min-width: 1000px) {
  .mailLink {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .mailLink {
    padding-left: 8.5333333333vw;
  }
}
.mailLink::before {
  content: "";
  position: absolute;
  top: 0.425vw;
  left: 0;
  background: url(/assets/img/common/ico_mail_01.png) no-repeat 0 0/cover;
  width: 2.2vw;
  height: 2.2vw;
}
@media only screen and (min-width: 1000px) {
  .mailLink::before {
    top: 4.25px;
    width: 22px;
    height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .mailLink::before {
    top: 1.1333333333vw;
    width: 5.8666666667vw;
    height: 4.5333333333vw;
  }
}

.over {
  transition: all 300ms;
}
.over:hover {
  opacity: 0.65;
  text-decoration: none;
}

/* ============================================
  Base
============================================ */
html,
body {
  height: 100%;
}

html {
  font-size: 1vw;
}
@media only screen and (min-width: 1000px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  position: relative;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-size-adjust: 100%;
  letter-spacing: 0.05em;
  opacity: 0;
}
body.loaded {
  opacity: 1;
}
body.openMenu {
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  body {
    min-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    min-width: unset;
  }
}

/* ============================================
  Switch
============================================ */
@media only screen and (max-width: 767px) {
  .view-sp {
    display: block;
  }

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

  .view-sp {
    display: none !important;
  }
}
/* ============================================
  Wrapper
============================================ */
.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 5.6vw 0 7vw;
}
@media only screen and (min-width: 1000px) {
  .wrapper {
    padding: 56px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    overflow-x: hidden;
    padding-top: 22.9333333333vw;
    padding-bottom: unset;
  }
}

/* ============================================
  Header
============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000;
  transition: all 300ms;
  width: 100%;
  height: 5.6vw;
}
@media only screen and (min-width: 1000px) {
  .header {
    height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 22.9333333333vw;
  }
}
.header_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .header_in {
    width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .header_in {
    padding: 0 5.0666666667vw;
  }
}
.header_logo {
  width: 24vw;
  padding: 0.9vw 0 0.7vw;
}
@media only screen and (min-width: 1000px) {
  .header_logo {
    width: 240px;
    padding: 9px 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    width: 66.6666666667vw;
    padding: 6.1333333333vw 0;
  }
}

/* ============================================
  Hamburger
============================================ */
.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 22.9333333333vw;
  height: 22.9333333333vw;
}
@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger_in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10.2666666667vw;
  height: 9.2vw;
  margin: auto;
}
.hamburger_in::before {
  content: "MENU";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 2.3rem;
  letter-spacing: 0.18em;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}
.hamburger_in span {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  transition: all 300ms;
  width: 100%;
  height: 1.0666666667vw;
  margin: 0 auto;
}
.hamburger_in span:nth-of-type(1) {
  top: 4.5333333333vw;
}
.hamburger_in span:nth-of-type(2) {
  top: 6.9333333333vw;
}
.openMenu .hamburger span {
  width: 7.6vw;
}
.openMenu .hamburger span:nth-of-type(1) {
  top: 6.1333333333vw;
  transform: rotate(45deg);
}
.openMenu .hamburger span:nth-of-type(2) {
  top: 6.1333333333vw;
  transform: rotate(-45deg);
}

/* ============================================
  G-Navi
============================================ */
@media only screen and (min-width: 768px) {
  .gnavi_in {
    height: 100%;
  }
  .gnaviList {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .gnaviList_item {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .gnaviList_item:not(:first-of-type) {
    margin-left: 2.6666666667vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  .gnaviList_item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .gnaviList_item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .gnaviList_item a:hover {
    color: #6EAD3E;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi {
    position: fixed;
    top: 22.9333333333vw;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 400ms;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 13.3333333333vw);
    padding: 0;
  }
  .gnavi .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.9;
    width: 100%;
    height: 100%;
  }
  .gnavi_in {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .gnaviList {
    margin-top: 5.3333333333vw;
  }
  .gnaviList_item {
    color: #fff;
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
    width: 100%;
  }
  .gnaviList_item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .gnaviList_item a {
    position: relative;
    display: block;
  }
  .gnaviList_item a:hover {
    text-decoration: underline;
  }
  .gnavi_inquiry {
    padding-top: 2.5vw;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1000px) {
  .gnavi_inquiry {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi_inquiry > a {
    display: block;
    background: url(../img/common/btn_inquiry_01_sp.png) no-repeat 0 0/contain;
    width: 91.7333333333vw;
    height: 13.2vw;
    margin: 10.6666666667vw auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .openMenu .gnavi {
    opacity: 1;
    pointer-events: auto;
  }
}
/* ============================================
  Footer
============================================ */
.footer {
  position: relative;
  background: #6EAD3E;
  height: 7vw;
  margin-top: -7vw;
}
@media only screen and (min-width: 1000px) {
  .footer {
    min-width: 1000px;
    height: 70px;
    margin-top: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    min-width: unset;
    height: auto;
    margin-top: unset;
  }
}
.footer .copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.07em;
  padding: 2.4vw 0 3.8666666667vw;
}
@media only screen and (min-width: 1000px) {
  .footer .copyright {
    padding: 24px 0 29px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 2.2rem;
    padding: 2.6666666667vw;
  }
}

/* ============================================
  Pagetop
============================================ */
.pagetop {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
}
@media only screen and (min-width: 1000px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.pagetop.bottom {
  position: absolute;
  top: -15vw;
  bottom: unset;
}
@media only screen and (min-width: 1000px) {
  .pagetop.bottom {
    top: -150px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop.bottom {
    top: -21.3333333333vw;
    bottom: unset;
  }
}
.pagetop a {
  display: block;
  background: url(../img/common/pagetop_01.png) no-repeat center/cover;
  border: 0.4vw solid transparent;
  border-radius: 50%;
  width: 9.8vw;
  height: 9.8vw;
}
@media only screen and (min-width: 1000px) {
  .pagetop a {
    border-width: 4px;
    width: 98px;
    height: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop a {
    background-image: url(../img/common/pagetop_01_sp.png);
    border: none;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
.pagetop a:hover {
  background-image: url(../img/common/pagetop_01_on.png);
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagetop a:hover {
    background-image: url(../img/common/pagetop_01_sp.png);
    opacity: 0.65;
  }
}

/* ============================================
  Contents
============================================ */
.contents {
  position: relative;
}

/* ============================================
  Section
============================================ */
.sec-gray {
  background: #171717;
}
.sec_in {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .sec_in {
    width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .sec_in {
    width: 100%;
    padding: 0 4vw;
  }
}
.sec .text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin: -0.4em 0;
}
@media only screen and (max-width: 767px) {
  .sec .text {
    font-size: 3.2rem;
  }
}
.sec .text + .text {
  margin-top: 1em;
}
.sec .text-m {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .sec .text-m {
    font-size: 2.8rem;
  }
}
.sec .text-s {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .sec .text-s {
    font-size: 2.3rem;
  }
}
.sec .text-num {
  text-indent: -1em;
  margin-left: 1em;
}

/* ============================================
  List
============================================ */
.dotList > li {
  position: relative;
  line-height: 1.3;
  padding-left: 1em;
}
.dotList > li::before {
  position: absolute;
  top: 0;
  left: 0.25em;
  content: "・";
}

/* ============================================
  Table
============================================ */
.table01 {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .table01 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .table01 tbody,
.table01 tr,
.table01 th,
.table01 td {
    display: block;
  }
}
.table01 th,
.table01 td {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  border-top: 1px solid #e0e0e0;
  padding: 2vw;
}
@media only screen and (min-width: 1000px) {
  .table01 th,
.table01 td {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .table01 th,
.table01 td {
    font-size: 3.2rem;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .table01 th {
    padding-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .table01 td {
    border-top: none;
    margin-top: 0.3em;
    padding-bottom: 4vw;
  }
}

/* ============================================
  Image
============================================ */
.img {
  margin: 0 auto;
}

/* ============================================
  Column
============================================ */
.column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column_wrap.jc-start {
  justify-content: flex-start;
}
.column_wrap.jc-center {
  justify-content: center;
}
.column_wrap.column-half .column {
  width: 50%;
}
.column_wrap.column-3 .column {
  width: calc((100% - 4vw) / 3);
}
@media only screen and (min-width: 1000px) {
  .column_wrap.column-3 .column {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .column_wrap.column-3 .column {
    width: 100%;
  }
}
.column_wrap.column-3 .column:not(:nth-of-type(3n + 1)) {
  margin-left: 2vw;
}
@media only screen and (min-width: 1000px) {
  .column_wrap.column-3 .column:not(:nth-of-type(3n + 1)) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .column_wrap.column-3 .column:not(:nth-of-type(3n + 1)) {
    margin-left: 0;
  }
}
.column_wrap.column-2 .column {
  width: calc((100% - 2vw) / 2);
}
@media only screen and (min-width: 1000px) {
  .column_wrap.column-2 .column {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .column_wrap.column-2 .column {
    width: 100%;
  }
}
.column_wrap.column-2 .column:not(:nth-of-type(2n + 1)) {
  margin-left: 2vw;
}
@media only screen and (min-width: 1000px) {
  .column_wrap.column-2 .column:not(:nth-of-type(2n + 1)) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .column_wrap.column-2 .column:not(:nth-of-type(2n + 1)) {
    margin-left: 0;
  }
}

/* ============================================
  Button
============================================ */
.btn:hover {
  text-decoration: none;
}

/* ============================================
  List
============================================ */
#TOP {
  /* ============================================
    MV
  ============================================ */
  /* ============================================
    Section
  ============================================ */
  /* ============================================
    MISSION
  ============================================ */
  /* ============================================
    Contents
  ============================================ */
  /* ============================================
    CONTACT
  ============================================ */
  /* ============================================
    Error
  ============================================ */
  /* ============================================
    COMPANY
  ============================================ */
}
#TOP .sec {
  padding: 15vw 0 18.6666666667vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec {
    padding: 150px 0 140px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec {
    padding: 20vw 0;
  }
}
#TOP .sec_heading {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec_heading {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec_heading {
    font-size: 7.2rem;
    letter-spacing: 0.06em;
    margin-bottom: 8vw;
  }
}
#TOP .sec_heading > span {
  position: relative;
  display: block;
}
#TOP .sec_heading > span::after {
  content: "";
  position: absolute;
  bottom: -1.8vw;
  right: 0;
  left: 0;
  border-top: 1px solid #fff;
  width: 4vw;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec_heading > span::after {
    bottom: -18px;
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec_heading > span::after {
    bottom: -6.9333333333vw;
    width: 10.1333333333vw;
  }
}
#TOP .sec_heading::after {
  content: attr(data-sub);
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 3.4vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec_heading::after {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec_heading::after {
    font-size: 3.2rem;
    margin-top: 12.8vw;
  }
}
#TOP .sec .btn_wrap {
  display: flex;
  justify-content: center;
  margin: 5vw auto 0;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec .btn_wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec .btn_wrap {
    margin-top: 6.6666666667vw;
  }
}
#TOP .sec-mission {
  position: relative;
  overflow: hidden;
}
#TOP .sec-mission::before, #TOP .sec-mission::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
}
#TOP .sec-mission::before {
  top: 0;
  right: 0;
  border-width: 0 75.234375vw 17.5vw 0;
  border-color: transparent #242424 transparent transparent;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-mission::before {
    border-width: 0 963px 224px 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-mission::before {
    border-width: 0 89.0666666667vw 20vw 0;
  }
}
#TOP .sec-mission::after {
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #242424;
  border-width: 9.375vw 0 0 40.78125vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-mission::after {
    border-width: 120px 0 0 522px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-mission::after {
    border-width: 16vw 0 0 69.6vw;
  }
}
#TOP .sec-mission .missionList {
  display: flex;
  justify-content: center;
  margin: 9vw auto 0;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-mission .missionList {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-mission .missionList {
    justify-content: space-between;
    margin-top: 12vw;
  }
}
#TOP .sec-mission .missionList_item {
  text-align: center;
  border-bottom: 0.3vw solid #6EAD3E;
  width: 9vw;
  padding-bottom: 1.3vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-mission .missionList_item {
    border-bottom-width: 3px;
    width: 90px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-mission .missionList_item:nth-of-type(4) {
    width: 13vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  #TOP .sec-mission .missionList_item:nth-of-type(4) {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-mission .missionList_item:not(:first-of-type) {
    margin-left: 7vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  #TOP .sec-mission .missionList_item:not(:first-of-type) {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-mission .missionList_item {
    width: auto;
    padding-bottom: 1.7333333333vw;
  }
}
#TOP .sec-mission .missionList_item > span {
  font-size: 3rem;
  letter-spacing: 0.3em;
  margin-left: 0.3em;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-mission .missionList_item > span {
    font-size: 4.8rem;
  }
}
#TOP .sec-mission .box {
  max-width: 650px;
  width: 65%;
  margin: 8.5vw auto 0;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-mission .box {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-mission .box {
    width: 100%;
    margin-top: 11.3333333333vw;
  }
}
#TOP .sec-mission .box .dl {
  font-size: 1.5rem;
  margin-top: 1.875em;
}
#TOP .sec-mission .box .dl dt {
  color: #6EAD3E;
}
#TOP .sec-mission .box .dl dd {
  margin-top: 0.4em;
}
#TOP .sec-mission .box .dl dd + dt {
  margin-top: 1.875em;
}
#TOP .sec-mission .btn_wrap {
  margin: 7.6vw auto 0;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-mission .btn_wrap {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-mission .btn_wrap {
    flex-wrap: wrap;
    margin-top: 10.1333333333vw;
  }
}
#TOP .sec-mission .btn_wrap .btn {
  width: 40.7vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-mission .btn_wrap .btn {
    width: 407px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-mission .btn_wrap .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-mission .btn_wrap .btn + .btn {
    margin-left: 3.3vw;
  }
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-mission .btn_wrap .btn + .btn {
    margin-left: 33px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-mission .btn_wrap .btn + .btn {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contents .sec_heading {
    line-height: 1.1;
  }
}
#TOP .sec-contents .contentsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#TOP .sec-contents .contentsList_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  border: 1px solid;
  width: 19vw;
  height: 6vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-contents .contentsList_item {
    width: 190px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contents .contentsList_item {
    font-size: 3rem;
    width: calc((100% - 2.6666666667vw) / 2);
    height: 16vw;
  }
}
#TOP .sec-contents .contentsList_item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #171717;
  width: calc(100% + 2px);
  height: 4vw;
  margin: auto 0;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-contents .contentsList_item::before {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contents .contentsList_item::before {
    height: 8vw;
  }
}
@media only screen and (min-width: 768px) {
  #TOP .sec-contents .contentsList_item:nth-of-type(n+6), #TOP .sec-contents .contentsList_item:nth-of-type(n+12) {
    margin-top: 1vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  #TOP .sec-contents .contentsList_item:nth-of-type(n+6), #TOP .sec-contents .contentsList_item:nth-of-type(n+12) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contents .contentsList_item:nth-of-type(n+3) {
    margin-top: 2.6666666667vw;
  }
}
#TOP .sec-contents .contentsList_item-1 {
  color: #CB26D4;
}
#TOP .sec-contents .contentsList_item-2 {
  color: #FF7F00;
}
#TOP .sec-contents .contentsList_item-3 {
  color: #FFC800;
}
#TOP .sec-contents .contentsList_item-4 {
  color: #EB9952;
}
#TOP .sec-contents .contentsList_item-5 {
  color: #58B5F5;
}
#TOP .sec-contents .contentsList_item-6 {
  color: #5375FC;
}
#TOP .sec-contents .contentsList_item-7 {
  color: #6EAD3E;
}
#TOP .sec-contents .contentsList_item-8 {
  color: #3AD91E;
}
#TOP .sec-contents .contentsList_item-9 {
  color: #EB363C;
}
#TOP .sec-contents .contentsList_item-10 {
  color: #fff;
}
#TOP .sec-contents .contentsList_item-11 {
  color: #c6cfcf;
  width: 100%;
}
#TOP .sec-contents .contentsList_item > span {
  position: relative;
}
#TOP .sec-contents .btn_wrap {
  margin-top: 8vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-contents .btn_wrap {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contents .btn_wrap {
    margin-top: 10.6666666667vw;
  }
}
#TOP .sec-contents .btn_wrap .btn {
  width: 40.7vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-contents .btn_wrap .btn {
    width: 407px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contents .btn_wrap .btn {
    width: 100%;
  }
}
#TOP .sec-contact .contactBox {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .contactBox {
    width: 100%;
  }
}
#TOP .sec-contact .contactBox .dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .contactBox .dl {
    flex-direction: column;
    font-size: 3.2rem;
  }
}
#TOP .sec-contact .contactBox .dl + .dl {
  margin-top: 1.5vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-contact .contactBox .dl + .dl {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .contactBox .dl + .dl {
    margin-top: 2.6666666667vw;
  }
}
#TOP .sec-contact .contactBox .dl > dt {
  width: 31.4285714286%;
  padding: 0.4vw 0;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-contact .contactBox .dl > dt {
    padding: 4px 0;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .contactBox .dl > dt {
    width: 100%;
    padding: 0;
  }
}
#TOP .sec-contact .contactBox .dl > dt > span {
  color: #FF7F00;
  font-size: 0.75em;
  font-weight: 500;
  margin-left: 0.5em;
}
#TOP .sec-contact .contactBox .dl > dd {
  width: 68.5714285714%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .contactBox .dl > dd {
    width: 100%;
    margin-top: 1.3333333333vw;
  }
}
#TOP .sec-contact .input-text,
#TOP .sec-contact .textarea {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 0.4vw;
  padding: 0.4vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-contact .input-text,
#TOP .sec-contact .textarea {
    border-radius: 4px;
    padding: 3px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .input-text,
#TOP .sec-contact .textarea {
    border-radius: 0.5333333333vw;
    padding: 0.8vw;
  }
}
#TOP .sec-contact .input-text {
  width: 43.75%;
  max-width: 210px;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .input-text {
    width: 87.5%;
  }
}
#TOP .sec-contact .input-text-l {
  width: 100%;
}
#TOP .sec-contact .textarea {
  width: 100%;
  min-height: 190px;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .btn_wrap {
    flex-direction: column;
  }
}
#TOP .sec-contact .btn_wrap .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 1px solid #000;
  width: 19vw;
  height: 8vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-contact .btn_wrap .btn {
    width: 190px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .btn_wrap .btn {
    width: 100%;
    height: 16vw;
  }
}
#TOP .sec-contact .btn_wrap .btn > span {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .btn_wrap .btn > span {
    font-size: 3.2rem;
  }
}
#TOP .sec-contact .btn_wrap .btn-submit {
  background: #fff;
}
#TOP .sec-contact .btn_wrap .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1.8vw;
  bottom: 0;
  background: url(../img/common/orn_btn_01.svg) no-repeat center/cover;
  width: 3.8vw;
  height: 3.8vw;
  margin: auto 0;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-contact .btn_wrap .btn-submit::before {
    right: 18px;
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .btn_wrap .btn-submit::before {
    right: 4.8vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
#TOP .sec-contact .btn_wrap .btn-prev {
  background: #CCCCCC;
  color: #000;
}
@media only screen and (min-width: 768px) {
  #TOP .sec-contact .btn_wrap .btn-prev {
    margin-right: 2vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  #TOP .sec-contact .btn_wrap .btn-prev {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .btn_wrap .btn-prev {
    margin-bottom: 4vw;
  }
}
#TOP .sec-contact .btn_wrap .btn-prev > span {
  margin-left: 0.3em;
}
#TOP .sec-contact .contactArea-finish {
  text-align: center;
}
#TOP .sec-contact .contactArea-finish .heading {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .contactArea-finish .heading {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 6.1333333333vw;
  }
}
#TOP .sec-contact .contactArea-finish .text-1 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .contactArea-finish .text-1 {
    font-size: 2.8rem;
  }
}
#TOP .sec-contact .contactArea-finish .text-2 {
  font-size: 1.6rem;
  margin-top: 6em;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .contactArea-finish .text-2 {
    font-size: 2.6rem;
  }
}
#TOP .sec-contact .contactArea-finish .text-3 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-contact .contactArea-finish .text-3 {
    font-size: 2.6rem;
  }
}
#TOP .errorsArea {
  color: #EB363C;
  text-align: center;
  border: 1px solid #EB363C;
  max-width: 700px;
  width: 70%;
  margin: 0 auto 2vw;
  padding: 2vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .errorsArea {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .errorsArea {
    width: 100%;
    margin-bottom: 4vw;
    padding: 4vw;
  }
}
#TOP .errorsArea .title {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #TOP .errorsArea .title {
    font-size: 2.8rem;
  }
}
#TOP .errorsArea .errorsList {
  font-size: 1.3rem;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  #TOP .errorsArea .errorsList {
    font-size: 2.4rem;
  }
}
#TOP .errorsArea .errorsList > li:not(:first-of-type) {
  margin-top: 0.5em;
}
#TOP .error {
  color: #EB363C;
  font-size: 1.3rem;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  #TOP .error {
    font-size: 2.4rem;
  }
}
#TOP .error + .error {
  margin-top: 0.5em;
}
#TOP .sec-company .companyBox {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #666666;
  max-width: 700px;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-company .companyBox {
    width: 100%;
  }
}
#TOP .sec-company .companyBox .dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  border-bottom: 1px solid #666666;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-company .companyBox .dl {
    flex-direction: column;
    font-size: 3.2rem;
  }
}
#TOP .sec-company .companyBox .dl > dt, #TOP .sec-company .companyBox .dl > dd {
  padding: 2vw;
}
@media only screen and (min-width: 1000px) {
  #TOP .sec-company .companyBox .dl > dt, #TOP .sec-company .companyBox .dl > dd {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #TOP .sec-company .companyBox .dl > dt, #TOP .sec-company .companyBox .dl > dd {
    padding: 0 2.6666666667vw;
  }
}
#TOP .sec-company .companyBox .dl > dt {
  width: 18%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-company .companyBox .dl > dt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #TOP .sec-company .companyBox .dl > dt {
    padding-top: 2.6666666667vw;
  }
}
#TOP .sec-company .companyBox .dl > dd {
  width: 82%;
}
@media only screen and (max-width: 767px) {
  #TOP .sec-company .companyBox .dl > dd {
    width: 100%;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
#TOP .sec-company .companyBox .corporateList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em;
}
#TOP .sec-company .companyBox .corporateList > li {
  margin-right: 1em;
}

.PAGE {
  /* ============================================
    PAGE HEADER
  ============================================ */
  /* ============================================
    BREADCRUMB
  ============================================ */
  /* ============================================
    Section
  ============================================ */
}
.PAGE .page_header {
  background: url(../img/page/bg_page_title_01.png) no-repeat center/cover;
  overflow: hidden;
  width: 100%;
  height: 15.625vw;
  padding-top: 5.46875vw;
}
@media only screen and (max-width: 767px) {
  .PAGE .page_header {
    background-size: auto 100%;
    height: 42.6666666667vw;
    padding-top: 13.3333333333vw;
  }
}
.PAGE .page_header .title {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-left: 0.1em;
}
@media only screen and (max-width: 767px) {
  .PAGE .page_header .title {
    font-size: 7.2rem;
  }
}
.PAGE .page_header .title::after {
  content: attr(data-sub);
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.5em;
  margin-top: 2.6vw;
  margin-left: 0.5em;
}
@media only screen and (min-width: 1000px) {
  .PAGE .page_header .title::after {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .page_header .title::after {
    font-size: 3.2rem;
    margin-top: 3.4666666667vw;
  }
}
.PAGE .breadcrumb {
  position: absolute;
  top: 11vw;
  left: 4.5vw;
  z-index: 102;
}
@media only screen and (min-width: 1000px) {
  .PAGE .breadcrumb {
    top: 110px;
    left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .breadcrumb {
    position: static;
    margin: 4vw auto 8vw;
    padding: 0 4vw;
  }
}
.PAGE .breadcrumbList {
  display: flex;
  flex-wrap: wrap;
}
.PAGE .breadcrumbList_item {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .PAGE .breadcrumbList_item {
    font-size: 2.6rem;
  }
}
.PAGE .breadcrumbList_item:not(:first-of-type)::before {
  content: ">";
  margin: 0 0.5em;
}
.PAGE .breadcrumbList_item > a:hover {
  text-decoration: underline;
}
.PAGE .sec {
  padding: 15vw 0 18.6666666667vw;
}
@media only screen and (min-width: 1000px) {
  .PAGE .sec {
    padding: 150px 0 140px;
  }
}
@media only screen and (max-width: 767px) {
  .PAGE .sec {
    padding: 20vw 0;
  }
}

#WORK {
  /* ============================================
    対応範囲
  ============================================ */
}
#WORK .sec_heading {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec_heading {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec_heading {
    font-size: 4.8rem;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 8vw;
  }
}
#WORK .sec .block + .block {
  margin-top: 5vw;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec .block + .block {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec .block + .block {
    margin-top: 13.3333333333vw;
  }
}
#WORK .sec .dl {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  margin: -0.4em 0;
}
@media only screen and (max-width: 767px) {
  #WORK .sec .dl {
    font-size: 3.2rem;
    text-align: left;
  }
}
#WORK .sec .dl > dt {
  font-weight: 600;
}
#WORK .sec .dl-2 > dt {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 1.7vw 0;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec .dl-2 > dt {
    margin: 17px 0;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec .dl-2 > dt {
    font-size: 3.2rem;
    margin: 6.4vw 0;
  }
}
#WORK .sec .scopeList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4vw;
  margin-left: -0.9vw;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec .scopeList {
    margin-top: 40px;
    margin-left: -9px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec .scopeList {
    justify-content: flex-start;
    margin-top: 10.6666666667vw;
    margin-left: -2.4vw;
  }
}
#WORK .sec .scopeList.mt-20 {
  margin-top: 1vw;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec .scopeList.mt-20 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec .scopeList.mt-20 {
    margin-top: 2.6666666667vw;
  }
}
#WORK .sec .scopeList-left {
  justify-content: flex-start;
}
#WORK .sec .scopeList_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  border: 1px solid;
  width: 12vw;
  height: 2.3vw;
  margin-top: 1vw;
  margin-left: 0.6vw;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec .scopeList_item {
    width: 120px;
    height: 23px;
    margin-top: 10px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec .scopeList_item {
    font-size: 2.4rem;
    width: auto;
    height: 6.1333333333vw;
    margin-top: 2.6666666667vw;
    margin-left: 1.6vw;
    padding: 0 1.3333333333vw;
  }
}
#WORK .sec .scopeList_item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #000;
  width: calc(100% + 0.2vw);
  height: 1.4vw;
  margin: auto 0;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec .scopeList_item::before {
    width: calc(100% + 2px);
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec .scopeList_item::before {
    width: calc(100% + 1.0666666667vw);
    height: 3.7333333333vw;
  }
}
#WORK .sec .scopeList_item-1 {
  color: #CB26D4;
}
#WORK .sec .scopeList_item-2 {
  color: #FF7F00;
}
#WORK .sec .scopeList_item-3 {
  color: #FFC800;
}
#WORK .sec .scopeList_item-4 {
  color: #EB9952;
}
#WORK .sec .scopeList_item-5 {
  color: #58B5F5;
}
#WORK .sec .scopeList_item-6 {
  border-color: #5375FC;
  border-color: #5375FC;
}
#WORK .sec .scopeList_item-7 {
  color: #6EAD3E;
}
#WORK .sec .scopeList_item-8 {
  color: #3AD91E;
}
#WORK .sec .scopeList_item-9 {
  color: #EB363C;
}
#WORK .sec .scopeList_item-10 {
  color: #fff;
}
#WORK .sec .scopeList_item-11 {
  color: #c6cfcf;
}
#WORK .sec .scopeList_item > span {
  position: relative;
}
#WORK .sec-gray .scopeList_item::before {
  background: #171717;
}
#WORK .sec .video_wrap {
  position: relative;
  background: #222;
  overflow: hidden;
}
#WORK .sec .video_wrap::before {
  content: "";
  display: block;
  padding-top: 51.5625%;
}
#WORK .sec .video_wrap video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  margin: auto;
}
#WORK .sec .img_wrap {
  position: relative;
  width: 100%;
  margin-top: 2vw;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec .img_wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec .img_wrap {
    margin-top: 5.3333333333vw;
  }
}
#WORK .sec .img_wrap:not(.no-icon) {
  cursor: grab;
}
#WORK .sec .img_wrap:not(.no-icon)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/work/orn_scroll_01.svg) no-repeat center/cover;
  transition: opacity 200ms;
  width: 9.6vw;
  height: 3.2vw;
  margin: auto 0;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec .img_wrap:not(.no-icon)::before {
    width: 96px;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec .img_wrap:not(.no-icon)::before {
    width: 25.6vw;
    height: 8.5333333333vw;
  }
}
#WORK .sec .img_wrap:not(.no-icon).is-move::before {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #WORK .sec .img_wrap.icon-sp::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../img/work/orn_scroll_01.svg) no-repeat center/cover;
    transition: opacity 200ms;
    width: 25.6vw;
    height: 8.5333333333vw;
    margin: auto 0;
  }
  #WORK .sec .img_wrap.icon-sp.is-move::before {
    opacity: 0;
  }
}
#WORK .sec .img_wrap .imgList {
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 22vw;
}
#WORK .sec .img_wrap .imgList::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec .img_wrap .imgList {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec .img_wrap .imgList {
    height: 58.6666666667vw;
  }
}
#WORK .sec .img_wrap .imgList-center {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #WORK .sec .img_wrap .imgList-center {
    justify-content: flex-start;
  }
}
#WORK .sec .img_wrap .imgList img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #WORK .sec .img_wrap .imgList img {
    max-width: unset;
    margin: 0 auto;
  }
}
#WORK .sec-scope {
  padding-top: 9vw;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec-scope {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec-scope {
    padding-top: 20vw;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec-scope .sec_heading {
    text-align: center;
  }
}
#WORK .sec-scope .contentsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.6vw;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec-scope .contentsList {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec-scope .contentsList {
    margin-top: 12.2666666667vw;
  }
}
#WORK .sec-scope .contentsList_item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  border: 1px solid;
  width: 19vw;
  height: 6vw;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec-scope .contentsList_item {
    width: 190px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec-scope .contentsList_item {
    font-size: 3rem;
    width: calc((100% - 2.6666666667vw) / 2);
    height: 16vw;
  }
}
#WORK .sec-scope .contentsList_item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #000;
  width: calc(100% + 0.2vw);
  height: 4vw;
  margin: auto 0;
}
@media only screen and (min-width: 1000px) {
  #WORK .sec-scope .contentsList_item::before {
    width: calc(100% + 2px);
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec-scope .contentsList_item::before {
    width: calc(100% + 0.5333333333vw);
    height: 8vw;
  }
}
@media only screen and (min-width: 768px) {
  #WORK .sec-scope .contentsList_item:nth-of-type(n+6), #WORK .sec-scope .contentsList_item:nth-of-type(n+12) {
    margin-top: 1vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1000px) {
  #WORK .sec-scope .contentsList_item:nth-of-type(n+6), #WORK .sec-scope .contentsList_item:nth-of-type(n+12) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #WORK .sec-scope .contentsList_item:nth-of-type(n+3) {
    margin-top: 2.6666666667vw;
  }
}
#WORK .sec-scope .contentsList_item-1 {
  color: #CB26D4;
}
#WORK .sec-scope .contentsList_item-2 {
  color: #FF7F00;
}
#WORK .sec-scope .contentsList_item-3 {
  color: #FFC800;
}
#WORK .sec-scope .contentsList_item-4 {
  color: #EB9952;
}
#WORK .sec-scope .contentsList_item-5 {
  color: #58B5F5;
}
#WORK .sec-scope .contentsList_item-6 {
  color: #5375FC;
}
#WORK .sec-scope .contentsList_item-7 {
  color: #6EAD3E;
}
#WORK .sec-scope .contentsList_item-8 {
  color: #3AD91E;
}
#WORK .sec-scope .contentsList_item-9 {
  color: #EB363C;
}
#WORK .sec-scope .contentsList_item-10 {
  color: #fff;
}
#WORK .sec-scope .contentsList_item-11 {
  color: #c6cfcf;
  width: 100%;
}
#WORK .sec-scope .contentsList_item > span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .page_header .title {
    font-size: 6.6rem;
  }
}
#BETTER_PLUS_MAN .sec-intro {
  padding: 5vw 0 10vw;
}
@media only screen and (min-width: 1000px) {
  #BETTER_PLUS_MAN .sec-intro {
    padding: 50px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .sec-intro {
    padding: 6.6666666667vw 0 13.3333333333vw;
  }
}
#BETTER_PLUS_MAN .sec-intro .img {
  width: 18vw;
  margin: 0 auto 5.6vw;
}
@media only screen and (min-width: 1000px) {
  #BETTER_PLUS_MAN .sec-intro .img {
    width: 180px;
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .sec-intro .img {
    width: 24vw;
  }
}
#BETTER_PLUS_MAN .sec-intro .text {
  text-align: center;
  line-height: 2;
  margin: -0.5em 0;
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .sec-intro .text {
    text-align: left;
  }
}
#BETTER_PLUS_MAN .sec-explanation {
  position: relative;
  background: #77CC7D;
  padding: 12vw 0 8.4vw;
}
@media only screen and (min-width: 1000px) {
  #BETTER_PLUS_MAN .sec-explanation {
    padding: 120px 0 84px;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .sec-explanation {
    padding: 16vw 0 11.2vw;
  }
}
#BETTER_PLUS_MAN .sec-explanation::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/better_plus_man/bg_dot_01.svg) repeat-y center 0;
  background-size: 104.453125vw auto;
  mix-blend-mode: overlay;
  opacity: 0.46;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .sec-explanation::before {
    background-size: 178.2666666667vw auto;
  }
}
#BETTER_PLUS_MAN .explanationList {
  position: relative;
}
#BETTER_PLUS_MAN .explanationList_item:not(:first-of-type) {
  margin-top: 5vw;
}
@media only screen and (min-width: 1000px) {
  #BETTER_PLUS_MAN .explanationList_item:not(:first-of-type) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item:not(:first-of-type) {
    margin-top: 13.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item .column_wrap {
    flex-direction: column;
  }
}
#BETTER_PLUS_MAN .explanationList_item .column_wrap .column {
  position: relative;
}
#BETTER_PLUS_MAN .explanationList_item .column_wrap .column-text {
  background: #000;
  width: 43%;
  padding: 4vw;
}
@media only screen and (min-width: 1000px) {
  #BETTER_PLUS_MAN .explanationList_item .column_wrap .column-text {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item .column_wrap .column-text {
    order: 2;
    width: 100%;
    padding: 5.3333333333vw;
  }
}
#BETTER_PLUS_MAN .explanationList_item .column_wrap .column-img {
  width: 57%;
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item .column_wrap .column-img {
    order: 1;
    width: 100%;
  }
}
#BETTER_PLUS_MAN .explanationList_item .heading {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item .heading {
    font-size: 5rem;
  }
}
#BETTER_PLUS_MAN .explanationList_item .heading::before {
  content: "CHARACTER";
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.4vw;
}
@media only screen and (min-width: 1000px) {
  #BETTER_PLUS_MAN .explanationList_item .heading::before {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item .heading::before {
    font-size: 2.4rem;
  }
}
#BETTER_PLUS_MAN .explanationList_item .introduction {
  margin-top: 4.3vw;
}
@media only screen and (min-width: 1000px) {
  #BETTER_PLUS_MAN .explanationList_item .introduction {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item .introduction {
    margin-top: 5.7333333333vw;
  }
}
#BETTER_PLUS_MAN .explanationList_item .introduction::before {
  content: "INTRODUCTION";
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 2.4vw;
}
@media only screen and (min-width: 1000px) {
  #BETTER_PLUS_MAN .explanationList_item .introduction::before {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item .introduction::before {
    font-size: 2.4rem;
    margin-bottom: 3.2vw;
  }
}
#BETTER_PLUS_MAN .explanationList_item .introduction .text {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: normal;
  margin: -0.2em 0;
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item .introduction .text {
    font-size: 2.8rem;
  }
}
#BETTER_PLUS_MAN .explanationList_item .img-type {
  position: absolute;
  top: 5.7142857143%;
  right: -2.3255813953%;
  z-index: 1;
  width: 17.2093023256%;
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .explanationList_item .img-type {
    top: -2.8571428571%;
    right: 4.6511627907%;
  }
}
#BETTER_PLUS_MAN .explanationList_item .img-character {
  position: absolute;
  top: 0;
}
#BETTER_PLUS_MAN .explanationList_item .img-character-01 {
  top: -3.2857142857%;
  left: -4.7368421053%;
  width: 105.2631578947%;
}
#BETTER_PLUS_MAN .explanationList_item .img-character-02 {
  top: 16.2857142857%;
  left: 7.6315789474%;
  width: 84.7368421053%;
}
#BETTER_PLUS_MAN .explanationList_item .img-character-03 {
  top: -6.1428571429%;
  left: 6.4912280702%;
  width: 82.8070175439%;
}
#BETTER_PLUS_MAN .explanationList_item .img-character-04 {
  top: 1.2857142857%;
  left: 12.2807017544%;
  width: 83.8596491228%;
}
#BETTER_PLUS_MAN .explanationList_item .img-character-05 {
  top: 5.7142857143%;
  left: -6.8421052632%;
  width: 106.8421052632%;
}
#BETTER_PLUS_MAN .explanationList_item .img-character-06 {
  top: 1%;
  left: 0;
  width: 108.5964912281%;
}
#BETTER_PLUS_MAN .explanationList_item .img-character-07 {
  top: -4.4285714286%;
  left: 7.5438596491%;
  width: 87.3684210526%;
}
#BETTER_PLUS_MAN .explanationList_item .img-character-08 {
  top: 15.2857142857%;
  left: 20%;
  width: 74.9122807018%;
}
#BETTER_PLUS_MAN .img-relationship {
  width: 81.9%;
  margin: 7.5vw auto 0;
}
@media only screen and (min-width: 1000px) {
  #BETTER_PLUS_MAN .img-relationship {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  #BETTER_PLUS_MAN .img-relationship {
    width: 100%;
    margin-top: 10vw;
  }
}

/*# sourceMappingURL=style.css.map */
