@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* add
   ========================================================================== */
figure, ul, ol, li, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/* ---------------------------------------------------------
   util.css
--------------------------------------------------------- */
/* layout */
.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.f_left {
  float: left !important;
}

.f_right {
  float: right !important;
}

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

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

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

.z0 {
  position: relative !important;
  z-index: 0 !important;
}

/* Micro clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  overflow: hidden;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

/* font */
.bold {
  font-weight: bold !important;
}

.no_bold {
  font-weight: normal !important;
}

/* fontsize */
.f10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.f11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.f21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.f31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.f32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.f33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.f34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.f35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.f36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.f37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.f38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.f39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.f40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

/* line-height */
.lh10 {
  line-height: 10px !important;
}

.lh11 {
  line-height: 11px !important;
}

.lh12 {
  line-height: 12px !important;
}

.lh13 {
  line-height: 13px !important;
}

.lh14 {
  line-height: 14px !important;
}

.lh15 {
  line-height: 15px !important;
}

.lh16 {
  line-height: 16px !important;
}

.lh17 {
  line-height: 17px !important;
}

.lh18 {
  line-height: 18px !important;
}

.lh19 {
  line-height: 19px !important;
}

.lh20 {
  line-height: 20px !important;
}

.lh21 {
  line-height: 21px !important;
}

.lh22 {
  line-height: 22px !important;
}

.lh23 {
  line-height: 23px !important;
}

.lh24 {
  line-height: 24px !important;
}

.lh25 {
  line-height: 25px !important;
}

.lh26 {
  line-height: 26px !important;
}

.lh27 {
  line-height: 27px !important;
}

.lh28 {
  line-height: 28px !important;
}

.lh29 {
  line-height: 29px !important;
}

.lh30 {
  line-height: 30px !important;
}

.lh31 {
  line-height: 31px !important;
}

.lh32 {
  line-height: 32px !important;
}

.lh33 {
  line-height: 33px !important;
}

.lh34 {
  line-height: 34px !important;
}

.lh35 {
  line-height: 35px !important;
}

.lh36 {
  line-height: 36px !important;
}

.lh37 {
  line-height: 37px !important;
}

.lh38 {
  line-height: 38px !important;
}

.lh39 {
  line-height: 39px !important;
}

.lh40 {
  line-height: 40px !important;
}

