@charset "UTF-8";
/* リセット */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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: 500;
}

/**
 * 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 {
  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] {
  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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

p,
ol,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

em {
  font-style: normal;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

.fv {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .fv {
    padding: 0;
  }
}
.fv .fv__inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner {
    height: calc(100vh - 44px);
  }
}
.fv .fv__inner .fv__text {
  position: absolute;
  box-sizing: border-box;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__text {
    left: 15px;
  }
}
.fv .fv__inner .fv__text .fv__h1 {
  font-size: 4.8rem;
  line-height: 1.45;
  color: #fff;
  font-weight: 700;
  margin-bottom: 48px;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .fv .fv__inner .fv__text .fv__h1 {
    font-size: 4rem;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .fv__text .fv__h1 {
    font-size: 3.3rem;
  }
}
.fv .fv__inner .fv__text p {
  font-size: 1.4rem;
  line-height: 1.65;
  color: #fff;
  font-weight: 400;
}
.fv .fv__inner .swiper-slide {
  height: calc(100vh - 56px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide {
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 44px);
  }
}
.fv .fv__inner .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv .fv__inner .swiper-slide .text__box {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide .text__box {
    display: block;
    bottom: 0;
    left: 10px;
  }
}
.fv .fv__inner .swiper-slide .text__box em {
  font-size: 6rem;
  font-weight: 700;
  margin-right: 3rem;
  filter: drop-shadow(0 0 40px #000);
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide .text__box em {
    font-size: 3.8rem;
    display: block;
    width: 100%;
  }
}
.fv .fv__inner .swiper-slide .text__box em > span {
  font-size: 9rem;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide .text__box em > span {
    font-size: 6rem;
  }
}
.fv .fv__inner .swiper-slide .text__box p {
  font-size: 2.2rem;
  display: inline;
  font-weight: 700;
  line-height: 1.2;
  filter: drop-shadow(0 0 20px #000);
  padding: 0 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .fv .fv__inner .swiper-slide .text__box p {
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}

.content__box .content__box__inner .bg--gray.sec__about {
  margin-top: 0;
}
.content__box .content__box__inner .bg--gray.sec__about .text__ttl {
  text-align: center;
}
.content__box .content__box__inner .bg--gray.sec__about .text__ttl.under--key {
  padding-bottom: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .bg--gray.sec__about .text__ttl.under--key {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.content__box .content__box__inner .bg--gray.sec__about .text__ttl.under--key:before {
  height: 3px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .bg--gray.sec__about .text__ttl.under--key:before {
    height: 2px;
    width: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .bg--gray.sec__about .text__ttl {
    display: block;
  }
}
.content__box .content__box__inner .bg--gray.sec__about .text__ttl span {
  font-size: 2.6rem;
  line-height: 1.2;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .bg--gray.sec__about .text__ttl span {
    font-size: 2rem;
    line-height: 1.4;
    display: block;
    text-align: center;
  }
}
.content__box .content__box__inner .bg--gray.sec__about .text__box p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .bg--gray.sec__about .text__box p {
    text-align: left;
  }
}
.content__box .content__box__inner .bg--gray.sec__about .text__box p span {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .bg--gray.sec__about .text__box p span {
    display: inline;
  }
}
.content__box .content__box__inner .sec__topics .section__box__inner .flex__box .ttl__box {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__topics .section__box__inner .flex__box .ttl__box {
    font-size: 2.4rem;
  }
}
.content__box .content__box__inner .sec__topics .section__box__inner .flex__box .ttl__box span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__topics .section__box__inner .flex__box .ttl__box span {
    font-size: 1.2rem;
  }
}
.content__box .content__box__inner .sec__topics .section__box__inner .flex__box .arrow.size--10px {
  right: 0px;
}
.content__box .content__box__inner .sec__topics .section__box__inner ul {
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(3, minmax(min-content, 1fr));
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__topics .section__box__inner ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__topics .section__box__inner ul li {
    display: block;
    padding: 0 0 10px;
  }
  .content__box .content__box__inner .sec__topics .section__box__inner ul li + li {
    margin-top: 15px;
  }
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li a .img__box {
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  overflow: hidden;
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li a .img__box img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li a .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__topics .section__box__inner ul li a .title {
    padding-bottom: 5px;
  }
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li a .title .date {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__topics .section__box__inner ul li a .title .date {
    font-size: 1.2rem;
  }
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li a .title .kind {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  padding: 4px 0 4px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__topics .section__box__inner ul li a .title .kind {
    font-size: 1rem;
    width: 80px;
    padding: 4px 0 4px;
    margin-right: 0;
  }
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li a .title .kind.color--key {
  background: #EB6100;
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li a .title .kind.color--corp {
  background: #0084C5;
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li a .title .kind.color--wash {
  background: #6BA2DD;
}
.content__box .content__box__inner .sec__topics .section__box__inner ul li a .text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__topics .section__box__inner ul li a .text {
    padding-top: 0;
    width: 100%;
    font-size: 1.4rem;
  }
}
.content__box .content__box__inner .section__box.sec__business {
  padding-left: 0;
  padding-right: 0;
}
.content__box .content__box__inner .section__box.sec__business .section__box__inner {
  padding: 0 15px;
}
.content__box .content__box__inner .section__box.sec__business .section__box__inner .ttl__box {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__business .section__box__inner .ttl__box {
    font-size: 2.4rem;
  }
}
.content__box .content__box__inner .section__box.sec__business .section__box__inner .ttl__box span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__business .section__box__inner .ttl__box span {
    font-size: 1.2rem;
  }
}
.content__box .content__box__inner .section__box.sec__business .business__list {
  padding-bottom: 48px;
}
.content__box .content__box__inner .section__box.sec__business .business__list ul {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__business .business__list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content__box .content__box__inner .section__box.sec__business .business__list ul li {
  overflow: hidden;
}
.content__box .content__box__inner .section__box.sec__business .business__list ul li.list__01 a {
  background: url(../images/common/business01.webp) center center/cover no-repeat;
}
.content__box .content__box__inner .section__box.sec__business .business__list ul li.list__02 a {
  background: url(../images/common/business02.webp) center center/cover no-repeat;
}
.content__box .content__box__inner .section__box.sec__business .business__list ul li.list__03 a {
  background: url(../images/common/business03.webp) center center/cover no-repeat;
}
.content__box .content__box__inner .section__box.sec__business .business__list ul li.list__04 a {
  background: url(../images/common/business04.webp) center center/cover no-repeat;
}
.content__box .content__box__inner .section__box.sec__business .business__list ul li a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  min-height: 324px;
  box-sizing: border-box;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .content__box .content__box__inner .section__box.sec__business .business__list ul li a:hover {
    opacity: 0.6;
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__business .business__list ul li a {
    min-height: 150px;
  }
}
.content__box .content__box__inner .section__box.sec__business .business__list ul li a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.content__box .content__box__inner .section__box.sec__business .business__list ul li a > span .arrow {
  width: 10px;
  height: 16px;
  margin-left: 5px;
}
.content__box .content__box__inner .section__box.sec__business .business__list ul li a > span .arrow::before, .content__box .content__box__inner .section__box.sec__business .business__list ul li a > span .arrow::after {
  width: 12px;
  right: 0;
}
.content__box .content__box__inner .section__box.sec__service .section__box__inner .ttl__box {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__service .section__box__inner .ttl__box {
    font-size: 2.4rem;
  }
}
.content__box .content__box__inner .section__box.sec__service .section__box__inner .ttl__box span:not(.kind__season) {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__service .section__box__inner .ttl__box span:not(.kind__season) {
    font-size: 1.2rem;
  }
}
.content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul li a {
    margin-top: 30px;
  }
}
.content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul li a .img__box {
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 240px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul li a .img__box {
    width: 160px;
    height: 160px;
  }
}
.content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul li a .img__box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: 100%;
}
.content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul li a .btn__box {
  margin-top: 20px;
  font-size: 2.4rem;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul li a .btn__box {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul li a:hover {
    opacity: 0.6;
    transform: scale(1.05);
  }
  .content__box .content__box__inner .section__box.sec__service .section__box__inner .service__list ul li a:hover .btn__box {
    color: #EB6100;
  }
}
.content__box .content__box__inner .sec__company {
  margin-top: 120px;
  background: url(../images/top/company_bg.webp) center center/cover no-repeat;
  padding: 120px 15px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__company {
    margin-top: 80px;
    padding: 80px 15px;
  }
}
.content__box .content__box__inner .sec__company .section__box__inner .company__box {
  width: 100%;
  max-width: 430px;
  box-sizing: border-box;
  padding: 60px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .content__box .content__box__inner .sec__company .section__box__inner .company__box {
    display: block;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__company .section__box__inner .company__box {
    max-width: none;
    display: block;
    padding: 30px 15px;
  }
}
.content__box .content__box__inner .sec__company .section__box__inner .company__box .ttl__box {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__company .section__box__inner .company__box .ttl__box {
    font-size: 2.4rem;
  }
}
.content__box .content__box__inner .sec__company .section__box__inner .company__box .ttl__box span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__company .section__box__inner .company__box .ttl__box span {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .content__box .content__box__inner .sec__company .section__box__inner .company__box ul {
    margin-top: -0.5em;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .content__box .content__box__inner .sec__company .section__box__inner .company__box ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.content__box .content__box__inner .sec__company .section__box__inner .company__box ul li {
  display: block;
  width: 9em;
  padding-bottom: 8px;
}
.content__box .content__box__inner .sec__company .section__box__inner .company__box ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .content__box .content__box__inner .sec__company .section__box__inner .company__box ul li {
    margin-right: 15px;
  }
}
.content__box .content__box__inner .sec__company .section__box__inner .company__box ul li a {
  line-height: 1.75;
  position: relative;
  transition: 0.3s all;
  padding-bottom: 8px;
}
.content__box .content__box__inner .sec__company .section__box__inner .company__box ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EB6100;
  display: block;
  transition: 0.3s all;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .content__box .content__box__inner .sec__company .section__box__inner .company__box ul li a:hover {
    font-weight: 700;
  }
  .content__box .content__box__inner .sec__company .section__box__inner .company__box ul li a:hover::before {
    opacity: 1;
  }
}
.content__box .content__box__inner .sec__recruit .section__box__inner .ttl__box {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__recruit .section__box__inner .ttl__box {
    font-size: 2.4rem;
  }
}
.content__box .content__box__inner .sec__recruit .section__box__inner .ttl__box span:not(.kind__season) {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__recruit .section__box__inner .ttl__box span:not(.kind__season) {
    font-size: 1.2rem;
  }
}
.content__box .content__box__inner .sec__recruit .section__box__inner > .flex__box {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.content__box .content__box__inner .sec__recruit .section__box__inner > .flex__box .img__box {
  width: 56%;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__recruit .section__box__inner > .flex__box .img__box {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 24px;
  }
}
.content__box .content__box__inner .sec__recruit .section__box__inner > .flex__box .img__box img {
  width: 100%;
  height: auto;
}
.content__box .content__box__inner .sec__recruit .section__box__inner > .flex__box .detail__box {
  width: 44%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__recruit .section__box__inner > .flex__box .detail__box {
    width: 100%;
  }
}
.content__box .content__box__inner .sec__recruit .section__box__inner > .flex__box .detail__box .btn__box {
  margin-top: 24px;
  padding-top: 0;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__recruit .section__box__inner > .flex__box .detail__box .btn__box {
    justify-content: center;
  }
}
.content__box .content__box__inner .sec__contact {
  margin-top: 120px;
  background: #000 url(../images/top/contact_bg.webp) center center/cover no-repeat;
  padding: 120px 15px;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__contact {
    margin-top: 80px;
    padding: 80px 15px;
  }
}
.content__box .content__box__inner .sec__contact .section__box__inner .ttl__box {
  color: #fff;
}
.content__box .content__box__inner .sec__contact .section__box__inner .text__box {
  text-align: center;
}
.content__box .content__box__inner .sec__contact .section__box__inner .text__box p {
  display: inline-block;
  text-align: left;
  color: #fff;
}
.content__box .content__box__inner .sec__contact .section__box__inner .btn__box {
  margin-top: 24px;
}
.content__box .content__box__inner .sec__group .section__box__inner .ttl__box {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__group .section__box__inner .ttl__box {
    font-size: 2.4rem;
  }
}
.content__box .content__box__inner .sec__group .section__box__inner .ttl__box span:not(.kind__season) {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__group .section__box__inner .ttl__box span:not(.kind__season) {
    font-size: 1.2rem;
  }
}
.content__box .content__box__inner .sec__sns .section__box__inner .ttl__box {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__sns .section__box__inner .ttl__box {
    font-size: 2.4rem;
  }
}
.content__box .content__box__inner .sec__sns .section__box__inner .ttl__box span:not(.kind__season) {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .content__box__inner .sec__sns .section__box__inner .ttl__box span:not(.kind__season) {
    font-size: 1.2rem;
  }
}