@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
.wp-pagenavi {
  margin-top: 30px;
  text-align: center;
}

/* A Modern CSS Reset */
/*! destyle.css v2.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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.js-scroll2.fade_on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.js-openModal {
  cursor: pointer;
}

.js-title-02,
.js-title {
  display: inline-block;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  -webkit-transition: transfrom 0.5s;
  transition: transfrom 0.5s;
  opacity: 0;
}

.js-text02 .letter,
.js-text01 .letter,
.js-pagetitle-en .letter,
.js-pagetitle .letter {
  display: inline-block;
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  -webkit-transition: transfrom 0.5s;
  transition: transfrom 0.5s;
  opacity: 0;
}

.js-title-03 .letter {
  display: inline-block;
}

.js-curtaintext02,
.js-curtaintext {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.js-curtaintext02 .inner-text,
.js-curtaintext .inner-text {
  display: block;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.js-curtaintext02 .curtain,
.js-curtaintext .curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: white;
  z-index: 3;
}

.l-header {
  position: relative;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 70px;
  -webkit-transform: background-color .15s ease;
          transform: background-color .15s ease;
  z-index: 99;
}
.l-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.l-header.scrolled::after {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .l-header.on::after {
    opacity: 1;
  }
}
.l-header__logo {
  position: absolute;
  top: 20px;
  left: 30px;
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    top: 25px;
    left: 20px;
    width: 250px;
  }
  .l-header__logo img {
    width: 100%;
  }
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__menu {
  display: block;
  height: 100vh;
  width: 100%;
  max-width: 450px;
  z-index: 101;
  top: 70px;
  right: 0;
  position: inherit;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.l-header__menu-main {
  z-index: 2;
  background-color: white;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 960px) {
  .l-header__menu-main {
    overflow-y: scroll;
    height: calc(100vh - 70px);
    max-height: 710px;
    scrollbar-width: none;
  }
  .l-header__menu-main .l-header__cv-list {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .l-header__menu-main {
    overflow-y: scroll;
    padding-bottom: 80px;
  }
  .l-header__menu-main .l-header__cv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__menu-list li a {
  position: relative;
  display: block;
  padding: 15px 40px;
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #FF5801;
  letter-spacing: .05em;
  border-bottom: 1px solid #ddd;
  background-color: white;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}
@media screen and (max-width: 959px) {
  .l-header__menu-list li a {
    padding: 15px 25px;
  }
}
.l-header__menu-list li a span {
  font-size: 23px;
  font-weight: 900;
  margin-right: 0;
}
.l-header__menu-list li a img {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__menu-list li a:hover {
  background-color: #eaeaea;
}
.l-header__menu-list li.l-header__menu-list-large a {
  position: relative;
  padding: 35px 40px;
  background-color: #FF5801;
  font-size: 30px;
  line-height: 1.4;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 959px) {
  .l-header__menu-list li.l-header__menu-list-large a {
    padding: 25px 25px;
  }
}
.l-header__menu-list li.l-header__menu-list-large a span {
  font-size: 40px;
}
.l-header__menu-list li.l-header__menu-list-large a img {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__menu-list li.l-header__menu-list-large a:hover {
  background-color: #CD4600;
}
.l-header__menu-list li.l-header__menu-list-large a p {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  font: bold 80px/1 "Oswald", sans-serif;
  color: white;
  opacity: .1;
}
@media screen and (max-width: 959px) {
  .l-header__menu-list li.l-header__menu-list-large a a {
    font-size: 20px;
  }
  .l-header__menu-list li.l-header__menu-list-large a p {
    font-size: 60px;
  }
}
.l-header__menu-list-large a span {
  font-size: 40px;
}
.l-header__menu-list-large img {
  margin-right: 5px;
  vertical-align: 0px;
}
.l-header__menu-sublist {
  padding: 20px 40px 20px;
}
@media screen and (max-width: 959px) {
  .l-header__menu-sublist {
    padding: 20px 25px 100px;
  }
}
.l-header__menu-sublist li a {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #666;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.l-header__menu-sublist li a img {
  vertical-align: -3px;
  margin-left: 5px;
}
.l-header__menu-sublist li a:hover {
  opacity: .6;
}
.l-header__menu-sublist li + li {
  margin-top: 5px;
}
.l-header__menu.on {
  position: inherit;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 959px) {
  .l-header__menu.on {
    overflow: overlay;
  }
}
.l-header__menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 109;
}
@media screen and (max-width: 959px) {
  .l-header__cv {
    display: none;
  }
}
.l-header__cv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 70px;
}
@media screen and (max-width: 959px) {
  .l-header__cv-list {
    position: relative;
    right: 0;
    top: 0;
  }
}
.l-header__cv-new a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 900 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  background: linear-gradient(98deg, #FF5801 0%, #CD4600 50%, #FF5801 100%);
  background-size: 200% 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.l-header__cv-new a:hover {
  background-position: 100% 0;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media screen and (max-width: 959px) {
  .l-header__cv-new {
    width: 50%;
  }
  .l-header__cv-new a {
    width: 100%;
  }
}
.l-header__cv-career a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 900 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  background: linear-gradient(98deg, #A73900 0%, #692400 50%, #A73900 100%);
  background-size: 200% 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.l-header__cv-career a:hover {
  background-position: 100% 0;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media screen and (max-width: 959px) {
  .l-header__cv-career {
    width: 50%;
  }
  .l-header__cv-career a {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .l-footer {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__wrapper {
    width: 86%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__wrapper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.l-footer__logo a {
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.l-footer__logo a:hover {
  opacity: .6;
}
@media screen and (max-width: 1070px) {
  .l-footer__logo img {
    width: 100%;
    max-width: 230px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__logo {
    text-align: center;
    margin-top: 40px;
  }
  .l-footer__logo img {
    width: 100%;
    max-width: 300px;
  }
}
.l-footer__links {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .l-footer__links {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__links-link a {
  font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #666;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.l-footer__links-link a img {
  vertical-align: -2px;
  margin-left: 5px;
}
.l-footer__links-link a:hover {
  opacity: .6;
}
@media screen and (max-width: 959px) {
  .l-footer__links-link a {
    font-size: 12px;
  }
  .l-footer__links-link a img {
    width: 14px;
  }
}
.l-footer__links-link + .l-footer__links-link {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .l-footer__links-link + .l-footer__links-link {
    margin-top: 0;
    margin-left: 20px;
  }
}
.l-footer__sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .l-footer__sitemap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__sitemap-links:nth-of-type(2) {
    margin-left: 40px;
  }
  .l-footer__sitemap-links:nth-of-type(3) {
    margin-left: 100px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__sitemap-links {
    width: 100%;
  }
  .l-footer__sitemap-links + .l-footer__sitemap-links {
    margin-top: 15px;
  }
}
.l-footer__sitemap-link a, .l-footer__sitemap-link p {
  font: bold 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #FF5801;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.l-footer__sitemap-link a img, .l-footer__sitemap-link p img {
  vertical-align: -1px;
  margin-right: 8px;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
}
@media screen and (max-width: 959px) {
  .l-footer__sitemap-link a, .l-footer__sitemap-link p {
    font-size: 20px;
  }
  .l-footer__sitemap-link a img, .l-footer__sitemap-link p img {
    vertical-align: 0px;
  }
}
.l-footer__sitemap-link a:hover {
  opacity: .6;
}
.l-footer__sitemap-link a:hover img {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.l-footer__sitemap-link + .l-footer__sitemap-link {
  margin-top: 15px;
}
.l-footer__sitemap-sublink {
  margin-top: 10px;
}
.l-footer__sitemap-sublink a, .l-footer__sitemap-sublink p {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #FF5801;
}
.l-footer__sitemap-sublink a::after, .l-footer__sitemap-sublink p::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #FF5801;
  -webkit-transition: width .15s ease;
  transition: width .15s ease;
}
@media screen and (max-width: 959px) {
  .l-footer__sitemap-sublink a, .l-footer__sitemap-sublink p {
    font-size: 16px;
    padding-left: 17px;
  }
}
.l-footer__sitemap-sublink a:hover {
  opacity: .6;
}
.l-footer__sitemap-sublink a:hover::after {
  width: 100%;
}
.l-footer__sitemap-sublink + .l-footer__sitemap-sublink {
  margin-top: 5px;
}
.l-footer__copyright {
  margin-top: 70px;
  text-align: right;
}
.l-footer__copyright p {
  font: normal 12px/1 "Oswald", sans-serif;
  color: #ABABAB;
}
@media screen and (max-width: 959px) {
  .l-footer__copyright {
    margin-top: 35px;
    text-align: center;
  }
  .l-footer__copyright p {
    font-size: 10px;
  }
}

.c-text-animation {
  /*
    https://codepen.io/equinusocio/pen/KNYOxJ
    出現時に帯に隠れる奴、必ずjs-scrollと併用の事
    <h1 class="reveal-text js-scroll">
      I'm here.
    </h1>
  */
}
.c-text-animation :root {
  --duration: 800ms;
  --iterations: 1;
}
.c-text-animation .reveal-text {
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-iteration-count: var(--iterations, 1);
          animation-iteration-count: var(--iterations, 1);
  -webkit-animation-duration: var(--duration, 800ms);
          animation-duration: var(--duration, 800ms);
  -webkit-animation-name: none;
          animation-name: none;
  /* 初期状態ではアニメーションを無効 */
}
.c-text-animation .reveal-text.is_active {
  -webkit-animation-name: clip-text;
          animation-name: clip-text;
  /* is_active が追加されたときにアニメーションを実行 */
}
.c-text-animation .reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FF5801;
  /* 色は適宜調整してください */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-animation-iteration-count: var(--iterations, 1);
          animation-iteration-count: var(--iterations, 1);
  -webkit-animation-duration: var(--duration, 800ms);
          animation-duration: var(--duration, 800ms);
  -webkit-animation-name: none;
          animation-name: none;
}
.c-text-animation .reveal-text.is_active::after {
  -webkit-animation-name: text-revealer;
          animation-name: text-revealer;
  /* is_active が追加されたときに after のアニメーションを実行 */
}
.c-text-animation .reveal-text.delay0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.c-text-animation .reveal-text.delay5 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-text-animation .reveal-text.delay5::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.c-text-animation .reveal-text.delay10 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.c-text-animation .reveal-text.delay10::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.c-text-animation .reveal-text.delay15 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.c-text-animation .reveal-text.delay15::after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*
<div class="c-menubtn"><span></span><span></span><span></span></div>
 */
.c-menubtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  background: black;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.c-menubtn a {
  position: relative;
  display: block;
  width: 26px;
  height: 16px;
}
.c-menubtn span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 0px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-menubtn span:nth-last-of-type(1) {
  top: 0;
}
.c-menubtn span:nth-last-of-type(2) {
  top: 7px;
}
.c-menubtn span:nth-last-of-type(3) {
  top: 14px;
  width: 50%;
  right: 13px;
}
@media screen and (max-width: 959px) {
  .c-menubtn span {
    height: 2px;
  }
  .c-menubtn span:nth-last-of-type(1) {
    top: 0;
  }
  .c-menubtn span:nth-last-of-type(2) {
    top: 6px;
  }
  .c-menubtn span:nth-last-of-type(3) {
    top: 12px;
  }
}
.c-menubtn.on p {
  color: black;
}
.c-menubtn.on span:nth-last-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
.c-menubtn.on span:nth-last-of-type(2) {
  opacity: 0;
}
.c-menubtn.on span:nth-last-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
  width: 100%;
  right: 0;
}
@media screen and (max-width: 959px) {
  .c-menubtn.on span:nth-last-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .c-menubtn.on span:nth-last-of-type(2) {
    opacity: 0;
  }
  .c-menubtn.on span:nth-last-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
}

/*
 COMPORNENT: c-btn
 <div class="c-btn"><a href="">ボタンリンク<img src="" alt=""></a></div>
 */
.c-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: 900 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  background-color: #FF5801;
  padding: 0 110px 0 30px;
  -webkit-box-shadow: 3px 4px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 4px 16px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .c-btn a {
    height: 60px;
    font-size: 16px;
    padding: 0 70px 0 18px;
  }
}
.c-btn a img {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right .3s ease;
  transition: right .3s ease;
}
@media screen and (max-width: 959px) {
  .c-btn a img {
    width: 21px;
    right: 17px;
  }
}
.c-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: -1;
}
.c-btn a:hover img {
  right: 20px;
}
@media screen and (max-width: 959px) {
  .c-btn a:hover img {
    right: 15px;
  }
}
.c-btn a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c-btn.transparent a {
  background-color: transparent;
  border: 2px solid white;
}
.c-btn.transparent a::before {
  background: #FF5801;
}

/*
 COMPORNENT: c-img
 <div class="c-img"><img src="" alt=""></div>
 */
.c-img img, .c-img--center img, .c-img--right img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.c-img--center {
  text-align: center;
}
.c-img--right {
  text-align: right;
}

.c-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  overflow: hidden;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .c-youtube {
    height: 0;
    padding-bottom: 56.5%;
  }
}

/*
 COMPORNENT: c-link
 <a href="" class="c-link"><img src="" alt=""></a>
 */
.c-link:hover {
  opacity: .6;
}
.c-link img {
  width: 100%;
}
.c-link--text {
  text-decoration: underline;
  color: #1a0dab;
}
.c-link--text:hover {
  text-decoration: none;
}

