@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(../fonts/NotoSans_regular.woff2) format("woff2"),
    url(../fonts/NotoSans_regular.woff) format("woff"),
    url(../fonts/NotoSans_regular.ttf) format("truetype"),
    url(../fonts/NotoSans_regular.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url(../fonts/NotoSans_medium.woff2) format("woff2"),
    url(../fonts/NotoSans_medium.woff) format("woff"),
    url(../fonts/NotoSans_medium.ttf) format("truetype"),
    url(../fonts/NotoSans_medium.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url(../fonts/NotoSans_bold.woff2) format("woff2"),
    url(../fonts/NotoSans_bold.woff) format("woff"),
    url(../fonts/NotoSans_bold.ttf) format("truetype"),
    url(../fonts/NotoSans_bold.eot) format("embedded-opentype");
}
@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(../fonts/Ubuntu-Regular.woff2) format("woff2"),
    url(../fonts/Ubuntu-Regular.woff) format("woff"),
    url(../fonts/Ubuntu-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url(../fonts/Ubuntu-Bold.woff2) format("woff2"),
    url(../fonts/Ubuntu-Bold.woff) format("woff"),
    url(../fonts/Ubuntu-Bold.ttf) format("truetype");
}
@keyframes color-anim-01 {
  0% {
    color: #fff;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #333;
  }
}
@keyframes color-anim-02 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

a,
address,
aside,
body,
div,
footer,
form,
h1,
h2,
h3,
header,
html,
i,
img,
li,
nav,
p,
section,
small,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
aside,
footer,
header,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
strong {
  font-weight: 600;
}
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  min-height: 100%;
  overflow-y: scroll;
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  display: block;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?bgrvxx);
  src: url(../fonts/icomoon.eot?bgrvxx#iefix) format("embedded-opentype"),
    url(../fonts/icomoon.ttf?bgrvxx) format("truetype"),
    url(../fonts/icomoon.woff?bgrvxx) format("woff"),
    url(../fonts/icomoon.svg?bgrvxx#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e908";
}
.icon-angle-right:before {
  content: "\e90c";
}
.icon-angle-top:before {
  content: "\e90a";
}
.icon-calc:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e904";
}
.icon-map:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.l-contents {
  line-height: 2.142;
}
.l-footer {
  position: relative;
  z-index: 20;
  background-color: #282828;
  color: #fff;
}
.l-footer__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer__in:nth-child(2) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer__in + .l-footer__in {
  border-top: 1px solid #3c3c3c;
}
.l-footer__logo img {
  width: 50px;
}
.l-footer__navi {
  width: 100%;
}
.l-footer__navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer__navi__list > li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
}
.l-footer__navi__list a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-footer__navi__list a:hover {
  opacity: 0.5;
}
.l-footer__info__address,
.l-footer__info__copy {
  font-size: 8px;
  font-size: 0.8rem;
}
.l-footer__info__address {
  margin-top: 12px;
}
.l-footer__info__copy {
  margin-top: 30px;
  display: inline-block;
  letter-spacing: 0.2em;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 50;
}
.l-header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0 5%;
}
.l-header__logo {
  position: relative;
  z-index: 51;
}
.l-header__logo a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
.l-header__logo a:hover {
  opacity: 0.5;
}
.l-header__logo img {
  width: 150px;
  height: auto;
}
.l-page {
  overflow: hidden;
  visibility: visible;
}
.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-grid--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-grid--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-grid--2col > * {
  width: 50%;
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-flex--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-flex--hr-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-flex--hr-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-flex--vt-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-flex--vt-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-search > form {
  position: relative;
  border-radius: 30px;
  padding: 0 3px;
  border: 1px solid #dadcd7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.c-search > form input[type="submit"],
.c-search > form input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.c-search > form input[type="text"] {
  padding: 8px 0 8px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-search > form input[type="submit"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  padding-right: 10px;
  cursor: pointer;
  width: 32px;
}
.c-close {
  display: block;
  cursor: pointer;
}
.c-close > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #dadcd7;
}
.c-close > span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.c-close > span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.p-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-menu__navi {
  position: relative;
  padding-right: 25px;
}
.p-menu__navi::after {
  content: "";
  display: block;
  background-color: #d2d2d2;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-menu__navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-menu__navi__links::after {
  opacity: 1;
}
.p-menu__navi__links {
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: block;
  padding: 25px;
  position: relative;
}
.p-menu__navi__links::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 60px);
  height: 4px;
  border-radius: 4px;
  background-color: #ff871a;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-menu__navi__links:hover::after {
  opacity: 1;
}
.p-menu__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-menu__utility__icons {
  margin-left: 50px;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-menu__utility__icons.is-active,
.p-menu__utility__icons:hover {
  color: #ff871a;
}
.p-menu__utility__icons--calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-menu__utility__icons--calc .icon-calc {
  font-size: 1.7em;
}
.p-menu__utility__icons--calc span {
  font-size: 1.2em;
  margin-left: 0.5em;
}
.p-menu__utility__icons--map {
  font-size: 1.7em;
}
.p-menu__utility__icons--search {
  font-size: 1.7em;
}
.p-global-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.98);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.p-global-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.p-global-menu__copy {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
/* .p-global-menu__list {
  margin-top: 86px;
} */
.p-global-menu__list > li {
  margin-top: 16px;
}
.p-global-menu__list__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.p-global-menu__list__links > span:first-child {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  letter-spacing: 0.2em;
  white-space: nowrap;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-global-menu__list__links > span:nth-child(2) {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  margin: 0 8%;
}
.p-global-menu__list__links > span:last-child {
  font-size: 10px;
  font-size: 1rem;
  white-space: nowrap;
  text-align: right;
}
.p-global-menu__list__links:hover > span:first-child {
  color: #d64518;
}
.p-global-menu__border {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 20px;
}
.p-global-menu__border__title {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  letter-spacing: 0.2em;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-global-menu__border__title::after,
.p-global-menu__border__title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}
.p-global-menu__border__title::before {
  margin-right: 20px;
}
.p-global-menu__border__title::after {
  margin-left: 20px;
}
.p-global-menu__border__title > a {
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-global-menu__border__title > a:hover {
  color: #d64518;
}
.p-global-menu__contact {
  margin-top: 80px;
}
.p-global-menu__contact__list {
  padding: 0 40px 40px;
}
.p-global-menu__contact__list__links {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 30px 14px 20px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  -webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-global-menu__contact__list__links i {
  font-size: 1.8em;
  margin-top: 4px;
  margin-right: 20px;
}
.p-global-menu__contact__list__links::after {
  content: "\e90c";
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 0.4em;
}
.p-global-menu__contact__list__links:hover {
  background-color: #eee;
}
.p-global-menu__business__in {
  padding: 20px 60px 60px;
}
.p-global-menu__business__title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 1px solid #333;
  display: block;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-global-menu__business__title:hover {
  color: #d64518;
}
.p-link-boxs + .p-global-menu__business__title {
  margin-top: 20px;
}
.p-hamburger {
  position: relative;
  z-index: 51;
  cursor: pointer;
  display: inline-block;
}
.p-hamburger__bar {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
}
.p-hamburger__bar > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ff871a;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-hamburger__bar > span:nth-of-type(1) {
  top: 0;
}
.p-hamburger__bar > span:nth-of-type(2) {
  top: 8px;
  left: 8px;
  width: 12px;
  background-color: #d64518;
}
.p-hamburger__bar > span:nth-of-type(3) {
  bottom: 0;
}
.is-active .p-hamburger__bar > span {
  background-color: #dadcd7;
}
.is-active .p-hamburger__bar > span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.is-active .p-hamburger__bar > span:nth-of-type(2) {
  opacity: 0;
}
.is-active .p-hamburger__bar > span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.p-contact-fixed {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 10;
  width: 100px;
  height: calc(100vh - 100px);
  background-color: #fff;
  -webkit-animation: color-anim-01 1.6s;
  animation: color-anim-01 1.6s;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-contact-fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f64c00),
    to(#f76d00)
  );
  background: linear-gradient(to right, #f64c00 0, #f76d00 100%);
  opacity: 0;
  -webkit-animation: color-anim-02 1.6s;
  animation: color-anim-02 1.6s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-contact-fixed:hover {
  color: #fff;
}
.p-contact-fixed:hover::before {
  opacity: 1;
}
.p-contact-fixed__obj {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: rotate(-90deg) translateY(-28px);
  transform: rotate(-90deg) translateY(-28px);
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
.p-contact-fixed__obj i {
  font-size: 1.6em;
  font-weight: 700;
  margin-right: 15px;
}
.p-search-fixed {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  z-index: 49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.p-search-fixed.is-open {
  opacity: 1;
  visibility: visible;
}
.p-search-fixed__form > form {
  width: 360px;
}
.p-search-fixed__close {
  position: relative;
}
.p-utility {
  position: fixed;
  top: 50%;
  right: 0;
  background-color: #fff;
  z-index: 40;
  -webkit-box-shadow: 0 3px 3px 0 rgba(55, 30, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(55, 30, 0, 0.1);
  padding: 20px;
  border-radius: 5px 0 0 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.p-utility.is-open {
  opacity: 0.8;
  visibility: visible;
}
.p-utility__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  color: #fff;
  font-size: 2.8rem;
  cursor: pointer;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-utility__icon:hover {
  opacity: 0.7;
}
.p-utility__icon--mail {
  background-color: #d64518;
}
.p-utility__icon--top {
  background-color: #fc9845;
  margin-top: 10px;
}
.p-utility-open {
  position: fixed;
  top: 50%;
  right: 0;
  background-color: #fff;
  z-index: 41;
  -webkit-box-shadow: 0 3px 3px 0 rgba(55, 30, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(55, 30, 0, 0.1);
  padding: 40px;
  border-radius: 5px 0 0 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 345px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.p-utility-open.is-open {
  opacity: 1;
  visibility: visible;
}
.p-utility-open__title {
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-size: 2.4rem;
  margin-left: 20px;
  letter-spacing: -0.01em;
}
.p-utility-open__tel__icon {
  color: #d64518;
  font-size: 3.2rem;
  margin-top: 6px;
}
.p-utility-open__tel__number {
  display: block;
  color: #d64518;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-size: 3.6rem;
}
.p-utility-open__tel__text {
  display: block;
}
.p-utility-open__button {
  width: 100%;
}
.p-utility-open__close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.p-link {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.8;
  -webkit-transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-link:hover {
  background-color: #eee;
}
.p-link .icon-angle-right {
  font-size: 0.4em;
  margin-top: 2px;
  margin-right: 1em;
  -webkit-transition: inherit;
  transition: inherit;
}
.p-link:hover .icon-angle-right {
  padding-left: 10px;
}
.p-link-boxs {
  margin-top: 15px;
}
.p-button {
  padding: 0.8em 1.5em;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #d64518;
  border: 1px solid #d64518;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-button:hover {
  opacity: 0.7;
}
.p-card__image {
  overflow: hidden;
}
.p-card__image > picture img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-cta {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f64c00),
    to(#f76d00)
  );
  background: linear-gradient(to right, #f64c00 0, #f76d00 100%);
  text-align: center;
  color: #fff;
  padding: 100px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.85;
}
.p-cta__button {
  width: 400px;
  padding: 2em 1em;
  margin-top: 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 3px solid #fff;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 700;
}
.p-cta__button__icon {
  position: absolute;
  top: calc(50% - 1px);
  right: -30px;
  width: 60px;
  height: 1px;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #fff;
}
.p-cta__button__icon::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -5px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #fff;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-cta__button:hover {
  color: #d64518;
  background-color: #fff;
}
.p-cta__button:hover .p-cta__button__icon {
  background-color: #d64518;
}
.p-cta__button:hover .p-cta__button__icon::before {
  border-color: #d64518;
}
.p-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a54b01;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.p-tag li + li {
  margin-left: 1em;
}
.p-top-kv {
  min-height: 568px;
  width: 100%;
  height: 620px;
  /* height: calc(100vh - 50px); */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: #333; */
  margin-top: 80px;
}
.p-top-kv__cath {
  position: relative;
  z-index: 18;
  color: #fff;
  /* -webkit-animation: fade-in 0.5s;
  animation: fade-in 0.5s; */
}
.p-top-kv__cath > span {
  display: block;
}
.p-top-kv__cath__large {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  margin-top: 0.1em;
}
.p-top-kv__cath__small {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 100;
  margin-top: 30px;
}

.p-top-kv__cath__small-link {
  position: relative;
  border-bottom: 1px solid;
  transition: .3s;
}

.p-top-kv__cath__small-link:hover {
  border-bottom: 1px solid #ff871a;
}

.p-top-kv__cath__small-link::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 100%;

}


.p-top-kv__cath__extra-small {
  font-weight: 100;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-top-work--or {
  position: relative;
  padding-bottom: 1rem;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-top-work--or:hover {
  background: linear-gradient(
    0deg,
    rgba(214, 69, 24, 0) 0%,
    rgba(214, 69, 24, 0.1) 100%
  );
}
.p-top-work--or::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "もっと見る";
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* color: #f76700; */
  color: #595959;
  border-radius: 30px;
  padding: 0 12px;
  background: transparent;
  border: 1px solid #595959;
  font-size: 12px;
  font-weight: 500;
}
.p-top-work--or:hover::after {
  color: #fff;
  background: #f76700;
  border: 1px solid #f76700;
}
.p-top-work--or:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.p-top-work--or:hover .p-top-work__title {
  border-bottom: 2px solid #f76700;
  color: #f76700;
}
.p-top-work--or:hover .p-top-work__contents {
  color: #595959;
}
.p-top-work--or__image {
  width: 22%;
}
.p-top-work--or img {
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-top-work__document {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-top-work__title {
  font-weight: 500;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 2px solid transparent;
}
.p-top-work__title--en {
  color: #595959;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.p-top-work__title--en span {
  background-color: #fff;
}
.p-top-work__title--en::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #595959;
  right: 0;
  top: 50%;
  z-index: -1;
}
.p-top-concept {
  background-color: #f8f8f8;
  position: relative;
  z-index: 10;
}
.p-top-concept__title {
  position: relative;
  z-index: 2;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3333;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  margin-top: -0.4em;
}
.p-top-concept__section {
  position: relative;
  margin-top: 40px;
}
.p-top-concept__section__title {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  letter-spacing: -0.01em;
}
.p-top-concept__section__text {
  margin-top: 20px;
  line-height: 1.916;
}
.p-top-business {
  position: relative;
  z-index: 9;
  background-color: #f8f8f8;
  padding-bottom: 40px;
}
.p-top-business::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 60%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d33e18),
    to(#f18d1c)
  );
  background: linear-gradient(to right, #d33e18 0, #f18d1c 100%);
}
.p-top-business__title {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  letter-spacing: 0.1em;
}
.p-top-business > .c-grid {
  width: 100%;
  position: relative;
  padding-top: 54px;
  justify-content: space-evenly;
}
.p-top-business__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.p-top-business__image {
  width: 100%;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-top-business__image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 6px solid #ff871a;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-top-business__image > picture img {
  position: relative;
  width: 100%;
}
.p-top-business__links:hover > .p-top-business__image {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.p-top-business__links:hover > .p-top-business__image::before {
  opacity: 1;
}
.p-top-business__card {
  position: relative;
  top: 8%;
  z-index: 4;
  min-width: 80%;
  height: 100%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px 15px;
}
.p-top-business__card::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: #ff871a;
}
.p-top-business__card__en {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  letter-spacing: 0.1em;
  color: #595959;
}
.p-top-business__card__jp {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  margin-top: 5px;
}
.p-top-news {
  margin-top: 120px;
}
.p-top-news__title {
  position: relative;
}
.p-top-news__title__text {
  position: absolute;
  left: 5%;
  bottom: 26px;
  font-size: 20px;
  font-size: 2rem;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  letter-spacing: -0.01em;
}
.p-top-news__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}
.p-top-news__items {
  display: block;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-top-news__items:hover {
  box-shadow: -4px 0px 0px rgba(247, 103, 0, 1);
  background: linear-gradient(
    -45deg,
    rgba(247, 103, 0, 0) 0%,
    rgba(247, 103, 0, 0.1) 100%
  );
}
.p-top-news__items:hover .p-top-news__items__title,
.p-top-news__items:hover .p-top-news__items__category {
  color: #d64518;
}
.p-top-news__items:focus {
  outline: 0;
}
.p-top-news__items__body {
  line-height: normal;
}
.p-top-news__items__category {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  color: #595959;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-top-news__items__title {
  font-size: 14px;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  margin-top: 14px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-top-news__items__date {
  font-weight: 100;
  margin-top: 20px;
}

.p-works-list-item__cover__title {
  font-weight: bold;
}
.p-works-list-item__cover__category {
  font-family: Ubuntu, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 14px;
}

.p-anima-6__item {
  display: inline-block;
  position: relative;
  width: fit-content;
}

.p-anima-6__item::before {
  content: "";
  display: block;
  background-color: #ff871a;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
}

.p-anima-6.__anima .p-anima-6__item::before {
  animation: anima_bg_6 1.5s ease-out 1 forwards;
}

.p-anima-6__item:nth-of-type(2)::before {
  animation-delay: 0.3s !important;
}

.p-anima-6__item span {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.p-anima-6.__anima .p-anima-6__item span {
  animation: anima_fadein_6 1s ease-out 1.5s 1 forwards;
}

@keyframes anima_fadein_6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anima_bg_6 {
  0% {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.text01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.text01.is-active {
  --opacity: 1;
}

.text01 .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.text02.is-active {
  --opacity: 1;
}

.text02 .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.text03 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.text03.is-active {
  --opacity: 1;
}

.text03 .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.text04 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.text04.is-active {
  --opacity: 1;
}

.text04 .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.text05 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.text05.is-active {
  --opacity: 1;
}

.text05 .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.text06 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.text06.is-active {
  --opacity: 1;
}

.text06 .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.u-d-b {
  display: block !important;
}
.u-m-t-5 {
  margin-top: 5px !important;
}
.u-m-t-10 {
  margin-top: 10px !important;
}
.u-m-t-15 {
  margin-top: 15px !important;
}
.u-m-t-20 {
  margin-top: 20px !important;
}
.u-m-t-30 {
  margin-top: 30px !important;
}
.u-m-b-20 {
  margin-bottom: 20px !important;
}
.u-m-r-0 {
  margin-right: 0 !important;
}
.u-m-r-a {
  margin-right: auto;
}
.u-m-l-a {
  margin-left: auto;
}
.u-p-r-20 {
  padding-right: 20px;
}
.u-tt-u {
  text-transform: uppercase;
}
.u-whs-nw {
  white-space: nowrap;
}
.u-h-o {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.u-h-o:hover {
  opacity: 0.7;
}
@media all and (min-width: 1025px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  input {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-contents {
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  .l-footer__in:first-child {
    padding: 40px 50px 35px;
  }
  .l-footer__in:nth-child(2) {
    padding: 35px 50px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l-footer__end {
    padding: 0 50px 50px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l-footer__logo img {
    width: 70px;
  }
  .l-footer__navi__list > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-footer__navi__list > li:not(:last-child) {
    margin-right: 30px;
  }
  .l-footer__info__address,
  .l-footer__info__copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-grid--3col-pc > * {
    width: 24%;
  }
  .c-flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-flex--wrap-pc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-flex--hr-between-pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-global-menu__copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-global-menu__list__links > span:first-child {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-global-menu__list__links > span:last-child {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-global-menu__border__title {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-global-menu__contact__list__links {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-global-menu__business__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-cta {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-tag {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top-kv__cath__large {
    font-size: 75px;
    font-size: 7.5rem;
  }
  .p-top-kv__cath__small {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.8;
  }
  .p-top-kv__cath__extra-small {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top-work__document {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-top-work__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top-concept__title {
    font-size: 60px;
    font-size: 6rem;
  }
  .p-top-concept__section__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-top-concept__images > picture:nth-of-type(2) img {
    left: 180px;
  }
  .p-top-business__title {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-top-business__card__en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top-business__card__jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top-news__title__text {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-top-news__items {
    width: 30%;
  }
  .p-top-news__items__category {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top-news__items__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .u-hidden-pc {
    display: none;
  }
  .u-m-b-pc-60 {
    margin-bottom: 60px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  input {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer__in:first-child {
    padding: 40px 40px 35px;
  }
  .l-footer__in:nth-child(2) {
    padding: 25px 40px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l-footer__end {
    padding: 0 40px 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l-footer__navi__list > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-footer__navi__list > li:not(:last-child) {
    margin-right: 10px;
  }
  .l-footer__info__address,
  .l-footer__info__copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-flex-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-flex--wrap-tb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-flex--hr-between-tb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-global-menu__copy {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-global-menu__list__links > span:first-child {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-global-menu__list__links > span:last-child {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-global-menu__border__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-global-menu__contact__list__links {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-global-menu__business__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-link {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-cta {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-tag {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top-kv {
    background-image: url(../../assets/images/index/kv.webp);
    background-size: cover;
    background-position: center top;
  }
  .p-top-kv__cath__large {
    font-size: 70px;
    font-size: 7rem;
  }
  .p-top-kv__cath__small {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-top-kv__cath__extra-small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top-work__document {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top-work__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top-concept__title {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-top-concept__section__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-top-concept__images > picture:nth-of-type(1) img {
    width: 90%;
  }
  .p-top-concept__images > picture:nth-of-type(2) img {
    left: 20%;
    width: 90%;
  }
  .p-top-business__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-top-business__card__en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top-business__card__jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top-news__title__text {
    font-size: 30px;
    font-size: 3rem;
  }
  .p-top-news__slider {
    margin-left: 5%;
  }
  .p-top-news__items__category {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-top-news__items__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .u-hidden-tb {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .l-footer__in:first-child {
    padding: 30px 5%;
  }
  .l-footer__in:nth-child(2) {
    padding: 15px 5% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .l-footer__end {
    padding: 0 5% 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .l-footer__navi__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-footer__navi__list > li {
    width: calc((100% - 5px) / 2);
  }
  .l-footer__navi__list > li:nth-child(n + 3) {
    margin-top: 8px;
  }
  .l-footer__navi__list a {
    background-color: #1b1b1b;
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
  .l-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .l-footer__info__name {
    font-size: 1rem;
    margin-top: 10px;
  }
  .l-footer__info__address {
    margin-top: 6px;
  }
  .l-footer__info__copy {
    margin-top: 10px;
  }
  .c-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-flex--col-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-search {
    width: calc(100% - 30px);
  }
  .c-search > form {
    width: 100%;
  }
  .c-search > form input[type="text"] {
    padding: 2px 0 2px 10px;
  }
  .c-search > form input[type="submit"] {
    font-size: 14px;
  }
  .c-close {
    width: 20px;
    height: 14px;
  }
  .c-close > span {
    height: 2px;
  }
  .c-close > span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .c-close > span:nth-of-type(2) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .p-menu__utility__icons {
    margin-left: 20px;
  }
  .p-menu__utility__icons--calc .icon-calc {
    font-size: 1.5em;
  }
  .p-menu__utility__icons--calc span {
    font-size: 1em;
  }
  .p-menu__utility__icons--map {
    font-size: 1.5em;
  }
  .p-menu__utility__icons--search {
    font-size: 1.4em;
  }
  .p-global-menu__in {
    padding: 80px 5% 20px;
  }
  /* .p-global-menu__list {
    margin-top: 20px;
  } */
  .p-global-menu__list > li {
    margin-top: 10px;
  }
  .p-global-menu__border {
    margin-top: 30px;
  }
  .p-global-menu__border__title {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  .p-global-menu__contact {
    margin-top: 40px;
  }
  .p-global-menu__business__in {
    padding: 0 30px 20px;
  }
  .p-link-boxs + .p-global-menu__business__title {
    margin-top: 15px;
  }
  .p-hamburger__bar {
    width: 20px;
    height: 14px;
  }
  .p-hamburger__bar > span {
    height: 2px;
  }
  .p-hamburger__bar > span:nth-of-type(2) {
    width: 8px;
    top: 6px;
    left: 6px;
  }
  .is-active .p-hamburger__bar > span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .is-active .p-hamburger__bar > span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .p-search-fixed__close {
    margin-left: 0;
  }
  .p-cta {
    padding: 40px 5%;
  }
  .p-cta__button {
    width: 220px;
    border-width: 1px;
    margin-top: 20px;
    padding: 1em;
  }
  .p-cta__button__icon {
    width: 40px;
    right: -20px;
  }
  .p-top-kv {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../../assets/images/index/kv_sp.webp);
    background-size: cover;
  }
  .p-top-work {
    padding: 50px 5% 40px;
  }
  .p-top-work--or {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-top-work--or::after {
    font-size: 10px;
  }
  .p-top-work__contents {
    width: 74%;
  }
  .p-top-work__document br {
    display: none;
  }
  .p-top-work__index {
    margin-bottom: 30px;
  }
  .p-top-work__title {
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .p-top-work__title--en span {
    padding-right: 20px;
  }
  .p-top-concept {
    padding: 50px 5% 33px;
  }
  .p-top-concept__title {
    letter-spacing: 0.02em;
  }
  .p-top-concept__images {
    margin-top: 40px;
  }
  .p-top-concept__images > picture:nth-of-type(1) img {
    width: 50%;
  }
  .p-top-concept__images > picture:nth-of-type(2) img {
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 56%;
  }
  .p-top-business__title {
    top: 26px;
    left: 5%;
    -webkit-transform: rotate(90deg) translateY(30px);
    transform: rotate(90deg) translateY(30px);
  }
  .p-top-business__card {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    width: 80%;
    padding: 20px 10px;
  }
  .p-top-news__slider {
    margin-top: 30px;
    margin-left: 5%;
  }
  .p-top-news__items {
    width: 100%;
    border-bottom: 1px solid #b8b8b8;
  }
  .p-top-news__items__body {
    padding: 22px 10px 22px 0;
  }

  .p-top-news__items:first-child .p-top-news__items__body {
    padding: 0 10px 22px 0;
  }

  .p-top-news__items__title {
    margin-top: 10px;
  }
  .p-top-news__items__date {
    font-size: 1.2rem;
    margin-top: 16px;
  }
  .u-hidden-sp {
    display: none;
  }
  .u-m-t-sp-30 {
    margin-top: 30px !important;
  }
  .u-m-b-sp-30 {
    margin-bottom: 30px !important;
  }
}
@media all and (min-width: 768px) {
  .l-footer__navi__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-footer__navi__list + .l-footer__navi__list {
    margin-top: 10px;
  }
  .l-header {
    height: 100px;
  }
  .l-header__in {
    padding: 0 50px;
  }
  .l-header__logo {
    min-width: 260px;
  }
  .l-header__logo img {
    width: 220px;
  }
  .c-close {
    width: 30px;
    height: 20px;
  }
  .p-global-menu__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 110px 100px;
  }
  .p-global-menu__in > div {
    width: calc((100% - 80px) / 2);
  }
  .p-search-fixed {
    top: 100px;
    padding: 32px 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-search-fixed__close {
    margin-left: 33px;
  }
  .p-top-kv {
    margin-top: 100px;
    height: calc(80vh - 100px);
    background-image: url(../../assets/images/index/kv.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    /* background-color: #000; */
    /* min-height: 640px; */
  }
  .p-top-kv__cath {
    padding-left: 15%;
    width: 100%;
  }
  .p-top-kv__cath a {
    display: inline-block;
    transition: all 0.5s;
  }
  .p-top-kv__cath a:hover {
    /* opacity: 0.75; */
    color: #ff871a;
  }
  .p-top-kv__cath__small {
    margin-top: 40px;
  }
  .p-top-work {
    padding: 80px 60px 90px;
  }
  .p-top-work--or1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-top-work--or2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-top-work--or3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-top-work--or4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .p-top-work--or6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .p-top-work--or7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .p-top-work--or8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .p-top-work--or9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .p-top-work--or10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .p-top-work--or {
    width: calc((100% - 60px) / 2);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-top-work__contents {
    width: calc(100% - (22% + 40px));
  }
  .p-top-work__index {
    width: calc((100% - 60px) / 2);
    height: 65px;
    margin-bottom: 35px;
  }
  .p-top-work__title--en span {
    padding-right: 5%;
  }
  .p-top-concept {
    padding: 180px 0 140px 60px;
  }
  .p-top-concept__in {
    position: relative;
    z-index: 2;
  }
  .p-top-concept__section {
    margin-top: 126px;
  }
  .p-top-concept__section__text {
    line-height: 2.666;
  }
  .p-top-concept__images {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 1;
    width: 50%;
  }
  .p-top-concept__images > picture:nth-of-type(2) img {
    position: absolute;
    top: 270px;
  }
  .p-top-business {
    padding-bottom: 80px;
  }
  .p-top-business::before {
    right: 0;
    width: 80%;
  }
  .p-top-business__title {
    top: 52px;
    left: 8.5%;
    -webkit-transform: rotate(90deg) translateY(130px);
    transform: rotate(90deg) translateY(130px);
  }
  .p-top-business__card::before {
    height: 60px;
    top: -30px;
  }
  .p-top-business__card__jp {
    margin-top: 0;
  }
  .p-top-news {
    margin-top: 180px;
  }
  .p-top-news__title__text {
    left: 60px;
    bottom: 40px;
  }
  .p-top-news__slider {
    margin-top: 140px;
    /* row-gap: 60px; */
  }
  .p-top-news__items {
    max-width: calc(100% / 3);
  }
  .p-top-news__items__body {
    padding: 0 10px 30px 0;
  }
}
@media all and (min-width: 1025px) and (max-width: 1366px) {
  .p-menu__navi {
    padding-right: 15px;
  }
  .p-menu__navi__links {
    padding: 25px 20px;
  }
  .p-menu__utility__icons {
    margin-left: 30px;
  }
}
@media all and (max-width: 1366px) {
  .p-top-work__title--en {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.p-top-news__archive-link {
  transition: all 0.3s;
}
.p-top-news__archive-link:hover {
  color: #f76700;
}
@media all and (max-width: 1024px) {
  .p-top-news__archive-link {
    margin-left: 5%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .p-global-menu__in {
    padding: 100px 50px 60px;
  }
  .p-global-menu__in > div {
    width: calc((100% - 40px) / 2);
  }
  /* .p-global-menu__list {
    margin-top: 50px;
  } */
  .p-global-menu__list__links > span:nth-child(2) {
    margin: 0 4%;
  }
  .p-global-menu__contact__list {
    padding: 0 30px 40px;
  }
  .p-global-menu__contact__list__links {
    padding: 12px 18px;
  }
  .p-global-menu__business__in {
    padding: 20px 30px 30px;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-contact-fixed__obj {
    -webkit-transform: rotate(-90deg) translateY(0) scale(1, 1);
    transform: rotate(-90deg) translateY(0) scale(1, 1);
  }
}

.l-header__in .l-header__logo a {
  column-gap: 10px;
  font-weight: bold;
  color: #f76700;
  font-size: 10px;
}

@media (max-width: 767px) {
  .l-header__in .l-header__logo a {
    display: block;
    font-size: 7px;
  }
}

.p-home__section01 {
  background-color: #f8f8f8;
  padding: 8rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01 {
    padding: 6rem 0;
  }
}

.p-home__section01-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-title {
    font-size: 2.8rem;
    padding: 0 5%;
  }
}

.p-home__section01-title span.color {
  color: #ff871a;
}

.p-home__section01-txt {
  text-align: center;
  margin-top: 6rem;
  position: relative;
  top: 3rem;
  transition: 1.5s;
  opacity: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-txt {
    margin-top: 4rem;
    text-align: left;
    font-size: 1.4rem;
    padding: 0 5%;
  }
}

.p-home__section01-txt.fadein {
  opacity: 1;
  top: 0;
}

.p-home__section01-slider-wrap {
  margin-top: -13rem;
  margin-bottom: -12rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-slider-wrap {
    margin-top: -1rem;
    margin-bottom: -4rem;
  }
}

.p-home__section01-slider-wrap h3 {
  font-size: 3.2rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-slider-wrap h3 {
    font-size: 2.8rem;
    text-align: left;
    line-height: 1.8;
    padding: 0 5%;
    width: auto;
    transform: translateY(-50%);
    left: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section01-slider-wrap h3.text04 {
    top: 28%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section01-slider-wrap h3.text06 {
    top: 73%;
  }
}

.scroll-list {
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
}

.scroll-list li {
  color: #fff;
  font-size: 20rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 1em 0 0;
  margin: 0;
  animation: marquee-left 36s linear infinite;
  font-family: "Ubuntu", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .scroll-list li {
    font-size: 10rem;
  }
}

@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
.p-home__section02-title h2 {
  font-size: 10rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-title h2 {
    font-size: 6rem;
  }
}

.p-home__section02-title p {
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-title p {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 5%;
  }
}

.p-home__section02 {
  /* margin-top: -11rem; */
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02 {
    /* margin-top: -6.6rem; */
  }
}

.p-home__section02-wrap {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-wrap {
    margin-top: 4rem;
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  height: 36.674963vw;
  width: 100%;
}

.p-works-list-item02 {
  height: 100%;
}

.p-works-list-item02 a {
  height: 100%;
  overflow: hidden;
}

.p-works-list-item02 a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.6s ease-in-out;
}

.p-home__section02-txt .p-works-list-item__cover__category {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  text-shadow: #000 1px 0 20px;
}

.p-home__section02-txt .p-works-list-item__cover__title {
  font-size: 18px;
  line-height: 1.5;
  text-shadow: #000 1px 0 20px;
}

.scroll-infinity__item {
  width: 25%;
}

@media only screen and (max-width: 47.9375em) {
  .scroll-infinity__item {
    width: 90%;
    flex-shrink: 0;
  }

  .scroll-infinity__list {
    overflow-x: scroll;
    margin-left: 5%;
    height: 106.6666vw;
  }

  .p-home__section02-txt .p-works-list-item__cover__category {
    font-size: 14px;
  }

  .p-home__section02-txt .p-works-list-item__cover__title {
    font-size: 16px;
  }
}

.scroll-infinity__item:last-child {
  margin-right: 0;
}

.p-works-list-item02 a {
  display: block;
  position: relative;
}

.p-works-list-item02 a .p-home__section02-txt-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}

.p-works-list-item02 a:hover img {
  transform: scale(1.1);
}
.p-works-list-item02 a:hover .p-home__section02-txt-wrap {
  background-color: rgba(0, 0, 0, 0);
}

.p-home__section02-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-txt {
    padding: 1rem;
  }
}

.p-home__section02-wrap .p-cta__button, .p-top-blog .p-cta__button {
  margin: 0 auto;
  margin-top: 6rem;
  display: block;
  color: #f76700;
  border: 3px solid #f76700;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section02-wrap .p-cta__button, .p-top-blog .p-cta__button {
    margin-top: 4rem;
  }
}

.p-home__section02-wrap .p-cta__button:hover, .p-top-blog .p-cta__button:hover {
  color: #ffffff;
  background-color: #f76700;
}

.p-home__section02-wrap .p-cta__button__icon, .p-top-blog .p-cta__button__icon {
  background-color: #f76700;
}

.p-home__section02-wrap .p-cta__button__icon::before, .p-top-blog .p-cta__button__icon::before {
  border-left: 1px solid #f76700;
}

.p-home__section02-txt .p-works-list-item__cover__title {
  font-weight: 700;
}

.p-top-work_link {
  flex-wrap: wrap;
}

@media all and (min-width: 1025px) {
  .p-top-work_link h3 {
    font-size: 20px;
  }
}
.p-top-work_link h3 {
  width: 100%;
  margin-bottom: 10px;
}

.p-top-work_link .p-top-work__document {
  line-height: 1.8;
}

.p-top-work__banner {
  margin-top: 60px;
}

.p-top-work__banner img {
  width: 100%;
}

.p-anima-9 {
  position: relative;
  overflow: hidden;
}
.p-anima-9__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #f64c00 0%, #f76d00 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.p-anima-9.__anima .p-anima-9__intro {
  animation: anima_intro_9 0.7s cubic-bezier(0.46, 0.26, 0.15, 0.89) 1.6s 1
    forwards;
}

.p-anima-9__intro h2 {
  overflow: hidden;
}
.p-anima-9__intro h2::before {
  content: "";
  display: block;
  background: linear-gradient(to right, #f65900 0%, #f65f00 100%);
  position: absolute;
  transform: translateY(-100%); /* 初期位置を translateY に変更 */
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1.5em;
}

.p-anima-9.__anima .p-anima-9__intro h2::before {
  animation: anima_title_musk_9 0.5s cubic-bezier(0.46, 0.26, 0.15, 0.89) 0.6s 1
    forwards;
}

.p-anima-9__intro h2 span {
  display: block;
  transform: translate(0, 105%);
}
.p-anima-9.__anima .p-anima-9__intro h2 span {
  animation: anima_title_9 0.5s cubic-bezier(0.46, 0.26, 0.15, 0.89) 1 forwards;
}

@keyframes anima_title_9 {
  0% {
    transform: translate(0, 105%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes anima_title_musk_9 {
  0% {
    transform: translateY(-100%); /* bottom の代わりに translateY を使用 */
  }
  100% {
    transform: translateY(0); /* 元の位置に戻す */
  }
}
@keyframes anima_intro_9 {
  0% {
    transform: translateX(0); /* 初期位置: 左からのスライド開始 */
  }
  100% {
    transform: translateX(100%); /* 最終位置: 画面外へスライド */
  }
}

.p-top-kv {
  display: flex;
  align-items: center;
  /* background-image: url(../../assets/images/index/kv.webp); */
  /* background-repeat: no-repeat; */
  /* background-position: 50% 50%;
  background-size: cover; */
  position: relative;
  /* background-position: top right;
  background-size: cover; */
  /* position: relative; */
  /* background-color: #000; */
}
/* .p-mv::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */
.p-mv__title {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .p-mv__title {
    font-size: 24px;
  }

  .p-top-work__banner {
    margin-top: 40px;
  }
  
}

.p-top-kv img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* opacity: 0; */
  opacity: 1;
}

.p-voice__kv .wrapper {
  /* position: absolute;
  float: left;
  margin: 140px 100px; */
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
}

.line {
  position: absolute;
  top: 0px;
  width: 2px;
  height: 8px;
  background-color: red;
}

.circle {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: blue;
}

.circle-top {
  top: 0px;
  left: -3.5px;
}

.circle-bottom {
  bottom: 0px;
  left: -3.5px;
}

.dot {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: -1.5px;
}

.line1 {
  margin-left: 0px;
  background-color: rgba(255, 188, 119, 0.7); /* 薄いオレンジ、透明度調整 */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) infinite;
}
.line1 > span {
  background-color: rgba(247, 166, 99, 0.7); /* 薄いオレンジ */
}
.line1 > .dotted > .dot {
  background-color: rgba(247, 166, 99, 0.7); /* 薄いオレンジ */
}

.line2 {
  margin-left: 35px;
  background-color: rgba(248, 196, 130, 0.7); /* 薄いオレンジ */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.05s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.05s infinite;
}
.line2 > span {
  background-color: rgba(247, 187, 111, 0.7);
}
.line2 > .dotted > .dot {
  background-color: rgba(247, 187, 111, 0.7);
}

.line3 {
  margin-left: 70px;
  background-color: rgba(247, 183, 91, 0.7); /* 薄いオレンジ */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.1s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.1s infinite;
}
.line3 > span {
  background-color: rgba(246, 166, 81, 0.7);
}
.line3 > .dotted > .dot {
  background-color: rgba(246, 166, 81, 0.7);
}

.line4 {
  margin-left: 105px;
  background-color: rgba(247, 211, 135, 0.7); /* 淡いオレンジがかった色 */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.15s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.15s infinite;
}
.line4 > span {
  background-color: rgba(245, 197, 119, 0.7);
}
.line4 > .dotted > .dot {
  background-color: rgba(245, 197, 119, 0.7);
}

.line5 {
  margin-left: 140px;
  background-color: rgba(246, 177, 91, 0.7); /* 薄いオレンジ */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.2s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.2s infinite;
}
.line5 > span {
  background-color: rgba(245, 166, 83, 0.7);
}
.line5 > .dotted > .dot {
  background-color: rgba(245, 166, 83, 0.7);
}

.line6 {
  margin-left: 175px;
  background-color: rgba(245, 177, 88, 0.7); /* 透明感のあるオレンジ */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.25s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.25s infinite;
}
.line6 > span {
  background-color: rgba(242, 156, 75, 0.7);
}
.line6 > .dotted > .dot {
  background-color: rgba(242, 156, 75, 0.7);
}

.line7 {
  margin-left: 210px;
  background-color: rgba(243, 192, 118, 0.7); /* 薄めのオレンジ */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.3s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.3s infinite;
}
.line7 > span {
  background-color: rgba(241, 168, 79, 0.7);
}
.line7 > .dotted > .dot {
  background-color: rgba(241, 168, 79, 0.7);
}

.line8 {
  margin-left: 245px;
  background-color: rgba(243, 177, 102, 0.7); /* 透明感を加えたオレンジ */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.35s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.35s infinite;
}
.line8 > span {
  background-color: rgba(241, 138, 79, 0.7);
}
.line8 > .dotted > .dot {
  background-color: rgba(241, 138, 79, 0.7);
}

.line9 {
  margin-left: 280px;
  background-color: rgba(242, 178, 100, 0.7); /* 薄いオレンジ */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.4s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.4s infinite;
}
.line9 > span {
  background-color: rgba(240, 132, 62, 0.7);
}
.line9 > .dotted > .dot {
  background-color: rgba(240, 132, 62, 0.7);
}

.line10 {
  margin-left: 315px;
  background-color: rgba(242, 142, 58, 0.7); /* 透明感のあるオレンジ */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.45s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.45s infinite;
}
.line10 > span {
  background-color: rgba(241, 126, 44, 0.7);
}
.line10 > .dotted > .dot {
  background-color: rgba(241, 126, 44, 0.7);
}

.line11 {
  margin-left: 350px;
  background-color: rgba(241, 163, 66, 0.7); /* 薄いオレンジ */
  -webkit-animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.5s infinite;
  animation: line 2s cubic-bezier(0.25, 0, 0.705, 1) 0.5s infinite;
}
.line11 > span {
  background-color: rgba(240, 123, 43, 0.7);
}
.line11 > .dotted > .dot {
  background-color: rgba(240, 123, 43, 0.7);
}

.line > .dotted > .dot-top,
.line > .dotted > .dot-bottom,
.line > .dotted > .dot-middle-top,
.line > .dotted > .dot-middle-bottom {
  -webkit-animation: dot-top 2s cubic-bezier(0.25, 0, 0.705, 1) infinite;
  animation: dot-top 2s cubic-bezier(0.25, 0, 0.705, 1) infinite;
}

@-webkit-keyframes line {
  0% {
    height: 4px;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(-65deg);
  }
  10% {
    height: 220px;
    top: -110px;
    left: 15px;
  }
  45% {
    height: 200px;
    top: -100px;
    left: 25px;
  }
  70% {
    height: 8px;
    top: 0px;
    left: 25px;
    -webkit-transform: rotate(0deg);
  }
  100% {
    height: 8px;
    top: 0px;
    left: 15px;
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes dot-top {
  0% {
    top: -30px;
  }
  10% {
    top: -30px;
  }
  45% {
    top: -25px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes dot-bottom {
  0% {
    bottom: -30px;
  }
  10% {
    bottom: -30px;
  }
  45% {
    bottom: -25px;
  }
  60% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes dot-middle-top {
  0% {
  }
  10% {
  }
  45% {
    top: 98px;
  }
  70% {
    top: -50px;
  }
  85% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes dot-middle-bottom {
  0% {
  }
  10% {
  }
  45% {
    bottom: 98px;
  }
  70% {
    bottom: -50px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes line {
  0% {
    height: 4px;
    top: 0px;
    left: 0px;
    transform: rotate(-65deg);
  }
  10% {
    height: 220px;
    top: -110px;
    left: 15px;
  }
  45% {
    height: 200px;
    top: -100px;
    left: 25px;
  }
  70% {
    height: 8px;
    top: 0px;
    left: 25px;
    transform: rotate(0deg);
  }
  100% {
    height: 8px;
    top: 0px;
    left: 15px;
    transform: rotate(0deg);
  }
}
@keyframes dot-top {
  0% {
    top: -30px;
  }
  10% {
    top: -30px;
  }
  45% {
    top: -25px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes dot-bottom {
  0% {
    bottom: -30px;
  }
  10% {
    bottom: -30px;
  }
  45% {
    bottom: -25px;
  }
  60% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes dot-middle-top {
  0% {
  }
  10% {
  }
  45% {
    top: 78px;
  }
  70% {
    top: -50px;
  }
  85% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes dot-middle-bottom {
  0% {
  }
  10% {
  }
  45% {
    bottom: 78px;
  }
  70% {
    bottom: -50px;
  }
  85% {
    bottom: 0px;
  }
  100% {
    bottom: 0px;
  }
}

.p-voice__kv {
  position: relative;
  height: 480px;
  background: linear-gradient(to right, #f64c00 0%, #f76d00 100%);
}

.p-voice__kv .p-lower-kv__in {
  background-image: none;
}

a {
  cursor: pointer;
}

.p-home__voice-banner {
  position: relative;
}

.p-home__voice-banner-box {
  width: 80%;
  margin-left: auto;
  background: linear-gradient(to right, #f64c00 0%, #f76d00 100%);
  color: #fff;
  padding: 40px 40px 40px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__voice-banner-box {
    width: 100%;
    padding: 11rem 3rem 3rem;
  }
}

.p-home__voice-banner .wrapper {
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.p-home__voice-img01 {
  position: absolute;
  width: 30%;
  left: 0;
  top: -14%;
  max-width: 400px;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__voice-img01 {
    width: 17.2rem;
    left: -1rem;
  }
}

.p-home__voice-banner-box p {
  width: 85%;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__voice-banner-box p {
    width: 100%;
  }
}

.p-home__voice-banner-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 15px 0;
  border-radius: 100px;
  background-color: #fff;
  color: #f76700;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-top: 40px;
  position: relative;
  z-index: 99;
  transition: 0.3s;
}

.p-home__voice-banner-box a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__voice-banner-box a {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 2rem;
    padding: 1.2rem 0;
  }
}

.p-home__section10 {
  margin-top: 140px;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section10 {
    margin-top: 120px;
  }
}

.p-top__company {
  padding-left: 5%;
  margin-top: 40px;
}

.p-top__company h2 {
  font-size: 6rem;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__company {
    padding-left: 0;
    padding: 0 20px;
  }
  .p-top__company h2 {
    font-size: 4.6rem;
  }
}

.p-top__company-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 60px;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__company-wrap {
    display: block;
  }
}

.p-top__company-wrap table {
  width: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__company-wrap table {
    width: 100%;
    font-size: 14px;
  }
}

.p-top__company-wrap table tr th,
.p-top__company-wrap table tr td {
  display: block;
  text-align: left;
  width: 100% !important;
  border-top: 0;
}

.p-top__company-wrap table tr:nth-child(2) {
  display: block;
  margin-top: 16px;
}

.p-top__company-wrap table tr td a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #f64c00 0%, #f76d00 100%);
  color: white;
  font-size: 18px;
  width: 28rem;
  padding: 0.8rem 0;
  border-radius: 10rem;
  margin-top: 1rem;
  transition: 0.3s;
}
.p-top__company-wrap table tr td a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 47.9375em) {
  .p-top__company-wrap table tr td a {
    font-size: 1.6rem;
    width: 100%;
  }
}

.p-top__company-wrap div {
  width: 70%;
  height: 480px;
  filter: grayscale(100%);
}
@media only screen and (max-width: 47.9375em) {
  .p-top__company-wrap div {
    width: 100%;
    height: 26rem;
    margin-top: 2rem;
  }
}

.p-top__company-wrap div iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-point {
  margin-top: 100px;
  padding: 80px 20px;
  background: linear-gradient(to right, #f64c00 0%, #f76d00 100%);
}

.p-top__point-wrap {
  display: flex;
  justify-content: center;
  column-gap: 40px;
}

.p-top__point-item {
  width: 400px;
  border: 2px solid #fff;
  padding: 20px;
}

.p-top__point-item h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.p-top__point-item h3 {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
  color: white;
  line-height: 1.4;
}

.p-top__point-item p {
  margin-top: 10px;
  /* padding: 0 20px 20px; */
  color: white;
}

@media only screen and (max-width: 47.9375em) {


  .p-top-point {
    margin-top: 60px;
    padding: 40px 20px;
  }

  .p-top__point-wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .p-top__point-item {
    width: 100%;
  }

  .p-top__point-item h2 {
    font-size: 22px;
  }

  .p-top__point-item h3 {
    font-size: 18px;
  }
}

.p-top-blog {
  margin-top: 20px;
  margin-bottom: 80px;
}

.p-top-blog__wrap {
  display: flex;
  margin-top: 40px;
}

.p-top-blog__wrap .blog-item {
  width: 25%;
}

.p-top-blog__wrap .blog-thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.p-top-blog__wrap .blog-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.p-top-blog__wrap .blog-item:hover img {
  transform: scale(1.2);
}

.p-top-blog__wrap .blog-date {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #ccc;
  padding: 0 10px;
}

.p-top-blog__wrap h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 10px;
}

.p-top-blog__wrap p {
  padding: 0 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 47.9375em) {

  .p-top-blog {
    margin-bottom: 60px;
  }
  .p-top-blog__wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .p-top-blog__wrap .blog-item {
    width: 100%;
  }
}