/*---------------------------------

Start reset.css

---------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*---------------------------------

End reset.css

---------------------------------*/
/*---------------------------------

base

---------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption, main {
  display: block;
}

html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  html {
    font-size: 0.724637681vw;
    
  }
}
body {
  color: #222;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

li, dd {
  list-style-type: none;
}

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

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: 0.7819vw;
  }
}
/*---------------------------------

Utility

---------------------------------*/
.col3,
.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col3 {
  margin: -2.5rem -1.2rem;
}

.col4 {
  margin: -2.6rem -1.3rem;
}

.col3 > * {
  width: 33.33%;
  padding: 2.5rem 1.2rem;
}

.col4 > * {
  width: 25%;
  padding: 2.6rem 1.3rem;
}

.clearfix {
  clear: both;
}

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

  .col3,
.col4 {
    display: block;
    margin: 0;
  }

  .col3 > *,
.col4 > * {
    width: 100%;
    padding: 0;
  }

  .sp-col2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: -10px -7px;
  }
  .sp-col2 > * {
    width: 50%;
    padding: 10px 7px;
  }
}
/*---------------------------------

layout

---------------------------------*/
/*
    siteWrapper
---------------------------------*/
.siteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/*
    header
---------------------------------*/
.siteHeader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.siteHeader__logoArea {
  position: relative;
  z-index: 1;
  padding-top: 3.5rem;
  padding-left: 4.5rem;
}
.siteHeader__logoArea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.siteHeader__logo {
  width: 4.8rem;
}

.siteHeader__logoText {
  margin-left: 1.3rem;
}
.siteHeader__logoText span {
  display: inline-block;
  margin-bottom: 0.2rem;
  padding-left: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
.siteHeader__logoText img {
  width: 30rem;
}

.siteHeader__navArea {
  margin-left: 3rem;
}

.siteHeader__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.siteHeader__tel {
  padding-top: 0.7rem;
}
.siteHeader__tel a {
  display: block;
  position: relative;
  padding-left: 5rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
.siteHeader__tel a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb703f), color-stop(99%, #e11c41));
  background-image: linear-gradient(90deg, #eb703f 0%, #e11c41 99%);
  content: "";
}
.siteHeader__tel a::after {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/icon_tel-white.svg") no-repeat center center/contain;
  content: "";
}
.siteHeader__tel a span {
  color: #e15b26;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.siteHeader__buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2.4rem;
}

.siteHeader__button {
  display: inline-grid;
  place-items: center;
  width: 18rem;
  padding: 1.22em 1em;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-align: center;
}
.siteHeader__button.orange {
  background-color: #e56038;
}
.siteHeader__button.black {
  margin-left: 0.5rem;
  background-color: #222;
}

.siteHeader__nav {
  margin-top: 2.1rem;
  padding-right: 3.2rem;
}

.siteHeader__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}

.siteHeader__navItem:not(:first-child) {
  margin-left: 1.2rem;
}
.siteHeader__navItem a {
  display: inline-block;
  padding: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .siteHeader__tel a {
    pointer-events: none;
  }

  .siteHeader__navItem a:hover {
    opacity: 1;
    color: #e5623a;
  }
}
@media screen and (max-width: 1500px) {
  .siteHeader {
    position: relative;
    padding-bottom: 4.3rem;
  }

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

  .siteHeader__nav {
    margin-top: 5rem;
  }

  .siteHeader__navItem a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .siteHeader {
    padding-bottom: 0;
  }

  .siteHeader__logoArea {
    padding-top: 6px;
    padding-left: 10px;
  }
  .siteHeader__logoArea a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .siteHeader__logo {
    width: 23px;
  }

  .siteHeader__logoText {
    margin-left: 7px;
  }
  .siteHeader__logoText span {
    position: relative;
    z-index: 1;
    margin-bottom: 0.3em;
    padding-left: 0.4em;
    font-size: 0.8rem;
  }
  .siteHeader__logoText img {
    width: 150px;
    -webkit-transform: translateY(-1.4rem);
    transform: translateY(-1.4rem);
    margin-left: 0.4rem;
  }

  .siteHeader__hamburger {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #e56038;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
  }
  .siteHeader__hamburger span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .siteHeader__hamburger span:nth-child(1) {
    top: 15px;
  }
  .siteHeader__hamburger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .siteHeader__hamburger span:nth-child(3) {
    bottom: 15px;
  }

  .siteHeader.is-open {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
  }
  .siteHeader.is-open + .siteMain {
    margin-top: 50px;
  }

  .siteHeader.is-open .siteHeader__hamburger span:nth-child(1) {
    -webkit-transform: translate(-50%, 9px) rotate(225deg);
            transform: translate(-50%, 9px) rotate(225deg);
  }

  .siteHeader.is-open .siteHeader__hamburger span:nth-child(2) {
    opacity: 0;
  }

  .siteHeader.is-open .siteHeader__hamburger span:nth-child(3) {
    -webkit-transform: translate(-50%, -9px) rotate(-225deg);
            transform: translate(-50%, -9px) rotate(-225deg);
  }

  .siteHeader__spNav {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .siteHeader__spNavList {
    border-top: 1px solid #fff;
  }

  .spNavItem:not(:first-child) {
    border-top: 1px solid #ccc;
  }

  .spNavItem__button {
    position: relative;
    width: 100%;
    padding: 15px 45px 16px 22px;
    background-color: #e56038;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    cursor: pointer;
  }
  .spNavItem__button::after {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
    width: 13px;
    height: 13px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }

  .spNavItem__link {
    display: block;
    position: relative;
    padding: 15px 45px 16px 22px;
    background-color: #e56038;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .spNavItem__link::after {
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 23px;
    height: 5px;
    background: url("../img/common/img_arrow-small-white.svg") no-repeat center center/contain;
    content: "";
  }

  .spNavItem__navList {
    display: none;
  }

  .spNavItem__navItem {
    border-top: 1px solid #ccc;
  }
  .spNavItem__navItem > a {
    display: block;
    position: relative;
    padding: 16px 45px 19px 23px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .spNavItem__navItem > a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    width: 22px;
    height: 6px;
    background: url("../img/common/img_arrow-small_pc.svg") no-repeat center center/contain;
    content: "";
  }

  .spNavItem__mainNavItem > a {
    background-color: rgba(229, 96, 56, 0.3);
  }

  .spNavItem__subNavList {
    padding-bottom: 15px;
    padding-left: 22px;
  }

  .spNavItem__mainNavItem > a + .spNavItem__subNavList {
    padding-top: 15px;
  }

  .spNavItem__subNavItem a {
    display: block;
    position: relative;
    padding: 0.5em 45px 0.5em 18px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .spNavItem__subNavItem a::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background-color: #e56038;
    content: "";
  }

  .siteHeader.is-open .siteHeader__spNav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .spNavItem.is-open .spNavItem__button::after {
    -webkit-transform: translateY(-20%) rotate(225deg);
            transform: translateY(-20%) rotate(225deg);
  }
}
/*
    footer
---------------------------------*/
.siteFooter {
  padding-top: 6.4rem;
  padding-bottom: 6.2rem;
}

.siteFooter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.siteFooter__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.siteFooter__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteFooter__logo a img:first-child {
  width: 4.1rem;
}
.siteFooter__logo a img:last-child {
  width: 25.6rem;
  margin-left: 1.2rem;
}

.siteFooter__address {
  margin-top: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.2857142857;
}

.siteFooter__tel {
  margin-top: 4.4rem;
}
.siteFooter__tel a {
  display: block;
  position: relative;
  padding-left: 5.7rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
.siteFooter__tel a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb703f), color-stop(99%, #e11c41));
  background-image: linear-gradient(90deg, #eb703f 0%, #e11c41 99%);
  content: "";
}
.siteFooter__tel a::after {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.9rem;
  height: 1.9rem;
  background: url("../img/common/icon_tel-white.svg") no-repeat center center/contain;
  content: "";
}
.siteFooter__tel a span {
  color: #e15b26;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
}

.siteFooter__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.3rem;
  margin-left: -1rem;
}

.siteFooter__snsItem:not(:first-child) {
  margin-left: 1rem;
}
.siteFooter__snsItem a {
  padding: 0.5em;
}

.siteFooter__navArea {
  margin-left: 3rem;
  padding-top: 0.5rem;
}

.siteFooter__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.siteFooter__navList:not(:first-child) {
  margin-left: 11%;
}

.siteFooter__navItem {
  white-space: nowrap;
}
.siteFooter__navItem:not(:first-child) {
  margin-top: 1.6rem;
}
.siteFooter__navItem a {
  display: inline-block;
  /* margin-left: -0.8em; */
  padding: 0.5em 0;
  line-height: 1.4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.siteFooter__navTitle {
  padding: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.siteFooter__subNavList {
}

.siteFooter__subNavItem:not(:first-child) {
  margin-top: -1.4rem;
}

.siteFooter__subNavItem a {
  display: inline-block;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.6;
}

.siteFooter__privacy {
  margin-top: 5.5rem;
}
.siteFooter__privacy a {
  margin-left: -0.5em;
  padding: 0.5em;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.siteFooter__copy {
  margin-top: 2rem;
}
.siteFooter__copy small {
  color: #e15b26;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.goTop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 10;
}
.goTop a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background-color: #e15b26;
}
.goTop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.goTop a img:first-child {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.goTop a img:last-child {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .siteFooter__tel a {
    pointer-events: none;
  }

  .siteFooter__navItem a:hover {
    opacity: 1;
    color: #e5623a;
  }

  .siteFooter__privacy a:hover {
    opacity: 1;
    color: #e56038;
  }

  .goTop a:hover {
    opacity: 1;
  }
  .goTop a:hover img:first-child {
    -webkit-transform: translate(-50%, -200%);
            transform: translate(-50%, -200%);
    opacity: 0;
  }
  .goTop a:hover img:last-child {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .siteFooter__navItem {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .siteFooter {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .siteFooter .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .siteFooter__logo a img:first-child {
    width: 36px;
  }

  .siteFooter__logo a img:last-child {
    width: 228px;
    margin-left: 1rem;
  }

  .siteFooter__address {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 2;
  }

  .siteFooter__tel {
    margin-top: 3.5rem;
  }
  .siteFooter__tel a {
    padding-left: 5rem;
    font-size: 1.2rem;
  }
  .siteFooter__tel a::before {
    width: 3.7rem;
    height: 3.7rem;
  }
  .siteFooter__tel a::after {
    left: 1.2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .siteFooter__tel a span {
    font-size: 2.3rem;
  }

  .siteFooter__snsList {
    margin-top: 3rem;
    margin-left: 0.3rem;
  }

  .siteFooter__snsItem:not(:first-child) {
    margin-left: 1.5rem;
  }

  .siteFooter__copy {
    margin-top: 3rem;
  }
  .siteFooter__copy small {
    font-size: 1rem;
    line-height: 1.75;
  }

  .goTop {
    right: 20px;
    bottom: 20px;
  }
  .goTop a {
    width: 50px;
    height: 50px;
  }
  .goTop a img:first-child {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  .goTop a img:last-child {
    -webkit-transform: translate(-50%, 100%) scale(0.8);
            transform: translate(-50%, 100%) scale(0.8);
  }
}
/*
    main
---------------------------------*/
.siteMain {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

/*
    section
---------------------------------*/
.sectionBlock {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .sectionBlock {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
/*
    container
---------------------------------*/
.container {
  width: 95%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}


.container-w1600{
  width: 95%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.container-w1000 {
  width: 95%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.container-w800 {
  width: 95%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}


.container--large {
  width: 91%;
  max-width: 1520px;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }

  .container--large {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*---------------------------------

Component

---------------------------------*/
/*  
    cmnButton
---------------------------------*/
.cmnButton {
  display: inline-block;
  position: relative;
  padding-right: 7.6rem;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cmnButton::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  width: 6.5rem;
  height: 0.8rem;
  background: url("../img/common/img_arrow.svg") no-repeat center center/contain;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .cmnButton:hover {
    opacity: 1;
    color: #e56038;
  }
  .cmnButton:hover::after {
    -webkit-transform: translate(10px, -80%);
            transform: translate(10px, -80%);
  }
}
@media screen and (max-width: 767px) {
  .cmnButton {
    padding-right: 45px;
    font-size: 1.4rem;
  }
  .cmnButton::after {
    width: 38px;
    height: 5px;
  }
}
/*
    cmnBorderButton01
---------------------------------*/
.cmnBorderButton01 {
  display: inline-block;
  position: relative;
  padding: 0.94em 3.11em;
  border: 3px solid #e5623a;
  border-radius: 6px;
  background-color: #e5623a;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  color: #fff;
}
.cmnBorderButton01::before, .cmnBorderButton01::after {
  position: absolute;
  top: 50%;
  width: 6.5rem;
  height: 0.7rem;
  background: url("../img/common/img_arrow.svg") no-repeat center center/contain;
  content: "";
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.cmnBorderButton01::before {
  left: 0;
  -webkit-transform: translate(-100%, -78%);
          transform: translate(-100%, -78%);
  opacity: 0;
}
.cmnBorderButton01::after {
  right: 0;
  -webkit-transform: translate(55%, -78%);
          transform: translate(55%, -78%);
}
.cmnBorderButton01--en {
  padding: 0.98em 4.17em;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .cmnBorderButton01:hover {
    opacity: 1;
    background-color: #fff;
    color: #222;
  }
  .cmnBorderButton01:hover::before {
    -webkit-transform: translate(-50%, -78%);
            transform: translate(-50%, -78%);
    opacity: 1;
  }
  .cmnBorderButton01:hover::after {
    -webkit-transform: translate(100%, -78%);
            transform: translate(100%, -78%);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .cmnBorderButton01 {
    padding: 0.75em 2.95em;
    border-width: 2px;
    font-size: 1.2rem;
  }
  .cmnBorderButton01::before, .cmnBorderButton01::after {
    width: 48px;
    height: 10px;
  }
  .cmnBorderButton01::after {
    -webkit-transform: translate(58%, -78%);
            transform: translate(58%, -78%);
  }
  .cmnBorderButton01--en {
    padding: 0.77em 3.27em;
  }
}
/*
    cmnBorderButton02
---------------------------------*/
.cmnBorderButton02 {
  display: inline-block;
  position: relative;
  padding: 1.18em 4.34em;
  border: 3px solid #e5623a;
  border-radius: 6px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.cmnBorderButton02::after {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
  width: 2.8rem;
  height: 0.8rem;
  background: url("../img/common/img_arrow-small_pc.svg") no-repeat center center/contain;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cmnBorderButton02--narrow {
  padding: 0.82em 4.42em;
}
.cmnBorderButton02--narrow::after {
  right: 0.8em;
}

@media (hover: hover) and (pointer: fine) {
  .cmnBorderButton02:hover {
    opacity: 1;
    background-color: #e5623a;
    color: #fff;
  }
  .cmnBorderButton02:hover::after {
    -webkit-transform: translate(10px, -85%);
            transform: translate(10px, -85%);
  }
}
@media screen and (max-width: 767px) {
  .cmnBorderButton02 {
    padding: 0.8em 4.69em;
    border-width: 2px;
    font-size: 1.1rem;
  }
  .cmnBorderButton02::after {
    right: 10px;
    background: url("../img/common/img_arrow-small_sp.svg") no-repeat center center/contain;
  }
  .cmnBorderButton02--narrow {
    padding: 0.8em 4.69em;
  }
  .cmnBorderButton02--narrow::after {
    right: 10px;
  }
}
/*
    cmnFillButton
---------------------------------*/
.cmnFillButton {
  display: inline-block;
  position: relative;
  padding: 1.1em 4.5em;
  border-radius: 6px;
  border: #e15b26 3px solid;
  background: #fff;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.cmnFillButton::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  width: 4rem;
  height: 1rem;
  background: url("../img/common/img_arrow-small_pc.svg") no-repeat center center/contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cmnFillButton:hover::after {
    -webkit-transform: translate(10px, -80%);
            transform: translate(10px, -80%);
  }
}
@media screen and (max-width: 767px) {
  .cmnFillButton {
    padding: 0.97em 4.5em;
    font-size: 1.2rem;
  }
  .cmnFillButton::after {
    right: 16px;
    width: 33px;
    height: 5px;
    background: url("../img/common/img_arrow-white.svg") no-repeat center center/contain;
  }
}
/*
    cmnSectionTitle
---------------------------------*/
.cmnSectionTitle {
  margin-bottom: 0.87em;
  font-size: 4.4rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
}
.cmnSectionTitle span {
  color: #e56038;
  font-family: "Roboto", sans-serif;
  font-size: 3.1rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.cmnSectionTitle--small {
  font-size: 4.2rem;
  line-height: 1.4;
}
.cmnSectionTitle--small span {
  font-size: 2.6rem;
}
.cmnSectionTitle--enLarge {
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
}
.cmnSectionTitle--enLarge span {
  font-size: 4rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .cmnSectionTitle {
    font-size: 2.3rem;
  }
  .cmnSectionTitle span {
    font-size: 1.4rem;
  }
  .cmnSectionTitle--small {
    font-size: 2.3rem;
  }
  .cmnSectionTitle--small span {
    font-size: 1.6rem;
  }
  .cmnSectionTitle--enLarge span {
    font-size: 2.1rem;
  }
}
/*
    cmnText
---------------------------------*/
.cmnText {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.3;
}
.cmnText span {
  color: #e5623a;
}

@media screen and (max-width: 767px) {
  .cmnText {
    font-size: 1.2rem;
    line-height: 2;
  }
}
/*
    cmnDotText
---------------------------------*/
.cmnDotText {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.cmnDotText span.dot {
    display: inline-block;
    -webkit-transform: translateY(0.2em);
    transform: translateY(0.2em);
    color: #e5623a;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 0.5;
}

@media screen and (max-width: 767px) {
  .cmnDotText {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
.cmnDotText span.dot {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
}
}
/*
    cmnCard
---------------------------------*/
.cmnCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.cmnCard__img {
  overflow: hidden;
}

.col3 .cmnCard__img {
  border-radius: 10px;
}

.col4 .cmnCard__img {
  border-radius: 6px;
}
.col4 .cmnCard__img.fit {
  height: 14vw;
  min-height: 120px;
  max-height: 200px;
}
.col4 .cmnCard__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmnCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 2rem 0;
}

.cmnCard__imgText {
  position: absolute;
  bottom: calc(100% - 1px);
  width: 100%;
}
.cmnCard__imgText span {
  display: inline-block;
  max-width: 90%;
  padding: 0.51em 2.31em;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  color: #e5623a;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.cmnCard__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.cmnCard__title .cmnDotText {
  font-size: 2rem;
  line-height: 1.6;
}
.cmnCard__title .cmnDotText span {
  -webkit-transform: translateY(0.15em);
          transform: translateY(0.15em);
}

.cmnCard__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.1333333333;
}

.cmnCard__button {
  margin-top: 3.8rem;
}

.cmnCard__fillText {
  display: grid;
  place-items: center;
  min-height: 9rem;
  margin-top: 2rem;
  padding: 1.2rem 1.5rem 1.4rem;
  border-radius: 6px;
  background-color: #f6f2f0;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.1333333333;
}

@media screen and (max-width: 767px) {
  .col3 .cmnCard__img,
.col4 .cmnCard__img {
    border-radius: 5px;
  }

  .cmnCard__title {
    font-size: 1.6rem;
    line-height: 1.53125;
  }

  .cmnCard__text {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.9166666667;
  }

  .cmnCard .cmnDotText {
    font-size: 1.4rem;
  }
  .cmnCard .cmnDotText span::before {
    top: 0.55em;
  }

  .cmnCard__imgText span {
    padding: 0.65em 2.19em;
    font-size: 1.3rem;
  }

  .cmnCard__button {
    margin-top: 2rem;
  }

  .cmnCard__fillText {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
  }

.col4 .cmnCard__img.fit {
    height: 50vw;
    min-height: 200px;
    max-height: 400px;
}
}
/*
    cmnCompanyList
---------------------------------*/
.cmnCompanyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2rem -1rem;
}

.cmnCompanyItem {
  width: 20%;
  padding: 2rem 1rem;
  text-align: center;
}

.cmnCompanyItem__img {
  margin-bottom: 1.4rem;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.cmnCompanySubList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.8rem;
  padding: 3.2rem 0 2.5rem 4.2rem;
  border-radius: 6px;
  background-color: #f5f5f5;
}
.cmnCompanySubList.center {
  justify-content: center;
}

.cmnCompanySubItem {
  margin-right: 4.2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .cmnCompanyList {
    margin: -9px -7px;
  }

  .cmnCompanyItem {
    width: 50%;
    padding: 9px 7px;
  }

  .cmnCompanyItem__img {
    margin-bottom: 1rem;
    border-radius: 5px;
  }

  .cmnCompanyItem .cmnDotText span {
    text-align: left;
  }

  .cmnCompanySubList {
    display: block;
    margin-top: 2.6rem;
    padding: 1.6rem 2.2rem;
    border-radius: 5px;
    overflow: auto;
    max-height: 30rem;
  }

  .cmnCompanySubItem:not(:first-child) {
    margin-top: 0.9rem;
    margin-right: 0;
  }
}
/*
    cmnLabel
---------------------------------*/
.cmnLabel {
  display: inline-block;
  padding: 0.3em 1.28em;
  border-radius: 9999px;
  background-color: #f6f2f0;
  color: #191919;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .cmnLabel:hover {
    opacity: 1;
    background-color: #e5623a;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cmnLabel {
    padding: 0.2em 1.18em;
    font-size: 1rem;
  }
}
/*
    cmnLinkText
---------------------------------*/
.cmnLinkText {
  display: inline-block;
  position: relative;
  padding-bottom: 0.4em;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2.2;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.cmnLinkText::after {
  position: absolute;
  top: 50%;
  right: -1.8rem;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #e5623a;
  border-bottom: 2px solid #e5623a;
  content: "";
}

@media screen and (max-width: 767px) {
  .cmnLinkText {
    padding-right: 1.3rem;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .cmnLinkText::after {
    right: 2px;
    -webkit-transform: translateY(-70%) rotate(-45deg);
            transform: translateY(-70%) rotate(-45deg);
  }
}
/*
    cmnFillText
---------------------------------*/
.cmnFillText {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.2em 0.4em 0.3em 0.5em;
  background-color: #222;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 2.4;
}

.cmnFillText--lg {
  padding: 0.2em 0.6em;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .cmnFillText {
    font-size: 1.2rem;
  }

  .cmnFillText--lg {
    padding: 0.2em 0.6em 0.3em;
    font-size: 1.3rem;
  }
}
/*
    cmnBreadcrumb
---------------------------------*/
.cmnBreadcrumb {
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4rem;
  padding-left: 0.5rem;
}

.cmnBreadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmnBreadcrumb__item {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.cmnBreadcrumb__item:not(:first-child) {
  position: relative;
  margin-left: 1rem;
  padding-left: 2.3rem;
}
.cmnBreadcrumb__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-70%) rotate(-45deg);
          transform: translateY(-70%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #e5633b;
  border-bottom: 2px solid #e5633b;
  content: "";
}
.cmnBreadcrumb__item a {
  display: inline-block;
  padding-bottom: 0.6em;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .cmnBreadcrumb__item a:hover {
    opacity: 1;
    color: #e56038;
  }
}
@media screen and (max-width: 767px) {
  .cmnBreadcrumb {
    margin-bottom: 4.3rem;
  }

  .cmnBreadcrumb__item {
    font-size: 1rem;
  }
  .cmnBreadcrumb__item:not(:first-child) {
    margin-left: 7px;
    padding-left: 13px;
  }
  .cmnBreadcrumb__item:not(:first-child)::before {
    -webkit-transform: translateY(-95%) rotate(-45deg);
            transform: translateY(-95%) rotate(-45deg);
    width: 6px;
    height: 6px;
  }
}
/*
    cmnBoxArea
---------------------------------*/
.cmnBoxArea {
  padding-top: 8rem;
  padding-bottom: 8.5rem;
  background-color: #f6f2f0;
}

.cmnBox {
  padding: 7.7rem 4rem 9rem;
  border-radius: 2rem;
  background-color: #fff;
}
.cmnBox:not(:first-child) {
  margin-top: 5.4rem;
}

.cmnBox__title {
  margin-bottom: 0.4em;
  color: #3d3d3d;
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  line-height: 1.4047619048;
  text-align: center;
}

.cmnBox__title--accent {
  color: #e56038;
}

.cmnBox__list {
  margin-top: 5.3rem;
}

.cmnBox__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.8rem;
  padding-bottom: 3.6rem;
}

.cmnBox__img {
  width: 47%;
  padding-top: 1.6rem;
}
.cmnBox__img img {
  border-radius: 1rem;
}

.cmnBox__textArea {
  width: 48%;
}
.cmnBox__textArea .cmnBox__title {
  text-align: left;
}

.cmnBox__text {
  margin-top: 1.5rem;
}

.cmnBox__button {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .cmnBoxArea {
    padding-top: 1.2rem;
    padding-bottom: 4.2rem;
  }

  .cmnBox {
    padding: 26px 25px 36px;
    border-radius: 10px;
  }
  .cmnBox:not(:first-child) {
    margin-top: 2.2rem;
  }
  .cmnBox .container {
    padding-right: 0;
    padding-left: 0;
  }

  .cmnBox__title {
    font-size: 2.1rem;
  }

  .cmnBox__list {
    margin-top: 2.4rem;
  }

  .cmnBox__col {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cmnBox__col .cmnBox__img {
    width: 100%;
    padding-top: 4px;
  }
  .cmnBox__col .cmnBox__img img {
    border-radius: 5px;
  }
  .cmnBox__col .cmnBox__textArea {
    width: 100%;
    margin-top: 1.8rem;
  }
  .cmnBox__col .cmnBox__textArea .cmnBox__title {
    margin-bottom: 0.4em;
    font-size: 2.3rem;
  }

  .cmnBox__text {
    margin-top: 0.9rem;
  }

  .cmnBox__button {
    margin-top: 2.4rem;
  }
}
/*---------------------------------

Project

---------------------------------*/
/*
    cmnContact
---------------------------------*/
.cmnContact {
  margin-top: 8rem;
  padding-top: 0;
  padding-bottom: 0;
}

.cmnContact__panelArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmnContact__panel {
  position: relative;
  width: 50%;
  padding: 8rem 3rem 11rem;
  color: #fff;
  text-align: center;
}
.cmnContact__panel::before {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
.cmnContact__panel > * {
  position: relative;
  z-index: 1;
}
.cmnContact__panel:first-child {
  background: url("../img/common/img_link_company_pc.jpg") no-repeat center center/cover;
}
.cmnContact__panel:last-child {
  background: url("../img/common/img_link_recruit_pc.jpg") no-repeat center center/cover;
}
.cmnContact__panel .cmnSectionTitle span {
  color: #fff;
}

.cmnContact__panel .cmnContact__button {
  margin-top: -0.5rem;
}
.cmnContact__panel .cmnContact__button .cmnBorderButton01 {
  padding: 0.98em 3.64em;
  border-color: currentColor;
  background-color: transparent;
  color: #fff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cmnContact__panel .cmnContact__button .cmnBorderButton01::before, .cmnContact__panel .cmnContact__button .cmnBorderButton01::after {
  background: url("../img/common/img_arrow-white.svg") no-repeat center center/contain;
}

.cmnContact__fillArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmnContact__fillItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 5rem 2rem 7.5rem;
  color: #fff;
  text-align: center;
}
.cmnContact__fillItem:first-child {
  padding-top: 8rem;
  background-color: #e15b26;
}
.cmnContact__fillItem:last-child {
  background-color: #da4e23;
}

.cmnContact__title {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.cmnContact__text {
  margin-top: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.9411764706;
  margin-bottom: 4.2rem;
}

.cmnContact__fillItem:first-child .cmnContact__text {
  margin-top: 2.5rem;
  font-size: 1.7rem;
}

.cmnContact__fillItem:last-child .cmnContact__text {
  margin-top: 0.8rem;
  font-size: 1.5rem;
}

.cmnContact__fillItem .cmnContact__button {
  margin-top: auto;
}
.cmnContact__fillItem .cmnContact__button .cmnBorderButton01 {
  width: 35rem;
  border-color: #fff;
  color: #333;
  background: #fff;
}

.cmnContact__tel {
  margin-top: 1.3rem;
}
.cmnContact__tel a {
  display: inline-block;
  position: relative;
  padding-right: 3rem;
  padding-left: 7rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: left;
  white-space: nowrap;
  line-height: 1.1;
}
.cmnContact__tel a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.9rem;
  height: 5.9rem;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.cmnContact__tel a::after {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.3rem;
  height: 2.3rem;
  background: url("../img/common/icon_tel-orange.svg") no-repeat center center/contain;
  content: "";
}
.cmnContact__tel a span {
  font-family: "Roboto", sans-serif;
  font-size: 5.3rem;
  letter-spacing: 0.05em;
}

@media (hover: hover) and (pointer: fine) {
  .cmnContact__tel a {
    pointer-events: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cmnContact__panel .cmnBorderButton01:hover {
    border-color: #e5623a;
    background-color: #e5623a;
  }

  .cmnContact__fillItem .cmnBorderButton01:hover {
    background-color: transparent;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .cmnContact__panelArea {
    display: block;
  }

  .cmnContact__panel {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .cmnContact__panel:first-child {
    background: url("../img/common/img_link_company_sp.jpg") no-repeat center center/cover;
  }
  .cmnContact__panel:last-child {
    background: url("../img/common/img_link_recruit_sp.jpg") no-repeat center center/cover;
  }
  .cmnContact__panel .cmnContact__button {
    margin-top: -0.2rem;
  }
  .cmnContact__panel .cmnContact__button .cmnBorderButton01 {
    padding: 0.75em 3.91em;
  }

  .cmnContact__fillArea {
    display: block;
  }

  .cmnContact__fillItem {
    width: 100%;
    padding: 3.5rem 0.5rem 4rem;
  }
  .cmnContact__fillItem:first-child {
    padding-top: 3.2rem;
  }

  .cmnContact__title {
    font-size: 2rem;
  }

  .cmnContact__text {
    font-size: 1.2rem;
    line-height: 2;
  }

  .cmnContact__fillItem .cmnContact__text {
    margin-bottom: auto;
  }

  .cmnContact__fillItem:first-child .cmnContact__text {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }

  .cmnContact__fillItem:last-child .cmnContact__text {
    font-size: 1.2rem;
  }

  .cmnContact__fillItem .cmnContact__button {
    margin-top: 2rem;
  }
  .cmnContact__fillItem .cmnContact__button .cmnBorderButton01 {
    width: 235px;
  }

  .cmnContact__tel {
    margin-top: 2rem;
  }
  .cmnContact__tel a {
    padding-left: 4.8rem;
    font-size: 0.8rem;
  }
  .cmnContact__tel a::before {
    width: 3.9rem;
    height: 3.9rem;
  }
  .cmnContact__tel a::after {
    left: 1.3rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .cmnContact__tel a span {
    font-size: 3.5rem;
  }
}
/*
    cmnOtherService
---------------------------------*/
.cmnOtherService__list {
  margin-top: 4.6rem;
}
.cmnOtherService__list .cmnCard {
  padding: 1.8rem 1.3rem;
}
.cmnOtherService__list .cmnCard__img {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .cmnOtherService {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .cmnOtherService__list.col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px -5px;
  }

  .cmnOtherService__list .cmnCard {
    width: 50%;
    padding: 5px 7px;
  }

  .cmnOtherService__list .cmnCard__img {
    border-radius: 5px;
  }

  .cmnOtherService__list .cmnCard .cmnDotText {
    font-size: 1.2rem;
  }
  .cmnOtherService__list .cmnCard .cmnDotText span::before {
    top: 0.5em;
  }

  .cmnOtherService__list .cmnCard .cmnCard__body {
    padding: 1rem 0;
  }
}
/*
    cmnMediaBlock
---------------------------------*/
.cmnMediaBlock {
  position: relative;
  padding-top: 17rem;
  padding-bottom: 15.5rem;
}
.cmnMediaBlock::before {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 62.9rem;
  height: 138.4rem;
  background: url("../img/vision/img_polygon_bg_pc.png") no-repeat top left/contain;
  content: "";
}

.cmnMedia {
  position: relative;
}
.cmnMedia::before {
  position: absolute;
  top: -1rem;
  right: 0;
  width: 48%;
  height: 57rem;
  border-radius: 1rem 0 0 1rem;
  content: "";
}
.cmnMedia:not(:first-child) {
  margin-top: 15rem;
}

.cmnMedia--reverse::before {
  right: unset;
  left: 0;
  border-radius: 0 1rem 1rem 0;
}

.cmnMedia__textArea {
  width: 43%;
}

.cmnMedia--reverse .cmnMedia__textArea {
  margin-left: auto;
}

.cmnMedia__textArea--minH {
    min-height: 56rem;
}

.cmnMedia__title {
  margin-right: -1rem;
  margin-bottom: 0.76em;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: left;
}
.cmnMedia__title span {
  font-size: 3.6rem;
  letter-spacing: 0.09em;
  text-transform: none;
}

.cmnMedia__text {
  width: 95%;
  padding-left: 0.6rem;
}
.cmnMediaBlock__button {
    margin: 4rem auto 0;
}
@media screen and (max-width: 1400px) {
  .cmnMedia__textArea {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .cmnMediaBlock {
    padding-top: 6.5rem;
    padding-bottom: 4rem;
  }
  .cmnMediaBlock::before {
    top: 14px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    width: 265px;
    height: 622px;
    background: url("../img/common/img_low-mv_bg_sp.png") no-repeat center center/contain;
  }

  .cmnMedia {
    padding-top: 23.5rem;
  }
  .cmnMedia::before {
    width: calc(100% - 35px);
    height: 235px;
  }
  .cmnMedia:not(:first-child) {
    margin-top: 5rem;
  }

  .cmnMedia__textArea {
    width: 100%;
  }
  .cmnMedia__textArea--minH {
    min-height: initial;
  }


  .cmnMedia__title {
    margin-bottom: 0.5em;
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .cmnMedia__title span {
    font-size: 1.8rem;
  }

  .cmnMedia__text {
    width: 100%;
    padding-left: 0;
  }
  .cmnMedia__text .cmnText {
    line-height: 2.2;
  }
}
/*
    cmnPickUp
---------------------------------*/
.cmnPickUp {
  padding-bottom: 9rem;
  background-color: #f6f2f0;
}

.cmnPickUp__title {
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #3d3d3d;
  font-size: 4.6rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
.cmnPickUp__title:first-child{
  margin-top: 0;
}

.cmnPickUp__lead {
  max-width: 107rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.1666666667;
  text-align: center;
  margin-bottom :1em;
}

.cmnPickUp__sub-title {
    display: table;
    padding: 0 2rem 1rem 0;
    margin: 0 0 2rem;
    border-bottom: 3px solid #e15b26;
    font-size: 2.4rem;
}

.cmnPickUp__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10rem auto;
    max-width: 1280px;
}

.cmnPickUp__block__img-box {
    width: 30%;
}

.cmnPickUp__block__txt-box {
    width: 67%;
}

.cmnPickUp__block__txt-box p {
    margin-bottom: 1em;
    line-height: 2;
}

.cmnPickUpBox {
  position: relative;
  padding: 6.5rem 12rem 13.5rem;
  border-radius: 2rem;
  background-color: #fff;
}

.cmnPickUp--hasTitle .cmnPickUpBox {
  margin-top: 9.7rem;
}

.cmnPickUpBox__enTitle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #e56038;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cmnPickUpBox__subTitle {
  color: #222;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}

.cmnPickUpBox__title {
  color: #3d3d3d;
  font-size: 4.2rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

.cmnPickUpBox__subTitle + .cmnPickUpBox__title {
  margin-top: 1rem;
}

.cmnPickUpBox__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
}

.cmnPickUpBox__img {
  width: 47%;
}
.cmnPickUpBox__img img {
  border-radius: 1rem;
}

.cmnPickUpBox__textArea {
  width: 48%;
}

.cmnPickUpBox__button {
  margin-top: 4.5rem;
}

.topPickUpService__list {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .cmnPickUp {
    padding-bottom: 4.5rem;
  }

  .cmnPickUp__title {
    margin-bottom: 0.3em;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 2.1rem;
  }

  .cmnPickUp__lead {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 1.2rem;
  }

  .cmnPickUpBox {
    padding: 45px 25px 60px 25px;
    border-radius: 10px;
  }

  .cmnPickUp--hasTitle .cmnPickUpBox {
    margin-top: 4rem;
  }

  .cmnPickUpBox__enTitle {
    font-size: 2.4rem;
  }

  .cmnPickUpBox__subTitle {
    font-size: 1.2rem;
  }

  .cmnPickUpBox__title {
    font-size: 2.1rem;
  }

  .cmnPickUpBox__media {
    display: block;
    margin-top: 3rem;
  }

  .cmnPickUpBox__img {
    width: 100%;
  }

  .cmnPickUpBox__textArea {
    width: 100%;
    margin-top: 2rem;
  }
  .cmnPickUpBox__textArea .cmnText {
    letter-spacing: 0;
  }

  .cmnPickUpBox__button {
    margin-top: 2rem;
    text-align: center;
  }

  .cmnPickUpBox__list {
    margin-bottom: -3.5rem;
  }
}
/*
    cmnVision
---------------------------------*/
.cmnVision {
  padding-top: 9rem;
  padding-bottom: 14rem;
}
.cmnVision .cmnSectionTitle--enLarge span {
  letter-spacing: 0.12em;
}

.cmnVision__lead {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.1666666667;
  text-align: center;
}

.cmnVision__cardList {
  margin-top: 4.6rem;
}
.cmnVision__cardList .cmnCard__title {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-height: 6.8rem;
}

.cmnVision__button {
  margin-top: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cmnVision {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }

  .cmnVision__lead {
    font-size: 1.4rem;
  }

  .cmnVision__cardList.col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-right: -8px;
    margin-left: -8px;
  }
  .cmnVision__cardList.col4 .cmnCard {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .cmnVision__cardList .cmnCard__title {
    min-height: 2.8rem;
    font-size: 1.4rem;
  }

  .cmnVision__button {
    margin-top: 0;
  }
}


/*
    cmnMagazine
---------------------------------*/
.cmnMagazine {
  padding-bottom: 12rem;
}

.cmnMagazine__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cmnMagazine__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
}
.cmnMagazine__header .cmnSectionTitle {
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  text-align: left;
}

.cmnMagazine__button {
  margin-top: -3rem;
}

.cmnMagazine__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 95rem;
          flex: 1 1 95rem;
  margin-left: 5%;
}

.cmnMagazine__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.cmnMagazine__item:not(:first-child) {
  margin-top: 3rem;
}

.cmnMagazine__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17rem;
          flex: 0 0 17rem;
}

.cmnMagazine__body {
  overflow: hidden;
  max-width: 74rem;
  margin-left: 3.8rem;
}

.cmnMagazine__title {
  color: #e5623a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.cmnMagazine__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2rem;
}
.cmnMagazine__meta time {
  color: #7c7c7c;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

.cmnMagazine__labelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5em -0.5rem -0.5rem 0.5rem;
}

.cmnMagazine__labelItem {
  padding: 0.5em;
}

.cmnMagazine__description {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .cmnMagazine__title a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .cmnMagazine {
    padding-top: 3rem;
    padding-bottom: 4.8rem;
  }
  .cmnMagazine .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cmnMagazine__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cmnMagazine__header {
    display: contents;
  }

  .cmnMagazine__header .cmnSectionTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .cmnMagazine__contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin-left: 0;
  }

  .cmnMagazine__button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 3rem;
    text-align: center;
  }

  .cmnMagazine__item {
    display: block;
    padding-bottom: 2rem;
  }
  .cmnMagazine__item:not(:first-child) {
    margin-top: 2rem;
  }

  .cmnMagazine__img {
    float: left;
    width: 110px;
  }

  .cmnMagazine__body {
    display: contents;
  }

  .cmnMagazine__heading {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    padding-left: 12.5rem;
  }

  .cmnMagazine__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.6rem;
  }

  .cmnMagazine__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.8rem;
  }
  .cmnMagazine__meta time {
    margin-left: 1em;
    padding-top: 0.4em;
    font-size: 1.2rem;
  }

  .cmnMagazine__labelList {
    margin: -0.2em;
  }

  .cmnMagazine__labelItem {
    padding: 0.2em;
  }

  .cmnMagazine__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 2;
    white-space: normal;
  }
}
/*
    topOtherService
---------------------------------*/
.topOtherService {
  position: relative;
  padding-top: 13.5rem;
  padding-bottom: 3rem;
}
.topOtherService::before {
  position: absolute;
  top: 11.5rem;
  left: 0;
  z-index: -1;
  width: 10.8rem;
  height: 6.7rem;
  /* background-color: #b9b9b9; */
  content: "";
}
.topOtherService .cmnSectionTitle {
  text-align: left;
}

.topOtherService__bg {
  position: relative;
}
.topOtherService__bg::before {
  position: absolute;
  top: -2rem;
  left: 50%;
  z-index: -2;
  width: 50.5%;
  height: 155.2rem;
  background: url("../img/top/img_service_bg_pc.png") no-repeat top left/contain;
  content: "";
}
.topOtherService__bg::after {
  position: absolute;
  top: -2rem;
  left: calc(50% + 84rem);
  z-index: -2;
  width: 30%;
  height: 155.2rem;
  background-color: #f6f2f0;
  content: "";
}

.topOtherService__list {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .topOtherService {
    padding-top: 5.8rem;
  }
  .topOtherService::before {
    content: none;
  }

  .topOtherService__bg::before {
    top: -3rem;
    right: 0;
    left: unset;
    width: 71%;
    height: 62.4rem;
    background: url("../img/top/img_service_bg_sp.png") no-repeat top right/contain;
  }

  .topOtherService__bg::after {
    content: none;
  }

  .topOtherService__list {
    margin-top: 2.4rem;
  }
  .topOtherService__list .cmnCard:not(:first-child) {
    margin-top: 3.4rem;
  }
}
/*
    topPickUpService
---------------------------------*/
.topPickUpService {
  padding-top: 4.5rem;
  padding-bottom: 17rem;
}
.topPickUpService .cmnSectionTitle {
  text-align: left;
}

.topPickUpService__list {
  margin-top: 3.6rem;
}

@media screen and (max-width: 767px) {
  .topPickUpService {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .topPickUpService__list {
    margin-top: 2rem;
  }
  .topPickUpService__list .cmnCard:not(:first-child) {
    margin-top: 2rem;
  }
}


/*
    topVoice
---------------------------------*/
.topVoice {
  position: relative;
  padding-top: 9rem;
  background-color: #f6f2f0;
}
.topVoice::before {
  position: absolute;
  top: 18rem;
  right: 0;
  width: calc(50% + 54rem);
  height: 65rem;
  border-radius: 2rem 0 0 2rem;
  background-color: #fff;
  content: "";
}
.topVoice .container {
  position: relative;
  z-index: 1;
}

.topVoice__cardList {
  margin-top: -0.5rem;
}

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

@media screen and (max-width: 767px) {
  .topVoice {
    padding-top: 2rem;
  }
  .topVoice::before {
    top: 6.6rem;
    right: unset;
    left: 55px;
    width: calc(100% - 55px);
    height: 146.3rem;
    border-radius: 10px 0 0 10px;
  }

  .topVoice__cardList {
    margin-top: 4rem;
  }
  .topVoice__cardList .cmnCard:not(:first-child) {
    margin-top: 1rem;
  }

  .topVoice__button {
    margin-top: 1.2rem;
  }
}


/*
    5s_blog
---------------------------------*/

.sectionBlock.section5s_blog {
    padding-top: 5rem;
}
.section5s_blog {
  position: relative;
}

.section5s_blog .container {
  position: relative;
  z-index: 1;
}

.section5s_blog__cardList {
  margin-top: -0.5rem;
}

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

@media screen and (max-width: 767px) {
  .section5s_blog {
    padding-top: 0;
  }

  .section5s_blog__cardList {
    margin: 2rem;
  }
  .section5s_blog__cardList .cmnCard:not(:first-child) {
    margin-top: 1rem;
  }

  .section5s_blog__button {
    margin-top: 1.2rem;
  }
}