/* Margin-Top & Padding-Top */
.mt00 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* Margin-Right & Padding-Right */
.mr00 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* Margin-Bottom & Padding-Bottom */
.mb00 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* Margin-Left & Padding-Left */
.ml00 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pb85 {
  padding-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* ---------------------------------------------------------
   add
----------------------------------------------------------*/
/* 古いIEへ警告 */
.ie-prompt {
  text-align: center;
  margin: 0px auto 0px;
  padding: 10px;
  background-color: #ccc;
  color: #000;
}

.ie-prompt a {
  color: #000;
}

/* 音声ブラウザ用 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* プリント表示非表示 */
/* over */
.opacity:hover {
  opacity: 0.7;
}

.opacity:hover img {
  opacity: 0.7;
}

/* ---------------------------------------------------------
   base.css
----------------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #000;
  width: 100vw;
  font-size: 1.6rem;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  line-height: 1.6;
  word-break: break-all;
  overflow-x: hidden;
}

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

p {
  color: #000;
}

p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* ==============================================================
# フェードイン
============================================================== */
.up {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.up.fade_on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.down {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.down.fade_on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.left {
  margin: 0;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}
.left.fade_on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.right {
  margin: 0;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}
.right.fade_on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ---------------------------------------------------------
default・option
----------------------------------------------------------*/
.en {
  font-family: "co-headline", sans-serif;
  font-weight: 700;
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.wrapper {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 3rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}

.black_btn_area {
  text-align: center;
  margin-top: 5rem;
}

/* ==============================================================
# ボタン
============================================================== */
.black_btn {
  width: 23rem;
  background-color: #000;
  border-radius: 3rem;
  border: solid 3px #000;
  color: #fff !important;
  font-size: 1.5rem;
  font-family: "co-headline", sans-serif;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.black_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 1rem;
  -webkit-mask: url(../img/common/arrow_right.svg);
          mask: url(../img/common/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s ease, right 0.3s ease;
  transition: background 0.3s ease, right 0.3s ease;
}
.black_btn[target=_blank]::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}
.contact_cta .black_btn, .menu_content .black_btn {
  width: 100%;
  max-width: 250px;
}
.service_project_r .black_btn {
  margin-right: 10px;
}
.service_project_r .black_btn + .black_btn {
  margin-left: 0;
  margin-top: 15px;
}
.black_btn:hover {
  background-color: #fff;
  color: #000 !important;
}
.black_btn:hover::after {
  background: #000;
  right: 1.5rem;
}
.black_btn.newtab {
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

/* ==============================================================
# カード
============================================================== */
.c-card {
  display: block;
  border: 1px solid #B0B0B0;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.c-card__img {
  line-height: 0;
  overflow: hidden;
}
.c-card__img img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  aspect-ratio: 120/85;
	object-fit: cover;
}

.c-card__body {
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.c-card__cat {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0.2rem 0.5rem;
}
.c-card__cat.cat-14 {
  background: #E5C500;
}
.c-card__cat.cat-15 {
  background: #1B2289;
}
.c-card__cat.cat-16 {
  background: #1A9323;
}

.c-card__title {
  font-weight: bold;
  line-height: 1.6;
}

.c-card__address {
  color: #B0B0B0;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}

/* ==============================================================
# 
============================================================== */
.section_ttl {
  font-size: 4rem;
  letter-spacing: 0.4rem;
  text-align: center;
  margin: 0 auto 80px;
  top: 30px;
  padding: 0 !important;
  border: 0 !important;
  text-transform: uppercase;
}
.top_news .section_ttl {
  margin: 0 auto 60px;
}
.design .section_ttl, .management .section_ttl, .support .section_ttl {
  margin: 0;
}
.contact_cta .section_ttl {
  margin: 0 auto 40px;
  position: relative;
}
.section_ttl.fade_on {
  top: 0;
}

.c-section-head {
  position: relative;
  padding-bottom: 8rem;
  top: 3rem;
}
.c-section-head.fade_on {
  top: 0;
}

.c-section-head__title {
  font-size: 4rem;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.c-section-head__ja {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 !important;
  border: 0 !important;
}

.section_ttl_area {
  position: relative;
}
.section_ttl_area span {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  padding: 0 !important;
  border: 0 !important;
}
.design .section_ttl_area, .management .section_ttl_area, .support .section_ttl_area {
  margin-bottom: 80px;
}
.contact_cta .section_ttl_area {
  margin: 0 auto 40px;
}

.cta_img01,
.cta_img02 {
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta_img01 {
  left: 90px;
  width: 200px;
  height: 97px;
}

.cta_img02 {
  right: 90px;
  width: 150px;
  height: 58px;
  background-size: contain;
}

.decoration_img {
  position: absolute;
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fade_off.animate01, .fade_off.animate02, .fade_off.animate03 {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

.fade_on {
  opacity: 1;
}
.fade_on .animate01 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fade_on.animate02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fade_on.animate03 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fadein.up {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.row {
  margin-top: 100px;
}

/* ==============================================================
# ヘッダー
============================================================== */
#header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  background: #fff;
}

.header_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.6rem 4rem 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_logo a {
  display: block;
  line-height: 1;
  color: #000;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}

.header_nav_ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_nav_ul li {
  margin-right: 30px;
  position: relative;
}
.header_nav_ul li:last-child {
  margin-right: 0;
}
.header_nav_ul li:last-child a:hover:after {
  display: none;
}
.header_nav_ul li:last-child:nth-child(6) a, .header_nav_ul li:last-child:nth-child(7) a {
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.header_nav_ul li:last-child:nth-child(6) a:hover, .header_nav_ul li:last-child:nth-child(7) a:hover {
  opacity: 0.5;
}
.header_nav_ul a,
.header_nav_ul .service_trigger {
  fill: #221815;
}
.header_nav_ul a svg,
.header_nav_ul .service_trigger svg {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.header_nav_ul a:hover,
.header_nav_ul .service_trigger:hover {
  text-decoration: none;
}

.service_trigger {
  position: relative;
}
.service_trigger:hover > .service_menu {
  opacity: 1;
}

.header_menu_ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_menu_ul li {
  margin-right: 30px;
}
.header_menu_ul li:nth-child(6) a, .header_menu_ul li:nth-child(7) a, .header_menu_ul li:last-child a {
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.header_menu_ul li:nth-child(6) a:hover, .header_menu_ul li:nth-child(7) a:hover, .header_menu_ul li:last-child a:hover {
  opacity: 0.5;
  border-bottom: none;
}
.header_menu_ul li:nth-child(6) {
  margin-right: 20px;
}
.header_menu_ul li:nth-child(7) {
  margin-right: 14px;
}
.header_menu_ul li:last-child {
  margin-right: 0;
}
.header_menu_ul li a {
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.header_menu_ul li a svg {
  width: 20px;
  height: auto;
  vertical-align: sub;
}
.header_menu_ul li a:hover {
  border-bottom: solid 2px #000;
}

.c-shop {
  background: #000;
  position: relative;
  padding: 15px 40px 10px;
  border-radius: 5px;
  display: block;
  max-width: 250px;
  margin: 0 auto !important;
}
.c-shop span:not([class]) {
  color: #fff;
  font-size: 15px;
  position: relative;
}
.c-shop::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes shine {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
    left: 125%;
  }
}

@keyframes shine {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
    left: 125%;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-shop__label {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1;
}
.c-shop__label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(../svg/icons/shop.svg) no-repeat center center/contain;
  vertical-align: sub;
  margin-right: 4px;
}

.service_trigger {
  position: relative;
  cursor: pointer;
}
.service_trigger:hover > .service_menu {
  display: block;
}
.service_trigger p {
  letter-spacing: 0.1rem;
}
.service_trigger p svg {
  width: 10px;
  height: auto;
  margin-left: 10px;
}

.service_menu {
  display: none;
  position: absolute;
  z-index: 2;
  width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 25px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.service_menu li {
  margin-right: 0;
  padding: 15px 10px;
  background-color: white;
}
.service_menu li a {
  font-size: 1.4rem;
  font-weight: bold;
}
.service_menu li a:hover {
  cursor: pointer;
  color: #B4B4B4;
  border-bottom: none;
}
.service_menu li a:hover:after {
  display: none;
}

.header_menu {
  display: none;
}

.menu-btn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 3rem;
  height: 6rem;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 3rem 0 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-btn__line {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.menu-btn__line span {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.3rem;
  background: #333;
  -webkit-transition: opacity 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, top 0.3s;
  transition: transform 0.3s, opacity 0.3s, top 0.3s, -webkit-transform 0.3s;
  display: block;
}
.menu-btn__line span:nth-child(1) {
  top: calc(50% - 1rem);
  width: 3rem;
}
.menu-btn__line span:nth-child(2) {
  top: 50%;
  width: 2.1rem;
}
.menu-btn__line span:nth-child(3) {
  top: calc(50% + 1rem);
  width: 1.2rem;
}

body.open .menu-btn__line span:nth-child(1) {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
body.open .menu-btn__line span:nth-child(2) {
  opacity: 0;
}
body.open .menu-btn__line span:nth-child(3) {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.menu_content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -80%;
  z-index: 9000;
  overflow: auto;
  width: 80%;
  height: 100%;
  margin: 0;
  padding: 50px 25px;
  background: #fff;
  box-sizing: border-box;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.open .menu_content {
  right: 0;
}
.menu_content a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  margin-left: 0;
}

.menu_content_logo {
  text-align: center;
}
.menu_content_logo img {
  width: 70px;
  height: auto;
}

.menu_content_list {
  text-align: center;
  margin-top: 60px;
}
.menu_content_list > li {
  font-size: 1.6rem;
  margin-bottom: 15px;
  position: relative;
}
.menu_content_list > li:nth-child(4) {
  margin-top: 32px;
}
.menu_content_list > li:last-child {
  margin-bottom: 0;
}
.menu_content_list > li p {
  font-size: 1.6rem;
}
.menu_content_list > li a {
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.menu_content_list > li:hover a {
  color: #000;
  font-weight: normal;
}
.menu_content_list > li svg {
  width: 10px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.menu_content_list > li ul {
  margin-left: 0;
  margin-top: 10px;
}
.menu_content_list > li ul li {
  position: relative;
  margin-bottom: 10px;
}
.menu_content_list > li ul li a {
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
}

.menu_content_sns {
  margin-top: 20px;
}
.menu_content_sns a svg {
  position: static !important;
  width: 20px !important;
  top: auto !important;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  margin: 0 10px;
}

p.drop_btn {
  position: relative;
}
p.drop_btn:after {
  position: absolute;
  background: url("../svg/icons/arrowSimpleRight.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
p.drop_btn + ul {
  display: none;
}
p.drop_btn + ul li {
  margin-bottom: 20px;
}

p.open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* ==============================================================
# フッター
============================================================== */
footer {
  margin-top: 15rem;
  border-top: solid 1px #E6E6E6;
  position: relative;
}

.footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 1px #E6E6E6;
}

.footer_inner_l {
  width: 50%;
  border-right: solid 1px #E6E6E6;
  padding: 5rem 7rem 5rem 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.footer_inner_l h2 {
  border: none;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}

.footer_company_info {
  margin-top: 3rem;
}
.footer_company_info li {
  margin-bottom: 2rem;
}
.footer_company_info li:last-child {
  margin-bottom: 0;
}
.footer_company_info li h3 {
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  margin: 0;
  border: none;
  line-height: 1.3;
}
.footer_company_info li h3 a {
  margin-left: 0;
}
.footer_company_info li h3 a::after {
  width: 1.6rem !important;
  height: 1.6rem !important;
}
.footer_company_info li h3 span {
  font-family: initial;
}
.footer_company_info li p {
  margin-top: 1rem;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.5;
}
.footer_company_info li p a {
  display: inline-block;
}
@media screen and (max-width:768px) {
	
.footer_company_info li p a{
	display: block;
	margin-left: 0;
}
}

.footer_company_info li a {
  color: #000;
  font-size: 1.2rem;
  margin-left: 1rem;
  text-decoration: underline;
}
.footer_company_info li a[target=_blank] {
  position: relative;
}
.footer_company_info li a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.footer_inner_r {
  width: 50%;
  padding: 5rem 10rem 5rem 7rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.footer_inner_r .footer_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 3rem;
}
.footer_inner_r .footer_menu li {
  position: relative;
  margin-right: 5.5rem;
}
.footer_inner_r .footer_menu li:last-child {
  margin-right: 0;
}
.footer_inner_r .footer_menu li svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2rem;
  width: 1rem;
}
.footer_inner_r .footer_menu li a {
  letter-spacing: 0.1rem;
  color: #000;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.footer_inner_r .footer_menu li a:hover {
  color: #B4B4B4;
  fill: #B4B4B4;
}
.footer_inner_r .footer_menu li ul {
  position: relative;
  margin-left: 0;
}
.footer_inner_r .footer_menu li ul li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-right: 0;
}
.footer_inner_r .footer_menu li ul li:last-child {
  margin-bottom: 0;
}
.footer_inner_r .footer_menu li p {
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.footer_menu_link {
  display: block;
}

.l-footer__shop {
  margin-top: 3rem;
}

.footer_sns {
  margin-top: 2rem;
}
.footer_sns a {
  display: inline-block;
  margin-right: 1rem;
}
.footer_sns a svg {
  position: static !important;
  width: 2rem !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.copy {
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0;
}

.page_top {
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  z-index: 999;
  -webkit-transition: none;
  transition: none;
}

.decoration11 {
  z-index: -1;
  left: -12rem;
  bottom: -11rem;
}

.dib {
  display: inline-block;
}

/* ==============================================================
# FV
============================================================== */
.mv_img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.scrolldown {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 2;
  padding: 0 10px 60px;
  overflow: hidden;
  color: #3e3f4C;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
a.scrolldown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100px;
  background: #000;
  -webkit-animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.footer a.scrolldown:after {
  height: 70px;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* ==============================================================
# CONCEPT
============================================================== */
.p-top-about {
  padding-top: 20rem;
}
.p-top-about .wrapper {
  position: relative;
  padding-top: 9rem;
}

.p-top-about__l {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10rem 3rem;
  width: 100%;
}
.p-top-about__l:before {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: transparent;
  border-radius: 0 1rem 1rem 0;
  content: "";
  z-index: -1;
  margin-right: -50%;
  right: 160%;
  top: 0;
  display: inline-block;
}
.p-top-about__l.fade_on:before {
  position: absolute;
  height: 100%;
  width: 150%;
  background-color: #F7F8F6;
  border-radius: 0 1rem 1rem 0;
  content: "";
  z-index: -1;
  margin-right: -50%;
  right: 100%;
  top: 0;
  display: inline-block;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-top-about__l h2 {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.p-top-about__l h2 span {
  display: inline-block;
  margin-left: 7rem;
  font-size: 4.8rem;
  padding: 1rem 1rem 1rem;
  letter-spacing: 0.04em;
  border-bottom: solid 3px #000;
}
.p-top-about__l h2 span rt {
  font-size: 1.9rem;
  margin-bottom: 4px;
}

.decoration01_about {
  position: absolute;
  top: 36rem;
  left: 11.6rem;
  width: 21.8rem;
}

.decoration02_about {
  position: absolute;
  top: 50rem;
  left: 23rem;
  width: 18.7rem;
}

.decoration03_about {
  position: absolute;
  top: 53rem;
  left: 3rem;
  width: 22.4rem;
}

.p-top-about__r {
  width: 56.2%;
  margin-left: auto;
  position: relative;
}
.p-top-about__r h3 {
  border-bottom: none;
  font-size: 2.3rem;
  line-height: 1.8;
  margin: 0 auto 3rem;
}
.p-top-about__r p {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 2.2;
}
.p-top-about__r p:nth-child(n+2) {
  margin-top: 5rem;
}
.p-top-about__r:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3rem;
  right: -3rem;
  background-color: #fff;
  background-image: radial-gradient(#000 25%, transparent 25%), radial-gradient(#000 25%, transparent 25%);
  background-size: 2.8rem 2.8rem;
  background-position: 0 0, 1.5rem 1.5rem;
  width: 100%;
  height: 0;
  z-index: -1;
  border-radius: 1rem;
  opacity: 1;
}
.p-top-about__r:after {
  content: "CONCEPT";
  font-size: 3.5rem;
  font-family: "co-headline", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  position: absolute;
  top: -3rem;
  right: -2rem;
  display: inline-block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.p-top-about__r.fade_on {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-top-about__r.fade_on:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.p-top-about__r.fade_on:after {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  top: -7rem;
  right: 2rem;
}
.p-top-about__r.fade_on .p-top-about__r-body {
  top: 0;
  right: 0;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 1;
}

.p-top-about__r-body {
  background-color: #fff;
  border-radius: 1rem;
  border: solid 0.5rem #000;
  padding: 7rem 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3rem;
  right: -3rem;
  position: relative;
  opacity: 1;
}
.p-top-about__r-body .black_btn_area {
  text-align: left;
}

/* ==============================================================
# RELATIONSHIP
============================================================== */
.p-top-relation {
  padding: 20rem 3rem 15rem;
  max-width: 126rem;
  margin: 0 auto;
}

.p-top-relation__wrapper {
  padding: 10rem 0;
  margin: 0 auto;
  background: rgba(232, 232, 240, 0.3);
  border-radius: 3rem;
}

.p-top-relation__text {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
}

.p-top-relation__swiper {
  margin-top: 6rem;
  overflow: visible;
}

.p-top-relation__items.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}

.p-top-relation__item {
  width: auto;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-top-relation__item-title {
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  font-size: clamp(1.5rem, 1.583vw, 1.9rem);
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  position: relative;
}
.p-top-relation__item-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.p-top-relation__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7px 5.6px 0 5.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.p-top-relation__item-imgs {
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

.p-top-relation__item-img {
  display: block;
  width: 100%;
  max-width: 28.6rem;
  margin: 0 auto;
}
.p-top-relation__item-img img {
  width: 100%;
}
.p-top-relation__item-img.before {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-top-relation__item-img.after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

/* ==============================================================
# MAP
============================================================== */
.p-map {
  position: relative;
  width: 80%;
  min-width: 96rem;
  margin: 0 auto;
  /* --------------- 動くイラスト --------------- */
}
.p-map img {
  width: 100%;
  height: auto;
}
.p-map .black_square_btn {
  position: absolute;
}
.p-map .cloud01 {
  top: 0;
  left: 16.67%;
  width: 13.2rem;
  width: 8.73vw;
}
.p-map .cloud02 {
  top: 3.5rem;
  top: 2.314vw;
  right: 13.58%;
  width: 14.9rem;
  width: 9.854vw;
}
.p-map .cloud03 {
  top: 44.6rem;
  top: 29.49vw;
  left: 0;
  width: 11.6rem;
  width: 7.67vw;
}
.p-map .wave {
  top: 32rem;
  top: 21.16vw;
  right: 36.08%;
  width: 18.5rem;
  width: 12.23vw;
}
.p-map .moving-down1 {
  -webkit-animation: movingDown 2s infinite;
          animation: movingDown 2s infinite;
}
.p-map .moving-down2 {
  -webkit-animation: movingDown 3s infinite;
          animation: movingDown 3s infinite;
}
.p-map .moving-up1 {
  -webkit-animation: movingUp 2s infinite;
          animation: movingUp 2s infinite;
}
.p-map .moving-up2 {
  -webkit-animation: movingUp 2.5s infinite;
          animation: movingUp 2.5s infinite;
}
.p-map .moving-left {
  -webkit-animation: movingLeft 2.5s infinite;
          animation: movingLeft 2.5s infinite;
}

@-webkit-keyframes movingDown {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 7px);
            transform: rotate(0deg) translate(0, 7px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}

@keyframes movingDown {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 7px);
            transform: rotate(0deg) translate(0, 7px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}
@-webkit-keyframes movingUp {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, -7px);
            transform: rotate(0deg) translate(0, -7px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes movingUp {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, -7px);
            transform: rotate(0deg) translate(0, -7px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}
@-webkit-keyframes movingLeft {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(7px, 0);
            transform: rotate(0deg) translate(7px, 0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes movingLeft {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(7px, 0);
            transform: rotate(0deg) translate(7px, 0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}
.p-map__img {
  display: block;
}

.black_square_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 23rem;
  padding: 1rem 3rem;
  height: 7.2rem;
  border-radius: 1rem;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #000;
  line-height: 1.5;
  font-size: clamp(1.3rem, 1.268vw, 1.6rem);
}
.black_square_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.black_square_btn.design {
  top: 11rem;
  top: 7.275vw;
  left: 5.2rem;
  left: 3.439vw;
}
.black_square_btn.outsourcing {
  right: 4.7rem;
  right: 3.108vw;
  bottom: 9.8rem;
  bottom: 6.481vw;
}
.black_square_btn.real-estate {
  top: 14.7rem;
  top: 9.722vw;
  right: 6.2rem;
  right: 4.1vw;
}
.black_square_btn.student {
  left: 7.1rem;
  left: 4.695vw;
  bottom: 10.5rem;
  bottom: 6.944vw;
}

/* ==============================================================
# SERVICE
============================================================== */
.p-bg {
  background: #F7F8F6;
}

.p-ziguzagu {
  position: relative;
  background: #F7F8F6;
  z-index: 1;
}
.p-ziguzagu:before {
  content: "";
  background: url("../svg/icons/triangle_gray.svg");
  top: -2.1rem;
  left: 0;
  width: 100%;
  height: 2.2rem;
  display: inline-block;
  position: absolute;
}
.p-ziguzagu:after {
  content: "";
  background: url("../svg/icons/triangle_gray.svg");
  bottom: -2.1rem;
  left: 0;
  width: 100%;
  height: 2.2rem;
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-top-service {
  margin-top: 15rem;
  padding: 18rem 0;
}
.p-top-service .deco02,
.p-top-service .deco04 {
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}
.p-top-service .deco02.fade_on,
.p-top-service .deco04.fade_on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-top-service .deco02 {
  right: 16.3rem;
  top: -7.7rem;
  width: 13.4rem;
}
.p-top-service .deco04 {
  top: -7.7rem;
  right: 4.5rem;
  width: 12.3rem;
  mix-blend-mode: multiply;
}

.p-top-service__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12rem;
}

.p-top-service__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem 4rem;
}
.p-top-service__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-top-service__item.design .p-top-service__item-body-wrap::before {
  background-image: repeating-linear-gradient(-45deg, #E5C500, #E5C500 5px, transparent 5px, transparent 15px);
}
.p-top-service__item.design .p-top-service__item-img-wrap::before {
  top: 47%;
}
.p-top-service__item.design .p-top-service__item-img-wrap img {
  width: 69.8%;
}
.p-top-service__item.outsourcing .p-top-service__item-body-wrap::before {
  background-image: repeating-linear-gradient(-45deg, #1B2289, #1B2289 5px, transparent 5px, transparent 15px);
}
.p-top-service__item.outsourcing .p-top-service__item-img-wrap img {
  width: 80.6%;
}
.p-top-service__item.real-estate .p-top-service__item-body-wrap::before {
  background-image: repeating-linear-gradient(-45deg, #1A9323, #1A9323 5px, transparent 5px, transparent 15px);
}
.p-top-service__item.real-estate .p-top-service__item-img-wrap::before {
  bottom: -5%;
}
.p-top-service__item.real-estate .p-top-service__item-img-wrap img {
  width: 57.4%;
}
.p-top-service__item.student .p-top-service__item-body-wrap::before {
  background-image: repeating-linear-gradient(-45deg, #000, #000 5px, transparent 5px, transparent 15px);
}
.p-top-service__item.student .p-top-service__item-img-wrap::before {
  bottom: -15%;
}
.p-top-service__item.student .p-top-service__item-img-wrap img {
  width: 69%;
}

.p-top-service__item-img-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-top-service__item-img-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 42.8rem;
  aspect-ratio: 42.8/14.4;
  background: #E9E9E9;
  border-radius: 100%;
  z-index: -1;
}

.p-top-service__item-img {
  display: block;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-top-service__item-img.fade_on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-top-service__item-body-wrap {
  position: relative;
}
.p-top-service__item-body-wrap::before {
  content: "";
  position: absolute;
  top: 2rem;
  right: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  z-index: -1;
}
.p-top-service__item-body-wrap.fade_on .p-top-service__item-body {
  top: 0;
  right: 0;
}

.p-top-service__item-body {
  background: #fff;
  border-radius: 2rem;
  border: solid 0.5rem #333;
  padding: 5rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 2rem;
  right: -2rem;
  position: relative;
  -webkit-transition: top 1s ease, right 1s ease;
  transition: top 1s ease, right 1s ease;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.p-top-service__item-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

.p-top-service__item-text {
  margin-top: 4rem;
  line-height: 1.5;
}

.p-top-service__item-btns {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

/* ==============================================================
# WORKS
============================================================== */
.p-top-works {
  padding: 20rem 0 15rem;
}
.p-top-works img {
  width: 100%;
  height: auto;
}
.p-top-works .deco05 {
  top: 0;
  left: -2rem;
  width: 18.4rem;
}
.p-top-works .deco06 {
  top: -5rem;
  right: 3rem;
  width: 17.2rem;
}
.p-top-works .c-card {
  border: 1px solid #EAEAEA;
}

.p-top-works__swiper {
  margin: 0 calc(50% - 50vw);
  padding-bottom: 4rem;
}
.p-top-works__swiper .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.p-top-works__swiper .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  opacity: 1;
  margin: 0 0.3rem !important;
  background: #B0B0B0;
}
.p-top-works__swiper .swiper-pagination-bullet-active {
  background: #000;
}
.p-top-works__swiper .swiper-button-prev,
.p-top-works__swiper .swiper-button-next {
  width: 5rem;
  height: 5rem;
}
.p-top-works__swiper .swiper-button-prev::after,
.p-top-works__swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/swiper_arrow.svg) no-repeat center center/contain;
}
.p-top-works__swiper .swiper-button-prev {
  left: 14.7vw;
}
.p-top-works__swiper .swiper-button-prev::after {
  background: url(../img/common/swiper_arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-top-works__swiper .swiper-button-next {
  right: 14.7vw;
}
.p-top-works__swiper .swiper-button-next::after {
  background: url(../img/common/swiper_arrow.svg) no-repeat center center/contain;
}

.p-top-works__items {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-top-works__item {
  height: auto;
}
.p-top-works__item .c-card {
  height: 100%;
}

/* ==============================================================
# COLLABORATION
============================================================== */
.p-top-student {
  padding: 10rem 0;
  background: #F7F8F6;
  position: relative;
  z-index: 1;
}
.p-top-student .deco07 {
  top: -14rem;
  right: -2.5rem;
  width: 17.9rem;
}

/* ==============================================================
# NEWS
============================================================== */
.p-top-news {
  margin-top: 10rem;
}
.p-top-news .deco08 {
  width: 16rem;
  top: -2rem;
  left: -2rem;
}
.p-top-news .deco09 {
  top: 0;
  right: 3rem;
  width: 18.5rem;
}

.p-news__items {
  position: relative;
}
.p-news__items svg {
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

.p-news__item {
  border-bottom: solid 1px #E6E6E6;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 3rem;
  padding: 2rem 5rem 2rem 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-post::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.c-post__cat {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  font-size: 1.4rem;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10.8rem;
      -ms-flex: 0 0 10.8rem;
          flex: 0 0 10.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-post__title {
  font-weight: bold;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

.c-post__time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9rem;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}

/* ==============================================================
# CONTACT
============================================================== */
.contact_cta {
  margin-top: 10rem;
  position: relative;
}
.contact_cta.fade_on {
  top: 0;
  right: 0;
  opacity: 1;
}
.contact_cta.fade_on .contact_cta_inner {
  top: 0;
  right: 0;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  opacity: 1;
}
.contact_cta.fade_on:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.contact_cta:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: -2rem;
  background-color: #fff;
  background-image: radial-gradient(#000 25%, transparent 25%), radial-gradient(#000 25%, transparent 25%);
  background-size: 2.7rem 2.7rem;
  background-position: 0 0, 1.5rem 1.5rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 2rem;
}
.contact_cta .c-section-head {
  top: 0;
}
.contact_cta .black_btn_area {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 2rem;
}

.contact_cta_inner {
  top: 2rem;
  right: -2rem;
  position: relative;
  opacity: 1;
  border: solid 5px #000;
  border-radius: 2rem;
  background-color: #fff;
  text-align: center;
  padding: 7rem 5% 5rem;
}

/* ==============================================================
# 下層ページ
============================================================== */
.underlayer_mv {
  position: relative;
  margin-top: 15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.underlayer_mv_wrapper {
  position: relative;
}
.underlayer_mv_wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 0.9rem, transparent 0, transparent 1.3rem);
  z-index: -1;
  bottom: -0.8rem;
  right: -0.8rem;
  background-color: #000;
  border-radius: 2rem;
}

.underlayer_mv_head {
  border: solid 0.6rem #000;
  border-radius: 2rem;
  background: #fff;
  padding: 8rem 3rem;
  -webkit-animation: underlayer_move 0.6s forwards;
          animation: underlayer_move 0.6s forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transform: translate(0.8rem, 0.8rem);
          transform: translate(0.8rem, 0.8rem);
}

@-webkit-keyframes underlayer_move {
  0% {
    -webkit-transform: translate(0.8rem, 0.8rem);
            transform: translate(0.8rem, 0.8rem);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes underlayer_move {
  0% {
    -webkit-transform: translate(0.8rem, 0.8rem);
            transform: translate(0.8rem, 0.8rem);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.underlayer__en {
  border: none;
  padding: 0;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.4rem;
  margin: 0 auto 2rem;
  text-transform: uppercase;
  line-height: 1.3;
}

.underlayer__ja {
  border: none;
  text-align: center;
  font-size: 1.6rem;
}

/* ==============================================================
   # NEWS
============================================================== */
.p-news {
  padding: 10rem 0 0;
}

/* ==============================================================
# ページネーション
============================================================== */
.c-pagination {
  margin-top: 8rem;
}

ul.page-numbers,
.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 0.5rem;
}

span.page-numbers,
a.page-numbers {
  padding: 0 1rem !important;
  margin: 0;
  color: #989898;
  font-weight: bold;
  font-family: "co-headline", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.page-numbers.current {
  color: #000;
}

.page-numbers.next, .page-numbers.prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid #B0B0B0;
  border-radius: 10rem;
}
.page-numbers.next span, .page-numbers.prev span {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page-numbers.prev {
  margin-right: 3rem;
}
.page-numbers.prev span {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-numbers.next {
  margin-left: 3rem;
}

body.about .c-section-head {
  padding-bottom: 6rem;
}

/* ==============================================================
# MESSAGE
============================================================== */
.p-message {
  padding: 13rem 0 27rem;
}
.p-message .decoration01_message {
  width: 17.3rem;
  top: -3rem;
  left: -7rem;
}
.p-message .decoration02_message {
  width: 12.8rem;
  right: -2rem;
  bottom: -23rem;
}
.p-message .decoration03_message {
  width: 9.3rem;
  right: 15.5rem;
  bottom: -16rem;
}

.p-message__text {
  max-width: 80rem;
  margin: 0 auto;
	line-height: 2;
}

/* ==============================================================
# RELATIONSHIP
============================================================== */
.p-relation {
  padding: 15rem 0;
}

.p-relation__text {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
}

.p-relation__items {
  margin-top: 8rem;
}

.p-relation__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-relation__item:nth-child(n+2) {
  margin-top: 12rem;
}
.p-relation__item.design .p-relation-label::before {
  border-left: 9rem solid #E5C500;
}
.p-relation__item.design .p-relation-label::after {
  border-right: 9rem solid #E5C500;
}
.p-relation__item.outsourcing .p-relation-label::before {
  border-left: 9rem solid #1B2289;
}
.p-relation__item.outsourcing .p-relation-label::after {
  border-right: 9rem solid #1B2289;
}
.p-relation__item.real-estate .p-relation-label::before {
  border-left: 9rem solid #1A9323;
}
.p-relation__item.real-estate .p-relation-label::after {
  border-right: 9rem solid #1A9323;
}

.p-relation__item-title {
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  position: relative;
}
.p-relation__item-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.p-relation__item-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7px 5.6px 0 5.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.p-relation__item-title span {
  font-size: 2.1rem;
}

.p-relation__item-flex {
  width: 100%;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  padding: 0 1rem;
}
.p-relation__item-flex.fade_on .p-relation__item-img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-relation__item-flex.fade_on .p-relation-label {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-relation__item-img {
  background: #E8E8F0;
  border-radius: 1.4rem;
  padding: 4rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.p-relation__item-img:nth-child(1) {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
.p-relation__item-img:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
  z-index: -1;
  right: -3.4rem;
  border-left: 9rem solid #F7F8F6;
  border-right: 0;
}
.p-relation__item-img:nth-child(2) {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.p-relation__item-img:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
  z-index: -1;
  left: -3.4rem;
  border-right: 9rem solid #F7F8F6;
  border-left: 0;
}

.p-relation-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  color: #fff;
  line-height: 1;
  padding: 4rem 1.5rem;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.p-relation-label::before, .p-relation-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
  z-index: -1;
}
.p-relation-label::before {
  left: 0;
  border-left: 9rem solid #555555;
  border-right: 0;
}
.p-relation-label::after {
  right: 0;
  border-right: 9rem solid #555555;
  border-left: 0;
}

.p-relation__item-body {
  width: 100%;
  margin-top: 5rem;
  background: #fff;
  position: relative;
  padding: 3.5rem;
  border: 1.5rem solid #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-relation__item-body::before, .p-relation__item-body::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1.5rem;
  width: calc(100% - 4rem);
  background: #fff;
}
.p-relation__item-body::before {
  top: -1.5rem;
}
.p-relation__item-body::after {
  bottom: -1.5rem;
}

.p-relation__item-text {
  font-size: 1.9rem;
  line-height: 2.1;
  font-weight: bold;
  text-align: center;
}

/* ==============================================================
# PROFILE
============================================================== */
.p-profile {
  padding: 20rem 0;
}
.p-profile .decoration01_profile {
  width: 13.4rem;
  top: 1rem;
  left: 10rem;
}
.p-profile .decoration02_profile {
  width: 11.5rem;
  right: 9rem;
  top: -1rem;
}

.p-profile__img img {
  border-radius: 2rem;
}

.p-profile__items {
  margin-top: 6rem;
  padding: 0 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-profile__item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.p-profile__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8rem;
  width: 1px;
  height: 100%;
  background: #B0B0B0;
}

.p-profile__title span {
  margin-left: 2rem;
}

.p-profile__text {
  line-height: 1.8;
}

.timeline-list {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.5rem 0;
}

.timeline-list dt {
  font-variant-numeric: tabular-nums;
  font-weight: normal;
}

.timeline-list dd {
  margin: 0;
}

/* ==============================================================
# OUTLINE
============================================================== */
.p-outline {
  padding: 15rem 0;
}
.p-outline .decoration01_outline {
  width: 7.9rem;
  top: 1rem;
  left: 10.8rem;
}
.p-outline .decoration02_outline {
  width: 8.8rem;
  top: -5rem;
  right: 13rem;
}

.p-outline__table {
  max-width: 80rem;
  margin: 0 auto;
}

.c-table-1 {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.c-table-1 tr {
  border-bottom: 1px solid #B0B0B0;
}
.c-table-1 th,
.c-table-1 td {
  padding-top: 3rem;
  padding-bottom: 3rem;
  line-height: 1.8;
  vertical-align: middle;
}
.c-table-1 th {
  width: 12rem;
  padding-right: 3rem;
}
.c-table-1 td ul {
  padding-left: 1.2em;
}
.c-table-1 td ul li {
  list-style: disc;
}
.c-table-1 td a {
  text-decoration: underline;
  position: relative;
}
.c-table-1 td a::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  margin-left: 0.2rem;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-table-1 td > a {
  display: inline-block;
  margin-left: 1rem;
}
.c-table-1 td b a {
  position: relative;
}
.c-table-1 td b a::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  margin-left: 0.2rem;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* ==============================================================
# OFFICE
============================================================== */
.p-office {
  padding: 20rem 0;
}
.p-office .decoration01_office {
  width: 11.9rem;
  top: 0;
  left: 3rem;
}
.p-office .decoration02_office {
  width: 17.2rem;
  top: -5.5rem;
  right: 3rem;
}

.p-office__items {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 7rem;
}

.p-office__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 8rem;
}
.p-office__item.design .p-office__item-img::before {
  border-top: 4rem solid #E5C500;
}
.p-office__item.design .p-office__item-img::after {
  border-bottom: 4rem solid #E5C500;
}
.p-office__item.outsourcing .p-office__item-img::before {
  border-top: 4rem solid #1B2289;
}
.p-office__item.outsourcing .p-office__item-img::after {
  border-bottom: 4rem solid #1B2289;
}
.p-office__item.real-estate .p-office__item-img::before {
  border-top: 4rem solid #1A9323;
}
.p-office__item.real-estate .p-office__item-img::after {
  border-bottom: 4rem solid #1A9323;
}

.p-office__item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}
.p-office__item-img::before, .p-office__item-img::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.3rem solid transparent;
  border-left: 2.3rem solid transparent;
  left: 2.4rem;
  top: 0;
}
.p-office__item-img::before {
  border-bottom: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.p-office__item-img::after {
  border-top: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.p-office__item-img img {
  border-radius: 2rem;
  aspect-ratio: 500/320;
}

.p-office__item-textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.p-office__item-title {
  font-size: 3.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.p-office__item-text {
  margin-top: 2rem;
  line-height: 1.8;
}
.p-office__item-text a {
  color: inherit;
  text-decoration: underline;
  position: relative;
}
.p-office__item-text a::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  margin-left: 0.2rem;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-office__item-text > a {
  margin-left: 1rem;
  display: inline-block;
}
.p-office__item-text b a {
  position: relative;
}
.p-office__item-text b a::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  margin-left: 0.2rem;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.p-gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 704/442;
}

/* ==============================================================
# SERVICE
============================================================== */
.service_nav {
  margin-top: 13rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.2rem;
  width: 100%;
}
.service_nav li.fadein {
  top: 2rem;
}
.service_nav li.fadein.active {
  top: 0;
}

.service_nav_link {
  color: #000;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: solid 3px;
  padding: 1.2rem 1rem;
  border-radius: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.service_nav_link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 7px;
  -webkit-mask: url(../img/common/icon_arrow02.svg);
          mask: url(../img/common/icon_arrow02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.l-service-section {
  padding: 15rem 0;
}
.l-service-section.service_concept {
  padding-top: 10rem;
}

/* ==============================================================
# CONCEPT
============================================================== */
.service_concept_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.service_concept_item:nth-child(n+2) {
  margin-top: 12rem;
}
.service_concept_item:nth-child(2n+1) .service_concept_item-img::before {
  left: -2rem;
}
.service_concept_item:nth-child(2n+1) .service_concept_item-img .animation.fade_off {
  top: 2rem;
  left: -2rem;
}
.service_concept_item:nth-child(2n+1) .service_concept_item-img .animation.fade_on {
  top: 0 !important;
  left: 0 !important;
}
.service_concept_item:nth-child(2n) .service_concept_item-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.service_concept_item:nth-child(2n) .service_concept_item-img::before {
  right: -2rem;
}
.service_concept_item:nth-child(2n) .service_concept_item-img .animation.fade_off {
  top: 2rem;
  right: -2rem;
}
.service_concept_item:nth-child(2n) .service_concept_item-img .animation.fade_on {
  top: 0 !important;
  right: 0 !important;
}

.service_concept_item-img {
  position: relative;
}
.service_concept_item-img picture {
  display: block;
}
.service_concept_item-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  aspect-ratio: 480/296;
}
.service_concept_item-img:before {
  position: absolute;
  content: "";
  top: 2rem;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 5px;
  z-index: -1;
}
.service_concept_item-img .animation.fade_off {
  position: relative;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
}
.service_concept_item-img.design:before {
  background-color: #E5C500;
}
.service_concept_item-img.outsourcing:before {
  background-color: #1B2289;
}
.service_concept_item-img.estate:before {
  background-color: #1A9323;
}
.service_concept_item-img.support:before {
  background-color: #1a36c5;
}

.service_concept_item-body {
  margin-top: 1rem;
}

.service_concept_item-en {
  display: inline-block;
  border-bottom: solid 3px #000;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}
.service_concept_item-en.fadein {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.service_concept_item-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
}
.service_concept_item-title.fadein {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.service_concept_item-text {
  margin-top: 3rem;
  line-height: 1.8;
}
.service_concept_item-text.fadein {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.service_concept_item-graph {
  display: block;
  margin-top: 3rem;
}
.service_concept_item-graph.fadein {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* --------------- BIMCAD --------------- */
.bimcad {
  margin-top: 10rem;
  padding: 6rem;
  border: 4px solid #000;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bimcad_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}

.bimcad_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.bimcad_img img {
  border-radius: 1rem;
}

.bimcad_head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.bimcad_title {
  font-size: 2.3rem;
}

.bimcad_text {
  line-height: 1.8;
}

.bimcad_solution {
  margin-top: 3rem;
  padding: 3rem 2rem;
  border-radius: 1rem;
  background: #F7F8F6;
}

.bimcad_solution_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.bimcad_solution_img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9rem;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
}

.bimcad_solution_head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.bimcad_solution_title {
  font-size: 1.6rem;
  font-weight: bold;
}
.bimcad_solution_title a {
  position: relative;
  text-decoration: underline;
  color: #000;
}
.bimcad_solution_title a::after {
  content: "";
  display: inline-block;
  margin-left: 0.6rem;
  width: 1.8rem;
  height: 1.8rem;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  vertical-align: middle;
}
.bimcad_solution_title span {
  font-size: 1.4rem;
}

.bimcad_solution_text {
  font-size: 1.4rem;
  font-weight: bold;
}

.bimcad_solution_body {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.service_content_soft {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.service_content_soft_tags {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
}
.service_content_soft_tags span {
  font-size: 1.4rem;
  font-weight: bold;
  background: #E8E8F0;
  padding: 2px 5px;
  border-radius: 5px;
}

.support .service_nav {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.support .service_nav li {
  margin-right: 0;
  width: inherit;
}

/* ==============================================================
# service
============================================================== */
.p-wave {
  margin: 3.5rem auto;
  background-color: #F7F8F6;
}
.p-wave:before, .p-wave:after {
  position: absolute;
  background: url(../img/common/wave_flame.svg);
  left: 0;
  height: 3.5rem;
  width: 100%;
  display: inline-block;
  content: "";
}
.p-wave:before {
  top: -3rem;
}
.p-wave:after {
  bottom: -3rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.service_service {
  position: relative;
}
.service_service.estate .realestate {
  width: 15.3rem;
  top: -8rem;
  left: 3rem;
}
.service_service.outsourcing .outsourcing {
  top: -5rem;
  right: 1rem;
  width: 23.7rem;
}
.service_service.design .design {
  top: -3.6rem;
  left: 3rem;
  width: 23.4rem;
}
.service_service.design .deco14 {
  width: 28.1rem;
  bottom: 9rem;
  right: 11rem;
}
.service_service.design .deco15 {
  right: 9rem;
  bottom: 28rem;
  width: 16.7rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.service_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.service_content > li:not(.service_estate_sharing) {
  z-index: 2;
  position: relative;
  background-color: #fff;
  padding: 3.5rem 3rem 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 4px #000;
  border-radius: 2rem;
}

.service_content_img {
  display: block;
}
.service_content_img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: solid 1px #EAEAEA;
  aspect-ratio: 414/239;
}

.service_content_ttl {
  margin-top: 2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.service_content_ttl span {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  display: block;
  text-align: center;
  border-bottom: 3px solid #000;
  padding-bottom: 1rem;
}
.service_content_ttl h3 {
  font-size: 2.3rem;
}

.service_content_txt {
  margin-top: 1.5rem;
  line-height: 1.8;
}

/* --------------- estate --------------- */
.service_estate_sharing {
  position: relative;
}

.service_estate_sharing_wrapper {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 2rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7.5rem 3rem 4rem;
  background: #fff;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 2rem;
}
.service_estate_sharing_wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 20px solid #fff;
  border-left: 0;
}
.service_estate_sharing_wrapper .deco13 {
  position: absolute;
  top: -5rem;
  right: 2rem;
  width: 8.1rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.service_estate_sharing_title {
  position: absolute;
  top: 2.2rem;
  left: 2rem;
  font-size: 1.6rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.service_estate_sharing_title::before {
  content: "\\";
  display: inline-block;
  margin-right: 0.4rem;
}
.service_estate_sharing_title::after {
  content: "/";
  display: inline-block;
  margin-left: 0.4rem;
}

.service_estate_sharing_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  margin: 0;
}

.service_estate_sharing_item_link {
  display: block;
}

.service_estate_sharing_item-img img {
  aspect-ratio: 127/68;
}

.service_estate_sharing_item-title {
  margin-top: 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
}

/* ==============================================================
# support > CTA
============================================================== */

.service_cta_wrapper {
  margin-top: 120px;
  border-radius: 20px;
  border: 4px solid #000;
  padding: 40px 24px;
}
.service_cta_wrapper .black_btn_area {
  margin-top: 3rem;
}

.service_cta_text {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

.service_cta_btn {
  text-align: center;
}

/* ==============================================================
# works
============================================================== */
.service_works {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service_works .p-custom-post__items {
  margin-top: 0;
}
.service_works .p-custom-post__item:nth-child(4) {
  display: none;
}
.service_works .deco11 {
  top: -22rem;
  left: 3rem;
  width: 10.2rem;
  -webkit-transform: translate(-2rem, -2rem);
          transform: translate(-2rem, -2rem);
}
.service_works .deco11.fade_on {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.works_2cl {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}
.works_2cl li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.works_2cl li:nth-child(2n+2) .works_2cl_r {
  margin-left: auto;
}
.works_2cl li:nth-child(2n+2) .works_2cl_r:before {
  left: auto;
  right: -15px;
}
.works_2cl li:nth-child(2n+2) .works_2cl_r .service_tag {
  left: auto;
  right: 20px;
}
.works_2cl li:nth-child(2n+2) .works_2cl_r .animation.fade_off {
  padding: 55px 40px 50px 100px;
  opacity: 1;
  background-color: #fff;
  border-radius: 10px;
  border: solid 4px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: relative;
  top: 15px;
  left: 15px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.works_2cl li:nth-child(2n+2) .works_2cl_r .animation.fade_off.fade_on {
  left: 0;
  top: 0;
}
.works_2cl li:nth-child(2n+2) .works_2cl_img {
  right: auto;
}
.works_2cl li:nth-child(2n+2) .works_2cl_img.fade_off {
  left: 15px;
}
.works_2cl li:nth-child(2n+2) .works_2cl_img.fade_off.fade_on {
  left: 0;
}
.works_2cl li:not(:first-child) {
  margin-top: 80px;
}

.works_2cl_img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  position: absolute;
  right: 20px;
  z-index: 1;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.works_2cl_img img {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #EAEAEA;
}
.works_2cl_img.fade_on {
  right: 0;
  opacity: 1;
}

.works_2cl_r {
  width: 58%;
  margin-top: 40px;
  position: relative;
}
.works_2cl_r:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 9px, transparent 0, transparent 13px);
  z-index: -1;
  left: -15px;
  top: 15px;
  border-radius: 20px;
}
.works_2cl_r .animation.fade_off {
  opacity: 1;
  background-color: #fff;
  border-radius: 10px;
  border: solid 4px #000;
  padding: 55px 100px 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: relative;
  top: 15px;
  left: -15px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.works_2cl_r .animation.fade_on {
  top: 0;
  left: 0;
}

.service_tag {
  position: absolute;
  top: -15px;
  left: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #000;
  padding: 3px 14px;
  letter-spacing: 0.1rem;
}

.works_2cl_txt {
  margin-bottom: 10px;
}

.works_2cl_ttl {
  margin-bottom: 20px;
}
.works_2cl_ttl h6 {
  margin: 0;
  display: inline-block;
  font-size: 2.5rem;
}

.design_stripe:before {
  background-color: #FBE54D;
}

.management_stripe:before {
  background-color: #1a9323;
}

.support_stripe:before {
  background-color: #1a36c5;
}

.service_works_ul {
  margin-top: 70px;
}
.service_works_ul li {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.service_works_ul li div a {
  border: solid 1px #EAEAEA;
  border-radius: 5px;
}

.service_howto {
  padding-top: 0;
  position: relative;
}
.service_howto .section_ttl_area {
  margin-bottom: 30px !important;
}

.service_howto_lead {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.service_howto_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 60px;
}

.service_howto_img {
  overflow: hidden;
  border-radius: 10px;
}
.service_howto_img img {
  aspect-ratio: 16/9;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.service_howto_title {
  margin-top: 10px;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.service_howto_text {
  margin-top: 5px;
  font-size: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.service_howto_btn {
  text-align: center;
}

button.black_btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-load-status {
  margin-top: 40px;
  text-align: center;
}

/* ==============================================================
# flow
============================================================== */
.service_flow .deco09 {
  top: -18.2rem;
  right: 3rem;
  width: 18.5rem;
  -webkit-transform: scale(-1, 1) translateX(-2rem);
          transform: scale(-1, 1) translateX(-2rem);
}
.service_flow .deco09.fade_on {
  -webkit-transform: scale(-1, 1) translateX(0);
          transform: scale(-1, 1) translateX(0);
}

.service_flow_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service_flow_ul li {
  width: 24%;
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.service_flow_ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  background: url(../svg/icons/arrowSimpleLeft.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 17px;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -25px;
}
.service_flow_ul li span {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 1.5rem;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  top: -2rem;
  left: 2rem;
  font-size: 2.4rem;
}
.service_flow_ul li img {
  margin: 0 auto;
}
.service_flow_ul li a {
  color: #000;
  text-decoration: underline;
}

.service_flow_title {
  width: 100%;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.service_flow_text {
  margin-top: 1rem;
  font-size: 1.6rem;
}

.service_flow_attention {
  margin-top: 5rem;
}
.service_flow_attention span {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.service_flow_attention span:before {
  content: "※";
  position: relative;
}
.service_flow_attention a {
  cursor: pointer;
  text-decoration: underline;
}
.service_flow_attention a:hover {
  text-decoration: none;
  color: #000;
}

/* ==============================================================
# faq
============================================================== */
.service_faq {
  padding-bottom: 0;
}
.service_faq .deco05 {
  top: 0;
  left: 3rem;
  width: 18.4rem;
}
.service_faq .deco06 {
  top: -6rem;
  right: 3rem;
  width: 17.2rem;
}

.service_faq_item:nth-child(n+2) {
  margin-top: 40px;
}

.service_faq_title {
  padding: 10px 30px;
  border-radius: 10px;
  border: 2px solid #000;
  font-weight: bold;
  position: relative;
}
.service_faq_title::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
  width: 34px;
  height: 34px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "co-headline", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.service_faq_text {
  margin-top: 2rem;
  line-height: 1.8;
  position: relative;
  padding-left: 5rem;
}
.service_faq_text::before {
  content: "A";
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 34px;
  background: #E2E2E2;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-family: "co-headline", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.service_project {
  margin-top: 50px;
  position: relative;
}
.service_project .section_ttl_area {
  position: absolute;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  z-index: 1;
  background-color: #fff;
}

.service_project_inner .wrapper {
  padding: 0 5%;
}
.service_project_inner .animation.fade_off {
  border: solid 4px #000;
  border-radius: 20px;
  padding: 110px 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  opacity: 1;
  top: 20px;
  left: -20px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.service_project_inner .animation.fade_off.fade_on {
  top: 0;
  left: 0;
}
.service_project_inner:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 9px, transparent 0, transparent 13px);
  z-index: -1;
  left: -20px;
  top: 20px;
  border-radius: 20px;
}
.management .service_project_inner:before {
  background-color: #1a9323;
}
.support .service_project_inner:before {
  background-color: #1a36c5;
}

.service_project_img {
  width: 50%;
}
.service_project_img img {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #EAEAEA;
}

.service_project_r {
  width: 47%;
  margin-left: 3%;
}
.service_project_r .service_tag {
  position: static;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 13px;
}
.service_project_r h6 {
  font-size: 2.5rem;
  margin-top: 20px;
}
.service_project_r p {
  margin-top: 10px;
}

/* ---------------------------------------------------------
   DESIGN
----------------------------------------------------------*/
.decoration01_design {
  bottom: -130px;
  top: auto !important;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  right: 0;
  position: absolute;
}
.decoration01_design.fade_on {
  bottom: -110px;
}

.decoration02_design {
  top: 20px !important;
  left: -150px;
  z-index: -1;
  position: absolute;
}
.decoration02_design.fade_on {
  top: auto !important;
}

.decoration03_design {
  right: 0;
  bottom: 330px;
  position: absolute;
}
.decoration03_design.fade_on {
  bottom: 350px;
}

.decoration04_design {
  right: 0;
  bottom: -20px;
  position: absolute;
}
.decoration04_design.fade_on {
  bottom: 0;
}
.decoration05_design {
  top: -50px !important;
  left: 30px;
}
.decoration05_design.fade_on {
  top: -70px !important;
}

.decoration06_design {
  right: 30px;
  top: -90px !important;
  position: absolute;
}
.decoration06_design.fade_on {
  top: -110px !important;
}
/* ---------------------------------------------------------
   PROJECT MANAGEMENT
----------------------------------------------------------*/
.decoration01_management {
  bottom: -210px;
  right: 50px;
  top: auto !important;
  position: absolute;
  z-index: 1;
}
.decoration01_management.fade_on {
  bottom: -190px;
}

.decoration02_management {
  left: 0;
  top: -90px;
  position: absolute;
}

.decoration03_management {
  right: -130px;
  bottom: 20px;
  position: absolute;
  top: auto !important;
}
.decoration03_management.fade_on {
  bottom: 40px;
}

.decoration04_management {
  right: 0;
  bottom: -20px;
  position: absolute;
  top: auto !important;
}
.decoration04_management.fade_on {
  bottom: 0;
}
.decoration05_management {
  bottom: -70px;
  right: 0;
  position: absolute;
  top: auto !important;
}
.decoration05_management.fade_on {
  bottom: -50px;
}

.decoration06_management {
  left: 0;
  bottom: -120px;
  position: absolute;
  top: auto !important;
}
.decoration06_management.fade_on {
  bottom: -100px;
}

.decoration07_management {
  right: 110px;
  bottom: -30px;
  z-index: 1;
  position: absolute;
  top: auto !important;
}
.decoration07_management.fade_on {
  bottom: -50px;
}

/* ---------------------------------------------------------
   STORE BUILDING SUPPORT
----------------------------------------------------------*/
.to_client {
  background-color: #F7F8F6;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
}
.to_client h6 {
  margin: 0 auto 10px;
  font-size: 1.6rem;
  display: inline-block;
}
.to_client h6 svg {
  width: 10px;
  display: inline;
  margin-left: 10px;
}
.to_client p a {
  color: #333;
  text-decoration: underline;
}

.decoration01_support {
  bottom: -120px;
  right: 50px;
  position: absolute;
  top: auto !important;
}
.decoration01_support.fade_on {
  bottom: -100px;
}

.decoration02_support {
  left: 0;
  top: -70px;
  position: absolute;
}
.decoration02_support.fade_on {
  top: -90px;
}

.decoration03_support {
  right: 20px;
  top: 0;
  position: absolute;
}
.decoration03_support:fade_on {
  bottom: 290px;
}

.decoration04_support {
  position: absolute;
  right: 0;
  top: 20px;
  width: 250px;
}
.decoration04_support.fade_on {
  top: 0;
}

.decoration05_support {
  bottom: -70px;
  right: 0;
  top: auto !important;
  position: absolute;
}
.decoration05_support.fade_on {
  bottom: -50px;
}

.decoration06_support {
  left: 0;
  bottom: -90px;
  position: absolute;
  top: auto !important;
}
.decoration06_support.fade_on {
  bottom: -70px;
}

.decoration07_support {
  right: 110px;
  bottom: -70px;
  z-index: 1;
  position: absolute;
  top: auto !important;
}
.decoration07_support.fade_on {
  bottom: -50px;
}

/* ==============================================================
# NEWS
============================================================== */
.p-single {
  margin-top: 14rem;
}

.p-single__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-single__cat {
  font-size: 1.4rem;
}
.p-single__cat a {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 0.2rem 0.5rem;
}

.p-single__time {
  font-size: 1.4rem;
}

.single-contents p {
  line-height: 2;
  padding-bottom: 1rem;
}

/* ==============================================================
# WORKS
============================================================== */
.p-works-filter {
  margin-top: 13rem;
  scroll-margin-top: 10.3rem;
}

.p-works-filter__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4rem;
}
.p-works-filter__group:nth-child(n+2) {
  margin-top: 4rem;
}

.p-works-filter__label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.4rem;
      -ms-flex: 0 0 8.4rem;
          flex: 0 0 8.4rem;
  font-weight: bold;
}

.p-works-filter__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
.p-works-filter__list.category a {
  padding: 1.3rem;
  min-width: 18rem;
  border-radius: 1rem;
}
.p-works-filter__list.category a.is-active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.p-works-filter__list.tag a {
  background: #F7F8F6;
  padding: 0.3rem 2rem;
  border-radius: 0.5rem;
}
.p-works-filter__list.tag a.is-active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.p-works-filter__list a {
  display: block;
  color: #000;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #B0B0B0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-custom-post {
  margin-top: 12rem;
}

.p-custom-post__title {
  text-align: center;
}
.p-custom-post__title span {
  display: inline-block;
  font-size: 2.3rem;
  padding: 1rem 0;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.p-custom-post__items {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}

.p-works-single {
  margin-top: 16.3rem;
}

.works-gallery__main-wrap {
  position: relative;
}

.works-gallery__main .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
	background: #D9D9D9;
}
.works-gallery__main .swiper-slide img.is-landscape {
  -o-object-fit: cover;
     object-fit: cover;
}
.works-gallery__main .swiper-slide img.is-portrait {
  -o-object-fit: contain;
     object-fit: contain;
}

.works-gallery__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 100%;
  border: 1px solid #B0B0B0;
  background: #fff;
  z-index: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
.works-gallery__nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.works-gallery__nav--prev {
  left: -7.2rem;
}
.works-gallery__nav--prev::after {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.works-gallery__nav--next {
  right: -7.2rem;
}

.works-gallery__dots {
  margin-top: 2rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works-gallery__dots .swiper-pagination-bullet {
  background: #EBEBEB;
  opacity: 1;
}
.works-gallery__dots .swiper-pagination-bullet-active {
  background: #B0B0B0;
}

.works-gallery__thumbs {
  padding: 2rem 2rem 0;
}
.works-gallery__thumbs .swiper-slide {
  cursor: pointer;
}
.works-gallery__thumbs .swiper-slide img {
  width: 100%;
  aspect-ratio: 233/138;
	object-fit: cover;
}
.works-gallery__thumbs .swiper-slide.is-active {
  opacity: 0.4;
}

.p-works-single__head {
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 6rem;
}

.p-works-single__cat {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  color: #fff;
  font-size: 1.4rem;
}
.p-works-single__cat.cat-14 {
  background: #E5C500;
}
.p-works-single__cat.cat-15 {
  background: #1B2289;
}
.p-works-single__cat.cat-16 {
  background: #1A9323;
}

.p-works-single__title {
  margin: 1rem 0 0;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-works-single__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44rem;
      -ms-flex: 0 0 44rem;
          flex: 0 0 44rem;
  border: 1px solid #B0B0B0;
  border-radius: 0.5rem;
  padding: 2rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-works-info__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}

.p-works-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.p-works-info__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8rem;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  font-weight: bold;
}

.p-works-info__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.p-works-single__body {
  margin-top: 7rem;
}

.p-works-single__tags {
  margin-top: 10rem;
}
.p-works-single__tags .p-works-filter__list {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-works-single__pagination {
  margin-top: 10rem;
}

.p-works-single .p-works-filter {
  background: #F7F8F6;
  border-radius: 1rem;
  padding: 10rem 6rem;
}
.p-works-single .p-works-filter a {
  background: #fff;
}

.wp-content p {
  margin: 5rem 0;
  line-height: 1.8;
}
.wp-content .wp-block-heading {
  margin: 5rem 0;
}
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
  line-height: 1.6;
  font-weight: bold;
}
.wp-content h2 {
  font-size: 2.8rem;
}
.wp-content h3 {
  font-size: 2.3rem;
  padding: 1rem;
  border-bottom: 1px solid #B0B0B0;
}
.wp-content h4 {
  font-size: 1.9rem;
  border: 2px solid #000;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}
.wp-content h5 {
  display: table;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
}
.wp-content a {
  color: #000;
  text-decoration: underline;
}
.wp-content a[target=_blank] {
  position: relative;
}
.wp-content a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.wp-content .wp-block-list {
  margin: 5rem 0;
}
.wp-content .wp-block-list li {
  padding-left: 1rem;
  position: relative;
}
.wp-content .wp-block-list li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #000;
}
.wp-content .wp-block-list li:nth-child(n+2) {
  margin-top: 0.5rem;
}

/* ====== ラッパー：PC 横3列 / SP 縦並び（順：前→次→ALL WORKS） ====== */
.pws {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

/* ====== 前後カード ====== */
.pws-card {
  width: 30rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  border: 1px solid #B0B0B0;
  border-radius: 1rem;
  background: #fff;
}
.pws-card::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.pws-card.is-empty {
  opacity: 0;
  visibility: hidden;
}

/* SP は詰める */
/* PC は幅維持 */
.pws-card__thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 7rem;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
  border-radius: 50%;
  overflow: hidden;
}
.pws-card__thumb img {
  aspect-ratio: 1/1;
}

.pws-card__title {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10em;
}

.pws-card__addr {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.4rem;
  color: #B0B0B0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pws-card--next {
  padding: 1rem 2rem 1rem 4.4rem;
}
.pws-card--next::after {
  left: 1rem;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.pws-card--prev {
  padding: 1rem 4.4rem 1rem 2rem;
}
.pws-card--prev::after {
  right: 1rem;
}

.pws-all {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 1rem 3rem 1rem 1rem;
  font-family: "co-headline", sans-serif;
  border-bottom: 1px solid #000;
}
.pws-all::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.pws-all__label {
  letter-spacing: 0.06em;
}
/* ==============================================================
# HOWTO
============================================================== */
.p-single-howto {
  padding: 100px 0;
}
.p-single-howto .wrapper {
  max-width: 800px;
}

.p-single-howto__img {
  margin-bottom: 30px;
}

.p-single-howto__title {
  font-size: 27px;
  font-weight: bold;
  margin: 0;
}

.p-single-howto__meta {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-single-howto__time,
.p-single-howto__rewrite {
  color: #BCBCBC;
  font-size: 12px;
  position: relative;
  line-height: 1;
}
.p-single-howto__time::before,
.p-single-howto__rewrite::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-right: 6px;
}

.p-single-howto__time::before {
  background: url(../svg/icons/time.svg) no-repeat center center/contain;
}

.p-single-howto__rewrite::before {
  background: url(../svg/icons/rewrite.svg) no-repeat center center/contain;
}

.p-single-howto__body {
  margin-top: 30px;
}
.p-single-howto__body .wp-block-image {
  margin-top: 40px;
  margin-bottom: 1em;
}
.p-single-howto__body p {
  margin-bottom: 1em;
}
.p-single-howto__body h2 {
  padding: 0;
  border: none;
  font-size: 23px;
  position: relative;
  padding-left: 30px;
  color: #000;
}
.p-single-howto__body h2::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 4px;
  background: #1A36C5;
}
.p-single-howto__body h3 {
  background: #000;
  font-size: 18px;
  color: #fff;
  padding: 13px 16px;
}
.p-single-howto__body h4 {
  border: none;
  font-size: 18px;
  position: relative;
  padding-left: 16px;
  color: #000;
  padding-bottom: 0;
}
.p-single-howto__body h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #1A36C5;
}
.p-single-howto__body a {
  text-decoration: underline;
  color: #1A36C5;
}
.p-single-howto__body a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../svg/icons/blank.svg);
          mask: url(../svg/icons/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #1A36C5;
}
.p-single-howto__body mark {
  background-color: transparent !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(80%, #FFE400));
  background: linear-gradient(transparent 30%, #FFE400 80%);
}
.p-single-howto__body ul:not(.toc_list) {
  padding-bottom: 1em;
}
.p-single-howto__body ul:not(.toc_list) li {
  padding-left: 0.8em;
  position: relative;
}
.p-single-howto__body ul:not(.toc_list) li:nth-child(n+2) {
  margin-top: 0.5em;
}
.p-single-howto__body ul:not(.toc_list) li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3e3f4C;
}
.p-single-howto__body .toc_list li {
  padding-left: 0;
  margin-top: 8px !important;
}
.p-single-howto__body .toc_list li::before {
  display: none;
}
.p-single-howto__body .wp-block-quote {
  margin: 1em 0;
  padding-left: 1.5em;
  position: relative;
}
.p-single-howto__body .wp-block-quote p {
  padding-bottom: 0;
}
.p-single-howto__body .wp-block-quote p:nth-child(n+2) {
  padding-top: 1em;
}
.p-single-howto__body .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #C1C1C1;
}
.p-single-howto__body .wp-block-quote cite {
  color: hsl(235.7142857143, 10.1449275362%, 102.0588235294%);
  font-size: 14px;
}
.p-single-howto__body .wp-block-button__link {
  background-color: #3d52b4;
  border: 2px solid #3d52b4;
}
.p-single-howto__body .wp-block-columns {
  padding-top: 1em;
}
.p-single-howto__body .wp-block-embed {
  padding-top: 1em;
}
.p-single-howto__body .wp-block-embed .wp-block-embed__wrapper {
  padding-top: 56.25%;
  position: relative;
}
.p-single-howto__body .wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-single__pagination {
  margin-top: 80px;
}

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

span.p-single-pagination__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 270px;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
  display: block;
}

a.p-single-pagination__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 270px;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 15px 20px;
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-single-pagination__arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 50%;
}
.p-single-pagination__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  -webkit-mask: url(../svg/icons/single_arrow.svg);
          mask: url(../svg/icons/single_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}

.p-single-pagination__next {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p-single-pagination__next .p-single-pagination__arrow {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-single-pagination__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.p-single-pagination__img img {
  aspect-ratio: 7/5;
}

.p-single-pagination__label {
  font-size: 13px;
  line-height: 1.3;
}

.p-single-pagination__title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}

.p-single-pagination__back {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 15px 10px;
}
.p-single-pagination__back::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../svg/icons/back.svg) no-repeat center center/contain;
  margin-right: 6px;
}

.p-single-pagination__prev {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.p-single-pagination__prev .p-single-pagination__arrow {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
}

.p-related {
  padding: 80px 0;
  margin: 34.5px 0;
  background: #F7F8F6;
  position: relative;
}
.p-related:before, .p-related:after {
  content: "";
  position: absolute;
  background: url(../img/common/wave_flame.svg);
  left: 0;
  height: 34.5px;
  width: 100%;
  display: inline-block;
}
.p-related:before {
  top: -30px;
}
.p-related:after {
  bottom: -30px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-related .section_ttl {
  margin: 0;
}

.p-related .c-section__text {
  margin-top: 30px;
}

.p-read {
  margin-top: 142px;
}

.p-read__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6%;
  border: 2px solid #E2E2E2;
}

.p-read__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43%;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
}
.p-read__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-read__textarea {
  padding: 40px;
}
.p-read__textarea .black_btn {
  margin-top: 20px;
}

.p-read__title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}

.p-read__text {
  margin-top: 10px;
}

@media print {
  .is-hidden_print {
    display: none;
  }
  .is-visible_print {
    display: block;
  }
}

@media screen and (max-width:1199px) {
  body {
    font-size: 1.6rem;
  }
  .footer_inner .black_btn + .black_btn, .menu_content .black_btn + .black_btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .works-gallery__nav--prev {
    left: -2.6rem;
  }
  .works-gallery__nav--next {
    right: -2.6rem;
  }
}

@media screen and (max-width:1024px) {
  body {
    font-size: 1.6rem;
  }
  .none-tab {
    display: none;
  }
  .tab {
    display: block;
  }
  .header_inner {
    padding: 1.7rem 3rem 1.8rem;
  }
  .header_menu {
    display: block;
  }
  .footer_inner {
    display: block;
    width: 100%;
  }
  .footer_inner_l {
    width: 100%;
    padding: 5rem 5%;
    text-align: center;
    border-right: none;
  }
  .footer_company_info li {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_inner_r {
    width: 100%;
    padding: 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: solid 1px #E6E6E6;
  }
  .footer_inner_r .footer_menu {
    display: block;
    margin-right: 0;
  }
  .footer_inner_r .footer_menu li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .footer_inner_r .footer_menu li:nth-child(2) ul li {
    font-size: 1.4rem;
  }
  .footer_inner_r .footer_menu li:last-child {
    margin-bottom: 0;
  }
  .footer_inner_r .footer_menu li ul li {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .footer_inner_r .footer_menu li p {
    font-size: 1.6rem;
  }
  .footer_sns a {
    margin: 0 1rem;
  }
  .p-top-about {
    padding-top: 14rem;
  }
  .p-top-about__l h2 span {
    margin-left: 0;
    font-size: 4rem;
  }
  .decoration01_about {
    width: 17.44vw;
  }
  .decoration02_about {
    left: 18rem;
    width: 18.26vw;
  }
  .decoration03_about {
    width: 21.875vw;
  }
  .p-top-about__r:before {
    top: 2rem;
    right: -2rem;
  }
  .p-top-about__r.fade_on:after {
    top: -5rem;
    right: 1rem;
  }
  .p-top-about__r-body {
    top: 2rem;
    right: -2rem;
    padding: 6rem 2.9rem;
  }
  .p-top-relation__wrapper .wrapper {
    padding: 0;
  }
  .p-top-relation__swiper {
    overflow: hidden;
  }
  .p-top-relation__items.swiper-wrapper {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    gap: 0;
  }
  .p-top-relation__item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-relation__item-imgs {
    width: 94%;
    max-width: 50rem;
  }
  .p-top-relation__item-img {
    max-width: 100%;
  }
  .p-map {
    width: calc(100% - 6rem);
    min-width: inherit;
  }
  .p-map .cloud03 {
    top: 35vw;
  }
  .p-map .wave {
    top: 25.5vw;
  }
  .black_square_btn {
    height: 6rem;
    max-width: 20rem;
    font-size: 1.4rem;
  }
  .p-top-service__item-img-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .p-top-service__item-body {
    padding: 4rem 2rem;
  }
  .p-top-works__swiper .swiper-button-prev {
    left: 28.8vw;
  }
  .p-top-works__swiper .swiper-button-next {
    right: 28.8vw;
  }
  .underlayer_mv {
    margin-top: 9rem;
  }
  .underlayer_mv_head {
    padding: 5rem 2rem;
    border: solid 0.4rem #000;
  }
  .p-message .decoration01_message {
    left: 1rem;
  }
  .p-message .decoration01_message {
    top: -9rem;
    left: 5%;
    width: 10.9rem;
  }
  .p-message .decoration02_message {
    right: 1rem;
  }
  .p-message .decoration03_message {
    right: 16rem;
  }
  .p-relation__item-img {
    padding: 3rem 1.4rem;
  }
  .p-office__item {
    gap: 2rem 4rem;
  }
  .p-office__item-title {
    font-size: 2.6rem;
  }
  .service_nav {
    margin-top: 8rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .l-service-section {
    padding: 12rem 0;
  }
  .p-custom-post__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-works-single__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .p-works-single__info {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
  .pws {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .pws-card {
    padding: 1rem 6rem;
    width: 35.5rem;
    max-width: 100%;
  }
  .p-read {
    margin-top: 100px;
  }
  .p-read__wrapper {
    display: block;
  }
  .p-read__img img {
    aspect-ratio: 335/227;
  }
  .p-read__textarea {
    padding: 30px 5%;
  }
  .p-read__title {
    text-align: center;
    font-size: 19px;
  }
  .p-read__btn {
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .black_btn_area {
    margin-top: 3rem;
  }
  .black_btn {
    font-size: 1.4rem;
  }
  .menu_content .black_btn {
    margin-top: 10px;
  }
  .footer_inner .black_btn {
    width: 250px;
  }
  .c-card__img img {
    aspect-ratio: 169/114;
  }
  .c-card__body {
    padding: 1.5rem 1rem;
  }
  .c-card__cat {
    font-size: 1.2rem;
  }
  .c-card__address {
    font-size: 1.2rem;
  }
  .section_ttl {
    font-size: 2.7rem;
    margin: 0 auto 40px;
    padding: 0;
  }
  .contact_cta .section_ttl {
    top: auto;
  }
  .c-section-head {
    padding-bottom: 4rem;
  }
  .c-section-head__title {
    font-size: 2.6rem;
  }
  .c-section-head__ja {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .section_ttl_area span {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .design .section_ttl_area, .management .section_ttl_area, .support .section_ttl_area {
    margin-bottom: 40px;
  }
  .service_flow .section_ttl_area {
    margin-bottom: 10px;
  }
  .cta_img01 {
    width: 117px;
    height: auto;
    top: -20px;
    left: 0;
  }
  .cta_img02 {
    width: 76px;
    right: 0;
    top: 50px;
  }
  .fade_on .animate01 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .sp_notfade.up {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .row {
    margin-top: 40px;
  }
  .header_inner {
    padding: 1.7rem 5% 1.8rem;
  }
  .menu-btn {
    padding: 0 5% 0 0;
  }
  footer {
    margin-top: 10rem;
  }
  .home footer {
    margin-top: 9rem;
  }
  .footer_inner_l h2 {
    line-height: 2;
  }
  .page_top {
    right: 2rem;
  }
  .decoration11 {
    width: 13rem;
    left: 2rem;
    bottom: -17rem;
  }
  a.scrolldown {
    padding: 0 10px 50px;
    right: 0;
    left: auto;
    bottom: -20px;
  }
  .p-top-about {
    padding-top: 7rem;
  }
  .p-top-about .wrapper {
    padding-top: 0;
  }
  .p-top-about__l {
    position: relative;
    padding: 0;
  }
  .p-top-about__l.fade_on:before {
    background-color: transparent;
  }
  .p-top-about__l h2 {
    padding: 0;
  }
  .p-top-about__l h2 span {
    font-size: 2.8rem;
    padding: 1rem 0;
  }
  .p-top-about__l h2 span rt {
    font-size: 1.3rem;
  }
  .decoration01_about {
    width: 13.4rem;
    top: -3rem;
    left: inherit;
    right: 5%;
  }
  .decoration02_about {
    display: none;
  }
  .decoration03_about {
    width: 16.8rem;
    top: inherit;
    bottom: -20rem;
    left: 5%;
  }
  .p-top-about__r {
    margin-top: 6rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-top-about__r h3 {
    font-size: 1.9rem;
    margin: 0 auto 1rem;
  }
  .p-top-about__r p {
    font-size: 1.6rem;
  }
  .p-top-about__r p:nth-child(n+2) {
    margin-top: 3rem;
  }
  .p-top-about__r:before {
    right: -1rem;
    top: 1rem;
  }
  .p-top-about__r:after {
    top: -2rem;
    right: -2rem;
  }
  .p-top-about__r:after {
    font-size: 2.3rem;
  }
  .p-top-about__r.fade_on {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .p-top-about__r.fade_on:after {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    top: -4rem;
    right: 0;
  }
  .p-top-about__r.fade_on .p-top-about__r-body {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .p-top-about__r-body {
    border: solid 0.3rem #000;
    top: 1rem;
    right: -1rem;
    padding: 5rem 3rem;
  }
  .p-top-about__r-body .black_btn_area {
    margin-top: 3rem;
  }
  .p-top-relation {
    padding: 15rem 0 10rem;
  }
  .p-top-relation__wrapper {
    border-radius: 0;
  }
  .p-top-relation__text {
    font-size: 1.6rem;
  }
  .p-top-relation__swiper {
    margin: 6rem calc(50% - 50vw) 0;
  }
  .p-top-relation__item-title {
    font-size: 1.6rem;
  }
  .p-top-relation__item-imgs {
    max-width: 40rem;
  }
  .p-map {
    width: 90%;
  }
  .p-map .black_square_btn {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin: 0 auto;
  }
  .p-map .black_square_btn br {
    display: none;
  }
  .p-map .cloud01 {
    top: 58.26vw;
    left: inherit;
    right: 0;
    width: 19.33vw;
  }
  .p-map .cloud02 {
    top: 3.3vw;
    left: 5%;
    width: 20.35vw;
  }
  .p-map .cloud03 {
    top: 131.8vw;
    width: 14.75vw;
  }
  .p-map .wave {
    display: none;
  }
  .black_square_btn {
    max-width: 40rem;
    height: inherit;
    padding: 1.8rem;
    font-size: 1.6rem;
  }
  .p-map__btns {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .p-top-service {
    margin-top: 10rem;
    padding: 8rem 0;
  }
  .p-top-service .deco02,
  .p-top-service .deco04 {
    display: none;
  }
  .p-top-service__items {
    margin-top: 2rem;
    gap: 6rem;
  }
  .p-top-service__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .p-top-service__item.design .p-top-service__item-img-wrap img {
    width: 22rem;
  }
  .p-top-service__item.outsourcing .p-top-service__item-img-wrap img {
    width: 27.4rem;
  }
  .p-top-service__item.real-estate .p-top-service__item-img-wrap img {
    width: 18.5rem;
  }
  .p-top-service__item.student .p-top-service__item-img-wrap img {
    width: 19.5rem;
  }
  .p-top-service__item.student .p-top-service__item-body-wrap {
    margin-top: 3rem;
  }
  .p-top-service__item-img-wrap {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .p-top-service__item-img-wrap::before {
    width: 27rem;
    height: 9rem;
  }
  .p-top-service__item-body-wrap::before {
    top: 1rem;
    right: -1rem;
  }
  .p-top-service__item-body {
    padding: 4rem;
    border: solid 0.3rem #333;
    top: 1rem;
    right: -1rem;
  }
  .p-top-service__item-text {
    margin-top: 3rem;
  }
  .p-top-service__item-btns {
    margin-top: 3rem;
  }
  .p-top-works {
    padding: 10rem 0;
  }
  .p-top-works .deco05 {
    top: 0;
    left: 5%;
    width: 9.9rem;
  }
  .p-top-works .deco06 {
    right: 5%;
    top: -4rem;
    width: 10.7rem;
  }
  .p-top-works__swiper .swiper-button-prev,
  .p-top-works__swiper .swiper-button-next {
    display: none;
  }
  .p-top-student .deco07 {
    right: 5%;
    width: 9.3rem;
  }
  .p-top-news {
    margin-top: 8rem;
  }
  .p-top-news .deco08 {
    top: 0;
    left: 5%;
    width: 6.5rem;
  }
  .p-top-news .deco09 {
    top: 0;
    right: 5%;
    width: 10.2rem;
  }
  .p-news__items svg {
    right: 0;
  }
  .c-post {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 3rem 1rem 0;
  }
  .c-post::after {
    right: 0;
  }
  .c-post__cat {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 1.3rem;
  }
  .c-post__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .c-post__time {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 1.2rem;
  }
  .contact_cta {
    margin-top: 8rem;
  }
  .contact_cta:before {
    top: 1rem;
    right: -1rem;
  }
  .contact_cta .black_btn_area {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_cta_inner {
    border: solid 3px #000;
    top: 1rem;
    right: -1rem;
    overflow: hidden;
  }
  .underlayer__en {
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
    margin: 0 auto 1rem;
  }
  .support .underlayer__en {
    font-size: 3.1rem;
  }
  .underlayer__ja {
    font-size: 1.3rem;
  }
  span.page-numbers,
  a.page-numbers {
    padding: 0 0.6rem !important;
  }
  .page-numbers.prev {
    margin-right: 1rem;
  }
  .page-numbers.next {
    margin-left: 1rem;
  }
  body.about .c-section-head {
    padding-bottom: 4rem;
  }
  .p-message {
    padding: 12rem 0 20rem;
  }
  .p-message .decoration02_message {
    bottom: -16rem;
    right: 5%;
    width: 8rem;
  }
  .p-message .decoration03_message {
    bottom: -11rem;
    right: 30%;
    width: 5.8rem;
  }
  .p-relation {
    padding: 10rem 0;
  }
  .p-relation__text {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .p-relation__items {
    margin-top: 4rem;
  }
  .p-relation__item:nth-child(n+2) {
    margin-top: 7rem;
  }
  .p-relation__item.design .p-relation-label::before {
    border-left: 4.4rem solid #E5C500;
  }
  .p-relation__item.design .p-relation-label::after {
    border-right: 4.4rem solid #E5C500;
  }
  .p-relation__item.outsourcing .p-relation-label::before {
    border-left: 4.4rem solid #1B2289;
  }
  .p-relation__item.outsourcing .p-relation-label::after {
    border-right: 4.4rem solid #1B2289;
  }
  .p-relation__item.real-estate .p-relation-label::before {
    border-left: 4.4rem solid #1A9323;
  }
  .p-relation__item.real-estate .p-relation-label::after {
    border-right: 4.4rem solid #1A9323;
  }
  .p-relation__item-title {
    font-size: 1.7rem;
    padding: 0.5rem 1rem;
  }
  .p-relation__item-title span {
    font-size: 1.6rem;
  }
  .p-relation__item-flex {
    margin-top: 2.5rem;
  }
  .p-relation__item-img {
    border-radius: 0.5rem;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .p-relation__item-img:nth-child(1) {
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
  }
  .p-relation__item-img:nth-child(1)::after {
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 4.4rem solid #F7F8F6;
    right: -2rem;
  }
  .p-relation__item-img:nth-child(2) {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
  .p-relation__item-img:nth-child(2)::after {
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-right: 4.4rem solid #F7F8F6;
    left: -2rem;
  }
  .p-relation-label {
    padding: 2rem 1.5rem;
    font-size: 0.8rem;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .p-relation-label::before, .p-relation-label::after {
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
  }
  .p-relation-label::before {
    left: 1.1rem;
    border-left: 4.4rem solid #555555;
  }
  .p-relation-label::after {
    right: 1.1rem;
    border-right: 4.4rem solid #555555;
  }
  .p-relation__item-body {
    margin-top: 3rem;
    border: 1rem solid #EFEFEF;
    padding: 4rem 2rem;
  }
  .p-relation__item-body::before, .p-relation__item-body::after {
    height: 1rem;
    width: calc(100% - 1.8rem);
  }
  .p-relation__item-body::before {
    top: -1rem;
  }
  .p-relation__item-body::after {
    bottom: -1rem;
  }
  .p-relation__item-text {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .p-profile {
    padding: 12rem 0 10rem;
  }
  .p-profile .decoration01_profile {
    top: -6rem;
    left: 5%;
    width: 9rem;
  }
  .p-profile .decoration02_profile {
    top: -6rem;
    right: 5%;
    width: 6.9rem;
  }
  .p-profile__img img {
    border-radius: 1rem;
  }
  .p-profile__items {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
    padding: 0;
  }
  .p-profile__item {
    gap: 1.5rem;
  }
  .p-profile__text {
    line-height: 1.6;
  }
  .p-outline {
    padding: 15rem 0 10rem;
  }
  .p-outline .decoration01_outline {
    top: -10rem;
    left: 5%;
    width: 5.9rem;
  }
  .p-outline .decoration02_outline {
    top: -10rem;
    right: 5%;
    width: 5.8rem;
  }
  .c-table-1 th,
  .c-table-1 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.6;
  }
  .c-table-1 th {
    width: 7rem;
    padding-right: 2rem;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .p-office {
    padding: 14rem 0 10rem;
  }
  .p-office .decoration01_office {
    top: -10rem;
    left: 5%;
    width: 6.4rem;
  }
  .p-office .decoration02_office {
    top: -10rem;
    right: 5%;
    width: 9.2rem;
  }
  .p-office__items {
    margin-top: 2rem;
    gap: 6rem;
  }
  .p-office__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p-office__item.design .p-office__item-img::before {
    border-top: 3.2rem solid #E5C500;
  }
  .p-office__item.design .p-office__item-img::after {
    border-bottom: 3.2rem solid #E5C500;
  }
  .p-office__item.outsourcing .p-office__item-img::before {
    border-top: 3.2rem solid #1B2289;
  }
  .p-office__item.outsourcing .p-office__item-img::after {
    border-bottom: 3.2rem solid #1B2289;
  }
  .p-office__item.real-estate .p-office__item-img::before {
    border-top: 3.2rem solid #1A9323;
  }
  .p-office__item.real-estate .p-office__item-img::after {
    border-bottom: 3.2rem solid #1A9323;
  }
  .p-office__item-img::before, .p-office__item-img::after {
    border-right: 1.8rem solid transparent;
    border-left: 1.8rem solid transparent;
    left: 1rem;
  }
  .p-office__item-img::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-office__item-img::after {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  .p-office__item-img img {
    border-radius: 1rem;
  }
  .p-office__item-title {
    font-size: 2rem;
  }
  .p-office__item-text {
    margin-top: 1rem;
    line-height: 1.6;
  }
  .p-gallery .swiper-slide img {
    aspect-ratio: 500/300;
  }
  .service_nav {
    margin-top: 5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem 1.1rem;
  }
  .service_nav_link {
    font-size: 1.4rem;
  }
  .service_nav_link::after {
    display: none;
  }
  .l-service-section {
    padding: 10rem 0;
  }
  .l-service-section.service_concept {
    padding-top: 8rem;
  }
  .service_concept_item {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  .service_concept_item:nth-child(n+2) {
    margin-top: 8rem;
  }
  .service_concept_item:nth-child(2n+1) .service_concept_item-img {
    margin-left: auto;
  }
  .service_concept_item:nth-child(2n+1) .service_concept_item-img::before {
    left: -1.4rem;
  }
  .service_concept_item:nth-child(2n+1) .service_concept_item-img .animation.fade_off {
    top: 1.4rem;
    left: -1.4rem;
  }
  .service_concept_item:nth-child(2n) .service_concept_item-img {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    margin-right: auto;
  }
  .service_concept_item:nth-child(2n) .service_concept_item-img::before {
    right: -1.4rem;
  }
  .service_concept_item:nth-child(2n) .service_concept_item-img .animation.fade_off {
    top: 1.4rem;
    right: -1.4rem;
  }
  .service_concept_item-img {
    width: calc(100% - 1.4rem);
  }
  .service_concept_item-img:before {
    top: 1.4rem;
  }
  .service_concept_item-body {
    margin-top: 0;
  }
  .service_concept_item-title {
    font-size: 1.8rem;
  }
  .service_concept_item-graph {
    max-width: 40rem;
    margin: 3rem auto 0;
  }
  .bimcad {
    margin-top: 4rem;
    padding: 4rem 5%;
  }
  .bimcad_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .bimcad_title {
    font-size: 2rem;
  }
  .bimcad_solution {
    padding: 2rem;
  }
  .bimcad_solution_flex {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .bimcad_solution_title {
    font-size: 1.3rem;
  }
  .bimcad_solution_title span {
    font-size: 1.3rem;
  }
  .bimcad_solution_text {
    font-size: 1.3rem;
  }
  .bimcad_solution_body {
    font-size: 1.3rem;
  }
  .service_content_soft_tags span {
    font-size: 1.3rem;
  }
  .support .service_nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem 1.1rem;
  }
  .support .service_nav li {
    margin-bottom: 0;
  }
  .service_service.estate .realestate {
    display: none;
  }
  .service_service.outsourcing .outsourcing {
    display: none;
  }
  .service_service.design .design {
    display: none;
  }
  .service_service.design .deco14 {
    display: none;
  }
  .service_service.design .deco15 {
    display: none;
  }
  .service_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .service_content > li:not(.service_estate_sharing) {
    padding: 2rem 5% 4rem;
  }
  .service_content_ttl span {
    font-size: 1.9rem;
  }
  .service_content_ttl h3 {
    font-size: 1.9rem;
  }
  .service_content_txt {
    line-height: 1.6;
  }
  .service_estate_sharing {
    margin-top: 3rem;
  }
  .service_estate_sharing_wrapper {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: inherit;
    padding: 7.5rem 4rem 4rem;
  }
  .service_estate_sharing_wrapper::before {
    display: none;
  }
  .service_estate_sharing_wrapper .deco13 {
    top: -2rem;
    right: 3rem;
    width: 7.4rem;
  }
  .service_estate_sharing_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .service_cta .wrapper {
    padding-bottom: 0;
  }
  .service_cta_wrapper {
    margin-top: 100px;
    padding: 40px 16px 30px;
  }
  .service_cta_text {
    font-size: 16px;
  }
  .service_works .p-custom-post__item:nth-child(4) {
    display: block;
  }
  .service_works .deco11 {
    width: 6.5rem;
    top: -15.8rem;
  }
  .works_2cl {
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .works_2cl li {
    display: block;
  }
  .works_2cl li:nth-child(2n+2) .service_tag {
    right: auto;
    left: 20px;
  }
  .works_2cl li:nth-child(2n+2) .works_2cl_r:before {
    right: -10px;
  }
  .works_2cl li:nth-child(2n+2) .works_2cl_r .service_tag {
    right: auto;
    left: 20px;
  }
  .works_2cl li:nth-child(2n+2) .works_2cl_r .animation.fade_off {
    padding: 65px 5% 30px;
    top: 10px;
    left: 10px;
  }
  .works_2cl li:nth-child(2n+2) .works_2cl_img {
    margin-left: 0;
  }
  .works_2cl_img {
    width: 95%;
    position: relative;
    margin-left: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    z-index: 2;
    right: 0;
    pointer-events: none;
  }
  .works_2cl_r {
    width: 95%;
    margin-top: -40px;
    z-index: 1;
  }
  .works_2cl_r:before {
    top: auto;
    bottom: -10px;
    width: 95%;
    left: -10px;
  }
  .works_2cl_r .animation.fade_off {
    padding: 65px 5% 30px;
    top: 10px;
    left: -10px;
    overflow-x: hidden;
  }
  .service_tag {
    font-size: 1.2rem;
    padding: 2px 14px;
    left: auto;
    right: 20px;
  }
  .works_2cl_ttl {
    margin-bottom: 15px;
  }
  .works_2cl_ttl h6 {
    font-size: 1.8rem;
  }
  .works_2cl_ttl span {
    font-size: 1.4rem;
  }
  .service_works_ul {
    margin-top: 50px;
  }
  .service_howto_lead {
    font-size: 16px;
  }
  .service_howto_items {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .service_flow .deco09 {
    top: -13rem;
    right: 5%;
    width: 11.1rem;
  }
  .service_flow_ul {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow: scroll;
    display: -webkit-inline-box;
  }
  .service_flow_ul li {
    width: 60%;
    margin-top: 3rem;
    text-align: left;
    padding: 3rem 5%;
  }
  .service_flow_ul li span {
    font-size: 2rem;
  }
  .service_flow_attention {
    margin-top: 3rem;
  }
  .service_flow_attention span {
    font-size: 1.4rem;
  }
  .service_faq {
    padding-bottom: 0;
  }
  .service_faq .deco05 {
    top: 1.6rem;
    left: 5%;
    width: 9.9rem;
  }
  .service_faq .deco06 {
    top: -3.2rem;
    right: 5%;
    width: 8.3rem;
  }
  .service_faq_item:nth-child(n+2) {
    margin-top: 30px;
  }
  .service_faq_title::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .service_faq_title {
    padding: 6px 30px;
  }
  .service_faq_text::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .service_faq_text {
    margin-top: 15px;
    padding-left: 40px;
  }
  .service_project .section_ttl_area {
    width: 60%;
    top: -20px;
  }
  .service_project_inner .animation.fade_off {
    padding: 70px 5% 40px;
    top: 15px;
    left: -15px;
  }
  .service_project_inner {
    display: block;
  }
  .service_project_inner:before {
    left: -15px;
    top: 15px;
  }
  .service_project_img {
    width: 100%;
  }
  .service_project_r {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .service_project_r .service_tag {
    font-size: 1.2rem;
  }
  .service_project_r h6 {
    font-size: 1.8rem;
  }
  .decoration01_design {
    bottom: -90px;
    right: 5%;
  }
  .decoration01_design.fade_on {
    bottom: -100px;
  }
  .decoration02_design.fade_on {
    top: 15px !important;
  }
  .decoration02_design {
    left: auto;
    right: 20px;
    top: 25px !important;
    width: 110px;
  }
  .decoration03_design.fade_on {
    bottom: -80px;
  }
  .decoration03_design {
    width: 120px;
    bottom: -100px;
    left: 0;
  }
  .decoration01_management.fade_on {
    bottom: -110px;
  }
  .decoration01_management {
    bottom: -130px;
    right: 5%;
    width: 80px;
  }
  .decoration02_management {
    left: 0;
    right: auto;
    top: 35px;
    width: 110px;
  }
  .decoration02_management.fade_on {
    top: 15px;
  }
  .decoration03_management.fade_on {
    bottom: -50px;
  }
  .decoration03_management {
    width: 90px;
    bottom: -70px;
    left: 30px;
    -webkit-transform: rotate(110deg);
            transform: rotate(110deg);
    z-index: 1;
  }
  .decoration06_management {
    width: 129px;
    left: -70px;
    bottom: -80px;
  }
  .decoration07_management.fade_on {
    bottom: -30px;
  }
  .decoration07_management {
    width: 110px;
    right: 30px;
    bottom: -50px;
  }
  .to_client {
    padding: 20px 5%;
  }
  .decoration01_support {
    bottom: -60px;
    right: 5%;
    width: 140px;
  }
  .decoration01_support.fade_on {
    bottom: -40px;
  }
  .decoration02_support {
    left: 0;
    right: auto;
    top: -80px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 110px;
  }
  .decoration02_support.fade_on {
    top: 15px;
  }
  .decoration03_support {
    width: 110px;
    bottom: -70px;
    left: auto;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
    z-index: 1;
  }
  .decoration03_support:fade_on {
    bottom: -50px;
  }
  .decoration04_support.fade_on {
    top: inherit;
    bottom: -80px;
  }
  .decoration04_support {
    top: inherit;
    bottom: -100px;
    width: 200px;
  }
  .decoration06_support {
    width: 64px;
    left: 0;
    bottom: -120px;
  }
  .decoration06_support.fade_on {
    bottom: -100px;
  }
  .decoration07_support {
    width: 110px;
    right: 30px;
    bottom: -50px;
  }
  .decoration07_support.fade_on {
    bottom: -30px;
  }
  .p-single {
    margin-top: 10rem;
  }
  .p-works-filter {
    margin-top: 6rem;
    scroll-margin-top: 6.3rem;
  }
  .p-works-filter__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-works-filter__label {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    text-align: center;
    display: block;
    width: 100%;
  }
  .p-works-filter__list {
    width: 100%;
  }
  .p-works-filter__list.category a {
    min-width: inherit;
    font-size: 1.3rem;
  }
  .p-works-filter__list.category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .p-works-filter__list.tag a {
    font-size: 1.3rem;
  }
  .p-custom-post {
    margin-top: 6rem;
  }
  .p-custom-post__title span {
    font-size: 1.9rem;
  }
  .p-custom-post__items {
    margin-top: 5rem;
    gap: 3rem 1.6rem;
  }
  .p-works-single {
    margin-top: 10rem;
  }
  .works-gallery__nav {
    width: 3.3rem;
    height: 3.3rem;
  }
  .works-gallery__nav::after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .works-gallery__nav--prev {
    top: 115%;
    left: 0;
  }
  .works-gallery__nav--next {
    top: 115%;
    right: 0;
  }
  .works-gallery__thumbs {
    padding: 1.5rem 0 0;
    margin: 0 4.5rem;
  }
  .p-works-single__head {
    margin-top: 5rem;
  }
  .p-works-single__cat {
    font-size: 1.3rem;
  }
  .p-works-single__title {
    font-size: 2.3rem;
  }
  .p-works-single__info {
    padding: 2rem;
  }
  .p-works-single__body {
    margin-top: 6rem;
  }
  .p-works-single__tags {
    margin-top: 6rem;
  }
  .p-works-single__pagination {
    margin-top: 6rem;
  }
  .p-works-single .p-works-filter {
    border-radius: 0;
    padding: 6rem 5%;
    margin: 8rem calc(50% - 50vw) 0;
  }
  .wp-content p {
    margin: 4rem 0;
  }
  .wp-content .wp-block-heading {
    margin: 4rem 0;
  }
  .wp-content h2 {
    font-size: 2.3rem;
  }
  .wp-content h3 {
    font-size: 2rem;
    padding: 1rem 0;
  }
  .wp-content h4 {
    font-size: 1.8rem;
  }
  .wp-content h5 {
    font-size: 1.6rem;
  }
  .wp-content .wp-block-list {
    margin: 4rem 0;
  }
  .pws-all {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-single-howto {
    padding: 50px 0;
  }
  .p-single-howto__title {
    font-size: 24px;
    line-height: 1.5;
  }
  .p-single-howto__body .wp-block-image {
    margin-top: 30px;
  }
  .p-single-howto__body p {
    font-size: 16px;
  }
  .p-single-howto__body h2 {
    font-size: 19px;
  }
  .p-single-howto__body h2::before {
    top: 10px;
  }
  .p-single-howto__body h3 {
    font-size: 17px;
  }
  .p-single-howto__body h4 {
    font-size: 17px;
  }
  .p-single-howto__body ul:not(.toc_list) li::before {
    top: 8px;
  }
  .p-single-howto__body .wp-block-button {
    width: 100% !important;
    max-width: 300px !important;
  }
  .p-single-pagination {
    display: block;
    width: 73.6vw;
    max-width: 500px;
    margin: 50px auto 0;
  }
  .p-single-pagination__back {
    margin-top: 25px;
    text-align: center;
    text-decoration: underline;
  }
  .p-single-pagination__prev {
    margin-top: 20px;
  }
  .p-related {
    padding: 50px 0;
  }
  .p-read__text {
    font-size: 16px;
  }
}

@media (hover: hover) {
  .c-card:hover {
    opacity: 0.6;
  }
  .c-shop:hover {
    opacity: 1 !important;
    -webkit-animation: zoomIn 0.6s ease 0s;
            animation: zoomIn 0.6s ease 0s;
  }
  .c-shop:hover::before {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
  .footer_company_info li a:hover {
    text-decoration: none;
  }
  .l-footer__shop .c-shop:hover {
    color: #000 !important;
  }
  .p-top-relation__item:hover .p-top-relation__item-title {
    -webkit-animation: bound 0.3s;
            animation: bound 0.3s;
  }
  .p-top-relation__item:hover .p-top-relation__item-img.before {
    opacity: 0;
    visibility: hidden;
  }
  .black_square_btn:hover {
    background: #fff;
    color: #000;
  }
  .black_square_btn:hover::after {
    content: "";
    border-color: #000;
  }
  .c-post:hover {
    opacity: 0.5;
  }
  .c-post:hover::after {
    right: -0.5rem;
  }
  a.page-numbers:hover {
    color: #000;
  }
  .page-numbers.next:hover, .page-numbers.prev:hover {
    background: #000;
  }
  .page-numbers.next:hover span, .page-numbers.prev:hover span {
    background: #fff;
  }
  .c-table-1 td a:hover {
    text-decoration: none;
  }
  .p-office__item-text a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .service_nav_link:hover {
    background-color: #000;
    color: #fff;
    border: solid 3px #000;
  }
  .service_nav_link:hover::after {
    background: #fff;
  }
  .bimcad_solution_title a:hover {
    text-decoration: none;
  }
  .service_estate_sharing_item_link:hover {
    opacity: 0.6;
  }
  .service_estate_sharing_item_link:hover .service_estate_sharing_item-title {
    text-decoration: underline;
  }
  .service_howto_link:hover .service_howto_img img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .service_howto_link:hover .service_howto_title,
  .service_howto_link:hover .service_howto_text {
    opacity: 0.4;
  }
  button.black_btn:hover svg {
    right: 20px;
    top: 60%;
  }
  .service_flow_ul li a:hover {
    text-decoration: none;
  }
  .p-works-filter__list.category a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
  }
  .p-works-filter__list.tag a:hover {
    opacity: 0.6;
  }
  .works-gallery__nav:hover {
    background: #000;
  }
  .works-gallery__nav:hover::after {
    background: #fff;
  }
  .wp-content a:hover {
    text-decoration: none;
  }
  .pws-card:hover {
    background: #000;
  }
  .pws-card:hover .pws-card__title,
  .pws-card:hover .pws-card__addr {
    color: #fff;
  }
  .pws-card:hover::after {
    background: #fff;
  }
  .pws-all:hover {
    color: #B0B0B0;
    border-color: #B0B0B0;
  }
  .pws-all:hover::after {
    background: #B0B0B0;
  }
  .p-single-howto__body .wp-block-button__link:hover {
    background-color: #f9f9f9;
    color: #3d52b4;
  }
  a.p-single-pagination__link:hover {
    opacity: 0.4;
  }
  .p-single-pagination__back:hover {
    color: currentColor;
    text-decoration: underline;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .p-map .cloud02 {
    top: 2.7rem;
  }
  .p-map .cloud03 {
    top: 35.3rem;
  }
  .p-map .wave {
    top: 25.3rem;
  }
}

@media screen and (min-width: 1921px) {
  .p-top-works__swiper .swiper-button-prev {
    left: 22.4vw;
  }
  .p-top-works__swiper .swiper-button-next {
    right: 22.4vw;
  }
}

@media (min-width: 768px) {
  .pws-card.is-empty {
    display: block;
    visibility: hidden;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */