@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "ZenKakuGothicNew", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

main.hidden {
  overflow: hidden;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1260px;
}

.inner-block {
  position: relative;
  width: auto;
  max-width: 1240px;
  padding: 0 20px;
}

.inner-block2 {
  position: relative;
  width: auto;
  max-width: 1560px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
.poppins {
  font-family: "Poppins", "ZenKakuGothicNew", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.zen-old-mincho {
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@font-face {
  src: url(../font/ZenKakuGothicNew-Black.woff) format("woff");
  font-family: "ZenKakuGothicNew";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicNew-Bold.woff) format("woff");
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicNew-Regular.woff) format("woff");
  font-family: "ZenKakuGothicNew";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenOldMincho-Black.woff2) format("woff");
  font-family: "ZenOldMincho";
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url(../font/Poppins-SemiBold.woff2) format("woff");
  font-family: "Poppins";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/Poppins-ExtraBold.ttf) format("truetype");
  font-family: "Poppins";
  font-weight: 800;
  font-display: swap;
}
@font-face {
  src: url(../font/Poppins-Regular.woff2) format("woff");
  font-family: "Poppins";
  font-weight: 400;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 2.9761904762vw;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(59, 59, 59, 0.65);
          box-shadow: 0 0 6px rgba(59, 59, 59, 0.65);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__logo {
  width: clamp(100px, 10vw, 191px);
  position: relative;
  z-index: 1001;
}
.c-header__logo a {
  display: inline-block;
}
.c-header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header.shadow::before {
  opacity: 1;
}

.c-header-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(4px, 1vw, 27px);
}
.c-header-list__link {
  font-weight: bold;
  color: #C01E20;
  font-size: clamp(10px, 1vw, 14px);
}

.c-header-sublist {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-sublist__li + .c-header-sublist__li .c-header-sublist__link {
  border-top: none;
}
.c-header-sublist__link {
  display: block;
  width: 100%;
  border: solid 2px #C01E20;
  color: #C01E20;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-header-entry {
  font-family: "Poppins";
  font-weight: bold;
  position: relative;
  z-index: 1001;
}
.c-header-entry::after {
  display: block;
  content: "";
  background: url(../img/common/arrow02_white.svg) no-repeat;
  background-size: contain;
  width: clamp(10px, 1vw, 13px);
  height: clamp(5px, 1vw, 7px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-entry.hover-menu:hover::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-header-entry.hover-menu:hover .c-header-sublist {
  opacity: 1;
  visibility: visible;
}
.c-header-entry.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-header-entry__link {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-entry__link.open {
  width: 100%;
}
.c-header-entry__txt {
  color: #fff;
  font-family: "Poppins", "ZenKakuGothicNew", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  background-color: #000;
  font-size: clamp(10px, 0.9523809524vw, 16px);
  padding: clamp(10px, 0.8928571429vw, 15px) clamp(37px, 2.8vw, 54px) clamp(10px, 0.8928571429vw, 15px) clamp(27px, 2.4vw, 32px);
}
.c-header-entry__txt.open {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.c-header-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1002;
}
.c-header-btn__wrap {
  width: 25px;
  height: 18px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-header-btn__wrap span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-btn__wrap span:nth-child(1) {
  top: 0;
}
.c-header-btn__wrap span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-header-btn__wrap span:nth-child(3) {
  bottom: 0;
}
.c-header-btn.active span:nth-child(1) {
  top: 0;
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.c-header-btn.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.c-header-btn.active span:nth-child(3) {
  bottom: 0;
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.c-header-nav {
  background-color: #C01E20;
  opacity: 0;
  position: fixed;
  top: 0;
  right: -100%;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1001;
}
.c-header-nav.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.c-header-nav nav {
  height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}

.c-header-nav-list {
  text-align: center;
}
.c-header-nav-list__head {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-nav-list__aco {
  position: relative;
  display: inline-block;
}

.c-header-arrow {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.c-header-arrow .arrow {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}
.c-header-arrow .arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-arrow.active .arrow::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.c-header-sub-list__item {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-footer-entry {
  background-color: #C01E20;
}
.c-footer-entry__link {
  display: block;
  padding: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-footer-entry__link::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#A40000));
  background: linear-gradient(to right, #fff, #A40000);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-footer-entry__link .txt {
  color: #fff;
  font-weight: 600;
  font-size: 55px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-footer-entry-list__link {
  display: block;
  background: #ffF;
  color: #C01E20;
  font-weight: bold;
  text-align: center;
  padding: 17px 30px 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-footer {
  background-color: #333333;
}

.c-footer-left-list__item:nth-child(2) {
  margin-top: 24px;
}
.c-footer-left-list__item:nth-child(3) {
  margin-top: 15px;
}
.c-footer-left-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-footer-left-list__link .ico {
  width: 8px;
  height: 8px;
}
.c-footer-left-list__link .txt {
  color: #fff;
  font-size: clamp(12px, 0.8333333333vw, 15px);
  margin-right: 8px;
}
.c-footer-left-list__link.img {
  width: 8.75vw;
}
.c-footer-left-list__link:hover {
  opacity: 0.7;
}

.c-footer-right-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.7857142857vw;
  padding-left: 5.7738095238vw;
}
.c-footer-right-list__link {
  display: inline-block;
  color: #fff;
  font-size: clamp(12px, 0.8928571429vw, 17px);
  font-weight: bold;
  width: 100%;
  padding: 0.119047619vw 0.4761904762vw;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-footer-right-list__link:hover {
  opacity: 0.7;
}

.c-footer-sub-list {
  margin-top: 24px;
}
.c-footer-sub-list__link {
  color: #fff;
  font-weight: 400;
  font-size: clamp(12px, 0.8928571429vw, 17px);
  width: 100%;
  padding: 0.119047619vw 0.4761904762vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 2.2;
}
.c-footer-sub-list__link:hover {
  opacity: 0.7;
}

.c-footer-copy {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.246);
  color: #fff;
  text-align: center;
}

.page-top {
  width: 4.7619047619vw;
  height: 4.7619047619vw;
  background-color: #333333;
  border-radius: 50%;
  border: 1px solid #fff;
  position: fixed;
  right: 11.9047619048vw;
  bottom: 0.5952380952vw;
  cursor: pointer;
  z-index: 3;
}
.page-top__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-top img {
  width: 1.1904761905vw;
  height: 1.7857142857vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.l-mv {
  overflow: hidden;
  position: relative;
}

.l-cont {
  overflow: hidden;
}
.l-cont__wrap {
  position: relative;
}
.l-cont__ttl {
  z-index: 5 !important;
}
.l-cont__txt {
  position: absolute;
  bottom: 0;
  z-index: 5;
}

/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/
.mv-01 {
  position: relative;
}
.mv-01__txt {
  position: absolute;
  top: 13.6904761905vw;
  left: 14.2857142857vw;
}
.mv-01__txt .en {
  color: #A40000;
  font-size: clamp(20px, 1.5476190476vw, 26px);
  font-weight: 600;
}
.mv-01__txt .en .small {
  font-size: clamp(13px, 0.9523809524vw, 16px);
}
.mv-01__txt .ja {
  font-size: clamp(20px, 1.5476190476vw, 26px);
  font-weight: bold;
  padding-left: clamp(15px, 1.7857142857vw, 30px);
  position: relative;
  color: #fff;
}
.mv-01__txt .ja::before {
  content: "";
  width: clamp(10px, 1.1904vw, 20px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mv-02 {
  margin-top: min(-5.2380952381vw, -58px);
}

.mv-03 {
  position: relative;
  width: clamp(800px, 62vw, 1050px);
  margin-left: auto;
  margin-top: -85px;
}
.mv-03__img {
  width: 100%;
  height: 100%;
}

.mv-04 {
  position: relative;
}
.mv-04 .mv-img img {
  width: 100%;
  height: 100%;
}
.mv-04__txt__link {
  margin-top: 140px;
}

.mv-link {
  margin-top: 115px;
}
.mv-link__item {
  max-width: 260px;
}
.mv-link__item:not(:first-child) {
  margin-top: 40px;
}
.mv-link__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv-link__item a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv-link__item a .txt {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.mv-link__item a:hover img {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.mv-link__item.ptn02:not(:first-child) {
  margin-top: 0;
}
.mv-link__item.ptn02:not(:last-child) {
  margin-right: 40px;
}

.mv-05 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mv-05__txt__link {
  margin-top: 140px;
}

/*------------------------------------------------------------------------------
  ttl
------------------------------------------------------------------------------*/
.c-top-ttl-wrap {
  padding-top: 127px;
}

.c-top-ttl-wrap02 {
  position: relative;
}

.c-top-ttl {
  position: relative;
  z-index: 2;
}
.c-top-ttl .en {
  font-family: "Poppins", "ZenKakuGothicNew", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #A40000;
  font-size: clamp(70px, 6.9047619048vw, 116px);
  display: block;
  line-height: 1;
}
.c-top-ttl .en.white {
  color: #fff;
}
.c-top-ttl .en.shadow {
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}
.c-top-ttl .en.keep {
  word-break: keep-all;
}
.c-top-ttl .ja {
  font-size: clamp(30px, 2.6785714286vw, 45px);
  font-weight: 900;
  line-height: 1;
}
.c-top-ttl .ja.white {
  color: #fff;
}
.c-top-ttl .ja.shadow {
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}
.c-top-ttl.ptn02 {
  padding-top: 110px;
}

.c-bg-ttl {
  color: #fff;
  font-weight: 900;
  font-size: clamp(20px, 1.7261904762vw, 29px);
  background-color: #000;
  padding: 0 5px;
  line-height: 2;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.c-bg-ttl.red {
  background-color: #C01E20;
}
.c-bg-ttl.fz70 {
  font-size: clamp(65px, 25vw, 70px);
}
.c-bg-ttl.ptn02 {
  font-size: 45px;
  line-height: 1.8;
}

.c-ttl01 {
  color: #A40000;
  font-size: 116px;
  font-weight: 600;
}
.c-ttl01.white {
  color: #fff;
}

.c-ttl02 {
  font-size: 45px;
  font-weight: 900;
}

.c-bg-ttl02 {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #000000;
  color: #fff;
  line-height: 2.2;
  font-weight: 900;
}
.c-bg-ttl02.right {
  text-align: right;
  padding: min(1vw, 13px) min(5vw, 76px) min(1vw, 16px) min(1vw, 15px);
}
.c-bg-ttl02.right02 {
  text-align: right;
  padding: min(1vw, 13px) min(1vw, 15px) min(1vw, 16px) min(5vw, 80px);
}
.c-bg-ttl02.center {
  padding: min(1vw, 13px) min(1vw, 15px) min(1vw, 16px) min(1vw, 15px);
}
.c-bg-ttl02.red {
  background-color: #C01E20;
}

/*------------------------------------------------------------------------------
  parts
------------------------------------------------------------------------------*/
.c-view-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-view-all__txt {
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 15px;
}
.c-view-all__txt.white {
  color: #fff;
}
.c-view-all__ico {
  width: 22px;
  height: 22px;
}

.c-arrow {
  width: 60px;
  height: 60px;
  background-color: #333333;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.c-arrow span:nth-child(1) {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-arrow span:nth-child(2) {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-40%, -50%) rotate(45deg);
          transform: translate(-40%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-arrow.black {
  background-color: #000;
}
.c-arrow.red {
  background-color: #C01E20;
}
.c-arrow.nonborder {
  border: none;
}

.c-view-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-view-more.nolink .c-view-more__txt {
  color: #a5a5a5;
}
.c-view-more.nolink .c-arrow {
  background-color: #a5a5a5;
}
.c-view-more__txt {
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 15px;
}
.c-view-more__txt.white {
  color: #fff;
}
.c-view-more__arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-scroll-wrap {
  height: 164px;
}

.c-scroll {
  position: relative;
}
.c-scroll__txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-scroll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  left: 30px;
  /*線の形状*/
  width: 2px;
  height: 164px;
  background: #A40000;
}

.c-section-dec {
  font-family: "Poppins";
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  z-index: 2;
}
.c-section-dec.white {
  color: #fff;
}
.c-section-dec.red {
  color: #C01E20;
}
.c-section-dec.gray {
  color: #E6E6E6;
}

.cut-img {
  position: relative;
}
.cut-img.left {
  position: relative;
}
.cut-img.left .cut-img__img {
  -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}
.cut-img.left::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: -1;
}
.cut-img.right {
  position: relative;
}
.cut-img.right .cut-img__img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
}
.cut-img.right::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 40px;
  left: -40px;
  z-index: -1;
}

.nolink {
  pointer-events: none;
  opacity: 0.4;
}

.nolink03 {
  position: relative;
  opacity: 0.4;
  pointer-events: none;
}
.nolink03::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

/*------------------------------------------------------------------------------
  slider
------------------------------------------------------------------------------*/
.c-slider-list__txt {
  margin-top: 18px;
}
.c-slider-list__txt .name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.01em;
}
.c-slider-list__job {
  color: #fff;
  font-weight: 400;
  margin-top: 4px;
  display: block;
}
.c-slider-list .slide-line {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-slider-list .slide-line button {
  text-indent: -9999px;
}
.c-slider-list .slide-line li {
  width: 200px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-slider-list .slide-line li.slick-active {
  background-color: #A40000;
}

.c-slider-arrows.black button {
  border-color: #000000;
}
.c-slider-arrows.black button.prev-arrow {
  background-image: url(../img/common/arrow_right_b.svg) !important;
  background-color: #fff;
}
.c-slider-arrows.black button.next-arrow {
  background-image: url(../img/common/arrow_right_b.svg) !important;
  background-color: #fff;
}
.c-slider-arrows button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.c-slider-arrows .prev-arrow {
  background-image: url(../img/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-slider-arrows .next-arrow {
  background-image: url(../img/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide-list__link {
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.slide-list__link.nolink03 .slide-list__tag {
  color: #a5a5a5;
}
.slide-list__img {
  grid-area: 1/1;
  overflow: hidden;
  height: 563px;
}
.slide-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 353/265;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide-list__tag {
  grid-area: 1/1;
  margin-left: auto;
  background: #000;
  color: #fff;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide-list__tag::before {
  display: block;
  content: "";
  background: url(../img/common/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-link-list {
  display: grid;
}
.c-link-list__box {
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  justify-items: flex-start;
}
.c-link-list__img {
  grid-area: 1/1;
  overflow: hidden;
}
.c-link-list__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-link-list__tag {
  grid-area: 1/1;
  background: #C01E20;
  color: #fff;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-link-list__tag::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  background: url(../img/common/arrow-right.svg) no-repeat;
  background-size: contain;
}

/*------------------------------------------------------------------------------
  table
------------------------------------------------------------------------------*/
tbody {
  -webkit-text-size-adjust: 100%;
}

.c-table {
  width: 100%;
  border: 1px solid #BCBCBC;
  border-top: none;
}
.c-table th {
  background-color: #A0A0A0;
  padding: 20px 38px;
  text-align: left;
  color: #fff;
  border-right: 1px solid #BCBCBC;
  width: 320px;
  border-top: 1px solid #BCBCBC;
  vertical-align: baseline;
  font-size: 26px;
}
.c-table td {
  padding: 20px 38px;
  line-height: 2;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.c-table td:not(:first-child) {
  border-top: 1px solid #BCBCBC;
}
.c-table.dark th {
  background-color: #333333;
  border-top: none;
  border-bottom: 1px solid #BCBCBC;
}
.c-table.dark td {
  border-top: none;
  border-bottom: 1px solid #BCBCBC;
}

/*------------------------------------------------------------------------------
  btn
------------------------------------------------------------------------------*/
.c-btn {
  font-weight: bold;
  color: #fff;
  padding: 18px 30px;
  background-color: #333333;
  position: relative;
  border-radius: 50px;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/common/arrow-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn02 {
  position: relative;
  background: #C01E20;
  color: #fff;
  font-weight: bold;
}
.c-btn02.nolink {
  background: #a5a5a5;
}
.c-btn02::before {
  display: block;
  content: "";
  background: url(../img/common/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-area > * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
}
#pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 62px;
  background-color: #e9a2af;
}
#pagetop img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 2px;
}

/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/
.anm-list > * {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------------------------------------------
  original
------------------------------------------------------------------------------*/
.svg-view rect {
  fill: #A40000;
}

.svg-view-white rect {
  fill: #fff;
}

@-webkit-keyframes fill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-scroll::after {
  -webkit-animation: pathmove 1.5s ease-in-out infinite;
          animation: pathmove 1.5s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 164px;
    top: 10px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 164px;
    top: 10px;
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
.anm-line.is-animated::after {
  -webkit-animation: lineRight 1.5s forwards;
  animation: lineRight 1.5s forwards;
}

@-webkit-keyframes lineRight {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes lineRight {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.c-selectbox {
  position: relative;
}
.c-selectbox:before {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  background: url("../img/common/icon-arrow-blue-bt.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

.c-input {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #BCBCBC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 10px;
  position: relative;
}

.c-textarea {
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #BCBCBC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 10px;
}

.c-select-input {
  width: 100%;
  position: relative;
}
.c-select-input:before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background: url("../img/common/ico-arrow-blue.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
}

.tag {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  border: 0;
  width: 40px;
  height: 20px;
  background: #D15A5A;
  border-radius: 2.4px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.tag.any {
  background-color: #CCD6E0;
  color: #333;
}

.c-form-table, .c-form-table-small {
  width: 100%;
}
.c-form-table .open-area, .c-form-table-small .open-area {
  display: table-row;
}
.c-form-table .open-area.hide, .c-form-table-small .open-area.hide {
  display: none !important;
}
.c-form-table tr, .c-form-table-small tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-table th, .c-form-table-small th {
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
  width: 240px;
  padding: 40px 0;
  border-bottom: 1px solid #EDEDED;
}
.c-form-table th.top, .c-form-table-small th.top {
  margin-top: 33px;
}
.c-form-table td, .c-form-table-small td {
  padding: 40px 0;
  border-bottom: 1px solid #EDEDED;
}
.c-form-table td.colum, .c-form-table-small td.colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form-table td.select, .c-form-table-small td.select {
  position: relative;
}
.c-form-table td.select::after, .c-form-table-small td.select::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
}
.c-form-table .inner, .c-form-table-small .inner {
  position: relative;
  display: block;
  width: 100%;
}
.c-form-table .inner span.val, .c-form-table-small .inner span.val {
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  border: 0;
  width: 42px;
  padding: 3px 0;
  background: #F48E8E;
  border-radius: 2.4px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.c-form-table .inner span.val.any, .c-form-table-small .inner span.val.any {
  background-color: #CCD6E0;
  color: #333;
}
.c-form-table .inner span.coment, .c-form-table-small .inner span.coment {
  display: inline-block;
}
.c-form-table .address-wrap, .c-form-table-small .address-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-table .address-wrap .address-ico, .c-form-table-small .address-wrap .address-ico {
  margin-right: 15px;
}
.c-form-table .address-wrap:nth-child(1) input, .c-form-table-small .address-wrap:nth-child(1) input {
  width: 200px;
  margin-right: 15px;
}
.c-form-table .address-wrap:nth-child(2), .c-form-table-small .address-wrap:nth-child(2) {
  margin-top: 15px;
}
.c-form-table .select-wrap, .c-form-table-small .select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-form-table .select-wrap .year, .c-form-table-small .select-wrap .year {
  width: 200px;
}
.c-form-table .select-wrap .month, .c-form-table-small .select-wrap .month {
  width: 100px;
}
.c-form-table .select-wrap .date, .c-form-table-small .select-wrap .date {
  width: 40px;
}
.c-form-table .select-wrap .grad, .c-form-table-small .select-wrap .grad {
  width: 103px;
}
.c-form-table .select-wrap select, .c-form-table-small .select-wrap select {
  margin-right: 10px;
}
.c-form-table .before-ico::before, .c-form-table-small .before-ico::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 2;
}
.c-form-table .mw_wp_form_confirm .before-ico::before, .c-form-table-small .mw_wp_form_confirm .before-ico::before {
  content: none;
}
.c-form-table .career-wrap, .c-form-table-small .career-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-table .career-wrap:nth-child(1) .form-txt, .c-form-table-small .career-wrap:nth-child(1) .form-txt {
  width: 70px;
}
.c-form-table .career-wrap:nth-child(2), .c-form-table-small .career-wrap:nth-child(2) {
  margin-top: 15px;
}
.c-form-table .career-wrap:nth-child(2) .form-txt, .c-form-table-small .career-wrap:nth-child(2) .form-txt {
  width: 70px;
}
.c-form-table .career-wrap.select, .c-form-table-small .career-wrap.select {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form-table .career-wrap.select input, .c-form-table-small .career-wrap.select input {
  margin-right: 15px;
}
.c-form-table .gray-button, .c-form-table-small .gray-button {
  width: 200px;
  background-color: #333333;
  color: #fff;
}
.c-form-table .kome-wrap, .c-form-table-small .kome-wrap {
  margin-top: 10px;
}
.c-form-table .kome, .c-form-table-small .kome {
  display: block;
}
.c-form-table .kome a, .c-form-table-small .kome a {
  color: #00B1FF;
  text-decoration: underline;
}
.c-form-table .check-box, .c-form-table-small .check-box {
  width: auto;
}
.c-form-table .check-btn, .c-form-table-small .check-btn {
  display: none;
}
.c-form-table .mwform-checkbox-field, .c-form-table-small .mwform-checkbox-field {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.c-form-table .radio-box, .c-form-table-small .radio-box {
  margin-left: -10px;
  margin-top: -10px;
}
.c-form-table .mwform-radio-field, .c-form-table-small .mwform-radio-field {
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  opacity: 1;
}

span.mwform-checkbox-field-text {
  padding-left: 34px;
}
span.mwform-checkbox-field-text::before {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  margin-right: 20px;
  background-image: url("../img/common/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
span.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fcfcfc;
  border: 1px solid #CCD6E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
}

.mwform-checkbox-field-text {
  position: relative;
  line-height: 1.4;
  display: inline-block;
  font-size: 20px;
}

.p_contact-table .c-form-table .mwform-radio-field, .p_contact-table .c-form-table-small .mwform-radio-field {
  margin-top: 0;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.p_contact-table .mw_wp_form_input .open-area {
  display: none;
}

.mw_wp_form .horizontal-item {
  margin-left: 0 !important;
}

input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1;
}

.label-radio {
  display: inline-block;
  margin-right: 15px;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 44px;
  line-height: 1.4;
  display: inline-block;
}
.wpcf7-list-item-label::before {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
  margin-right: 20px;
  background-image: url("../img/common/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fcfcfc;
  border: 1px solid #CCD6E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-right: 20px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  display: inline-block;
}
.mwform-radio-field-text::before {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  margin-right: 10px;
  border-radius: 50%;
  background-color: #F48E8E;
  background-repeat: no-repeat;
  background-position: center center;
}
.mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fcfcfc;
  border: 1px solid #CCD6E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}

.privacy-link {
  color: #133a59;
  text-decoration: underline;
}

.mw_wp_form .error {
  margin-top: 8px !important;
}

.mw_wp_form_confirm-only {
  display: none;
}

.mw_wp_form_confirm .mw_wp_form_confirm-none {
  display: none;
}
.mw_wp_form_confirm .mw_wp_form_confirm-only {
  display: block;
}
.mw_wp_form_confirm .c-select-input {
  width: auto;
}
.mw_wp_form_confirm .c-select-input:before {
  display: none;
}
.mw_wp_form_confirm .c-time-input__year-input {
  width: auto;
}
.mw_wp_form_confirm .c-time-input__month-input {
  width: auto;
}
.mw_wp_form_confirm .c-time-input__date-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__year01-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__month01-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__year02-input {
  width: auto;
}
.mw_wp_form_confirm .c-between-input__month02-input {
  width: auto;
}
.mw_wp_form_confirm .c-form-table .radio-box, .mw_wp_form_confirm .c-form-table-small .radio-box {
  margin-top: 0;
  margin-left: 0;
}

.c-form-box01 + .c-form-box01 {
  margin-top: 50px;
}
.c-form-box01__ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #133A59;
}

.c-form-message01 {
  text-align: center;
  margin-bottom: 40px;
}

.c-time-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-time-input__year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-time-input__year-input {
  width: 170px;
}
.c-time-input__year-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-time-input__month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-time-input__month-input {
  width: 112px;
}
.c-time-input__month-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-time-input__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-time-input__date-input {
  width: 112px;
}
.c-time-input__date-txt {
  margin-left: 10px;
}

.c-address-input__postcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-address-input__postcode-input {
  width: 200px;
}
.c-address-input__postcode-txt {
  cursor: pointer;
  margin-left: 20px;
  color: #133A59;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.c-address-input__address01 {
  margin-top: 10px;
}
.c-address-input__address02 {
  margin-top: 10px;
}

.c-between-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-between-input__before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-between-input__while {
  font-weight: bold;
  margin-right: 20px;
}
.c-between-input__after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-between-input__year01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-between-input__year01-input {
  width: 120px;
}
.c-between-input__year01-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-between-input__month01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-between-input__month01-input {
  width: 90px;
}
.c-between-input__month01-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-between-input__year02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-between-input__year02-input {
  width: 120px;
}
.c-between-input__year02-txt {
  margin-left: 10px;
  margin-right: 20px;
}
.c-between-input__month02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-between-input__month02-input {
  width: 90px;
}
.c-between-input__month02-txt {
  margin-left: 10px;
  margin-right: 20px;
}

.c-form-caption01 {
  margin-top: 10px;
  font-size: 12px;
  color: #949494;
}

.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

.c-input-box01 {
  width: 170px;
}

.c-form-salary__select {
  width: 170px;
}
.c-form-salary__input {
  margin-top: 10px;
}

.mw_wp_form_confirm .before-ico::before {
  display: none;
}

.mw_wp_form_confirm .p_entry-privacy {
  display: none;
}

.mw_wp_form_confirm .label-file-txt {
  display: none;
}

.mw_wp_form_confirm .kome-wrap {
  display: none;
}

.mw_wp_form_confirm .gray-button {
  display: none;
}

.mw_wp_form_confirm .label-file {
  color: #333;
  background-color: transparent;
  border: none;
}
.mw_wp_form_confirm .label-file__txt {
  display: none;
}

.error-false {
  position: relative;
}
.error-false .error {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.mw_wp_form .error {
  white-space: nowrap;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_home-swiper-mv {
  position: relative;
  overflow: hidden;
}

.p_home-mv-list__txt {
  position: absolute;
  left: 5.5357142857vw;
  bottom: 3vw;
}
.p_home-mv-list__txt .txt {
  color: #fff;
  font-size: clamp(15px, 1.0714vw, 18px);
  font-weight: 900;
  position: relative;
  padding-left: 100px;
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.p_home-mv-list__txt .txt::before {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}
.p_home-mv-list img {
  width: 100%;
  height: 100%;
}

.p_home-message {
  margin-top: 165px;
}
.p_home-message__wrap {
  margin-top: 83px;
}
.p_home-message__view {
  margin-top: 30px;
  max-width: 200px;
}
.p_home-message-cont01__txt {
  padding-top: 0.5952380952vw;
}
.p_home-message-cont01__txt .txt {
  font-size: clamp(19px, 1.3095238095vw, 24px);
  font-weight: 900;
  line-height: 2;
}
.p_home-message-cont01__txt .txt:not(:first-child) {
  margin-top: 2.9761904762vw;
}
.p_home-message-cont01__catch {
  width: clamp(200px, 15.3571428571vw, 260px);
  margin-left: auto;
  margin-top: -1.7857142857vw;
}

.p_home-message-cont02 {
  margin-top: 97px;
}
.p_home-message-cont02__txt {
  margin-top: 36px;
}
.p_home-message-cont02__img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_home-project {
  margin-top: 157px;
}
.p_home-project__red {
  background-color: #A40000;
  padding-top: 148px;
  padding-bottom: 450px;
}
.p_home-project__txt {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 2;
}
.p_home-project__view .view-txt {
  color: #fff;
}
.p_home-project__cont {
  margin-top: -336px;
}
.p_home-project__cont .white-txt {
  color: #fff;
}
.p_home-project__work {
  margin-top: 320px;
}

.p_home-project-work__view {
  margin-top: 30px;
}
.p_home-project-work__img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_home-interview {
  margin-top: 157px;
  background-color: #333333;
  padding-bottom: 208px;
  padding-top: 156px;
}

.p_home-slider {
  overflow: hidden;
  position: relative;
}
.p_home-slider .home-slider {
  margin-top: 30px;
}

.p_home-bottom {
  margin-top: 183px;
  padding-bottom: 200px;
}
.p_home-bottom__txt {
  margin-top: -40px;
  margin-left: 30px;
}
.p_home-bottom-cont01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_home-bottom-cont02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_home-view {
  margin-top: 30px;
}

.p_home-lead {
  position: relative;
}
.p_home-lead::before {
  width: 100%;
  height: min(250vw, 1125px);
  display: block;
  content: "";
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 0;
}
.p_home-lead__ttl {
  font-family: "Poppins";
  font-weight: 800;
  color: #E6E6E6;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  position: relative;
}
.p_home-lead__cap {
  font-weight: bold;
  line-height: 1.8;
}

.p_home-business {
  position: relative;
  background: #C01E20;
  overflow: hidden;
}
.p_home-business__dec {
  position: absolute;
  top: 0;
  right: 0;
}
.p_home-business__cap {
  font-weight: bold;
  color: #fff;
  line-height: 2;
}
.p_home-business__img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_home-work {
  position: relative;
  background: #E6E6E6;
}
.p_home-work__dec {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p_home-work__cap {
  font-weight: bold;
  line-height: 2;
}

.p_home-people {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p_home-people__dec01 {
  position: absolute;
  top: 0;
  right: 0;
}
.p_home-people__dec {
  position: relative;
  z-index: 3;
}
.p_home-people__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 3;
}
.p_home-people__img {
  overflow: hidden;
}
.p_home-people__img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p_home-people__img.is-hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p_home-people__btn .c-arrow {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p_home-env {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.p_home-env__dec {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p_home-env__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p_home-env__link.nolink02 {
  pointer-events: none;
}
.p_home-env__img {
  position: relative;
  overflow: hidden;
}
.p_home-env__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_home-env__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p_home-env__cap {
  text-align: right;
  line-height: 2;
}

.p_home-about {
  overflow: hidden;
  background: #fff;
}
.p_home-about__nav {
  position: relative;
  z-index: 5;
}

.p_home-fixed {
  position: fixed;
  overflow: hidden;
  z-index: -1;
  opacity: 1;
  visibility: visible;
}
.p_home-fixed.is-hide {
  opacity: 0;
  visibility: hidden;
}

/*------------------------------------------------------------------------------
  archive
------------------------------------------------------------------------------*/
.p_int-cont {
  padding: 160px 0;
}
.p_int-list__img {
  overflow: hidden;
}
.p_int-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_int-list__txt {
  margin-top: min(-4.5833333333vw, -50px);
  margin-left: 1.1904761905vw;
}
.p_int-list__job {
  margin-top: 1.1904761905vw;
}
.p_int-list__job .job {
  font-size: clamp(14px, 1.1904761905vw, 20px);
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.p_int-list__job .year {
  font-weight: 400;
  display: block;
  margin-top: 6px;
  line-height: 1.2;
  font-size: clamp(12px, 0.9523809524vw, 16px);
}

.p_int-d-ttl {
  margin-top: 50px;
}
.p_int-d-ttl__ttl {
  font-size: 45px;
  font-weight: 900;
}
.p_int-d-ttl__txt {
  margin-top: 10px;
}
.p_int-d-ttl__txt .name {
  font-size: 16px;
  font-weight: 400;
}
.p_int-d-ttl__txt .year {
  font-size: 16px;
  font-weight: 400;
}

.p_int-d-cont {
  margin-top: 220px;
}
.p_int-d-cont:not(:first-child) {
  margin-top: 160px;
}
.p_int-d-cont__ttl {
  font-size: 26px;
  font-weight: 900;
}
.p_int-d-cont__txt {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
}
.p_int-d-cont__img {
  margin-top: 80px;
}
.p_int-d-cont__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_int-other {
  background-color: #F4F4F4;
  padding-top: 160px;
  padding-bottom: 197px;
  margin-top: 160px;
}
.p_int-other__ttl {
  position: relative;
}
.p_int-other__ttl .ttl {
  color: #A40000;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.p_int-other__view {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_int-other-list__img {
  overflow: hidden;
  width: 100%;
  height: 274px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_int-other-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_int-other-list__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
}
.p_int-other-list__txt .txt-wrap {
  margin-top: 20px;
}
.p_int-other-list__txt .txt-wrap .name {
  display: inline-block;
}
.p_int-other-list__arrow {
  margin-top: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_int-other-list__link:hover .p_int-other-list__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p_int-other-list__link:hover .p_int-other-list__arrow {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.p_project-wrap {
  margin-top: 126px;
  padding-bottom: 260px;
}

.p_project-cont {
  position: relative;
}
.p_project-cont__ttl span {
  color: #A40000;
  font-weight: 600;
}
.p_project-cont__ttl .small {
  font-size: 16px;
}
.p_project-cont__ttl .num {
  font-size: 26px;
  display: inline-block;
  margin-right: 15px;
}
.p_project-cont__ttl .ttl {
  font-size: 24px;
}
.p_project-cont:not(:first-child) {
  margin-top: 200px;
}
.p_project-cont__img .img-wrap {
  overflow: hidden;
}
.p_project-cont__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_project-cont__view {
  margin-top: 30px;
}

.p_project {
  overflow: initial;
}

.p_project-detail-mv {
  position: relative;
}
.p_project-detail-mv__img {
  position: absolute;
  width: max(70.119047619vw, 1178px);
  height: 879px;
  right: 0;
  top: 0;
}
.p_project-detail-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_project-detail-mv__ttl-box {
  padding-top: 280px;
  margin-bottom: 280px;
}
.p_project-detail-mv__ttl-sub {
  color: #A40000;
  font-size: 26px;
  font-weight: bold;
}
.p_project-detail-mv__ttl-sub .small {
  font-size: 16px;
}
.p_project-detail-mv__ttl-main {
  font-size: 65px;
  font-weight: bold;
  line-height: 1.2;
}
.p_project-detail-mv__caption {
  font-weight: 900;
  font-size: 45px;
  display: inline;
  padding: 0 7px;
  color: #fff;
  line-height: 1.8;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 0%, #000 0%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.p_project-detail-about {
  margin-top: 133px;
}
.p_project-detail-about__box {
  background: #F4F6F5;
}
.p_project-detail-about__ttl {
  margin-bottom: 20px;
}
.p_project-detail-about__ttl .school-size {
  width: 120px;
}
.p_project-detail-about__ttl .cpa-size {
  width: 255px;
}
.p_project-detail-about__ttl .cpass-size {
  width: 218px;
}
.p_project-detail-about__desc {
  line-height: 2;
}

.p_project-detail-members {
  margin-top: 60px;
}
.p_project-detail-members__ttl {
  font-size: 26px;
  font-weight: bold;
  color: #A40000;
}
.p_project-detail-members__cont {
  margin-top: 52px;
}

.p_project-detail-members-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.p_project-detail-members-list__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.p_project-detail-members-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_project-detail-members-list__name {
  margin-top: 17px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p_project-detail-members-list__caption {
  margin-top: 2px;
  text-align: center;
}
.p_project-detail-anchor-list > li + li {
  margin-top: 54px;
}
.p_project-detail-anchor-list__num {
  color: #A40000;
  font-weight: bold;
}
.p_project-detail-anchor-list__ttl {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

.p_project-detail-main {
  margin-top: 200px;
}
.p_project-detail-main__box.last {
  padding-bottom: 260px;
}
.p_project-detail-main__box + .p_project-detail-main__box {
  margin-top: 200px;
}
.p_project-detail-main__ttl {
  margin-bottom: 80px;
}
.p_project-detail-main__ttl-num {
  font-size: 26px;
  color: #A40000;
  font-weight: bold;
}
.p_project-detail-main__ttl-main {
  font-weight: 900;
  font-size: 45px;
}
.p_project-detail-main__item {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p_project-detail-main__item.mt-small {
  margin-top: 20px;
}
.p_project-detail-main__item-img-box {
  width: 80px;
}
.p_project-detail-main__item-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.p_project-detail-main__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_project-detail-main__item-img.purple {
  border-color: #9357BF;
}
.p_project-detail-main__item-img.red {
  border-color: #D15B89;
}
.p_project-detail-main__item-img-ttl {
  text-align: center;
  font-weight: bold;
}
.p_project-detail-main__item-cont {
  width: calc(100% - 80px);
  padding-left: 50px;
  line-height: 2;
  font-size: 20px;
}
.p_project-detail-main__img + .p_project-detail-main__item {
  margin-top: 110px;
}
.p_project-detail-main__img {
  margin-top: 80px;
}
.p_project-detail-main__quote {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_project-detail-main__quote-main {
  font-size: 43px;
  color: #A40000;
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
  line-height: 1.3;
}
.p_project-detail-main__quote-before {
  display: inline-block;
  font-size: 125px;
  color: #E5E5E5;
  line-height: 1;
  margin-right: 10px;
}
.p_project-detail-main__quote-after {
  display: inline-block;
  font-size: 125px;
  color: #E5E5E5;
  line-height: 1;
  margin-left: 10px;
}

.p_project-detail-reco {
  background: #F4F4F4;
  padding: 140px 0;
}
.p_project-detail-reco__ttl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #A40000;
}
.p_project-detail-reco__list {
  margin-top: 50px;
}

.p_project-detail-reco-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.p_project-detail-reco-list__inner {
  padding: 0 30px;
  z-index: 1;
  position: relative;
}
.p_project-detail-reco-list__img {
  width: 100%;
  padding-top: 80%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.p_project-detail-reco-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p_project-detail-reco-list__ttl {
  margin-top: -170px;
}
.p_project-detail-reco-list__ttl-box {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}
.p_project-detail-reco-list__ttl-vol {
  color: #A40000;
  font-size: 16px;
  font-weight: bold;
}
.p_project-detail-reco-list__ttl-num {
  color: #A40000;
  font-size: 26px;
  font-weight: bold;
  margin-left: 4px;
}
.p_project-detail-reco-list__ttl-main {
  font-size: 24px;
  font-weight: 900;
  margin-left: 20px;
}
.p_project-detail-reco-list__desc {
  margin-top: 10px;
}
.p_project-detail-reco-list__view {
  margin-top: 20px;
}

.p_company-cont {
  margin-top: 112px;
  padding-bottom: 130px;
}
.p_company-cont__link {
  color: #00b1ff;
  text-decoration: underline;
}

.p_company-map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
.p_company-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_recruit-cont {
  margin-top: 112px;
  padding-bottom: 130px;
}
.p_recruit-cont__link {
  color: #00B1FF;
  text-decoration: underline;
}

.p_entry-top {
  background-color: #A40000;
  padding-bottom: 230px;
}

.p_entry__wrap {
  background-color: #fff;
  margin-top: -120px;
  padding-bottom: 160px;
}
.p_entry__table {
  padding: 80px;
}

.p_entry-privacy {
  text-align: center;
}
.p_entry-privacy__txt {
  font-size: 20px;
  line-height: 2;
}
.p_entry-privacy__txt .link {
  color: #00B1FF;
  text-decoration: underline;
}

.p_entry-privacy-check {
  margin-top: 40px;
  display: block;
}

.p_entry-btn-area {
  text-align: center;
  margin-top: 40px;
}
.p_entry-btn-area .cta-btn {
  width: 280px;
  height: 60px;
  border-radius: 50px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  font-weight: bold;
  position: relative;
}
.p_entry-btn-area .cta-btn::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/common/arrow-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_entry-btn-area .cta-btn.back::before {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/common/arrow-right.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p_entry-btn-area .cta-btn.done {
  margin: 0 auto;
}

.p_entry-finish {
  font-size: 20px;
  text-align: center;
  padding-top: 120px;
}

.p-recruit-for-entry {
  margin-top: 30px;
}
.p-recruit-for-entry__link {
  display: block;
  padding: 16px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-color: #A40000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_404 {
  padding: 100px 0;
}
.p_404__txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.p_404__btn {
  margin-top: 80px;
  text-decoration: underline;
  text-align: center;
}

.p_message-top {
  position: relative;
}

.p_message-cont {
  position: relative;
}
.p_message-cont__txt {
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
  font-weight: bold;
  z-index: 2;
}
.p_message-cont__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_message-wrap li {
  list-style: none;
}

.p_message-wrap li:hover {
  cursor: pointer;
}

.page_wrap {
  position: fixed;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page_wrap li {
  margin-bottom: 20px;
}

.page_wrap a {
  border: 1px solid #E3E3E3;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page_wrap a.active {
  background: #A40000;
}

.p_business-cont01 {
  margin-top: 180px;
  text-align: center;
}
.p_business-cont01__wrap:not(:first-child) {
  margin-top: 150px;
}
.p_business-cont01__ttl {
  font-weight: 600;
  font-size: 46px;
}
.p_business-cont01__catch {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: -0.01em;
  font-family: "ZenOldMincho-Black", serif;
  color: #A40000;
  margin-top: 53px;
}
.p_business-cont01__txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 70px;
}

.p_business-cont02 {
  padding-bottom: 163px;
}
.p_business-cont02__ttl {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
}
.p_business-cont02__ttl2 {
  font-size: 34px;
  font-weight: bold;
  margin-top: 74px;
  text-align: center;
}
.p_business-cont02__txt {
  font-size: 20px;
  font-weight: 400;
  margin-top: 54px;
  text-align: center;
}
.p_business-cont02__list {
  margin-top: 117px;
}
.p_business-cont02__dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E5E5E6;
  display: inline-block;
  margin-right: 10px;
}
.p_business-cont02-list__item {
  width: 250px;
}
.p_business-cont02-list__img {
  height: 200px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_business-cont02-list__txt {
  margin-top: -15px;
}
.p_business-cont02-list__txt-red {
  padding: 12px;
  padding-left: 14px;
  background-color: #A40000;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  height: 60px;
}
.p_business-cont02-list__txt-gray {
  font-size: 17px;
  font-weight: 400;
  padding: 14px;
  background-color: #EFEFEF;
  margin-top: 5px;
}

.p_business-build {
  color: white;
  position: relative;
}
.p_business-build__wrap {
  position: relative;
  height: 332px;
  width: 100% !important;
  max-width: none !important;
}
.p_business-build__ico {
  position: absolute;
  top: max(11.9047619048vw, 178px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p_business-build__ico .ico-wrap {
  position: relative;
  width: 20.119047619vw;
  height: 20.119047619vw;
}
.p_business-build__ico .ico-wrap .circle-01, .p_business-build__ico .ico-wrap .circle-02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p_business-build__ico .ico-wrap .men {
  position: absolute;
  width: 9.7619047619vw;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  margin-top: 0.4761904762vw;
}
.p_business-build__ico .ico-wrap .circle-01 {
  width: 14.4047619048vw;
}
.p_business-build__ico .ico-wrap .circle-02 {
  width: 20.119047619vw;
}
.p_business-build__ico .ico-wrap:nth-child(2) {
  margin-left: -80px;
  margin-top: -80px;
}
.p_business-build__ico .ico-wrap:nth-child(3) {
  margin-left: -80px;
}
.p_business-build__ico .ico-wrap:nth-child(4) {
  margin-left: -80px;
  margin-top: -80px;
}
.p_business-build__ico .ico-wrap:nth-child(5) {
  margin-left: -80px;
}

.trigger-wrap {
  position: relative;
  padding-bottom: 56.25%; /* to maintain aspect ratio (responsive!) */
}

.trigger-img {
  width: 100%;
  height: 100%;
}

.trigger-after {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.trigger-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p_business-gray {
  background-color: #F4F4F4;
}

.p_business-gray-cont {
  margin-top: 140px;
}
.p_business-gray-cont__point {
  margin-top: 60px;
}

.p_business-box__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p_business-box__ico {
  width: clamp(100px, 8.9285714286vw, 150px);
  margin-right: 1.6666666667vw;
}
.p_business-box__red {
  font-weight: bold;
  color: #fff;
  background-color: #A40000;
  padding: clamp(4px, 0.3571428571vw, 6px) clamp(10px, 0.8333333333vw, 14px);
  display: inline-block;
  font-size: clamp(12px, 1.1904761905vw, 16px);
}
.p_business-box__red.pink {
  background-color: #E57575;
}
.p_business-box__txt01 {
  font-size: clamp(16px, 1.1904761905vw, 20px);
  font-weight: bold;
  margin-top: 1.3095238095vw;
  display: block;
}
.p_business-box__txt02 {
  font-size: clamp(35px, 2.6785714286vw, 45px);
  font-weight: bold;
  margin-top: 1.1904761905vw;
}

.p_business-txt-box2 {
  margin-top: clamp(70px, 5.2380952381vw, 88px);
}
.p_business-txt-box2__ttl {
  font-size: clamp(28px, 2.0238095238vw, 34px);
  font-weight: bold;
  display: block;
}
.p_business-txt-box2__txt {
  margin-top: 1.0119047619vw;
  display: block;
  font-size: clamp(14px, 1.1904761905vw, 16px);
}

.p_business-ico-list {
  padding: 0 40px;
}
.p_business-ico-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_business-ico-list__item:not(:first-child) {
  margin-top: 30px;
}
.p_business-ico-list__ico {
  padding-right: 40px;
}
.p_business-ico-list__txt {
  background-color: #fff;
  color: #707070;
  font-size: 20px;
  padding: 40px;
  position: relative;
  border-radius: 10px;
}
.p_business-ico-list__txt::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  width: 15px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p_business-btn {
  margin-top: 60px;
}
.p_business-btn__wrap .btn {
  background-color: #C01E20;
}

.p_business-project {
  padding-top: 140px;
  padding-bottom: 160px;
}
.p_business-project__ttl {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}
.p_business-project__txt {
  max-width: 770px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 2;
  margin: 0 auto;
  margin-top: 50px;
}
.p_business-project-top__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_business-project-top__ttl.ptn02 {
  margin-top: 10px;
}
.p_business-project-top__ico {
  width: 8.9285714286vw;
  margin-right: 1.6071428571vw;
}
.p_business-project-top__txt-box span {
  display: block;
}
.p_business-project-top__txt-box .small {
  font-size: clamp(15px, 1.1904761905vw, 20px);
  font-weight: bold;
}
.p_business-project-top__txt-box .big {
  font-size: clamp(30px, 2.6785714286vw, 45px);
  font-weight: bold;
}
.p_business-project-top__cap {
  margin-top: 3.9285714286vw;
}
.p_business-project-top__cap .p_project-detail-mv__caption {
  font-size: clamp(30px, 2.6785714286vw, 45px);
}

.p_business-project-point {
  padding: 40px;
  padding-top: 30px;
  background-color: #fff;
  border-radius: 5px;
}
.p_business-project-point__ttl {
  color: #C01E20;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.p_business-project-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 20px;
}
.p_business-project-list__item .ico {
  width: 25px;
  margin-top: 8px;
  margin-right: 2px;
}
.p_business-project-list__item .txt {
  font-size: 20px;
  color: #707070;
}

.p_culture-cont__ttl {
  font-size: 45px;
  font-weight: 900;
}
.p_culture-cont__txt {
  font-size: 20px;
  font-weight: 400;
  margin-top: 36px;
}
.p_culture-cont__red-ttl {
  color: #A40000;
  font-size: 26px;
  font-weight: bold;
}

.p_culture-step {
  margin-top: 200px;
}

.p_culture-step-list {
  margin-top: 100px;
}
.p_culture-step-list__txt .txt {
  font-size: clamp(16px, 1.1904vw, 20px);
  font-weight: 400;
  line-height: 2.2;
  margin-top: 40px;
}
.p_culture-step-list__ttl-wrap {
  margin-top: 0.9523809524vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_culture-step-list__tag {
  color: #fff;
  font-weight: bold;
  background-color: #333333;
  padding: 3px 8px;
}
.p_culture-step-list__ttl1 {
  color: #A40000;
  font-weight: 600;
  font-size: clamp(15px, 0.9523vw, 16px);
}
.p_culture-step-list__ttl2 {
  font-size: clamp(20px, 1.547vw, 26px);
  font-weight: bold;
  margin-right: 14px;
}

.p_culture-system {
  background-color: #F4F4F4;
  padding: 150px 0 180px;
}
.p_culture-system__img {
  margin-top: 30px;
}
.p_culture-system__kome {
  font-weight: 400;
  margin-top: 30px;
}

.p_culture-welfare {
  margin-top: 140px;
  padding-bottom: 140px;
}
.p_culture-welfare__red {
  margin-top: 100px;
}

.p_culture-welfare-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
.p_culture-welfare-list__item {
  background-color: #F4F4F4;
  padding: 30px;
  padding-top: 40px;
  border-top: 3px solid #A40000;
  height: 400px;
}
.p_culture-welfare-list__ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.p_culture-welfare-list__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
.p_culture-welfare-list__txt {
  margin-top: 10px;
  font-weight: 400;
}
.p_culture-welfare-list__box {
  height: 277px;
}

.p_culture-photo {
  margin-top: 140px;
}
.p_culture-photo__list {
  margin-top: 40px;
}

.p_culture-photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p_culture-photo-list__item {
  width: 50%;
}

.p_work-cont__ttl {
  font-size: 45px;
  font-weight: 900;
}
.p_work-cont__txt {
  letter-spacing: -0.01em;
}
.p_work-cont__ttl2 {
  color: #A40000;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.p_work-cont__ttl2::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #F4F6F5;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.p_work-cont__ttl2::after {
  content: "";
  width: 170px;
  height: 3px;
  background-color: #A40000;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.p_work-cont__list.ptn01 {
  margin-top: 60px;
}
.p_work-cont__btn .btn {
  margin: 0 auto;
  margin-top: 80px;
}

.p_work-01 .p_work-cont__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p_work-01 .p_work-cont__txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p_work-01__btn {
  margin-top: 40px;
  margin-left: 120px;
}
.p_work-01__wrap.ptn01 {
  margin-top: 54px;
}
.p_work-01__wrap.ptn02 {
  margin-top: 80px;
}

.p_work-cont-list__item:not(:first-child) {
  margin-top: 40px;
}
.p_work-cont-list__ttl {
  font-size: 22px;
  color: #A40000;
  font-weight: bold;
}
.p_work-cont-list__txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
  margin-top: 20px;
}
.p_work-cont-list__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.p_work-cont-list__img .img {
  width: calc((100% - 20px) / 3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_work-02 {
  margin-top: 260px;
}
.p_work-02__wrap {
  margin-top: 80px;
}

.p_work-03 {
  margin-top: 260px;
  padding-bottom: 220px;
}
.p_work-03 .p_work-cont__img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p_work-03 .p_work-cont__txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p_work-03__wrap {
  margin-top: 80px;
}

.p_date-two-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.p_date-two-list__item {
  background-color: #F4F4F4;
  padding-top: 52px;
  padding-bottom: 30px;
  border-top: 3px solid #A40000;
}
.p_date-two-list__item:nth-child(2) .p_date-two-list__num {
  margin-top: 16px;
}
.p_date-two-list__item:nth-child(3) .p_date-two-list__num {
  margin-top: 18px;
}
.p_date-two-list__ttl {
  text-align: center;
}
.p_date-two-list__ttl .ttl {
  font-size: 44px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.p_date-two-list__ttl .sub {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.p_date-two-list__red {
  text-align: center;
}
.p_date-two-list__red .fz01 {
  font-size: 110px;
  color: #C01E20;
  letter-spacing: -0.05em;
  font-weight: 600;
  line-height: 1;
}
.p_date-two-list__red .fz02 {
  font-size: 68px;
  color: #C01E20;
  letter-spacing: -0.05em;
  font-weight: 600;
  line-height: 1;
}
.p_date-two-list__red .fz03 {
  font-size: 58px;
  font-weight: 900;
  color: #C01E20;
  letter-spacing: -0.05em;
  line-height: 1;
}
.p_date-two-list__red .fz04 {
  font-size: 46px;
  font-weight: 900;
  color: #C01E20;
  letter-spacing: -0.05em;
  line-height: 2;
}
.p_date-two-list__red .fz04.trans {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  display: inline-block;
}
.p_date-two-list__red .fz05 {
  font-size: 89px;
  font-weight: 900;
  color: #C01E20;
  letter-spacing: -0.05em;
  line-height: 1;
}
.p_date-two-list__red .small__num1, .p_date-two-list__red .small__num2 {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.p_date-two-list__red .small__num1::before, .p_date-two-list__red .small__num2::before {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #C01E20;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.p_date-two-list__red .small__num1 {
  margin-right: 20px;
}
.p_date-two-list__red .small__num1::before {
  content: "男性";
}
.p_date-two-list__red .small__num2 {
  margin-left: 20px;
}
.p_date-two-list__red .small__num2::before {
  content: "女性";
}
.p_date-two-list__red2 {
  font-size: 22px;
  font-weight: bold;
  color: #C01E20;
  text-align: center;
}
.p_date-two-list__kome {
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
}
.p_date-two-list__ico {
  text-align: center;
}

.p_date {
  margin-top: 112px;
}

.p_date-three {
  margin-top: 30px;
  padding-bottom: 160px;
}

.p_date-three-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.p_date-three-list__item {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #F4F4F4;
  border-top: 3px solid #A40000;
  min-height: 270px;
}
.p_date-three-list__ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.p_date-three-list__ttl.kome::before {
  position: absolute;
  right: 60px;
  top: -18px;
  content: "※1 ※2 ※3";
  font-weight: 400;
  letter-spacing: -0.01em;
  display: block;
  font-size: 16px;
}
.p_date-three-list__red {
  text-align: center;
  margin-top: 46px;
}
.p_date-three-list__red.mt-small {
  margin-top: 30px;
}
.p_date-three-list__red .fz01 {
  color: #C01E20;
  font-size: 65px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
.p_date-three-list__red .fz02 {
  color: #C01E20;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
.p_date-three-list__red2 {
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  color: #C01E20;
  letter-spacing: -0.05em;
  text-align: center;
}
.p_date-three-list__red2 .num {
  font-size: 40px;
  font-weight: 600;
}
.p_date-three-list__small {
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.p_date-three-kome {
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.p_date-three-kome p {
  padding-left: 1em;
  text-indent: -1em;
}

.p_our-mission {
  position: relative;
}
.p_our-mission__dec {
  position: absolute;
  top: 0;
  right: 0;
}
.p_our-mission__dec02 {
  position: absolute;
  top: 0;
  right: 0;
}
.p_our-mission__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_our-mission__txt {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  text-align: right;
}

.p_our-vision {
  position: relative;
}
.p_our-vision__dec {
  position: absolute;
  top: 0;
  left: 0;
}
.p_our-vision__dec02 {
  position: absolute;
  top: 0;
  left: 0;
}
.p_our-vision__img {
  position: relative;
  z-index: 3;
}
.p_our-vision__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_our-lead__copy {
  text-align: center;
}
.p_our-lead__cap {
  text-align: center;
  font-weight: bold;
  line-height: 2.1;
}

.p_our-cont {
  position: relative;
  overflow: hidden;
}
.p_our-cont__copy {
  position: relative;
  z-index: 5;
}
.p_our-cont__cont {
  position: relative;
}
.p_our-cont__dec01 {
  position: absolute;
}
.p_our-cont__dec02 {
  position: absolute;
}
.p_our-cont__video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1206/679;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_our-cont__txt {
  position: relative;
  z-index: 6;
}
.p_our-list__ttl {
  font-weight: bold;
}

.p_our-bottom {
  background: #E6E6E6;
}
.p_our-bottom .c-link-list__img.is-aspect {
  aspect-ratio: 487/321;
  height: 321px;
}
.p_our-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .inner-block2 {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-header {
    padding-top: 40px;
  }
  .c-header::before {
    opacity: 0;
  }
  .c-header__box {
    z-index: 1001;
    padding-right: clamp(10px, 1vw, 35px);
  }
  .c-header.shadow {
    padding-top: 0;
  }
  .c-header.shadow .shadow-img {
    width: 200px;
  }
  .c-header-sublist {
    opacity: 0;
    visibility: hidden;
  }
  .c-header-sublist__link {
    font-size: clamp(13px, 0.7vw, 16px);
    padding: clamp(7px, 1.2vw, 10px);
  }
  .c-header-entry {
    display: block;
    height: 100%;
  }
  .c-header-entry.open {
    margin-top: 80px;
  }
  .c-header-entry__link {
    display: block;
    width: 100%;
    height: 100%;
  }
  .c-header-entry__txt {
    display: block;
  }
  .c-header-nav {
    padding: 180px 60px 60px;
    width: 550px;
    background-color: #A40000;
  }
  .c-header-nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    text-align: left;
  }
  .c-header-nav-list__head:hover {
    opacity: 0.7;
  }
  .c-header-sub-list__item:hover {
    opacity: 0.7;
  }
  .c-footer-entry {
    padding-bottom: 68px;
  }
  .c-footer-entry__cont {
    margin-top: 10px;
  }
  .c-footer-entry-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 90px;
  }
  .c-footer-entry-list__link {
    min-width: 314px;
    font-size: 28px;
  }
  .c-footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.380952381vw 1.7857142857vw;
  }
  .l-cont {
    padding-bottom: 332px;
  }
  .l-cont__wrap {
    padding-top: 192px;
  }
  .l-cont__ttl {
    top: 42px;
    font-size: clamp(155px, 23vw, 163px) !important;
  }
  .l-cont__txt {
    bottom: clamp(0px, 0.8vw, 92px);
  }
  .mv-03__txt {
    position: absolute;
    right: 0;
    top: 18.6904761905vw;
    right: 5.119047619vw;
  }
  .mv-04 .mv-img {
    position: absolute;
    width: max(70.119047619vw, 1178px);
    height: 879px;
    right: 0;
    top: 0;
  }
  .mv-04__txt {
    padding-top: 150px;
    padding-bottom: 213px;
  }
  .mv-link.ptn02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
  }
  .mv-05__img {
    padding-top: 260px;
    padding-bottom: 213px;
    width: 950px;
  }
  .mv-05__img.ptn02 {
    padding-top: 120px;
  }
  .mv-05__txt {
    padding-top: 150px;
    padding-bottom: 213px;
  }
  .mv-05__txt.ptn02 {
    padding-top: 30px;
  }
  .c-bg-ttl02 {
    font-size: clamp(45px, 8vw, 51px);
    padding: min(1vw, 13px) min(1vw, 18px) min(1vw, 16px) min(30vw, 223px);
  }
  .c-bg-ttl02.fz70 {
    font-size: clamp(52px, 9vw, 71px);
  }
  .c-scroll-wrap {
    position: absolute;
    left: 60px;
    bottom: 0;
  }
  .c-scroll-wrap.ptn01 {
    left: 0px;
    top: 50%;
    bottom: initial;
  }
  .c-section-dec {
    font-size: clamp(230px, 85vw, 266px);
  }
  .c-slider-list {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    width: 1040px;
    margin-left: auto;
  }
  .c-slider-list__item {
    margin-right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-slider-list__item:hover {
    opacity: 0.7;
  }
  .c-slider-arrows.black button + button {
    margin-left: 30px;
  }
  .slide-list__tag {
    min-width: 302px;
    padding: 17px 35px 19px;
    font-size: 28px;
  }
  .c-link-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 131px 66px;
  }
  .c-link-list__li:first-child {
    width: 100%;
    grid-column: 1/3;
  }
  .c-link-list__tag {
    min-width: 365px;
    padding: 18px 42px;
    font-size: 24px;
    margin-left: -20px;
    margin-bottom: -38px;
  }
  .c-link-list__tag::before {
    width: 13px;
    height: 13px;
  }
  .c-link-list__cap {
    margin-top: 64px;
    font-size: 20px;
  }
  .c-btn {
    width: 450px;
  }
  .c-btn:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .c-btn02 {
    padding: 18px 157px 18px 33px;
    font-size: 28px;
  }
  .paging-area > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area > *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  #pagetop a {
    padding: 14.5px 21px;
  }
  #pagetop:hover a {
    background-color: #e1647b;
  }
  .svg-view:hover rect {
    -webkit-animation: fill 1.5s forwards;
    animation: fill 1.5s forwards;
  }
  .svg-view-white:hover rect {
    -webkit-animation: fill 1.5s forwards;
    animation: fill 1.5s forwards;
  }
  .c-form-table tr:nth-child(1) > th, .c-form-table-small tr:nth-child(1) > th {
    vertical-align: top;
  }
  .c-form-table tr:last-child > th, .c-form-table-small tr:last-child > th {
    vertical-align: top;
  }
  .c-form-table th, .c-form-table-small th {
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.03em;
  }
  .c-form-table td, .c-form-table-small td {
    display: block;
    min-height: 131px;
  }
  .c-form-table .inner span.coment, .c-form-table-small .inner span.coment {
    padding-left: 20px;
  }
  .c-form-table .select-wrap .form-txt, .c-form-table-small .select-wrap .form-txt {
    margin-right: 15px;
  }
  .c-form-table .career-wrap:nth-child(1) input, .c-form-table-small .career-wrap:nth-child(1) input {
    width: 500px;
  }
  .c-form-table .mwform-checkbox-field, .c-form-table-small .mwform-checkbox-field {
    margin-bottom: 20px;
    display: block;
  }
  .label-file-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .label-radio {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  .c-form-table-small th {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0;
    font-size: 16px;
    width: 290px;
  }
  .c-form-table-small td {
    padding: 10px 0;
    padding-left: 20px;
  }
  .p_home-swiper-mv {
    margin-top: 95px;
    padding-left: 40px;
  }
  .p_home-mv-list img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p_home-message__view:hover .arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .p_home-message-cont01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-message-cont01__img {
    width: max(46.5476190476vw, 680px);
    margin-right: 6.7261904762vw;
  }
  .p_home-message-cont02__link:hover .arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .p_home-message-cont02__link:hover .p_home-message-cont02__img {
    opacity: 0.7;
  }
  .p_home-project__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .p_home-project-work__link:hover .arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .p_home-project-work__link:hover .p_home-project-work__img {
    opacity: 0.7;
  }
  .p_home-slider__wrap {
    position: absolute;
    top: 0;
    left: 22px;
  }
  .p_home-slider__btn {
    margin-top: 46px;
  }
  .p_home-bottom__link:hover .arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .p_home-bottom__link:hover .p_home-bottom-cont02__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p_home-bottom__link:hover .p_home-bottom-cont01__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p_home-bottom-cont01__img {
    width: 1200px;
    height: 327px;
    overflow: hidden;
  }
  .p_home-bottom-cont02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    gap: 30px;
  }
  .p_home-bottom-cont02__img {
    width: 585px;
    height: 327px;
    overflow: hidden;
  }
  .p_home-lead {
    margin-top: 80px;
  }
  .p_home-lead__ttl {
    font-size: clamp(200px, 20vw, 2px);
  }
  .p_home-lead__box {
    margin-top: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_home-lead__cap {
    font-size: 26px;
  }
  .p_home-business {
    margin-top: 120px;
    padding-top: 322px;
    padding-bottom: 179px;
  }
  .p_home-business__dec {
    margin-top: -117px;
  }
  .p_home-business__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
  .p_home-business__img {
    margin-left: -83px;
    width: calc(100% - 300px);
  }
  .p_home-business__box02 {
    padding-top: 580px;
    width: 380px;
  }
  .p_home-business__cap {
    font-size: 20px;
  }
  .p_home-business__img02 {
    position: absolute;
    top: 0;
    right: min(-3.5vw, -80px);
    width: 601px;
    height: 526px;
  }
  .p_home-business__btn {
    margin-top: 60px;
  }
  .p_home-work {
    padding-top: 144px;
    padding-bottom: 106px;
  }
  .p_home-work__dec {
    margin-top: -9px;
    left: -120px;
  }
  .p_home-work__ttl {
    margin-top: -59px;
  }
  .p_home-work__txt {
    margin-top: 64px;
    padding-left: 60px;
  }
  .p_home-work__cap {
    font-size: 20px;
  }
  .p_home-work__btn {
    margin-top: 65px;
  }
  .p_home-people {
    padding-top: 188px;
  }
  .p_home-people__dec01 {
    width: 343px;
    height: 942px;
  }
  .p_home-people__dec {
    margin-left: -20px;
    margin-top: -200px;
  }
  .p_home-people__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 125px;
    padding-left: 335px;
    padding-right: 245px;
  }
  .p_home-people__cap {
    text-align: right;
    font-weight: 500;
    font-size: 20px;
  }
  .p_home-env {
    margin-top: -1px;
    padding-top: 295px;
    padding-bottom: 388px;
  }
  .p_home-env__dec {
    font-size: 210px;
    position: absolute;
    top: 0;
    right: -88px;
  }
  .p_home-env__link {
    margin-left: -83px;
    max-width: 1086px;
  }
  .p_home-env__dec01 {
    position: absolute;
    top: 201px;
    left: 0;
    width: 683px;
    height: 762px;
  }
  .p_home-env__btn {
    margin-top: -30px;
    margin-right: -20px;
  }
  .p_home-env__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 25px;
    padding-right: 160px;
  }
  .p_home-env__cap {
    font-size: 20px;
  }
  .p_home-about {
    margin-top: -1px;
    padding-bottom: 175px;
  }
  .p_home-about__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .p_home-about__dec {
    font-size: 210px;
  }
  .p_home-about__slide {
    margin-top: -147px;
    margin-left: -120px;
  }
  .p_home-fixed {
    top: -685px;
    left: -228px;
  }
  .p_home-fixed__img {
    width: 738px;
    height: 1876px;
  }
  .p_int-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.7619047619vw 3.5714285714vw;
  }
  .p_int-list__item:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p_int-d-cont__img {
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
  .p_int-other-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  .p_int-other-list__item {
    width: calc((100% - 60px) / 3);
  }
  .p_project-cont__link:hover .arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .p_project-cont__link:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p_project-cont__img {
    max-width: 950px;
  }
  .p_project-cont__img .img-wrap {
    max-width: 950px;
    max-height: 450px;
  }
  .p_project-cont__txt {
    position: absolute;
    top: 280px;
  }
  .p_project-cont:nth-child(even) .p_project-cont__img {
    margin-left: auto;
  }
  .p_project-cont:nth-child(even) .p_project-cont__txt {
    left: 0;
  }
  .p_project-cont:nth-child(odd) .p_project-cont__txt {
    right: 0;
  }
  .p_project-detail-mv__ttl-main {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
  }
  .p_project-detail-about__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_project-detail-about__img {
    width: 400px;
  }
  .p_project-detail-about__cont {
    width: calc(100% - 400px);
    padding-left: 60px;
  }
  .p_project-detail-members__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_project-detail-members__list {
    width: 830px;
  }
  .p_project-detail-members__anchor {
    width: calc(100% - 710px);
    padding-left: 118px;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    padding-top: 60px;
  }
  .p_project-detail-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 120px;
  }
  .p_project-detail-anchor-list {
    border-left: solid 1px #707070;
    padding-left: 53px;
  }
  .p_project-detail-anchor-list__item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p_project-detail-anchor-list__item:hover {
    opacity: 0.7;
  }
  .p_project-detail-main__box {
    max-width: 900px;
  }
  .p_project-detail-main__quote {
    margin-left: auto;
    max-width: 800px;
  }
  .p_project-detail-reco-list__item:hover .p_project-detail-reco-list__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p_project-detail-reco-list__img img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p_entry-btn-area .cta-btn.done {
    width: 450px;
  }
  .p-recruit-for-entry__link:hover {
    opacity: 0.8;
  }
  .p_message-cont__txt {
    position: absolute;
    font-size: clamp(16px, 1.1904761905vw, 20px);
  }
  .p_message-cont__txt.ptn01 {
    top: clamp(518px, 30.8333333333vw, 600px);
    top: 30vw;
    left: 14.2857142857vw;
  }
  .p_message-cont__txt.ptn02 {
    top: clamp(276px, 16.4285714286vw, 320px);
    top: 16.428vw;
    left: 14.2857142857vw;
  }
  .p_message-cont__txt.ptn03 {
    top: clamp(500px, 40.0595238095vw, 700px);
    top: 40vw;
    right: 14.2857142857vw;
  }
  .p_message-cont__txt.ptn04 {
    top: clamp(428px, 25.4761904762vw, 500px);
    top: 25.47vw;
    left: 14.2857142857vw;
  }
  .p_message-cont__txt .big {
    font-size: clamp(20px, 2.2vw, 28px);
  }
  .p_message-cont__img {
    width: 100%;
    position: relative;
  }
  .p_business-cont02__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_business-cont02-list {
    margin-right: 20px;
    width: 1100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 47px;
  }
  .p_business-cont02-list__txt-red {
    position: relative;
  }
  .p_business-cont02-list__txt-red::after {
    content: "";
    background-image: url(../img/business/b_arrow.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 22px;
    position: absolute;
    right: -36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_business-cont02-list__txt-red.none::after {
    content: none;
  }
  .p_business-ico-list__txt {
    width: 990px;
  }
  .p_business-btn__wrap {
    padding-right: 40px;
  }
  .p_business-btn__wrap .btn.center {
    margin: 0 auto;
  }
  .p_business-project-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1.1904761905vw;
  }
  .p_business-project-top__img {
    width: 43.0357142857vw;
    width: max(43.0357142857vw, 640px);
    margin-right: 2.7976190476vw;
  }
  .p_business-project-top__txt {
    width: max(40.4761904762vw, 500px);
  }
  .p_business-project-top__cap {
    white-space: nowrap;
  }
  .p_culture-step-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_culture-step-list__item:nth-child(odd) .p_culture-step-list__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_culture-step-list__item:nth-child(odd) .p_culture-step-list__txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_culture-step-list__item:nth-child(even) .p_culture-step-list__txt {
    padding-right: 14.2857142857vw;
    padding-left: 3.5714285714vw;
  }
  .p_culture-step-list__img {
    width: 50%;
  }
  .p_culture-step-list__txt {
    width: 50%;
    padding-right: 3.5714285714vw;
    padding-left: 14.2857142857vw;
  }
  .p_work-cont__txt {
    margin-left: 60px;
    margin-right: 0;
    width: 750px;
  }
  .p_work-cont__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_work-cont__img {
    width: 640px;
  }
  .p_work-01 .p_work-cont__txt {
    margin-right: 60px;
    margin-left: 0;
  }
  .p_work-cont-list__img .img:hover {
    opacity: 0.7;
  }
  .p_work-cont-list__img .next:hover {
    opacity: 1;
  }
  .p_work-03 .p_work-cont__txt {
    margin-right: 60px;
    margin-left: 0;
  }
  .p_date-two-list__item {
    min-height: 560px;
  }
  .p_our-mission__dec02 {
    top: 421px;
    margin-right: -120px;
    width: 560px;
    height: 986px;
  }
  .p_our-mission__img-wrap {
    margin-left: -180px;
  }
  .p_our-mission__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 3;
  }
  .p_our-mission__txt {
    bottom: clamp(0px, 0.8vw, 92px);
  }
  .p_our-vision__dec02 {
    top: 663px;
    margin-left: -162px;
    width: 424px;
    height: 495px;
  }
  .p_our-vision__img {
    width: 100vw;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
  .p_our-lead__cap {
    margin-top: 108px;
    font-size: 22px;
  }
  .p_our-cont {
    padding-bottom: 302px;
  }
  .p_our-cont__dec01 {
    width: 450px;
    height: 882px;
    top: -397px;
    margin-left: -317px;
  }
  .p_our-cont__dec02 {
    bottom: -257px;
    right: -269px;
    width: 423px;
    height: 795px;
  }
  .p_our-cont__video {
    margin-top: 50px;
  }
  .p_our-cont__txt {
    margin-top: 100px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .p_our-list__li + .p_our-list__li {
    margin-top: 70px;
  }
  .p_our-list__ttl {
    font-size: 20px;
  }
  .p_our-list__cap {
    margin-top: 30px;
    font-size: 16px;
  }
  .p_our-bottom {
    padding: 180px 0;
  }
  .p_our-bottom__list {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 18px;
    width: auto;
  }
  .inner-block2 {
    padding: 0 18px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-header::before {
    height: 100%;
  }
  .c-header {
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }
  .c-header__logo {
    width: 120px;
  }
  .c-header.active {
    background-color: #fff;
  }
  .c-header-sublist {
    display: none;
  }
  .c-header-sublist__link {
    padding: clamp(10px, 0.8928571429vw, 15px) clamp(32px, 2.8vw, 54px);
  }
  .c-header-entry {
    margin-top: 40px;
  }
  .c-header-btn {
    width: 60px;
    height: 60px;
    background-color: #333333;
  }
  .c-header-btn__wrap span {
    background-color: #fff;
  }
  .c-header-nav {
    padding: 40px 30px;
    top: 60px;
  }
  .c-header-nav-list__head {
    min-width: 265px;
  }
  .c-header-nav-list > li:not(:first-child) {
    margin-top: 30px;
  }
  .c-header-sub-list__item {
    min-width: 300px;
  }
  .c-footer-entry {
    padding-bottom: 53px;
  }
  .c-footer-entry__link .txt {
    font-size: 35px;
  }
  .c-footer-entry__cont {
    margin-top: 13px;
    padding: 0 20px;
  }
  .c-footer-entry-list__li + .c-footer-entry-list__li {
    margin-top: 30px;
  }
  .c-footer-entry-list__link {
    font-size: 18px;
  }
  .c-footer-left {
    margin: 0 auto;
    padding: 80px 0;
  }
  .c-footer-left-list__item:nth-child(2) {
    margin-top: 50px;
  }
  .c-footer-left-list__item:nth-child(3) {
    margin-top: 25px;
  }
  .c-footer-left-list__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-footer-left-list__link.img {
    width: 147px;
    margin: 0 auto;
  }
  .c-footer-sub-list {
    margin-top: 16px;
  }
  .page-top {
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 65px;
  }
  .page-top img {
    width: 20px;
    height: 20px;
  }
  .l-cont {
    padding-bottom: 120px;
  }
  .l-cont__wrap {
    padding-top: 100px;
  }
  .l-cont__ttl {
    top: 28px;
  }
  .mv-01__txt {
    top: 16vw;
    left: 5.3333333333vw;
  }
  .mv-01__txt .en {
    font-size: 4.8vw;
  }
  .mv-01__txt .en .small {
    font-size: 3.7333333333vw;
  }
  .mv-01__txt .ja {
    font-size: 4.8vw;
    padding-left: 4vw;
  }
  .mv-02 {
    margin-top: min(-5.2380952381vw, -58px);
    margin-top: max(-11.7333333333vw, -50px);
  }
  .mv-03 {
    margin-top: -40px;
    width: 93.0666666667vw;
  }
  .mv-03__txt {
    margin-top: 22px;
  }
  .mv-link {
    margin-top: 20px;
    padding: 0 20px;
  }
  .mv-link__item:not(:first-child) {
    margin-top: 20px;
  }
  .mv-link__item a .txt {
    font-size: 16px;
  }
  .mv-link__item.ptn02:not(:first-child) {
    margin-top: 10px;
  }
  .mv-05__txt {
    padding: 0 20px;
  }
  .c-top-ttl-wrap {
    padding-top: 65px;
  }
  .c-top-ttl .en {
    font-size: min(14.4vw, 44px);
  }
  .c-top-ttl .ja {
    font-size: 5.8666666667vw;
  }
  .c-top-ttl.ptn02 {
    padding-top: 40px;
  }
  .c-bg-ttl {
    font-size: 20px;
  }
  .c-bg-ttl.ptn02 {
    font-size: 26px;
  }
  .c-ttl01 {
    font-size: 60px;
    line-height: 1.2;
  }
  .c-ttl02 {
    font-size: 35px;
  }
  .c-bg-ttl02 {
    font-size: 27px;
    padding: 7px 5px 2px 20px;
    line-height: 1.9;
  }
  .c-bg-ttl02.fz70 {
    font-size: 23px;
  }
  .c-view-more__txt {
    font-size: 16px;
  }
  .c-scroll-wrap {
    width: 30px;
    margin-left: auto;
    margin-right: 20px;
  }
  .c-section-dec {
    font-size: 79px;
  }
  .cut-img.left::after {
    top: 12px;
    left: 12px;
  }
  .cut-img.right::after {
    top: 12px;
    left: -12px;
  }
  .c-slider-list__item {
    margin: 0 15px;
  }
  .c-slider-list .slide-line {
    padding: 0 20px;
  }
  .slide-list__img {
    height: 254px;
  }
  .slide-list__tag {
    min-width: 268px;
    padding: 18px 30px 19px;
  }
  .c-link-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .c-link-list__tag {
    min-width: 200px;
    padding: 15px;
    margin-left: -10px;
    margin-bottom: -15px;
  }
  .c-link-list__cap {
    margin-top: 32px;
  }
  .c-table th {
    display: block;
    width: 100%;
    border-right: none;
    padding: 10px 15px;
    font-size: 18px;
  }
  .c-table td {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
  }
  .c-btn02 {
    min-width: 268px;
    padding: 17px 33px 19px;
  }
  #pagetop a {
    padding: 16px 21px;
  }
  #pagetop img {
    margin-top: 1px;
  }
  .tag {
    position: relative;
    margin-left: 14px;
  }
  .c-form-table, .c-form-table-small {
    display: block;
  }
  .c-form-table tbody, .c-form-table-small tbody {
    display: block;
  }
  .c-form-table .open-area, .c-form-table-small .open-area {
    display: block;
  }
  .c-form-table tr, .c-form-table-small tr {
    display: block;
  }
  .c-form-table th, .c-form-table-small th {
    display: block;
    width: auto;
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .c-form-table td, .c-form-table-small td {
    display: block;
    padding: 20px 0;
  }
  .c-form-table td.colum, .c-form-table-small td.colum {
    gap: 10px;
  }
  .c-form-table td.select::after, .c-form-table-small td.select::after {
    width: 10px;
    height: 10px;
    top: 43%;
  }
  .c-form-table .inner span.val, .c-form-table-small .inner span.val {
    position: relative;
    width: 30px;
    font-size: 12px;
  }
  .c-form-table .inner span.coment, .c-form-table-small .inner span.coment {
    padding-top: 5px;
    display: block;
  }
  .c-form-table .address-wrap:nth-child(1) input, .c-form-table-small .address-wrap:nth-child(1) input {
    width: 140px;
    margin-right: 10px;
  }
  .c-form-table .address-wrap:nth-child(2), .c-form-table-small .address-wrap:nth-child(2) {
    margin-top: 10px;
  }
  .c-form-table .select-wrap .year, .c-form-table-small .select-wrap .year {
    width: 80px;
  }
  .c-form-table .select-wrap .month, .c-form-table-small .select-wrap .month {
    width: 40px;
  }
  .c-form-table .career-wrap.select, .c-form-table-small .career-wrap.select {
    gap: 10px;
  }
  .c-form-table .career-wrap.select input, .c-form-table-small .career-wrap.select input {
    margin-right: 10px;
  }
  .c-form-table .gray-button, .c-form-table-small .gray-button {
    width: 140px;
    font-size: 12px;
  }
  .c-form-table .mwform-checkbox-field-text, .c-form-table-small .mwform-checkbox-field-text {
    font-size: 12px;
  }
  .c-form-table .mwform-radio-field-text, .c-form-table-small .mwform-radio-field-text {
    font-size: 12px;
  }
  .mwform-checkbox-field-text {
    font-size: 15px;
  }
  .p_contact-table .c-form-table .mwform-radio-field-text, .p_contact-table .c-form-table-small .mwform-radio-field-text {
    font-size: 12px;
  }
  .label-radio {
    margin-right: 10px;
  }
  .c-form-box01__ttl {
    font-size: 20px;
  }
  .c-time-input__year-input {
    width: 90px;
  }
  .c-time-input__month-input {
    width: 60px;
  }
  .c-time-input__date-input {
    width: 60px;
  }
  .c-address-input__postcode-input {
    width: 132px;
  }
  .c-between-input {
    display: block;
  }
  .c-between-input__while {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .c-input-box01 {
    width: 100%;
  }
  .c-form-salary__select {
    width: 100%;
  }
  .error-false .error {
    bottom: -18px;
  }
  .p_home-swiper-mv {
    padding-top: 80px;
  }
  .p_home-mv-list__txt {
    right: 24px !important;
    bottom: 20px !important;
    left: auto !important;
  }
  .p_home-mv-list__txt .txt {
    text-align: right;
    padding-left: 113px;
  }
  .p_home-mv-list__txt .txt::before {
    top: 14px;
    left: 88px;
  }
  .p_home-message {
    margin-top: 60px;
  }
  .p_home-message__wrap {
    margin-top: 40px;
  }
  .p_home-message__view {
    margin-top: 20px;
  }
  .p_home-message__view.ptn02 {
    margin-top: 30px;
  }
  .p_home-message-cont01__txt {
    margin-top: 50px;
    padding: 0 10px;
    padding-top: 0;
  }
  .p_home-message-cont01__txt .txt {
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.6;
  }
  .p_home-message-cont01__txt .txt:not(:first-child) {
    margin-top: 20px;
  }
  .p_home-message-cont01__catch {
    width: 247px;
  }
  .p_home-message-cont01__img {
    width: calc(100% - 20px);
  }
  .p_home-message-cont02 {
    margin-top: 90px;
  }
  .p_home-message-cont02__txt {
    margin-top: 20px;
  }
  .p_home-project {
    margin-top: 80px;
  }
  .p_home-project__red {
    padding-top: 60px;
    padding-bottom: 220px;
  }
  .p_home-project__txt {
    letter-spacing: -0.02em;
    margin-top: 20px;
  }
  .p_home-project__view {
    margin-top: 40px;
  }
  .p_home-project__cont {
    margin-top: -150px;
  }
  .p_home-project__work {
    margin-top: 80px;
  }
  .p_home-project-work__view {
    margin-top: 15px;
  }
  .p_home-interview {
    margin-top: 100px;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .p_home-slider {
    margin-top: 20px;
  }
  .p_home-slider__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-slider__btn {
    margin-left: auto;
  }
  .p_home-slider .home-slider {
    margin-top: 20px;
  }
  .p_home-bottom {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .p_home-bottom__txt {
    margin-top: -25px;
    margin-left: 10px;
  }
  .p_home-bottom-cont01__img {
    height: 61.3333333333vw;
    width: 100%;
    overflow: hidden;
  }
  .p_home-bottom-cont02__item {
    margin-top: 80px;
  }
  .p_home-bottom-cont02__img {
    height: 61.3333333333vw;
    width: 100%;
    overflow: hidden;
  }
  .p_home-lead {
    margin-top: 67px;
  }
  .p_home-lead__ttl {
    font-size: 85px;
    line-height: 0.8;
  }
  .p_home-lead__subttl {
    margin-top: 54px;
  }
  .p_home-lead__box {
    margin-top: 53px;
  }
  .p_home-lead__cap {
    font-size: 17px;
  }
  .p_home-lead__btn {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_home-business {
    margin-top: 60px;
    padding-top: 113px;
    padding-bottom: 65px;
  }
  .p_home-business__dec {
    margin-top: -34px;
  }
  .p_home-business__img {
    margin-left: -20px;
  }
  .p_home-business__box02 {
    margin-top: 20px;
  }
  .p_home-business__cap {
    font-size: 16px;
  }
  .p_home-business__img02 {
    margin-top: -15px;
  }
  .p_home-business__btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_home-work {
    padding-top: 34px;
    padding-bottom: 70px;
  }
  .p_home-work__dec {
    margin-left: -36px;
  }
  .p_home-work__ttl {
    margin-top: -54px;
    margin-right: 30px;
  }
  .p_home-work__cap {
    margin-top: 45px;
    font-size: 16px;
  }
  .p_home-work__btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_home-people {
    padding-top: 71px;
  }
  .p_home-people__dec01 {
    width: 90px;
    height: 505px;
  }
  .p_home-people__dec {
    margin-top: -67px;
    margin-left: -10px;
  }
  .p_home-people__txt {
    margin-top: 23px;
  }
  .p_home-people__cap {
    font-size: 16px;
  }
  .p_home-people__btn {
    margin-top: 37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_home-env {
    padding-top: 86px;
    padding-bottom: 162px;
  }
  .p_home-env__dec {
    position: absolute;
    top: 78px;
    right: -30px;
  }
  .p_home-env__link {
    margin-left: -20px;
    padding-right: 50px;
  }
  .p_home-env__dec01 {
    position: absolute;
    width: 338px;
    height: 460px;
    top: 126px;
    left: -140px;
  }
  .p_home-env__img img {
    aspect-ratio: 288/313;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p_home-env__btn {
    margin-top: -30px;
    margin-right: -18px;
  }
  .p_home-env__txt {
    margin-top: 28px;
    font-size: 16px;
    position: relative;
    z-index: 5;
    padding-left: 20px;
  }
  .p_home-env__cap {
    display: inline-block;
    text-align: left;
  }
  .p_home-about {
    padding-top: 97px;
    padding-bottom: 125px;
  }
  .p_home-about__dec {
    font-size: 73px;
  }
  .p_home-about__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 25px;
  }
  .p_home-about__slide {
    margin-left: -32px;
    margin-top: 28px;
  }
  .p_home-fixed {
    top: -621px;
    left: -200px;
  }
  .p_home-fixed__img {
    width: 663px;
    height: 1754px;
  }
  .p_int-cont {
    padding: 80px 0;
  }
  .p_int-list__item:not(:first-child) {
    margin-top: 40px;
  }
  .p_int-list__txt {
    margin-top: -50px;
    margin-left: 10px;
  }
  .p_int-list__job {
    margin-top: 10px;
  }
  .p_int-list__job .job {
    font-size: 15px;
  }
  .p_int-d-mt {
    margin-top: 60px;
  }
  .p_int-d-ttl {
    margin-top: 25px;
  }
  .p_int-d-ttl__ttl {
    font-size: 28px;
  }
  .p_int-d-ttl__txt {
    margin-top: 6px;
  }
  .p_int-d-cont {
    margin-top: 110px;
  }
  .p_int-d-cont:not(:first-child) {
    margin-top: 80px;
    padding-bottom: 0;
  }
  .p_int-d-cont__ttl {
    font-size: 18px;
  }
  .p_int-d-cont__txt {
    margin-top: 20px;
  }
  .p_int-d-cont__txt {
    font-size: 15px;
  }
  .p_int-d-cont__img {
    margin-top: 40px;
  }
  .p_int-other {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-top: 80px;
  }
  .p_int-other-list {
    margin-top: 30px;
  }
  .p_int-other-list__item:not(:first-child) {
    margin-top: 40px;
  }
  .p_project-wrap {
    margin-top: 60px;
    padding-bottom: 120px;
  }
  .p_project-cont__ttl .num {
    margin-right: 10px;
  }
  .p_project-cont:not(:first-child) {
    margin-top: 80px;
  }
  .p_project-cont__img .img-wrap {
    height: 71.2vw;
  }
  .p_project-cont__img img {
    margin-top: 10px;
  }
  .p_project-cont__txt {
    margin-top: -22px;
    margin-left: 10px;
    width: 100%;
  }
  .p_project-detail-mv__img {
    width: 100%;
    position: relative;
    height: auto;
  }
  .p_project-detail-mv__ttl-box {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .p_project-detail-mv__ttl-sub {
    font-size: 20px;
  }
  .p_project-detail-mv__ttl-sub .small {
    font-size: 14px;
  }
  .p_project-detail-mv__ttl-main {
    font-size: 30px;
  }
  .p_project-detail-mv__caption {
    font-size: 22px;
  }
  .p_project-detail-mv {
    margin-top: 60px;
  }
  .p_project-detail-about {
    margin-top: 60px;
  }
  .p_project-detail-about__box {
    padding: 20px;
  }
  .p_project-detail-about__cont {
    margin-top: 18px;
  }
  .p_project-detail-members {
    margin-top: 90px;
  }
  .p_project-detail-members__cont {
    margin-top: 20px;
  }
  .p_project-detail-members__anchor {
    margin-top: 30px;
  }
  .p_project-detail-members-list {
    gap: 14px;
  }
  .p_project-detail-members-list__name {
    font-size: 16px;
    margin-top: 12px;
  }
  .p_project-detail-members-list__caption {
    font-size: 11px;
  }
  .p_project-detail-anchor-list > li + li {
    margin-top: 20px;
  }
  .p_project-detail-anchor-list__num {
    font-size: 20px;
  }
  .p_project-detail-anchor-list__ttl {
    font-size: 15px;
  }
  .p_project-detail-main {
    margin-top: 100px;
  }
  .p_project-detail-main__box.last {
    padding-bottom: 130px;
  }
  .p_project-detail-main__box + .p_project-detail-main__box {
    margin-top: 100px;
  }
  .p_project-detail-main__ttl {
    margin-bottom: 30px;
  }
  .p_project-detail-main__ttl-main {
    font-size: 24px;
  }
  .p_project-detail-main__item {
    margin-top: 20px;
  }
  .p_project-detail-main__item-cont {
    padding-left: 16px;
    font-size: 15px;
  }
  .p_project-detail-main__img + .p_project-detail-main__item {
    margin-top: 30px;
  }
  .p_project-detail-main__img {
    margin-top: 20px;
  }
  .p_project-detail-main__quote {
    margin-top: 20px;
  }
  .p_project-detail-main__quote-main {
    margin-top: 10px;
    font-size: 20px;
  }
  .p_project-detail-main__quote-before {
    font-size: 40px;
    margin-right: 10px;
  }
  .p_project-detail-main__quote-after {
    font-size: 40px;
    margin-left: 10px;
  }
  .p_project-detail-reco {
    padding: 60px 0;
  }
  .p_project-detail-reco__list {
    margin-top: 30px;
  }
  .p_project-detail-reco-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .p_project-detail-reco-list__inner {
    padding: 0 10px;
  }
  .p_project-detail-reco-list__ttl {
    margin-top: -26vw;
  }
  .p_project-detail-reco-list__ttl-box {
    padding: 0 8px;
  }
  .p_project-detail-reco-list__ttl-vol {
    font-size: 12px;
  }
  .p_project-detail-reco-list__ttl-num {
    font-size: 18px;
  }
  .p_project-detail-reco-list__ttl-main {
    font-size: 20px;
    margin-left: 10px;
  }
  .p_project-detail-reco-list__view {
    margin-top: 8px;
  }
  .p_company-cont {
    margin-top: 50px;
    padding-bottom: 65px;
  }
  .p_company-map {
    padding-bottom: 80%;
  }
  .p_recruit-cont {
    margin-top: 50px;
    padding-bottom: 65px;
  }
  .p_entry-top {
    padding-bottom: 100px;
  }
  .p_entry__wrap {
    margin-top: -60px;
    padding-bottom: 80px;
  }
  .p_entry__table {
    padding: 20px;
  }
  .p_entry-privacy__txt {
    font-size: 15px;
  }
  .p_entry-privacy-check {
    margin-top: 30px;
  }
  .p_entry-btn-area .cta-btn:nth-child(2) {
    margin-top: 10px;
  }
  .p-recruit-for-entry__link {
    font-size: 26px;
  }
  .p_404__txt {
    font-size: 18px;
  }
  .p_message-cont {
    background-color: #000;
    padding: 0 10px;
    padding-top: 56px;
    padding-bottom: 10px;
  }
  .p_message-cont:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .p_message-cont.ptn01 {
    padding-top: 10px;
  }
  .p_message-cont.ptn01 .p_message-cont__img {
    margin-top: 0;
  }
  .p_message-cont#box05 {
    background-color: transparent;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .p_message-cont#box05 .p_message-cont__img {
    margin-top: 0;
  }
  .p_message-cont__txt {
    font-size: 15px;
    padding-left: 37px;
  }
  .p_message-cont__img {
    margin-top: 50px;
  }
  .p_business-cont01 {
    margin-top: 100px;
  }
  .p_business-cont01__wrap:not(:first-child) {
    margin-top: 70px;
  }
  .p_business-cont01__ttl {
    font-size: 36px;
  }
  .p_business-cont01__catch {
    font-size: 32px;
    margin-top: 30px;
  }
  .p_business-cont01__txt {
    font-size: 18px;
  }
  .p_business-cont02 {
    padding-bottom: 60px;
  }
  .p_business-cont02__ttl {
    font-size: 36px;
  }
  .p_business-cont02__ttl2 {
    font-size: 26px;
    margin-top: 40px;
  }
  .p_business-cont02__txt {
    font-size: 18px;
  }
  .p_business-cont02__list {
    margin-top: 50px;
  }
  .p_business-cont02__dot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .p_business-cont02__dot span {
    margin-right: 0;
  }
  .p_business-cont02__dot span:not(:first-child) {
    margin-top: 10px;
  }
  .p_business-cont02-list__item {
    width: 100%;
    position: relative;
  }
  .p_business-cont02-list__item:not(:first-child) {
    margin-top: 80px;
  }
  .p_business-cont02-list__item::after {
    content: "";
    background-image: url(../img/business/b_arrow.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .p_business-cont02-list__item.none::after {
    content: none;
  }
  .p_business-build__ico {
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_business-build__ico .ico-wrap:nth-child(2) {
    margin-left: -5.3333333333vw;
    margin-top: -8vw;
  }
  .p_business-build__ico .ico-wrap:nth-child(3) {
    margin-left: -5.3333333333vw;
  }
  .p_business-build__ico .ico-wrap:nth-child(4) {
    margin-left: -5.3333333333vw;
    margin-top: -8vw;
  }
  .p_business-build__ico .ico-wrap:nth-child(5) {
    margin-left: -5.3333333333vw;
  }
  .p_business-gray-cont {
    margin-top: 70px;
  }
  .p_business-gray-cont__point {
    margin-top: 30px;
  }
  .p_business-box__ico {
    width: 80px;
    margin-right: 16px;
  }
  .p_business-box__red {
    font-size: 13px;
    padding: 4px 8px;
  }
  .p_business-box__txt01 {
    font-size: 16px;
    margin-top: 10px;
  }
  .p_business-box__txt02 {
    font-size: 28px;
    margin-top: 10px;
  }
  .p_business-txt-box2 {
    margin-top: 40px;
    padding: 0 10px;
  }
  .p_business-txt-box2__ttl {
    font-size: 22px;
  }
  .p_business-txt-box2__txt {
    font-size: 16px;
    margin-top: 10px;
  }
  .p_business-ico-list {
    padding: 0;
  }
  .p_business-ico-list__ico {
    padding-right: 0;
    width: 46px;
    margin-right: 30px;
  }
  .p_business-ico-list__txt {
    font-size: 18px;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .p_business-ico-list__txt::before {
    width: 10px;
    height: 12px;
  }
  .p_business-btn {
    margin-top: 30px;
  }
  .p_business-project {
    padding-bottom: 80px;
    padding-top: 70px;
  }
  .p_business-project__ttl {
    font-size: 34px;
  }
  .p_business-project__txt {
    font-size: 18px;
    margin-top: 25px;
  }
  .p_business-project-top__txt {
    padding-left: 20px;
    margin-top: 20px;
  }
  .p_business-project-top__ico {
    width: 70px;
  }
  .p_business-project-point {
    padding: 20px;
  }
  .p_business-project-list__item .txt {
    width: calc(100% - 25px);
    font-size: 18px;
  }
  .p_culture-cont__ttl {
    font-size: 32px;
  }
  .p_culture-cont__txt {
    font-size: 18px;
    margin-top: 18px;
  }
  .p_culture-cont__red-ttl {
    font-size: 20px;
  }
  .p_culture-step {
    margin-top: 100px;
  }
  .p_culture-step-list {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .p_culture-step-list__item:not(:first-child) {
    margin-top: 40px;
  }
  .p_culture-step-list__txt {
    padding: 0 20px;
    margin-top: 20px;
  }
  .p_culture-step-list__txt .txt {
    font-size: 16px;
    margin-top: 20px;
  }
  .p_culture-step-list__ttl-wrap {
    margin-top: 8px;
  }
  .p_culture-step-list__tag {
    font-size: 12px;
  }
  .p_culture-step-list__ttl1 {
    font-size: 14px;
  }
  .p_culture-step-list__ttl2 {
    font-size: 18px;
    margin-right: 8px;
  }
  .p_culture-system {
    padding: 70px 0 90px;
  }
  .p_culture-system__img {
    margin-top: 15px;
  }
  .p_culture-system__kome {
    margin-top: 15px;
  }
  .p_culture-welfare {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .p_culture-welfare__red {
    margin-top: 50px;
  }
  .p_culture-welfare-list {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p_culture-photo {
    margin-top: 70px;
  }
  .p_culture-photo__list {
    margin-top: 20px;
  }
  .p_work-cont__ttl {
    font-size: 32px;
  }
  .p_work-cont__txt {
    margin-top: 30px;
  }
  .p_work-cont__ttl2::before {
    bottom: -10px;
  }
  .p_work-cont__ttl2::after {
    bottom: -10px;
  }
  .p_work-cont__ttl2 {
    font-size: 24px;
  }
  .p_work-cont__box {
    margin-top: 24px;
  }
  .p_work-cont__list.ptn01 {
    margin-top: 30px;
  }
  .p_work-cont__btn .btn {
    margin-top: 40px;
  }
  .p_work-cont {
    margin-top: 80px;
  }
  .p_work-01__btn {
    margin-left: 0;
  }
  .p_work-01__wrap.ptn01 {
    margin-top: 24px;
  }
  .p_work-01__wrap.ptn02 {
    margin-top: 40px;
  }
  .p_work-cont-list__item:not(:first-child) {
    margin-top: 20px;
  }
  .p_work-cont-list__ttl {
    font-size: 20px;
  }
  .p_work-cont-list__txt {
    font-size: 18px;
    margin-top: 10px;
  }
  .p_work-cont-list__img .img {
    width: calc(50% - 5px);
  }
  .p_work-02__wrap {
    margin-top: 40px;
  }
  .p_work-03 {
    padding-bottom: 100px;
  }
  .p_work-03__wrap {
    margin-top: 40px;
  }
  .p_date-two-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p_date-two-list__item {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .p_date-two-list__ttl .ttl {
    font-size: 36px;
  }
  .p_date-two-list__ttl .sub {
    font-size: 16px;
  }
  .p_date-two-list__red .fz01 {
    font-size: 80px;
  }
  .p_date-two-list__red .fz02 {
    font-size: 40px;
  }
  .p_date-two-list__red .fz03 {
    font-size: 30px;
  }
  .p_date-two-list__red .fz04 {
    font-size: 30px;
  }
  .p_date-two-list__red .fz04.trans {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .p_date-two-list__red .fz05 {
    font-size: 60px;
  }
  .p_date-two-list__red .small__num1::before, .p_date-two-list__red .small__num2::before {
    font-size: 16px;
  }
  .p_date-two-list__red2 {
    font-size: 18px;
  }
  .p_date-two-list__ico {
    max-width: 260px;
    margin: 0 auto;
  }
  .p_date {
    margin-top: 60px;
  }
  .p_date-three {
    margin-top: 20px;
    padding-bottom: 80px;
  }
  .p_date-three-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p_date-three-list__ttl {
    font-size: 22px;
  }
  .p_date-three-list__ttl.kome::before {
    font-size: 14px;
  }
  .p_our-mission__dec02 {
    top: 220px;
    width: 215px;
    margin-right: -40px;
  }
  .p_our-mission__img {
    margin-left: -20px;
  }
  .p_our-vision__dec02 {
    top: 300px;
    margin-left: -20px;
    width: 200px;
  }
  .p_our-vision__img {
    margin-right: -20px;
  }
  .p_our-lead__cap {
    margin-top: 58px;
  }
  .p_our-cont {
    padding-bottom: 150px;
  }
  .p_our-cont__dec01 {
    width: 150px;
    top: -100px;
    margin-left: -110px;
  }
  .p_our-cont__dec02 {
    width: 250px;
    bottom: -150px;
    right: -150px;
  }
  .p_our-cont__video {
    margin-top: 25px;
  }
  .p_our-cont__txt {
    margin-top: 10px;
  }
  .p_our-list__li + .p_our-list__li {
    margin-top: 35px;
  }
  .p_our-list__ttl {
    font-size: 18px;
  }
  .p_our-list__cap {
    font-size: 14px;
  }
  .p_our-bottom {
    padding: 90px 0;
  }
  .p_our-bottom .c-link-list__img.is-aspect {
    height: 223px;
  }
}
@media (any-hover: hover) {
  .c-header-list__link:hover {
    opacity: 0.8;
  }
  .c-header-sublist__link:hover {
    background: #C01E20;
    color: #fff;
  }
  .c-footer-entry-list__link:hover {
    background: #000;
    color: #fff;
  }
  .c-view-more.hover01:hover .c-view-more__arrow {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .c-view-more.hover01:hover .c-arrow.red {
    background-color: #000;
  }
  .c-slider-arrows.black button.prev-arrow:hover {
    background-position: calc(50% + 4px) center;
  }
  .c-slider-arrows.black button.next-arrow:hover {
    background-position: calc(50% + 4px) center;
  }
  .slide-list__link:hover .slide-list__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .slide-list__link:hover .slide-list__tag {
    background: #C01E20;
  }
  .slide-list__link:hover .slide-list__tag::before {
    top: 50%;
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
  .c-link-list__link:hover .c-link-list__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-link-list__link:hover .c-link-list__tag {
    background: #000;
  }
  .p_home-people__btn:hover .c-arrow {
    background: #000;
  }
  .p_home-env__link:hover .p_home-env__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p_home-env__link:hover .c-btn02 {
    background: #000000;
  }
}
@media only screen and (max-width: 1600px) {
  .page-top {
    right: 40px;
  }
}
@media only screen and (min-width: 1700px) {
  .mv-02 {
    margin-top: max(-5.2380952381vw, -88px);
  }
}
@media (min-width: 1440px) {
  .cut-img__img.max {
    max-height: 41vw;
  }
}
@media not print {
  .anm {
    opacity: 0;
  }
  .anm.is-animated {
    -webkit-animation: fadeIn 1.5s forwards;
    animation: fadeIn 1.5s forwards;
  }
  .anm-up {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  .anm-up.is-animated {
    -webkit-animation: fadeInUp 1.5s forwards;
    animation: fadeInUp 1.5s forwards;
  }
  .anm-left {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  .anm-left.is-animated {
    -webkit-animation: fadeInLeft 1.5s forwards;
    animation: fadeInLeft 1.5s forwards;
  }
  .anm-right {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  .anm-right.is-animated {
    -webkit-animation: fadeInRight 1.5s forwards;
    animation: fadeInRight 1.5s forwards;
  }
}
@media only screen and (max-width: 374px) {
  .c-time-input__year-input {
    width: 74px;
  }
  .c-time-input__year-txt {
    margin-left: 5px;
    margin-right: 12px;
  }
  .c-time-input__month-txt {
    margin-left: 5px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1300px) {
  .p_home-mv-list__txt {
    left: 7vw;
    right: auto;
  }
}
@media (641px <= width < 1300px) {
  .p_home-business__img02 {
    width: 520px;
    height: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .p_int-list__txt {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1250px) {
  .p_work-cont__img {
    margin-right: 0;
  }
  .p_work-01 .p_work-cont__img {
    margin-left: 0;
  }
  .p_work-03 .p_work-cont__img {
    margin-left: 0;
  }
}
@media (641px <= width <= 1200px) {
  .p_our-mission__img {
    width: 100%;
    margin-left: -100px;
  }
  .p_our-vision__img {
    width: 100%;
    margin-left: auto;
    margin-right: -100px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */