@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?3xfgki");
  src: url("../fonts/icomoon.eot?3xfgki#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3xfgki") format("truetype"), url("../fonts/icomoon.woff?3xfgki") format("woff"), url("../fonts/icomoon.svg?3xfgki#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e900";
}

/*===============================
function
===============================*/
/*
padding・marginのvwへの変換
===============================*/
/*
コンテンツの横幅指定
===============================*/
/*
スマホ時の横幅を全画面に
===============================*/
/*
formのリセット
===============================*/
/*
背景のドット
===============================*/
/*===============================
base
===============================*/
@media screen and (max-width: 850px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 851px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #333333;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 1.4rem;
  }
}

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

.wrapper {
  min-width: 1120px;
}
@media screen and (max-width: 850px) {
  .wrapper {
    min-width: 100%;
  }
}

a {
  color: #333333;
  transition: 0.3s;
}
a img {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  a:hover {
    opacity: 1;
  }
}
a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  a:hover img {
    opacity: 1;
  }
}

/*===============================
style
===============================*/
/*! destyle.css v3.0.2 | 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) */
/* ============================================ */
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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  z-index: 99;
}
@media screen and (max-width: 850px) {
  .l-header {
    position: fixed;
  }
}
.l-header_inner {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .l-header_inner {
    padding: 0 5%;
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .l-header_inner {
    height: 50px;
  }
}
@media screen and (max-width: 850px) {
  .l-header_company {
    width: 33%;
  }
}
.l-header_nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.l-main {
  overflow: hidden;
}

.l-footer_backTop {
  background: #000;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .l-footer_backTop {
    width: 45px;
    height: 45px;
  }
}
.l-footer_backTop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 13px solid #fff;
  border-top: 0;
}
@media screen and (max-width: 850px) {
  .l-footer_backTop::after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 11px solid #fff;
  }
}

/*===============================
c-inner
===============================*/
.c-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .c-inner {
    padding: 0;
  }
}

.c-inner--small {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .c-inner--small {
    width: 90%;
  }
}

.c-button {
  color: var(--clr-button_text);
  width: 220px;
  height: 60px;
  background: var(--clr-button_bg);
  border-radius: 30px;
  border: 1px solid var(--clr-button_border);
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  transition: 0.3s;
}
.c-button {
  --clr-button_bg: transparent;
  --clr-button_text: #333333;
  --clr-button_border: #afafaf;
}
.c-button:hover {
  --clr-button_bg: #333333;
  --clr-button_text: #fff;
  --clr-button_border: #333333;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid var(--clr-button_text);
  border-right: 0;
}

/*===============================
c-background--gray
===============================*/
.c-background--gray {
  background: #f8f8f8;
}

.c-text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c-link_underline {
  position: relative;
}
.c-link_underline::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 3px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.c-link:hover {
  opacity: 1;
}
.c-link:hover .c-link_underline::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

@media screen and (max-width: 600px) {
  .p-header_toggle {
    height: 28px;
  }
}
.p-header_menu {
  display: flex;
}
.p-header_menuItemLink {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 20px;
}
.p-header_recruit {
  display: flex;
  gap: 5px;
}
.p-header_recruitItemLink {
  background: #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 20px;
}
.p-header_recruitItemLink .c-link_underline::after {
  background: #000;
}

/*===============================
p-toggleButton
===============================*/
.p-toggleButton_line {
  position: relative;
  display: block;
  width: 30px;
  height: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-toggleButton_line {
    width: 28px;
    height: 22px;
  }
}
.p-toggleButton_line .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.2s;
}
.p-toggleButton_line .line.is-active {
  height: 4px;
  border-radius: 2px;
}
.p-toggleButton_line .line:nth-child(1) {
  top: 0;
}
.p-toggleButton_line .line:nth-child(1).is-active {
  transform: translateY(8px) rotate(-45deg);
}
.p-toggleButton_line .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-toggleButton_line .line:nth-child(2).is-active {
  opacity: 0;
}
.p-toggleButton_line .line:nth-child(3) {
  bottom: 0;
}
.p-toggleButton_line .line:nth-child(3).is-active {
  bottom: 3px;
  transform: translateY(-7px) rotate(45deg);
}