.c-table {
  table-layout: fixed;
  width: 100%;
}
.c-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: white;
}
.c-table tr th {
  width: 150px;
  padding: 30px 0px;
  font: 500 18px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-table tr th {
    width: 100px;
    text-align: left;
    font-size: 14px;
    padding: 20px 0;
  }
}
.c-table tr td {
  font: normal 18px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 30px 20px;
  color: #333;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-table tr td {
    padding: 20px 0;
    font-size: 14px;
  }
}
.c-table tr td p {
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif !important;
}
.c-table tr td p span {
  font-weight: bold;
  text-decoration: underline;
}
.c-table tr td p + p {
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .c-table tr td p {
    font-size: 14px !important;
  }
}
.c-table tr:nth-child(0) {
  border-top: none;
}
.c-table thead tr {
  background: #f1f2f1 !important;
}

.c-list > li, .c-list--check > li {
  position: relative;
  padding-left: 1em;
  font: bold 18px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .c-list > li, .c-list--check > li {
    font-size: 16px !important;
    font-weight: 500;
  }
}
.c-list > li + .c-list > li, .c-list--check > li + .c-list > li, .c-list > li + .c-list--check > li, .c-list--check > li + .c-list--check > li {
  margin-top: 10px;
}
.c-list > li:last-child, .c-list--check > li:last-child {
  margin-bottom: 0;
}
.c-list > li:before, .c-list--check > li:before {
  position: absolute;
  display: block;
  content: '';
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
}
.c-list.white > li, .white.c-list--check > li {
  color: white;
}
.c-list.white > li::before, .white.c-list--check > li::before {
  background: white;
}
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px;
  }
  .c-list li:before, .c-list--check li:before {
    top: 9px;
  }
}
.c-list--num {
  list-style: none;
  counter-reset: number;
}
.c-list--num li {
  position: relative;
  padding-left: 30px;
}
.c-list--num li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
.c-list--check li {
  padding-left: 0;
  font-size: 14px;
}
.c-list--check li:before {
  content: none;
}
.c-list--check li img {
  width: 18px;
  margin-right: 5px;
  vertical-align: -4px;
}
.c-list--check li + li {
  margin-top: 5px;
}
.c-list-tags {
  margin-bottom: -5px;
}
.c-list-tags span {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 8px 15px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-list-tags span {
    font-size: 12px;
    padding: 6px 14px 8px;
  }
}
.c-list-info__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  border-top: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .c-list-info__item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
  }
}
.c-list-info__item a:hover {
  opacity: .6;
}
.c-list-info__item:last-of-type a {
  border-bottom: 1px solid #ddd;
}
.c-list-info__date {
  font: bold 12px/1 "Oswald", sans-serif;
  color: #333333;
}
.c-list-info__cat {
  display: inline-block;
  padding: 7px 14px;
  margin: 0 50px;
  background-color: #FF5801;
  color: white;
  border-radius: 5px;
  font: bold 10px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .c-list-info__cat {
    margin: 0 10px;
  }
}
.c-list-info__title {
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .c-list-info__title {
    width: 100%;
    margin-top: 10px;
  }
}
.c-list-t-service {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.c-list-t-service li > img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-list-t-service {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}
.c-list-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media screen and (max-width: 959px) {
  .c-list-service {
    grid-template-columns: 1fr;
  }
}
.c-list-service__item {
  position: relative;
  padding: 80px 50px 50px;
  background-color: white;
}
@media screen and (max-width: 959px) {
  .c-list-service__item {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-list-service__item.large {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .c-list-service__item.large h4 {
    text-align: center;
    font: bold 20px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #333333;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .c-list-service__item.large h4 {
    text-align: center;
    font: bold 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #333333;
    margin: 30px 0 10px;
  }
  .c-list-service__item.large .c-img, .c-list-service__item.large .c-img--center, .c-list-service__item.large .c-img--right {
    text-align: center;
  }
  .c-list-service__item.large .c-img img, .c-list-service__item.large .c-img--center img, .c-list-service__item.large .c-img--right img {
    width: 100%;
    max-width: 400px;
  }
}
.c-list-service__img {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-list-service__img img {
    width: 100px;
  }
}
.c-list-service__title {
  margin: 30px 0;
}
@media screen and (max-width: 959px) {
  .c-list-service__title {
    margin: 20px 0;
  }
}
.c-list-service__title h3 {
  font: bold 25px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-list-service__title h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-list-service__main p {
  font: normal 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .c-list-service__main p {
    font-size: 14px;
  }
}
.c-list-service__org {
  position: absolute;
  top: 10px;
  left: 20px;
}
.c-list-service__org p {
  font: 900 60px/1.1 "Oswald", sans-serif;
  color: #333333;
  opacity: .05;
  word-wrap: break-word;
}
@media screen and (max-width: 959px) {
  .c-list-service__org p {
    font-size: 10.8vw;
  }
}

.c-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-mv {
  position: relative;
  height: 100vh;
  width: 100%;
}
.p-mv__chatchphrase {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 1;
}
.p-mv__chatchphrase p {
  font: bold 180px/1 "Oswald", sans-serif;
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.p-mv__chatchphrase p .js-curtaintext02 {
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .p-mv__chatchphrase {
    bottom: 60px;
    left: 20px;
  }
  .p-mv__chatchphrase p {
    font-size: 20vw;
  }
}
.p-mv__slider {
  height: 100%;
}
.p-mv__slider .slick-list {
  height: 100%;
}
.p-mv__slider .slick-track {
  height: 100%;
}
.p-mv__slide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 拡大率 */
  }
}
@-webkit-keyframes zoomUpSP {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 拡大率 */
  }
}
@keyframes zoomUpSP {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* 拡大率 */
  }
}
.p-mv__slide.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
@media screen and (max-width: 959px) {
  .p-mv__slide.add-animation {
    -webkit-animation: zoomUpSP 10s linear 0s normal both;
            animation: zoomUpSP 10s linear 0s normal both;
  }
}

.p-cv {
  padding: 100px 0;
  background: linear-gradient(98deg, #FF5801 0%, #CD4600 100%);
}
@media screen and (max-width: 959px) {
  .p-cv {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-cv__inner {
    width: 86%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .p-cv__inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
}
.p-cv__btn {
  width: calc(50% - 20px);
}
@media screen and (max-width: 959px) {
  .p-cv__btn {
    width: 100%;
  }
  .p-cv__btn + .p-cv__btn {
    margin-top: 10px;
  }
}
.p-cv__btn a {
  position: relative;
  display: block;
  width: 100%;
  background-color: white;
  padding: 50px;
  -webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 14px 14px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform .15s ease, -webkit-box-shadow .15s ease;
  transition: -webkit-transform .15s ease, -webkit-box-shadow .15s ease;
  transition: transform .15s ease, box-shadow .15s ease;
  transition: transform .15s ease, box-shadow .15s ease, -webkit-transform .15s ease, -webkit-box-shadow .15s ease;
}
@media screen and (max-width: 1400px) {
  .p-cv__btn a {
    padding: 3.5vw;
  }
}
@media screen and (max-width: 959px) {
  .p-cv__btn a {
    padding: 20px;
  }
}
.p-cv__btn a:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 14px 20px rgba(0, 0, 0, 0.15);
}
.p-cv__btn a p {
  font: bold 20px/1.4 "Oswald", sans-serif;
  color: #FF5801;
}
@media screen and (max-width: 1400px) {
  .p-cv__btn a p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 959px) {
  .p-cv__btn a p {
    font-size: 11px;
  }
}
.p-cv__btn a h3 {
  margin-top: 5px;
  font: 900 45px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #FF5801;
}
@media screen and (max-width: 1400px) {
  .p-cv__btn a h3 {
    font-size: 3.19vw;
  }
}
@media screen and (max-width: 959px) {
  .p-cv__btn a h3 {
    font-size: 26px;
  }
}
.p-cv__btn a img {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  .p-cv__btn a img {
    width: 5.5vw;
    right: 3.5vw;
  }
}
@media screen and (max-width: 959px) {
  .p-cv__btn a img {
    width: 44px;
    right: 20px;
  }
}

.p-index__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-index__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-index__header-title {
  width: 100%;
}
.p-index__header-title h2 {
  font: normal 85px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #FF5801;
}
.p-index__header-title h2 span {
  font: 900 1.17em/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-index__header-title p div,
.p-index__header-title p {
  font: bold 20px/1 "Oswald", sans-serif;
  color: #FF5801;
  margin-top: 30px;
}
@media screen and (max-width: 1150px) {
  .p-index__header-title h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 959px) {
  .p-index__header-title h2 {
    font-size: 42px;
  }
  .p-index__header-title p {
    font-size: 14px;
  }
}
.p-index__header-text {
  width: 100%;
}
.p-index__header-text p {
  margin-top: 12px;
  display: block;
  font: 500 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
  padding: 10px 0 10px 50px;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  .p-index__header-text p {
    margin-top: 20px;
    padding: 0;
    border: none;
  }
  .p-index__header-text p br {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .p-index__inner {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-index__inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-index-concept {
  padding: 150px 0;
  background: linear-gradient(98deg, #FF5801 0%, #CD4600 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-index-concept {
    padding: 60px 20px;
  }
}
.p-index-concept__title {
  font: 900 90px/1.3 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 50px;
  color: white;
  letter-spacing: .05em;
}
.p-index-concept__title span.label {
  background: white;
  color: #FF5801;
  display: inline-block;
  height: 98px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-index-concept__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .p-index-concept__title span.label {
    height: 50px;
  }
}
.p-index-concept__text p {
  font: bold 26px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  color: white;
}
@media screen and (max-width: 1500px) {
  .p-index-concept__text p {
    font-size: 23px;
  }
}
@media screen and (max-width: 1250px) {
  .p-index-concept__text p {
    font-size: 20px;
  }
}
.p-index-concept__text p + p {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .p-index-concept__text p {
    font-size: 18px;
  }
  .p-index-concept__text p + p {
    margin-top: 20px;
  }
}
.p-index-concept__img img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-index-concept__img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 1500px) {
  .p-index-concept__img {
    width: 750px;
    right: auto;
    left: 53%;
  }
}
@media screen and (max-width: 1250px) {
  .p-index-concept__img {
    width: 600px;
  }
}
@media screen and (max-width: 959px) {
  .p-index-concept__img {
    position: relative;
    text-align: center;
    width: 100%;
    right: auto;
    left: auto;
  }
  .p-index-concept__img img {
    max-width: 500px;
  }
}
.p-index-works {
  padding: 150px 0;
}
@media screen and (max-width: 959px) {
  .p-index-works {
    padding: 60px 20px;
  }
}
.p-index-works .p-index__header {
  position: relative;
  z-index: 2;
}
.p-index-works__main {
  position: relative;
  margin-top: 80px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-index-works__main {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.p-index-works__main .c-btn {
  position: absolute;
  bottom: 50px;
  right: 7%;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-index-works__main .c-btn {
    right: 0;
    bottom: 30px;
  }
}
.p-index-works__img {
  width: 86%;
}
.p-index-works__img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-index-works__img {
    position: relative;
    left: -20px;
    width: 90%;
  }
}
.p-index-works__text {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .p-index-works__text {
    right: -20px;
    bottom: 20px;
  }
  .p-index-works__text img {
    width: 100%;
    height: 700px;
  }
}
@media screen and (max-width: 550px) {
  .p-index-works__text img {
    height: 127vw;
  }
}
.p-index-movie {
  padding-bottom: 150px;
  position: relative;
  background: linear-gradient(98deg, #FF5801 0%, #CD4600 100%);
}
@media screen and (max-width: 959px) {
  .p-index-movie {
    padding-bottom: 60px;
  }
}
.p-index-movie__title {
  padding: 100px 0;
}
@media screen and (max-width: 959px) {
  .p-index-movie__title {
    padding: 50px 0;
  }
}
.p-index-movie__title h2 {
  font: 900 50px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-index-movie__title h2 {
    font-size: 28px;
  }
}
.p-index-movie__title-bk {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 33px;
  width: 100%;
  overflow: hidden;
}
.p-index-movie__title-bk p {
  font: bold 180px/1 "Oswald", sans-serif;
  color: white;
  opacity: .1;
  padding-right: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
.p-index-movie__title-bk p:nth-child(odd) {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}
.p-index-movie__title-bk p:nth-child(even) {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-index-movie__title-bk {
    top: 20px;
  }
  .p-index-movie__title-bk p {
    font-size: 90px;
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-index-movie__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-index-movie__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.p-index-movie__movie {
  position: relative;
  width: calc(50% - 10px);
}
@media screen and (max-width: 959px) {
  .p-index-movie__movie {
    width: 100%;
  }
  .p-index-movie__movie + .p-index-movie__movie {
    margin-top: 20px;
  }
}
.p-index-movie__movie .bk {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
}
.p-index-movie__movie .bk img {
  width: 100%;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
}
.p-index-movie__movie img.arrow {
  position: absolute;
  bottom: 23px;
  right: 20px;
}
@media screen and (max-width: 959px) {
  .p-index-movie__movie img.arrow {
    width: 30px;
  }
}
.p-index-movie__movie p {
  position: absolute;
  font: 900 50px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  bottom: 25px;
  left: 20px;
}
@media screen and (max-width: 959px) {
  .p-index-movie__movie p {
    font-size: 30px;
    letter-spacing: .05em;
  }
}
.p-index-movie__movie a {
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.p-index-movie__movie a:hover .bk img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-index-member {
  padding: 150px 0;
}
@media screen and (max-width: 959px) {
  .p-index-member {
    padding: 60px 20px;
  }
}
.p-index-member__main {
  position: relative;
  margin-top: 80px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-index-member__main {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.p-index-member__main .c-btn {
  position: absolute;
  bottom: 80px;
  left: 7%;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-index-member__main .c-btn {
    left: 0;
    bottom: 30px;
  }
}
.p-index-member__img {
  width: 100%;
  padding-left: 14%;
}
.p-index-member__img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-index-member__img {
    position: relative;
    right: -20px;
    padding-left: 10%;
  }
}
.p-index-member__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .p-index-member__text {
    left: -20px;
    bottom: 20px;
  }
  .p-index-member__text img {
    width: 100%;
    height: 700px;
  }
}
@media screen and (max-width: 550px) {
  .p-index-member__text img {
    height: 127vw;
  }
}
.p-index-data {
  position: relative;
  padding: 150px 0;
  background-position: right;
  background-size: cover;
  background-image: url(/recruit/asset/images/index-data-bk.webp);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-index-data {
    padding: 60px 20px 200px;
    background-image: url(/recruit/asset/images/index-data-bk-tb.webp);
    background-position: bottom;
  }
}
@media screen and (max-width: 560px) {
  .p-index-data {
    background-image: url(/recruit/asset/images/index-data-bk-sp.webp);
  }
}
@media screen and (min-width: 960px) {
  .p-index-data__inner {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-index-data__inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-index-data__contents h2 img {
    width: 86vw;
    max-width: 330px;
  }
}
.p-index-data__btn {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .p-index-data__btn {
    margin-top: 30px;
  }
}
.p-index-data__bktext {
  position: absolute;
  right: 0px;
  bottom: -10px;
  opacity: .5;
  font: bold 200px/1 "Oswald", sans-serif;
  color: black;
  z-index: -1;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .p-index-data__bktext {
    font-size: 25vw;
    bottom: auto;
    top: 0;
    color: white;
    opacity: .15;
  }
}

.p-pagetitle {
  position: relative;
  padding-top: 70px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-pagetitle__wrapper {
    padding: 110px 0;
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-pagetitle__wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 60px 0;
  }
}
.p-pagetitle__title h1 {
  font: bold 70px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .01em;
  color: #333333;
}
.p-pagetitle__title h1 span:first-of-type {
  color: #FF5801 !important;
}
.p-pagetitle__title p {
  font: bold 20px/1 "Oswald", sans-serif;
  color: #333333;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .p-pagetitle__title {
    padding: 0 20px;
  }
  .p-pagetitle__title h1 {
    font-size: 40px;
  }
  .p-pagetitle__title p {
    font-size: 14px;
    margin-top: 20px;
  }
}
.p-pagetitle__img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-pagetitle__img img {
    height: 200px;
  }
}
.p-pagetitle__en {
  position: absolute;
  right: 7%;
  bottom: calc(400px - 120px);
  color: #f5f5f5;
  font: bold 180px / 1 "Oswald", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-pagetitle__en {
    font-size: 60px;
    bottom: 199px;
    right: 0;
  }
}

.p-article__inner.small {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-article__inner.small {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.p-recruitment__copy {
  font: bold 60px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: .05em;
  color: #FF5801;
}
@media screen and (max-width: 959px) {
  .p-recruitment__copy {
    font-size: 20px;
  }
}
.p-recruitment__main {
  background: linear-gradient(98deg, #FF5801 0%, #CD4600 100%);
  margin-top: 200px;
}
@media screen and (max-width: 959px) {
  .p-recruitment__main {
    margin-top: 100px;
  }
}
.p-recruitment__main .c-table tr {
  background-color: transparent;
  border-color: white;
}
.p-recruitment__main .c-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}
.p-recruitment__main .c-table tr td, .p-recruitment__main .c-table tr th {
  color: white;
}
.p-recruitment__main .c-table tr th {
  font-weight: 900;
  padding-left: 10px;
}
.p-recruitment__main .c-table tr td {
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .p-recruitment__header-inner {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-recruitment__header-inner {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.p-recruitment__header-inner h2 {
  font: 900 60px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #FF5801;
}
.p-recruitment__header-inner h2 span.label {
  display: inline-block;
  background-color: #FF5801;
  color: white;
  padding-bottom: 4px;
}
.p-recruitment__header-inner h2 span.label.no2 {
  vertical-align: -5px;
  margin-left: 5px;
}
@media screen and (max-width: 959px) {
  .p-recruitment__header-inner h2 span.label.no2 {
    margin-left: 0;
  }
}
.p-recruitment__header-inner h2 span.label.no3 {
  vertical-align: -5px;
  margin-left: 5px;
}
@media screen and (max-width: 959px) {
  .p-recruitment__header-inner h2 {
    font-size: 30px;
  }
}
.p-recruitment__contact {
  padding: 40px 7%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .p-recruitment__contact {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-recruitment__contact {
    width: 86%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-recruitment__contact {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 20px 20px;
    margin-top: 30px;
  }
}
.p-recruitment__info {
  width: calc(100% - 400px);
  border-right: 3px solid white;
  padding-right: 30px;
}
.p-recruitment__info.mono {
  width: 100%;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 1300px) {
  .p-recruitment__info {
    width: calc(100% - 350px);
  }
  .p-recruitment__info.mono {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .p-recruitment__info {
    width: 100%;
    padding-right: 0;
    border: 0;
  }
}
.p-recruitment__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.p-recruitment__info dl dt {
  width: 150px;
}
@media screen and (max-width: 1300px) {
  .p-recruitment__info dl dt {
    width: 130px;
  }
}
.p-recruitment__info dl dt, .p-recruitment__info dl dd {
  font: 500 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1300px) {
  .p-recruitment__info dl dt, .p-recruitment__info dl dd {
    font-size: 16px;
  }
}
.p-recruitment__info dl dd {
  width: calc(100% - 150px);
}
.p-recruitment__info dl dd a {
  word-wrap: break-word;
}
@media screen and (max-width: 1300px) {
  .p-recruitment__info dl dd {
    width: calc(100% - 130px);
  }
}
.p-recruitment__info dl dt {
  font-weight: bold;
}
.p-recruitment__info p.attention {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
  color: red;
  font: 500 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-recruitment__info p.attention {
    font-size: 16px;
  }
}
.p-recruitment__bnr {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .p-recruitment__bnr {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .p-recruitment__bnr {
    width: 350px;
  }
}
@media screen and (max-width: 959px) {
  .p-recruitment__bnr {
    width: 100%;
    margin-top: 20px;
  }
}
.p-recruitment__bnr a img {
  width: 100%;
}
.p-recruitment__bnr a:hover {
  opacity: .6;
}

.p-works {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-works__header-inner {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-works__header-inner {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.p-works__header-inner h2 {
  font: bold 70px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .p-works__header-inner h2 {
    font-size: 40px;
  }
}
.p-works__header p {
  position: absolute;
  right: 0;
  top: 100px;
  font: bold 180px/1 "Oswald", sans-serif;
  color: #f5f5f5;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .p-works__header p {
    position: relative;
    top: 0;
    font-size: 50px;
    text-align: right;
  }
}
.p-works__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .p-works__flex.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.p-works__img {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .p-works__img {
    width: 100%;
    text-align: center;
  }
}
.p-works__img img {
  width: 100%;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 959px) {
  .p-works__img img {
    width: 100%;
    max-width: 500px;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-works__text {
  width: 50%;
  padding: 70px 7% 7%;
}
@media screen and (max-width: 959px) {
  .p-works__text {
    width: 100%;
    max-width: 540px;
    padding: 40px 20px;
    margin: 0 auto;
  }
}
.p-works__text p {
  font: bold 18px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
}
.p-works__text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-works__text p {
    font-size: 16px;
    font-weight: 500;
  }
  .p-works__text p br {
    display: none;
  }
  .p-works__text p + p {
    margin-top: 10px;
  }
}
.p-works__copy {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .p-works__copy {
    margin-bottom: 20px;
  }
}
.p-works__copy p {
  font: 900 40px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #FF5801;
}
@media screen and (max-width: 959px) {
  .p-works__copy p {
    font-size: 30px;
  }
}
.p-works__label {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .p-works__label {
    margin-bottom: 10px;
  }
}
.p-works__label span {
  font: 900 32px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  background: #FF5801;
  display: inline-block;
  padding: 0 1px 4px;
}
@media screen and (max-width: 959px) {
  .p-works__label span {
    font-size: 26px;
  }
}
.p-works.orange {
  background: linear-gradient(98deg, #FF5801 0%, #CD4600 100%);
}
.p-works.orange .js-curtaintext .curtain {
  background: white;
}
.p-works.orange .p-works__header-inner h2 {
  color: white;
}
.p-works.orange .p-works__header p {
  color: white;
  opacity: .1;
}
.p-works.orange .p-works__text p {
  color: white;
}
.p-works.orange .p-works__label span:not(class) {
  color: #FF5801;
  background: white;
}

.p-interview__header {
  position: relative;
  padding-left: 7%;
  padding-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .p-interview__header {
    padding-bottom: 0;
    padding: 0 20px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-interview__header h2 {
  display: inline-block;
  font: bold 70px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .p-interview__header h2 {
    font-size: 40px;
  }
}
.p-interview__header small {
  vertical-align: -3px;
  margin-left: 15px;
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .p-interview__header small {
    font-size: 16px;
  }
}
.p-interview__header p {
  position: absolute;
  right: 0;
  top: 0;
  font: bold 180px/1 "Oswald", sans-serif;
  color: #f5f5f5;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .p-interview__header p {
    position: relative;
    top: 0;
    font-size: 50px;
    text-align: right;
    margin-top: -20px;
    z-index: -1;
  }
}
.p-interview__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .p-interview__main.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.p-interview__tag {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  left: 0;
  width: 50%;
  height: calc(100vh - 70px);
}
.p-interview__tag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-interview__tag {
    position: relative;
    width: 100%;
    top: 0;
    height: 70vw;
    max-height: 500px;
    margin-bottom: 30px;
  }
}
.p-interview__contents {
  width: 50%;
  padding-right: 7%;
  padding-left: 7%;
}
@media screen and (max-width: 1200px) {
  .p-interview__contents {
    padding: 0 4%;
  }
}
@media screen and (max-width: 959px) {
  .p-interview__contents {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.p-interview__contents p {
  margin-top: 20px;
  font: 500 18px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
}
.p-interview__contents p + p {
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .p-interview__contents p {
    font-size: 16px;
  }
}
.p-interview__img {
  margin-top: 30px;
}
.p-interview__img img {
  width: 100%;
}
.p-interview__question dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-interview__question dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  font: bold 40px/1 "Oswald", sans-serif;
  color: #FF5801;
  border: 3px solid #FF5801;
  padding-bottom: 6px;
}
@media screen and (max-width: 959px) {
  .p-interview__question dl dt {
    font-size: 24px;
    width: 60px;
    height: 60px;
  }
}
.p-interview__question dl dd {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #FF5801;
  border: 3px solid #FF5801;
  border-left: 0;
}
@media screen and (max-width: 1300px) {
  .p-interview__question dl dd {
    font-size: 18px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  .p-interview__question dl dd {
    font-size: 16px;
    padding: 0 10px;
  }
  .p-interview__question dl dd br {
    display: none;
  }
}

.p-merit__header {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 959px) {
  .p-merit__header {
    padding: 60px 0 30px;
  }
}
.p-merit__header > p {
  position: absolute;
  right: 0;
  bottom: -3px;
  font: bold 180px/1 "Oswald", sans-serif;
  color: #f5f5f5;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .p-merit__header > p {
    font-size: 80px;
  }
}
.p-merit__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .p-merit__header-inner {
    width: 86%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-merit__header-inner {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.p-merit__header-inner h2 {
  width: 50%;
  font: 900 60px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #FF5801;
}
.p-merit__header-inner h2.wide {
  width: 100%;
}
.p-merit__header-inner h2 span.label {
  display: inline-block;
  background-color: #FF5801;
  color: white;
  padding-bottom: 4px;
}
.p-merit__header-inner h2 span.label.no2 {
  vertical-align: -5px;
  margin-left: 5px;
}
@media screen and (max-width: 959px) {
  .p-merit__header-inner h2 span.label.no2 {
    margin-left: 0;
  }
}
.p-merit__header-inner h2 span.label.no3 {
  vertical-align: -5px;
  margin-left: 5px;
}
.p-merit__header-inner p {
  width: 50%;
  font: 500 20px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 1400px) {
  .p-merit__header-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-merit__header-inner h2 {
    width: auto;
    font-size: 50px;
  }
  .p-merit__header-inner p {
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  .p-merit__header-inner h2 {
    font-size: 45px;
  }
  .p-merit__header-inner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .p-merit__header-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-merit__header-inner h2 {
    width: 100%;
    font-size: 30px;
  }
  .p-merit__header-inner p {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .p-merit__main {
    padding-left: 7%;
  }
}
@media screen and (max-width: 959px) {
  .p-merit__main {
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-merit__main-inner {
    width: 100%;
    padding: 7% 14% 7% 7%;
    background: linear-gradient(98deg, #FF5801 0%, #CD4600 100%);
  }
}
@media screen and (max-width: 959px) {
  .p-merit__main-inner {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    background: linear-gradient(98deg, #FF5801 0%, #CD4600 100%);
  }
}
.p-merit__section-title p {
  display: inline-block;
  padding: 0 4px 3px 2px;
  background-color: white;
  color: #FF5801;
  font: 900 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-merit__section-title p {
    font-size: 16px;
  }
}
.p-merit__section-title h3 {
  font: bold 50px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-merit__section-title h3 {
    font-size: 26px;
    margin-top: 10px;
  }
}
.p-merit__section-main p {
  font: 500 20px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  margin: 40px 0;
}
@media screen and (max-width: 959px) {
  .p-merit__section-main p {
    font-size: 16px;
    margin: 20px 0;
  }
}
.p-merit__section-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.p-merit__section-imgs img {
  width: 100%;
}
.p-merit__section-imgs p {
  margin: 5px 0 0;
  text-align: right;
  font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
}
@media screen and (max-width: 959px) {
  .p-merit__section-imgs p {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .p-merit__section-imgs {
    grid-template-columns: 1fr;
  }
}
.p-merit__section + .p-merit__section {
  display: block;
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .p-merit__section + .p-merit__section {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-merit.rev .p-merit__main {
    padding-left: 0;
    padding-right: 7%;
  }
}
@media screen and (max-width: 959px) {
  .p-merit.rev .p-merit__main {
    padding-left: 0;
    padding-right: 20px;
  }
}

.p-tabs {
  width: 86%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .p-tabs {
    width: 100%;
    padding: 0 20px;
    gap: 2px;
  }
}
.p-tabs__item {
  position: relative;
  cursor: pointer;
  padding: 30px 40px;
  background-color: #ccc;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .p-tabs__item {
    padding: 15px 10px;
    text-align: center;
  }
}
.p-tabs__item p {
  color: white;
  font: bold 18px/1 "Oswald", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .p-tabs__item p {
    font-size: 14px;
  }
}
.p-tabs__item h3 {
  color: white;
  font: 900 40px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-tabs__item h3 {
    font-size: 20px;
  }
}
.p-tabs__item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 959px) {
  .p-tabs__item img {
    display: none;
  }
}
.p-tabs__item:hover {
  background-color: #ababab;
}
.p-tabs__item.is-active {
  background-color: #FF5801;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.p-tabs__item.is-active:hover {
  background-color: #FF5801;
}

.p-tab-contents {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .p-tab-contents {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.p-tab-contents__item {
  display: none;
  -webkit-animation: fadeInSlide .15s ease forwards;
          animation: fadeInSlide .15s ease forwards;
}
.p-tab-contents__item.is-active {
  display: block;
}
.p-tab-contents__item > p {
  color: white;
  font: 500 18px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .p-tab-contents__item > p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@-webkit-keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 960px) {
  .p-data__inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .p-data__inner {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.p-data__title h2 {
  font: bold 40px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  color: #FF5801;
}
@media screen and (max-width: 959px) {
  .p-data__title h2 {
    font-size: 20px;
  }
}
.p-data__item {
  padding: 7%;
  background: linear-gradient(98deg, #FF5801 0%, #f45100 100%);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-data__item {
    padding: 40px 20px;
  }
}
.p-data__item h3 {
  font: 900 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .12em;
  display: inline-block;
  color: white;
  padding-bottom: 4px;
}
.p-data__item > p {
  text-align: center;
  font: 500 20px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
}
.p-data__item > p.attention {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-data__item > p.attention {
    font-size: 12px;
  }
  .p-data__item > p.attention.left {
    text-align: left;
  }
}
.p-data__item.full {
  grid-column: 1 / -1;
}
@media screen and (min-width: 960px) {
  .p-data__item:nth-of-type(4) .p-data__num, .p-data__item:nth-of-type(3) .p-data__num {
    padding: 86px 0;
  }
  .p-data__item:nth-of-type(6) .p-data__num {
    padding: 78px 0;
  }
  .p-data__item:nth-of-type(7) .p-data__num {
    padding: 50px 0 50px;
  }
  .p-data__item:nth-of-type(8) .p-data__num {
    padding: 72px 0;
  }
}
.p-data__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .p-data__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.p-data__chart {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .p-data__chart {
    margin-top: 10px;
  }
}
.p-data__chart img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-data__num {
    padding: 30px 0;
  }
}
.p-data__num p {
  font: 500 40px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
}
.p-data__num p .large {
  font: 900 70px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-data__num p .large span.count-upf,
.p-data__num p .large span.count-up {
  font: 900 100px/1 "Oswald", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-data__num p {
    font-size: 20px;
  }
  .p-data__num p .large {
    font-size: 35px;
  }
  .p-data__num p .large span.count-upf,
  .p-data__num p .large span.count-up {
    font-size: 50px;
  }
}
.p-data__pie, .p-data__pie--international {
  position: relative;
  margin: 20px 0 0;
}
@media screen and (max-width: 959px) {
  .p-data__pie, .p-data__pie--international {
    margin-top: 10px;
  }
}
.p-data__pie svg, .p-data__pie--international svg {
  position: relative;
  width: 250px;
  height: 250px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-data__pie svg circle, .p-data__pie--international svg circle {
  position: relative;
  fill: none;
  stroke-width: 30;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-dasharray: 565;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
.p-data__pie svg circle.line, .p-data__pie--international svg circle.line {
  stroke-dashoffset: calc(565 - (565 * 68.8) / 100);
  stroke: white;
}
.p-data__pie .number, .p-data__pie--international .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  color: white;
}
.p-data__pie .number .title, .p-data__pie--international .number .title {
  font: 900 40px/1 "Oswald", sans-serif;
  color: white;
  letter-spacing: -.05em;
}
.p-data__pie .number .title span, .p-data__pie--international .number .title span {
  font-size: 55px;
}
.p-data__pie--international svg circle.line {
  stroke-dashoffset: calc(565 - (565 * 10) / 100);
  stroke: white;
}
.p-data__item.inview .p-data__pie .line, .p-data__item.inview .p-data__pie--international .line {
  -webkit-animation: circleAnim 2s forwards;
          animation: circleAnim 2s forwards;
}
@-webkit-keyframes circleAnim {
  0% {
    stroke-dasharray: 185 565;
  }
  99.9%,
      to {
    stroke-dasharray: 565 565;
  }
}
@keyframes circleAnim {
  0% {
    stroke-dasharray: 185 565;
  }
  99.9%,
      to {
    stroke-dasharray: 565 565;
  }
}
.p-data__item.inview .p-data__pie--international .line {
  -webkit-animation: circleAnim2 2s forwards;
          animation: circleAnim2 2s forwards;
}
@-webkit-keyframes circleAnim2 {
  0% {
    stroke-dasharray: 510 565;
  }
  99.9%,
      to {
    stroke-dasharray: 565 565;
  }
}
@keyframes circleAnim2 {
  0% {
    stroke-dasharray: 510 565;
  }
  99.9%,
      to {
    stroke-dasharray: 565 565;
  }
}
.p-data__item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 959px) {
  .p-data__item-grid {
    grid-template-columns: 1fr;
  }
}
.p-data__item-grid .num p {
  font: 500 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: .01em;
}
@media screen and (max-width: 959px) {
  .p-data__item-grid .num p {
    font-size: 20px;
  }
}
.p-data__item-grid .num p span.small {
  font: 500 60px/1 "Oswald", sans-serif;
  margin: 0 5px;
}
@media screen and (max-width: 959px) {
  .p-data__item-grid .num p span.small {
    font-size: 30px;
  }
}
.p-data__item-grid .day {
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .p-data__item-grid .day {
    padding: 0;
    padding-bottom: 20px;
  }
}
.p-data__item-grid .bar {
  max-width: 500px;
}
.p-data__item-grid .bar img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-data__item-grid .bar img {
    max-width: 300px;
  }
}
.p-data__item-grid .text {
  grid-column: 1 / -1;
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .p-data__item-grid .text {
    margin-top: 20px;
  }
}
.p-data__item-grid .text p {
  font: 500 18px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  color: white;
}
@media screen and (max-width: 959px) {
  .p-data__item-grid .text p {
    font-size: 16px;
    letter-spacing: .03em;
  }
  .p-data__item-grid .text p br {
    display: none;
  }
}

.u-display--block {
  display: block !important;
}
.u-display--inline {
  display: inline !important;
}
.u-display--inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 959px) {
  .u-display--sp {
    display: block !important;
  }
  .u-display--sp-inline {
    display: inline-block !important;
  }
  .u-display--pc, .u-display--pc-inline {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .u-display--sp, .u-display--sp-inline {
    display: none !important;
  }
  .u-display--pc {
    display: block !important;
  }
  .u-display--pc-inline {
    display: inline-block !important;
  }
}

@media screen and (max-width: 600px) {
  .u-display--n-sp {
    display: block;
  }
  .u-display--n-tb {
    display: none;
  }
  .u-display--n-pc {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .u-display--n-sp {
    display: none;
  }
  .u-display--n-tb {
    display: block;
  }
  .u-display--n-pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .u-display--n-sp {
    display: none;
  }
  .u-display--n-tb {
    display: none;
  }
  .u-display--n-pc {
    display: block;
  }
}

.u-mtb--ll, .u-mbt--ll {
  margin-bottom: 150px !important;
  margin-top: 150px !important;
}
.u-mtb--l, .u-mbt--l {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}
.u-mtb--m, .u-mbt--m {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.u-mtb--s, .u-mbt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.u-mtb--ss, .u-mbt--ss {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.u-mtb--0, .u-mbt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.u-mb--ll {
  margin-bottom: 150px !important;
}
.u-mb--l {
  margin-bottom: 100px !important;
}
.u-mb--m {
  margin-bottom: 40px !important;
}
.u-mb--s {
  margin-bottom: 20px !important;
}
.u-mb--ss {
  margin-bottom: 10px !important;
}
.u-mb--0 {
  margin-bottom: 0 !important;
}
.u-mt--ll {
  margin-top: 150px !important;
}
.u-mt--l {
  margin-top: 100px !important;
}
.u-mt--m {
  margin-top: 40px !important;
}
.u-mt--s {
  margin-top: 20px !important;
}
.u-mt--ss {
  margin-top: 10px !important;
}
.u-mt--0 {
  margin-top: 0 !important;
}

.u-ptb--ll, .u-pbt--ll {
  padding-bottom: 150px !important;
  padding-top: 150px !important;
}
.u-ptb--l, .u-pbt--l {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
.u-ptb--m, .u-pbt--m {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.u-ptb--s, .u-pbt--s {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.u-ptb--ss, .u-pbt--ss {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.u-ptb--0, .u-pbt--0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.u-pb--ll {
  padding-bottom: 150px !important;
}
.u-pb--l {
  padding-bottom: 100px !important;
}
.u-pb--m {
  padding-bottom: 40px !important;
}
.u-pb--s {
  padding-bottom: 20px !important;
}
.u-pb--ss {
  padding-bottom: 10px !important;
}
.u-pb--0 {
  padding-bottom: 0 !important;
}
.u-pt--ll {
  padding-top: 150px !important;
}
.u-pt--l {
  padding-top: 100px !important;
}
.u-pt--m {
  padding-top: 40px !important;
}
.u-pt--s {
  padding-top: 20px !important;
}
.u-pt--ss {
  padding-top: 10px !important;
}
.u-pt--0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 959px) {
  .u-mtb--ll, .u-mbt--ll {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .u-mtb--l, .u-mbt--l {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .u-mtb--m, .u-mbt--m {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .u-mtb--s, .u-mbt--s {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .u-mtb--ss, .u-mbt--ss {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .u-mtb--0, .u-mbt--0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .u-mb--ll {
    margin-bottom: 60px !important;
  }
  .u-mb--l {
    margin-bottom: 40px !important;
  }
  .u-mb--m {
    margin-bottom: 30px !important;
  }
  .u-mb--s {
    margin-bottom: 20px !important;
  }
  .u-mb--ss {
    margin-bottom: 10px !important;
  }
  .u-mb--0 {
    margin-bottom: 0 !important;
  }
  .u-mt--ll {
    margin-top: 60px !important;
  }
  .u-mt--l {
    margin-top: 40px !important;
  }
  .u-mt--m {
    margin-top: 30px !important;
  }
  .u-mt--s {
    margin-top: 20px !important;
  }
  .u-mt--ss {
    margin-top: 10px !important;
  }
  .u-mt--0 {
    margin-top: 0 !important;
  }

  .u-ptb--ll, .u-pbt--ll {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .u-ptb--l, .u-pbt--l {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .u-ptb--m, .u-pbt--m {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
  .u-ptb--s, .u-pbt--s {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .u-ptb--ss, .u-pbt--ss {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .u-ptb--0, .u-pbt--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .u-pb--ll {
    padding-bottom: 60px !important;
  }
  .u-pb--l {
    padding-bottom: 40px !important;
  }
  .u-pb--m {
    padding-bottom: 30px !important;
  }
  .u-pb--s {
    padding-bottom: 20px !important;
  }
  .u-pb--ss {
    padding-bottom: 10px !important;
  }
  .u-pb--0 {
    padding-bottom: 0 !important;
  }
  .u-pt--ll {
    padding-top: 60px !important;
  }
  .u-pt--l {
    padding-top: 40px !important;
  }
  .u-pt--m {
    padding-top: 30px !important;
  }
  .u-pt--s {
    padding-top: 20px !important;
  }
  .u-pt--ss {
    padding-top: 10px !important;
  }
  .u-pt--0 {
    padding-top: 0 !important;
  }
}
.u-text--link {
  text-decoration: underline;
  color: #065fd4;
}
.u-text--link:hover {
  text-decoration: none;
}
.u-text--attention {
  font-size: 0.7em !important;
}
.u-text--center {
  text-align: center !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--large {
  font-size: 25px !important;
  letter-spacing: .08em;
}
@media screen and (max-width: 959px) {
  .u-text--large {
    font-size: 20px !important;
  }
}
.u-text--ac {
  color: #FF5801;
}
.u-text--lh-low {
  line-height: 1.2 !important;
}
.u-text--lh-midium {
  line-height: 1.6 !important;
}
.u-text--lh-high {
  line-height: 2 !important;
}

.u-w1100 {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.u-w1300 {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

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