/*===============================
p-toggleNav
===============================*/
.p-toggleNav {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.p-toggleNav.is-active {
  opacity: 1;
  visibility: visible;
}
.p-toggleNav_menu {
  height: 100%;
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-toggleNav_menu {
    height: auto;
  }
}
.p-toggleNav_menuItem {
  border-top: 1px solid #333333;
}
.p-toggleNav_menuItem:last-child {
  border-bottom: 1px solid #333333;
}
.p-toggleNav_menuLink {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 2rem;
  padding: 10px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-toggleNav_menuLink::after {
  content: "";
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #333333;
  border-right: 0;
  margin-top: 14px;
}
@media screen and (max-width: 850px) {
  .p-toggleNav_menuLink:hover .c-link_underline:after {
    content: none;
  }
}
.p-toggleNav_categoryName {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.2rem;
  padding: 15px 15px 0;
}
.p-toggleNav_categoryList {
  padding: 0 15px;
}
.p-toggleNav_categoryItem:not(:last-child) {
  border-bottom: 1px solid #6c6c6c;
}
.p-toggleNav_categoryLink {
  color: #333333;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-toggleNav_categoryLink::after {
  content: "";
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #333333;
  border-right: 0;
  margin-top: 14px;
}
@media screen and (max-width: 850px) {
  .p-toggleNav_categoryLink:hover .c-link_underline:after {
    content: none;
  }
}
.p-toggleNav_contactList {
  margin-top: 30px;
}
.p-toggleNav_contactItem:not(:first-child) {
  margin-top: 20px;
}
.p-toggleNav_contactItem .c-button_circle {
  width: 75%;
}
.p-toggleNav_privacypolicy {
  margin-top: 50px;
}
.p-toggleNav_privacypolicyLink {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 1px solid #333333;
}

.p-mainvisual_text {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 11rem;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .p-mainvisual_text {
    font-size: 7rem;
  }
}
@media screen and (max-width: 850px) {
  .p-mainvisual_text {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-mainvisual_text {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
.p-mainvisual_text::after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(8vw + 100%);
  background-color: #000;
  transform: translate3d(calc(-8vw - 100%), 0, 0);
}
.p-mainvisual_text .text {
  display: inline-block;
  opacity: 0;
}
.p-mainvisual_scroll {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.p-mainvisual_scroll::after {
  content: "";
  margin-top: 2px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 35%;
  animation: moveLeftRight 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 850px) {
  .p-mainvisual_scroll::after {
    top: 28%;
  }
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}
.p-section_title .main-title {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11rem;
}
@media screen and (max-width: 850px) {
  .p-section_title .main-title {
    font-size: 3rem;
  }
}
.p-section_title .sub-title {
  font-size: 3rem;
  font-weight: 600;
}

/*===============================
p-toc
===============================*/
.p-toc_list {
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-toc_list {
    gap: 30px;
  }
}
@media screen and (max-width: 850px) {
  .p-toc_item {
    width: 50%;
    text-align: center;
  }
}
.p-toc_itemLink {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 850px) {
  .p-toc_itemLink {
    font-size: 1.2rem;
    padding: 10px 0;
    gap: 5px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
}
.p-toc_itemLink::after {
  content: "";
  margin-top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #333333;
  border-bottom: 0;
}
@media screen and (max-width: 850px) {
  .p-toc_itemLink::after {
    margin-top: 0;
  }
}
.p-toc_itemLink.is-right::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #333333;
  border-right: 0;
}
.p-toc_itemLink .c-link_underline::after {
  background: #000;
}

/*===============================
p-list
===============================*/
.p-list {
  position: relative;
}
.p-list:not(:last-child) {
  margin-bottom: 30px;
}
.p-list_title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
}
.p-list_item {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 75px;
  border-top: 1px solid #d7d7d7;
  line-height: 1.5;
  padding-left: 20px;
}
@media screen and (max-width: 850px) {
  .p-list_item {
    gap: 10px;
    height: 65px;
    padding-left: 5px;
  }
}
.p-list_item:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.p-list_title {
  position: absolute;
  top: -12px;
  background: #f8f8f8;
  padding-right: 0.8em;
}

/*===============================
p-recruit
===============================*/
.p-recruit {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-recruit {
    height: auto;
  }
}
.p-recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.p-recruit_head {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .p-recruit_head {
    flex-direction: column;
  }
}
.p-recruit_title {
  flex: 1;
}
.p-recruit_title .main-title {
  margin-top: -0.25em;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-recruit_title .main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background: #fff;
  }
}
.p-recruit_toc {
  flex: 1;
}
.p-recruit_tocList {
  gap: 50px;
}
@media screen and (max-width: 850px) {
  .p-recruit_tocList.p-toc_list {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  .p-recruit_tocList .p-toc_item {
    width: 100%;
  }
}
.p-recruit_tocList .p-toc_itemLink {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  .p-recruit_tocList .p-toc_itemLink {
    font-size: 1.5rem;
    border: none;
    padding: 0;
    gap: 10px;
  }
}
.p-recruit_tocList .p-toc_itemLink::after {
  border-left: 9px solid #fff;
}
.p-recruit_tocList .p-toc_itemLink .c-link_underline::after {
  background: #fff;
}
.p-recruit_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 850px) {
  .p-recruit_bg {
    transform: scale(1.15);
    transform-origin: center;
    padding-top: 4%;
    aspect-ratio: 750/450;
  }
}

/*===============================
p-page
===============================*/
.p-page_head {
  padding: 140px 20px 120px;
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-page_head {
    flex-direction: column;
    padding: 80px 0;
  }
}
.p-page_title {
  flex: 1;
}
.p-page_title .main-title {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11rem;
  line-height: 1;
  margin-top: -30px;
}
@media screen and (max-width: 850px) {
  .p-page_title .main-title {
    font-size: 3.6rem;
    line-height: normal;
    margin-top: 0;
  }
}
.p-page_title .sub-title {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  .p-page_title .sub-title {
    font-size: 1.5rem;
  }
}
.p-page_description {
  flex: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 850px) {
  .p-page_description {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.p-page_description .title {
  font-size: 1.35em;
  font-weight: 600;
}
.p-page_description .text:not(:first-child) {
  margin-top: 15px;
}
.p-page_description .c-button {
  margin-top: 60px;
}

/*===============================
p-freeLance
===============================*/
.p-freeLance_content {
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-freeLance_content {
    padding-bottom: 40px;
  }
}
.p-freeLance_contentTitle {
  position: absolute;
  top: -35px;
  width: 33%;
  background: #333333;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  padding: 10px 40px;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .p-freeLance_contentTitle {
    top: -23px;
    font-size: 1.5rem;
    width: auto;
    padding: 10px 20px 10px 5%;
  }
}
.p-freeLance_section {
  padding: 120px 0 110px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_section {
    padding: 40px 0 50px;
  }
}
.p-freeLance_section:not(:last-child) {
  border-bottom: 1px solid #afafaf;
}
.p-freeLance_column {
  display: flex;
}
@media screen and (max-width: 850px) {
  .p-freeLance_column {
    flex-direction: column;
  }
}
.p-freeLance_column:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_column:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 850px) {
  .p-freeLance_column.p-flex--reverse {
    flex-direction: column;
  }
}
.p-freeLance_detail {
  width: 50%;
  padding-right: 60px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_detail {
    width: 100%;
    padding-right: 0;
  }
}
.p-freeLance_detail .detail-head {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_detail .detail-head {
    display: block;
    margin-bottom: 30px;
  }
}
.p-freeLance_detail .detail-head .main-title {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d7d7d7;
  font-size: 10rem;
}
@media screen and (max-width: 850px) {
  .p-freeLance_detail .detail-head .main-title {
    font-size: 5rem;
  }
}
.p-freeLance_detail .detail-head .sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_detail .detail-head .sub-title {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
.p-freeLance_detail .detail-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_detail .detail-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.p-freeLance_detail .detail-description .text {
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_detail .detail-description .text {
    margin-bottom: 10px;
  }
}
.p-freeLance_detail.is-right {
  padding-right: 0;
  padding-left: 60px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_detail.is-right {
    padding-left: 0;
  }
}
.p-freeLance_image {
  flex: 1;
  margin-right: calc(50% - 50vw);
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .p-freeLance_image {
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.p-freeLance_image.is-left {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 100px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_image.is-left {
    margin-left: 0;
    padding-right: 0;
  }
}
.p-freeLance_company {
  padding: 90px 40px 100px;
}
@media screen and (max-width: 850px) {
  .p-freeLance_company {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-freeLance_company {
    padding: 0 0 40px;
  }
}

/*===============================
p-flex--reverse
===============================*/
.p-flex--reverse {
  display: flex;
  flex-direction: row-reverse;
}

/*===============================
p-what
===============================*/
.p-what_detail {
  padding-left: 100px;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .p-what_detail {
    padding-left: 0;
    width: 100%;
    gap: 30px;
  }
}
.p-what_detail .detail-block {
  background: #333333;
  padding: 30px 35px;
}
@media screen and (max-width: 850px) {
  .p-what_detail .detail-block {
    padding: 20px;
  }
}
.p-what_detail .detail-block .detail-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .p-what_detail .detail-block .detail-title {
    font-size: 1.5rem;
  }
}
.p-what_detail .detail-block .detail-list {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}
.p-what_detail .detail-block .detail-item {
  text-align: center;
}
.p-what_detail .detail-block .detail-icon {
  display: inline-block;
}
.p-what_detail .detail-block .detail-icon img {
  height: 72px;
}
@media screen and (max-width: 850px) {
  .p-what_detail .detail-block .detail-icon img {
    height: 50px;
  }
}
.p-what_detail .detail-block .detail-text {
  color: #fff;
  line-height: 1.3;
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .p-what_detail .detail-block .detail-text {
    font-size: 1.1rem;
  }
}

/*===============================
p-how
===============================*/
.p-how_image {
  padding-right: 40px;
}
.p-how_detail {
  padding-left: 90px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .p-how_detail {
    padding-left: 0;
    width: 100%;
    gap: 50px;
  }
}
.p-how_detail .detail-block {
  background: #333333;
  padding: 20px 25px 30px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 850px) {
  .p-how_detail .detail-block {
    padding: 15px 15px 20px;
  }
}
.p-how_detail .detail-block:not(:first-child)::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 24px;
  height: 25px;
  background: url(../images/freeLance/icon-arrow.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .p-how_detail .detail-block:not(:first-child)::after {
    width: 20px;
    height: 21px;
  }
}
.p-how_detail .detail-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-how_detail .detail-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

/*===============================
p-values
===============================*/
.p-values_content {
  padding: 90px 0 130px;
}
@media screen and (max-width: 850px) {
  .p-values_content {
    padding: 50px 0 60px;
  }
}
.p-values_image {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-values_image img {
    width: 100%;
  }
}
.p-values_item {
  padding: 50px 0 60px;
  border-bottom: 1px solid #afafaf;
}
@media screen and (max-width: 850px) {
  .p-values_item {
    padding: 40px 0;
  }
}
.p-values_item .title {
  font-size: 2rem;
  font-weight: 600;
  min-width: 245px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .p-values_item .title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.p-values_item .title::before {
  content: "";
  display: block;
  background: var(--icon) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 850px) {
  .p-values_item .title::before {
    width: 30px;
    height: 30px;
  }
}
.p-values_itemWrap {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .p-values_itemWrap {
    display: block;
    padding: 0;
  }
}

/*===============================
p-company
===============================*/
.p-company {
  text-align: center;
  padding: 100px 0 110px;
}
@media screen and (max-width: 850px) {
  .p-company {
    padding: 40px 0;
  }
}
.p-company_title {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  .p-company_title {
    margin-bottom: 40px;
  }
}
.p-company_title .main-title {
  font-size: 8rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-company_title .main-title {
    font-size: 3rem;
  }
}
.p-company_title .main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 1px;
  background: #d7d7d7;
}
@media screen and (max-width: 850px) {
  .p-company_title .main-title::after {
    width: 30px;
  }
}
.p-company_wrap {
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .p-company_wrap {
    padding: 0;
  }
}
.p-company_table {
  padding-bottom: 190px;
}
@media screen and (max-width: 850px) {
  .p-company_table {
    padding-bottom: 90px;
  }
}
.p-company_block {
  display: table;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .p-company_block {
    display: flex;
    flex-direction: column;
  }
}
.p-company_block:nth-child(2n+1) {
  background: #f8f8f8;
}
.p-company_block:last-child .title,
.p-company_block:last-child .detail {
  border-bottom: 3px solid #f8f8f8;
}
.p-company_block .title {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 35%;
  border-right: 10px solid #fff;
  padding: 25px 30px;
}
@media screen and (max-width: 850px) {
  .p-company_block .title {
    display: block;
    width: 100%;
    border-right: none;
    font-size: 1.2rem;
    font-weight: 600;
    background: #f8f8f8;
    padding: 5px 15px;
  }
}
.p-company_block .detail {
  display: table-cell;
  width: 65%;
  padding: 25px 30px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .p-company_block .detail {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 850px) {
  .p-company_block .detail .image {
    padding: 20px;
  }
}
.p-company_map {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .p-company_map {
    flex-direction: column;
    gap: 30px;
  }
}

/*===============================
p-office
===============================*/
.p-office_wrap {
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .p-office_wrap {
    width: 100%;
  }
}
.p-office_head {
  background: #333333;
  width: 47%;
  position: relative;
}
.p-office_title {
  text-align: left;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.p-office_title .main-title {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6f6f6f;
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .p-office_title .main-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 850px) {
  .p-office_title .main-title {
    font-size: 3rem;
  }
}
.p-office_title .main-title span {
  font-size: 0.7em;
}
.p-office_title .sub-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .p-office_title .sub-title {
    font-size: 1.9rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 850px) {
  .p-office_title .sub-title {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.p-office_image {
  width: 53%;
}
.p-office_image img {
  width: 100%;
}
.p-office_map {
  width: 100%;
}
.p-office_map iframe {
  width: 100%;
  aspect-ratio: 900/484;
}
@media screen and (max-width: 850px) {
  .p-office_map iframe {
    aspect-ratio: 750/475;
  }
}

/*===============================
p-recruitment
===============================*/
.p-recruitment_section:not(:first-child) {
  margin-top: 110px;
}
@media screen and (max-width: 850px) {
  .p-recruitment_section:not(:first-child) {
    margin-top: 60px;
  }
}
.p-recruitment_content {
  padding: 110px 0 120px;
}
@media screen and (max-width: 850px) {
  .p-recruitment_content {
    padding: 50px 0 60px;
  }
}
.p-recruitment_title {
  color: #9d9d9d;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  .p-recruitment_title {
    font-size: 1.8rem;
  }
}
.p-recruitment_description {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .p-recruitment_description {
    margin-top: 10px;
  }
}
.p-recruitment_list {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .p-recruitment_list {
    margin-top: 20px;
  }
}
.p-recruitment_item {
  border-top: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
}
@media screen and (max-width: 850px) {
  .p-recruitment_item {
    padding: 15px;
  }
}
.p-recruitment_item:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.p-recruitment_item .title {
  font-size: 1.8rem;
  font-weight: 600;
  min-width: 110px;
}
@media screen and (max-width: 850px) {
  .p-recruitment_item .title {
    font-size: 1.4rem;
    min-width: 90px;
  }
}
.p-recruitment_item .detail {
  font-size: 1.8rem;
}
@media screen and (max-width: 850px) {
  .p-recruitment_item .detail {
    font-size: 1.4rem;
  }
}
.p-recruitment_button {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-recruitment_button {
    flex-direction: column;
    margin-top: 30px;
  }
}

/*===============================
p-partner
===============================*/
.p-partner_section {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 850px) {
  .p-partner_section {
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-partner_section {
    display: block;
  }
}
.p-partner_title {
  font-size: 3.6rem;
  font-weight: 600;
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  .p-partner_title {
    font-size: 2rem;
  }
}
.p-partner_list {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 850px) {
  .p-partner_list {
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-partner_list {
    gap: 20px;
    margin-top: 20px;
  }
}

/*===============================
p-midCareer
===============================*/
.p-midCareer_company {
  padding: 50px 40px 100px;
}
@media screen and (max-width: 850px) {
  .p-midCareer_company {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-midCareer_company {
    padding: 0 0 40px;
  }
}

/*===============================
p-privacypolicy
===============================*/
.p-privacypolicy_intro {
  margin-bottom: 30px;
}
.p-privacypolicy_wrap {
  padding: 110px 0 170px;
  background: #f8f8f8;
}
@media screen and (max-width: 850px) {
  .p-privacypolicy_wrap {
    padding: 50px 0 90px;
  }
}
.p-privacypolicy_item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .p-privacypolicy_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-privacypolicy_item .title {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  .p-privacypolicy_item .title {
    font-size: 1.6rem;
  }
}
.p-privacypolicy_item .description.list-indent--circle {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.p-privacypolicy_item .description.list-indent--circle:before {
  content: "・";
}
.p-privacypolicy_item .description.list-indent--circle .list-indent--line {
  padding-left: 1.5em;
  text-indent: -0.7em;
}
.p-privacypolicy_item .description.list-indent--circle .list-indent--line:before {
  content: "-";
  margin-right: 0.3em;
}
.p-privacypolicy_item .description .list-indent--line {
  padding-left: 2em;
  text-indent: -0.7em;
}
.p-privacypolicy_item .description .list-indent--line:before {
  content: "-";
  margin-right: 0.3em;
}
.p-privacypolicy_company {
  padding: 90px 40px 100px;
}
@media screen and (max-width: 850px) {
  .p-privacypolicy_company {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-privacypolicy_company {
    padding: 0 0 40px;
  }
}

/*===============================
p-contact
===============================*/
.p-contact_wrap {
  padding-bottom: 140px;
}
@media screen and (max-width: 850px) {
  .p-contact_wrap {
    padding-bottom: 90px;
  }
}
.p-contact_item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.p-contact_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-contact_item:not(:first-child) {
    margin-top: 20px;
  }
}
.p-contact_item .title p {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .p-contact_item .title p {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.p-contact_item .title .required {
  color: #fff;
  font-size: 1.3rem;
  background: #bb0000;
  padding: 0 6px;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  .p-contact_item .title .required {
    font-size: 1rem;
    padding: 0 6px;
    border-radius: 3px;
  }
}
.p-contact_item .detail {
  font-size: 1.7rem;
}
@media screen and (max-width: 850px) {
  .p-contact_item .detail {
    font-size: 1.4rem;
  }
}
.p-contact_item .detail .wpcf7-radio {
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .p-contact_item .detail .wpcf7-radio {
    flex-direction: column;
    margin-top: 10px;
  }
}
.p-contact_item .detail .wpcf7-list-item {
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 850px) {
  .p-contact_item .detail .wpcf7-list-item {
    width: 100%;
  }
}
.p-contact_item .detail .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.p-contact_item .detail .input {
  width: 100%;
  border: 1px solid #afafaf;
  padding: 0 20px;
  height: 60px;
}
@media screen and (max-width: 850px) {
  .p-contact_item .detail .input {
    padding: 0 15px;
    height: 50px;
  }
}
.p-contact_item .detail .input::placeholder {
  color: #868686;
}
.p-contact_item .detail .input:focus {
  outline: none;
  border: 2px solid #333333;
}
.p-contact_item .detail .input-small {
  width: 400px;
  border: 1px solid #afafaf;
  padding: 0 20px;
  height: 60px;
}
@media screen and (max-width: 850px) {
  .p-contact_item .detail .input-small {
    width: 67%;
    padding: 0 15px;
    height: 50px;
  }
}
.p-contact_item .detail .input-small::placeholder {
  color: #868686;
}
.p-contact_item .detail .input-small:focus {
  outline: none;
  border: 2px solid #333333;
}
.p-contact_item .detail .textarea {
  width: 100%;
  border: 1px solid #afafaf;
  padding: 10px 20px;
}
@media screen and (max-width: 850px) {
  .p-contact_item .detail .textarea {
    padding: 10px 15px;
  }
}
.p-contact_item .detail .textarea::placeholder {
  color: #868686;
}
.p-contact_item .detail .textarea:focus {
  outline: none;
  border: 2px solid #333333;
}
.p-contact_item .detail input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .p-contact_item .detail input[type=radio] {
    width: 16px;
    height: 16px;
  }
}
.p-contact_item .detail input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333333;
  content: "";
}
@media screen and (max-width: 850px) {
  .p-contact_item .detail input[type=radio]:checked:before {
    width: 8px;
    height: 8px;
  }
}
.p-contact_item .check {
  text-align: center;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.7rem;
}
.p-contact_item .check input[type=checkbox] {
  position: relative;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 1px solid #afafaf;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .p-contact_item .check input[type=checkbox] {
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
  }
}
.p-contact_item .check input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #afafaf;
  border-bottom: 2px solid #afafaf;
}
@media screen and (max-width: 850px) {
  .p-contact_item .check input[type=checkbox]:checked:before {
    top: 3px;
    left: 5px;
    width: 5px;
    height: 8px;
  }
}
.p-contact_item .check label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .p-contact_item .check label {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-contact_item .check .wpcf7-list-item {
  margin: 0 10px 0 0;
}
.p-contact_item .note {
  font-size: 1.4rem;
  margin-top: 15px;
}
.p-contact_check {
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .p-contact_check {
    margin-top: 25px;
  }
}
.p-contact_check p {
  text-align: center;
  padding: 20px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .p-contact_check p {
    padding: 15px;
  }
}
.p-contact_check p input[type=checkbox] {
  position: relative;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 1px solid #afafaf;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.p-contact_check p input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #afafaf;
  border-bottom: 2px solid #afafaf;
  content: "";
}
.p-contact_check p label {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .p-contact_check p label {
    font-size: 1.4rem;
  }
}
.p-contact_check p .wpcf7-list-item {
  margin: 0;
}
.p-contact_check p .required {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 1.3rem;
  background: #bb0000;
  padding: 0 6px;
  border-radius: 5px;
}
@media screen and (max-width: 850px) {
  .p-contact_check p .required {
    font-size: 1rem;
    padding: 0 6px;
    border-radius: 3px;
  }
}
.p-contact_submit {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-contact_submit {
    margin-top: 30px;
  }
}
.p-contact_submit p {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-contact_submit p {
    width: 75%;
  }
}
.p-contact_submit p:hover .arrow {
  border-left: 9px solid #fff;
}
.p-contact_submit p .wpcf7-spinner {
  display: none;
}
.p-contact_submit p .c-button {
  padding: 15px 40px 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .p-contact_submit p .c-button {
    width: 100%;
  }
}
.p-contact_submit p .arrow {
  display: inline-block;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #333333;
  border-right: 0;
  position: absolute;
  right: 40px;
  top: 50%;
}
.p-contact_privacypolicy {
  text-align: center;
  margin-top: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 850px) {
  .p-contact_privacypolicy {
    font-size: 1.1rem;
  }
}
.p-contact_privacypolicyLink {
  border-bottom: 1px solid #b4b4b4;
}
.p-contact_company {
  padding: 40px 40px 100px;
}
@media screen and (max-width: 850px) {
  .p-contact_company {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-contact_company {
    padding: 0 0 40px;
  }
}

.p-footer {
  display: flex;
  justify-content: space-between;
  color: #333333;
  padding: 40px 20px 60px;
}
@media screen and (max-width: 850px) {
  .p-footer {
    padding: 30px 0;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .p-footer_title {
    width: 75%;
    margin: 0 auto;
  }
}
.p-footer .privacypolicy {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-top: 25px;
}
.p-footer .copyright {
  display: inline-block;
  font-size: 1rem;
  margin-top: 15px;
}
.p-footer_navList {
  display: flex;
  gap: 50px;
}
.p-footer_navItem .category-list {
  margin-top: 15px;
  padding-left: 10px;
}
.p-footer_navItem .category-item:not(:first-child) {
  margin-top: 10px;
}
.p-footer_navItem .category-item a {
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 25px;
}
.p-footer_navItem .category-item a::before {
  content: "・";
  font-size: 2rem;
}
.p-footer_navItem .category-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
}
.p-footer_navTitle {
  font-family: nasalization, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  font-size: 2rem;
  padding-right: 1.3em;
}
.p-footer_navTitle.i-arrow {
  position: relative;
}
.p-footer_navTitle.i-arrow::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
}

/*===============================
top-mainvisual
===============================*/
.top-mainvisual {
  position: relative;
  height: calc(100vh + 50px);
}
@media screen and (max-width: 850px) {
  .top-mainvisual {
    height: 100vh;
  }
}
.top-mainvisual_title {
  position: absolute;
  bottom: calc(120px + 10vh);
  left: 8%;
}
@media screen and (max-width: 850px) {
  .top-mainvisual_title {
    bottom: 48%;
    left: 5%;
  }
}
.top-mainvisual_bg {
  width: 100%;
  height: 100%;
}
.top-mainvisual_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.top-mainvisual_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.top-mainvisual_scroll {
  position: absolute;
  bottom: 120px;
  left: 8%;
  transform: translate(-40%, 0) rotate(90deg);
}

/*===============================
top-about
===============================*/
.top-about {
  text-align: center;
  padding: 140px 0 160px;
}
@media screen and (max-width: 850px) {
  .top-about {
    padding: 50px 0;
  }
}
.top-about_title {
  position: relative;
}
.top-about_title .main-title {
  font-size: 8rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 850px) {
  .top-about_title .main-title {
    font-size: 3rem;
  }
}
.top-about_title .main-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 1px;
  background: #d7d7d7;
}
@media screen and (max-width: 850px) {
  .top-about_title .main-title::after {
    width: 30px;
  }
}
.top-about_detail {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .top-about_detail {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 850px) {
  .top-about_detail .text {
    font-size: 1.35rem;
  }
}
.top-about_detail .text:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .top-about_detail .text:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .top-about_detail .text p:last-child {
    text-align: left;
  }
}

/*===============================
top-service
===============================*/
.top-service {
  padding: 100px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .top-service {
    padding: 40px 0 50px;
  }
}
.top-service_head {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  .top-service_head {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.top-service_title {
  flex: 1;
}
.top-service_title .main-title {
  margin-top: -0.25em;
}
.top-service_toc {
  flex: 1;
}
@media screen and (max-width: 850px) {
  .top-service_toc {
    width: 100%;
  }
}
.top-service_tocList {
  justify-content: space-between;
  max-width: 400px;
}
@media screen and (max-width: 850px) {
  .top-service_tocList {
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .top-service_tocList .c-link:hover .c-link_underline:after {
    content: none;
  }
}
.top-service_column {
  display: flex;
}
@media screen and (max-width: 850px) {
  .top-service_column {
    flex-direction: column;
  }
}
.top-service_column:not(:first-child) {
  margin-top: 90px;
}
@media screen and (max-width: 850px) {
  .top-service_column:not(:first-child) {
    margin-top: 60px;
  }
}
.top-service_text {
  width: 50%;
  padding: 0 50px 0 130px;
}
@media screen and (max-width: 850px) {
  .top-service_text {
    width: 100%;
    padding: 0;
  }
}
.top-service_text .title {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .top-service_text .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.top-service_list {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .top-service_list {
    margin-top: 30px;
  }
}
.top-service_image {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 850px) {
  .top-service_image {
    margin-right: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 850px) {
  .top-service_image img {
    width: 100%;
  }
}

/*===============================
top-company
===============================*/
/*===============================
top-recruit
===============================*/
/*====================================
Layout Adjust
====================================*/
/* Text Style
----------------------------*/
.u-indentFull {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indentHalf {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.u-tCenter {
  text-align: center !important;
}

.u-tLeft {
  text-align: left !important;
}

.u-tRight {
  text-align: right !important;
}

.u-underline {
  text-decoration: underline;
}

.u-overline {
  text-decoration: overline;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-sticky {
  position: sticky;
}

.u-left0 {
  left: 0;
}

.u-right0 {
  right: 0;
}

.u-top0 {
  top: 0;
}

.u-bottom0 {
  bottom: 0;
}

.u-vTop {
  vertical-align: top !important;
}

.u-vMiddle {
  vertical-align: middle !important;
}

.u-vBottom {
  vertical-align: bottom !important;
}

.u-fLeft {
  float: left !important;
}

.u-fRight {
  float: right !important;
}

.u-fNone {
  float: none !important;
}

.u-color01 {
  color: #ff0000;
}

.u-color02 {
  color: #807f7f;
}

.u-color03 {
  color: #054872;
}

.u-colorWhite {
  color: #fff;
}

.u-colorBlack {
  color: #000;
}

.u-colorRed {
  color: #FF0;
}

.u-colorBlue {
  color: #0FF;
}

.u-bold {
  font-weight: bold;
}

.u-fontNormal {
  font-weight: normal !important;
}

.u-largeText {
  font-size: 117% !important;
}

.u-xlargeText {
  font-size: 125% !important;
}

.u-smallText {
  font-size: 92% !important;
}

.u-xsmallText {
  font-size: 84% !important;
}

.u-defaultText {
  font-size: 100% !important;
}

.u-focusOff {
  color: #aaa;
}

.u-focusOn {
  color: #262626;
}

.u-inline {
  display: inline !important;
}

.u-block {
  display: block !important;
}

.u-none {
  display: none !important;
}

.u-sectionLine {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c8c8c8;
}

/* fontsize
----------------------------*/
.u-fontSize10 {
  font-size: 10px !important;
}

.u-fontSize11 {
  font-size: 11px !important;
}

.u-fontSize12 {
  font-size: 12px !important;
}

.u-fontSize13 {
  font-size: 13px !important;
}

.u-fontSize14 {
  font-size: 14px !important;
}

.u-fontSize15 {
  font-size: 15px !important;
}

.u-fontSize16 {
  font-size: 16px !important;
}

.u-fontSize17 {
  font-size: 17px !important;
}

.u-fontSize18 {
  font-size: 18px !important;
}

.u-fontSize19 {
  font-size: 19px !important;
}

.u-fontSize20 {
  font-size: 20px !important;
}

.u-fontSize21 {
  font-size: 21px !important;
}

.u-fontSize22 {
  font-size: 22px !important;
}

.u-fontSize23 {
  font-size: 23px !important;
}

.u-fontSize24 {
  font-size: 24px !important;
}

.u-fontSize25 {
  font-size: 25px !important;
}

.u-fontSize26 {
  font-size: 26px !important;
}

.u-fontSize27 {
  font-size: 27px !important;
}

.u-fontSize28 {
  font-size: 28px !important;
}

.u-fontSize29 {
  font-size: 29px !important;
}

.u-fontSize30 {
  font-size: 30px !important;
}

.u-fontSize31 {
  font-size: 31px !important;
}

.u-fontSize32 {
  font-size: 32px !important;
}

.u-fontSize33 {
  font-size: 33px !important;
}

.u-fontSize34 {
  font-size: 34px !important;
}

.u-fontSize35 {
  font-size: 35px !important;
}

.u-fontSize36 {
  font-size: 36px !important;
}

.u-fontSize37 {
  font-size: 37px !important;
}

.u-fontSize38 {
  font-size: 38px !important;
}

.u-fontSize39 {
  font-size: 39px !important;
}

.u-fontSize40 {
  font-size: 40px !important;
}

/* margin
----------------------------*/
.u-m00 {
  margin: 0 !important;
}

.u-m01 {
  margin: 1px !important;
}

.u-m02 {
  margin: 2px !important;
}

.u-m03 {
  margin: 3px !important;
}

.u-m04 {
  margin: 4px !important;
}

.u-m05 {
  margin: 5px !important;
}

.u-m06 {
  margin: 6px !important;
}

.u-m07 {
  margin: 7px !important;
}

.u-m08 {
  margin: 8px !important;
}

.u-m09 {
  margin: 9px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt00 {
  margin-top: 0 !important;
}

.u-mt01 {
  margin-top: 1px !important;
}

.u-mt02 {
  margin-top: 2px !important;
}

.u-mt03 {
  margin-top: 3px !important;
}

.u-mt04 {
  margin-top: 4px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt06 {
  margin-top: 6px !important;
}

.u-mt07 {
  margin-top: 7px !important;
}

.u-mt08 {
  margin-top: 8px !important;
}

.u-mt09 {
  margin-top: 9px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb01 {
  margin-bottom: 1px !important;
}

.u-mb02 {
  margin-bottom: 2px !important;
}

.u-mb03 {
  margin-bottom: 3px !important;
}

.u-mb04 {
  margin-bottom: 4px !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb06 {
  margin-bottom: 6px !important;
}

.u-mb07 {
  margin-bottom: 7px !important;
}

.u-mb08 {
  margin-bottom: 8px !important;
}

.u-mb09 {
  margin-bottom: 9px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr01 {
  margin-right: 1px !important;
}

.u-mr02 {
  margin-right: 2px !important;
}

.u-mr03 {
  margin-right: 3px !important;
}

.u-mr04 {
  margin-right: 4px !important;
}

.u-mr05 {
  margin-right: 5px !important;
}

.u-mr06 {
  margin-right: 6px !important;
}

.u-mr07 {
  margin-right: 7px !important;
}

.u-mr08 {
  margin-right: 8px !important;
}

.u-mr09 {
  margin-right: 9px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml01 {
  margin-left: 1px !important;
}

.u-ml02 {
  margin-left: 2px !important;
}

.u-ml03 {
  margin-left: 3px !important;
}

.u-ml04 {
  margin-left: 4px !important;
}

.u-ml05 {
  margin-left: 5px !important;
}

.u-ml06 {
  margin-left: 6px !important;
}

.u-ml07 {
  margin-left: 7px !important;
}

.u-ml08 {
  margin-left: 8px !important;
}

.u-ml09 {
  margin-left: 9px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/* padding
----------------------------*/
.u-p00 {
  padding: 0 !important;
}

.u-p01 {
  padding: 1px !important;
}

.u-p02 {
  padding: 2px !important;
}

.u-p03 {
  padding: 3px !important;
}

.u-p04 {
  padding: 4px !important;
}

.u-p05 {
  padding: 5px !important;
}

.u-p06 {
  padding: 6px !important;
}

.u-p07 {
  padding: 7px !important;
}

.u-p08 {
  padding: 8px !important;
}

.u-p09 {
  padding: 9px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt00 {
  padding-top: 0 !important;
}

.u-pt01 {
  padding-top: 1px !important;
}

.u-pt02 {
  padding-top: 2px !important;
}

.u-pt03 {
  padding-top: 3px !important;
}

.u-pt04 {
  padding-top: 4px !important;
}

.u-pt05 {
  padding-top: 5px !important;
}

.u-pt06 {
  padding-top: 6px !important;
}

.u-pt07 {
  padding-top: 7px !important;
}

.u-pt08 {
  padding-top: 8px !important;
}

.u-pt09 {
  padding-top: 9px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb01 {
  padding-bottom: 1px !important;
}

.u-pb02 {
  padding-bottom: 2px !important;
}

.u-pb03 {
  padding-bottom: 3px !important;
}

.u-pb04 {
  padding-bottom: 4px !important;
}

.u-pb05 {
  padding-bottom: 5px !important;
}

.u-pb06 {
  padding-bottom: 6px !important;
}

.u-pb07 {
  padding-bottom: 7px !important;
}

.u-pb08 {
  padding-bottom: 8px !important;
}

.u-pb09 {
  padding-bottom: 9px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr01 {
  padding-right: 1px !important;
}

.u-pr02 {
  padding-right: 2px !important;
}

.u-pr03 {
  padding-right: 3px !important;
}

.u-pr04 {
  padding-right: 4px !important;
}

.u-pr05 {
  padding-right: 5px !important;
}

.u-pr06 {
  padding-right: 6px !important;
}

.u-pr07 {
  padding-right: 7px !important;
}

.u-pr08 {
  padding-right: 8px !important;
}

.u-pr09 {
  padding-right: 9px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl01 {
  padding-left: 1px !important;
}

.u-pl02 {
  padding-left: 2px !important;
}

.u-pl03 {
  padding-left: 3px !important;
}

.u-pl04 {
  padding-left: 4px !important;
}

.u-pl05 {
  padding-left: 5px !important;
}

.u-pl06 {
  padding-left: 6px !important;
}

.u-pl07 {
  padding-left: 7px !important;
}

.u-pl08 {
  padding-left: 8px !important;
}

.u-pl09 {
  padding-left: 9px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/* clearfix ------- */
.clear:before, .clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/*====================================
Every Parts
====================================*/
/* Pc Top
----------------------------*/
.header .boxLevel1 {
  height: 60px;
}

.boxLevel2 {
  margin: 10px 0;
}

.header .headerSerch {
  width: 730px;
  height: 60px;
}

.header .headerSerch .text {
  width: 600px;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
}

.header .headerSerch input.btn {
  width: 60px;
  height: 40px;
  margin-left: 5px;
}

.header .headerMenu {
  margin: 15px auto;
}

.header .lText {
  width: 65%;
}

.header .rMenu {
  text-align: right;
}

.header .rMenu li {
  margin: 0 10px;
}

/*
.contents {
width: 1200px;
margin: 0 auto 20px auto;
} */
.contentsLeft {
  width: 230px;
  margin-right: 50px;
  float: left;
}

.contentsLeft .lSearchArea {
  padding: 20px 20px;
  background: #ccc;
  margin-bottom: 20px;
}

.contentsLeft .lSearchArea dd {
  text-align: center;
}

.contentsLeft .lSearchArea select {
  width: 190px;
  height: 25px;
}

.contentsLeft .lSearchArea input {
  width: 190px;
  height: 20px;
}

.contentsLeft .lSearchArea .searchBtn {
  text-align: center;
}

.contentsLeft .lSearchArea .btn {
  height: 40px;
  text-align: center;
  padding: 5px 80px;
}

.contentsLeft .sideMenu {
  padding: 10px;
}

.contentsLeft .sideMenu li {
  list-style-type: disc !important;
  list-style-position: inside;
  line-height: 1.5;
}

.contentsRight {
  width: 920px;
  float: left;
}

.footer .fTop {
  background: #ccc;
}

.footer .boxLevel4 {
  width: 1200px;
  margin: 0 auto;
}

.footer .fTitle {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.footer .fBottom {
  width: 1200px;
  margin: 30px auto 0 auto;
}

.footer .fMenu {
  text-align: center;
  margin-bottom: 0;
  background: #ccc;
  padding: 10px 0;
}

.footer .fMenu li {
  display: inline;
  padding: 0 15px;
}

.footer .fCopy {
  background: #000;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}

.coverToTop {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 130px;
  background: #aaa;
  color: #000;
  font-size: 32px;
  text-align: center;
}

.toTop {
  position: relative;
}

.toTop a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-coupon_end {
  padding: 0 !important;
}

.js-toggleButton_line.scrolled .line {
  background: #fff;
}

.js-mainvisual_title.show .p-mainvisual_text::after {
  transition-property: transform, opacity;
  transition-duration: 1s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(-8vw, 0, 0);
}
.js-mainvisual_title.done .p-mainvisual_text::after {
  transition-property: transform;
  transition-duration: 1s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(calc(-8vw - 100%), 0, 0);
}
@media screen and (max-width: 850px) {
  .js-mainvisual_title.done .p-mainvisual_text::after {
    transition-delay: 0s;
  }
}
.js-mainvisual_title.done .p-mainvisual_text .text {
  opacity: 1;
  transition-delay: 0.2s;
}
@media screen and (max-width: 850px) {
  .js-mainvisual_title.done .p-mainvisual_text .text {
    transition-delay: 0s;
  }
}