
/* base
-------------------------------------*/
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #EBEBEB;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
  /* font-feature-settings: "palt"; */
  /* text-align: justify; */
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
.palt {
  font-feature-settings: "palt";
}


a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.pc { display: block !important; }
.sp { display: none !important; }
/* リンク透明 */
a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
.btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.f-serif {
  font-family: "Noto Serif JP", serif;
}

.f-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}


@media screen and (min-width: 768px), print {

/* common
-------------------------------------*/
.sec-ttl {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-bottom: 19px;
  color: #BB372D;
  border-bottom: 1px dashed #BB372D;
}

section[id] {
  scroll-margin-top: 100px;
}

#greeting {
  scroll-margin-top: 550px;
}

#company {
  scroll-margin-top: 200px;
}


/* fixed cta（tel / hp） */
.fixed-cta {
  position: fixed;
  right: 0;
  top: 136px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fixed-cta__link {
  display: block;
  line-height: 0;
}
.fixed-cta__link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

/* haeader
-------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #bb372d;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(95%, 1453px);
  margin-inline: auto;
  padding-block: 30px;
}
.header__logo  {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  gap: 16px;
  margin-left: 5px;
  align-items: center;
}
.header__logo .en {
  opacity: 0.4;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header__nav-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 23px;
}
.header__nav-list a {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
}

.header__menu-btn {
  display: none;
}

/* mv
-------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 170px;
}
.mv__img {
  position: relative;
}
.mv__ttl {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  position: absolute;
  z-index: 2;
}
.mv__ttl.--01 {
  top: 871px;
  transform: rotate(24deg);
  left: 207px;
}
.mv__ttl.--02 {
  bottom: 92px;
  transform: rotate(-3deg);
  left: 228px;
}
.mv__ttl.--02 span {
  color: #202020;
}


/* greeting
-------------------------------------*/
.greeting {
  position: relative;
  background: #bb372d;
}
.greeting::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #bb372d;
  transform: skewY(3deg);
  transform-origin: top left;
}
.greeting::after {content: "";position: absolute;bottom: -5px;left: 0;width: 100%;height: 110px; /* 斜めパーツの高さ */background-color: #bb372d;transform: skewY(3deg); /* 角度で指定できる */transform-origin: bottom left;}
.greeting .greeting__inner {
  width: min(95%, 1600px);
  margin-inline: auto;
  padding-block: 63px 0;
  position: relative;
  top: -100px;
}
.greeting .sec-ttl {
  color: #fff;
  border-bottom: 1px dashed #fff;
  transform: rotate(4deg);
  margin-bottom: 64px;
  margin-left: 200px;
}
.greeting .greeting__box {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height:2;
  text-align: left;
  color: #221815;
  width: 1000px;
  height: 650px;
  border-radius: 20px;
  background: #fff;
  margin-left: 140px;
  padding-block: 66px;
  padding-inline: 67px 50px;
  position: relative;
}
.greeting .greeting__box::after {
  position: absolute;
  content: "";
  background: url(../img/deco01.png);
  width: 112px;
  height: 84px;
  position: absolute;
  bottom: -26px;
  left: -59px;
  z-index: 1;
  background-size: contain;
}
.greeting .greeting__box span {
  color: #BB372D;
}
.greeting .greeting__img {
  position: absolute;
  top: -339px;
  right: 0;
}
.greeting .greeting__img img {

}
.greeting .greeting__img .name-box {
  background: #BB372D;
  width: 100px;
  height: 200px;
  position: absolute;
  bottom: 19px;
  left: -49px;
  padding-block: 0;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.greeting .greeting__img .job {
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 2.4;
  text-align: center;
  color: #fff;
  display: block;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.greeting .greeting__img .name {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

/* work
-------------------------------------*/
.work {
  padding-block: 120px 0;
  margin-bottom: -38px;
}
.work__inner {
  position: relative;
}
.work .sec-ttl {
  color: #BB372D;
  text-align: right;
  border-bottom: 1px dashed #BB372D;
  transform: rotate(4deg);
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 360px;
}
.work__list {
  list-style: none;
  margin: 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.work__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  top: -160px;
  margin-bottom: -225px;
}
.work__item--reverse {
  flex-direction: row-reverse;
  width: 1494px;
  margin-left: auto;
  gap: 0;
}
.work__item:nth-child(4) {
  width: 1471px;
}
.work__img {width: 36.89vw;}
.work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.work__body {
  flex: 1;
  min-width: 0;
  margin-top: 17px;
}
.work__item-ttl {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #bb372d;
  margin-bottom: 4px;
}
.work__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #221815;
  margin: 0;
}

/* schedule
-------------------------------------*/
.schedule {
  background: url(../img/schedule-bg.png) top center / cover no-repeat;
}
.schedule__inner {
  width: min(95%, 1400px);
  margin-inline: auto;
  padding-block: 127px 100px;
}
.schedule__head {
  margin-bottom: 120px;
  display: flex;
  transform: rotate(-3.5deg);
  align-items: center;
  margin-left: 96px;
  gap: 26px;
}
.schedule .sec-ttl {
  position: relative;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.schedule .sec-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/deco02.png);
  width: 115px;
  height: 130px;
  position: absolute;
  top: -50px;
  left: -123px;
  z-index: 1;
  transform: rotate(4deg);
}
.schedule__note {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}

.schedule__flow {
  position: relative;
}
.schedule__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 49px;
  width: 1274px;
  margin-inline: auto;
}

.schedule__item {
  width: 300px;
  height: 180px;
  background: #fff;
  border-radius: 20px;
  place-content: center;
  padding-left: 49px;
  position: relative;
}
.schedule__item:nth-child(2) {
    padding-left: 80px;
}
.schedule__item:nth-child(3) {
    padding-left: 56px;
}
.schedule__item:nth-child(4) {
    padding-left: 32px;
}
.schedule__item:nth-child(5) {
    padding-left: 57px;
}
.schedule__item:nth-child(6) {
    padding-left: 80px;
}
.schedule__item:nth-child(1)::after ,
.schedule__item:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-right.png) center / contain no-repeat;
  width: 62px;
  height: 47px;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.schedule__item:nth-child(3)::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-large.png) center / contain no-repeat;
  width: 97px;
  height: 279px;
  top: 50%;
  right: -132px;
}
.schedule__item:nth-child(5)::after,
.schedule__item:nth-child(6)::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-left.png) center / contain no-repeat;
  width: 62px;
  height: 47px;
  top: 50%;
  left: -102px;
  transform: translateY(-50%);
}
.schedule__time {
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: left;
  color: #bb372d;
  margin-bottom: 15px;
}
.schedule__label {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: left;
  color: #bb372d;
}
.schedule__curve {
  position: absolute;
  top: 60px;
  right: 0;
  width: 97px;
  height: 279px;
}
.schedule__catch {
  margin: 114px -527px 0 0;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  transform: rotate(-3deg);
}

/* movie
-------------------------------------*/
.movie {
 text-align: center;
}
.movie__inner {
  width: min(95%, 800px);
  margin-inline: auto;
  padding-block: 22px;
}
.movie .sec-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.movie .youtube {
 width: 100%;
 height: 450px;
 margin-inline: auto;
}
.movie .youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 30px;
}

/* recruit
-------------------------------------*/
.recruit {
  text-align: center;
}
.recruit .sec-ttl {
  text-align: center;
  margin-bottom: 103px;
}
.recruit__inner {
  width: min(95%, 800px);
  margin-inline: auto;
  padding-block: 85px 64px;
}
.recruit__table-wrap {
  position: relative;
  background: #fff;
}
.recruit__deco {
  position: absolute;
  top: -30px;
  left: 2px;
  z-index: 2;
  pointer-events: none;
}
.recruit__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.recruit__table tr {
  margin-bottom: 1px;
  display: grid;
  grid-template-columns: 25% 1fr;
}
.recruit__table th {
  /* width: 25%; */
  background: #bb372d;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #505050;
  place-content: center;
}
.recruit__table td {
  /* width: 72%; */
  background: #fff;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: middle;
  padding: 20px 30px;
  border-bottom: 1px solid #CACACA;
}
.recruit__table td span {
  font-size: 15px;
  letter-spacing: 0.18em;
  margin: -4px 0 0;
  display: block;
}

/* contact（応募フォーム）
-------------------------------------*/
.contact {
  background: url(../img/contact-bg.png) top center / cover no-repeat;
}
.contact__inner {
  position: relative;
  width: min(95%, 960px);
  margin-inline: auto;
  padding-block: 91px 104px;
}
.contact .sec-ttl {
  color: #fff;
  border-bottom: 1px dashed #fff;
  transform: rotate(4deg);
  margin: 0 0 80px -120px;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contact__field {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__label {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 28px;
  padding-left: 11px;
}
.contact__required {
  display: inline-block;
  padding: 8px 15px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #BB372D;
  background: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 -7px;
  text-align: center;
}
.contact__input,
.contact__textarea {
  width: 100%;
  border: none;
  background: #fff;
  color: #212121;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 27px 28px;
  border-radius: 20px;
  outline: none;
}
.contact__textarea {
  border-radius: 20px;
  min-height: 350px;
  resize: vertical;
  line-height: 1.8;
}
.contact__input:focus,
.contact__textarea:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.contact__submit-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 87px -98px 0 0;
}
.contact__submit {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
  transform: rotate(4deg);
  position: relative;
}
.contact__submit::after {
  position: absolute;
  content: "";
  background: url(../img/submit-arrow.png) center / contain no-repeat;
  width: 217px;
  height: 23px;
  bottom: -19px;
  left: -7px;
  transform: rotate(-4deg);
}
.contact__submit:hover {
  opacity: 0.8;
}
.contact__deco {
  position: absolute;
  left: -120px;
  bottom: 87px;
  pointer-events: none;
  z-index: 1;
  width: 153px;
  height: 121px;
}

/* company
-------------------------------------*/
.company {margin-bottom: -198px;}
.company__inner {
  width: min(95%, 1082px);
  margin-inline: auto;
  padding-block: 0 100px;
  position: relative;
  top: -57px;
}
.company .sec-ttl {transform: rotate(5deg);margin: 0 0 65px -59px;}
.company__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.company__info {
  flex: 1;
  min-width: 0;
  color: #212121;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin: 2px 0 5px 8px;
}
.company__info p {
  margin: 0;
}
.company__name {
  font-weight: 500;
  color: #212121;
}
.company__info a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.company__info a:hover {
  opacity: 0.8;
}
.company__map {
  flex: 0 0 400px;
  max-width: 45%;
  aspect-ratio: 1;
  overflow: hidden;
}
.company__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* pagetop
-------------------------------------*/
.pagetop {
  position: fixed;
  right: 66px;
  bottom: 30px;
  z-index: 1001;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/* footer
-------------------------------------*/
footer {
  background: url(../img/footer-bg.png) top center / cover no-repeat;
}
.footer__inner {
  width: min(95%, 1790px);
  margin-inline: auto;
  padding-block: 495px 59px;
}
.footer__logo {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  gap: 16px;
  margin-left: 5px;
}
.footer__logo .en {
  opacity: 0.4;
}

}


@media screen and (min-width:768px) and (max-width:1919px) {
    
/* common
-------------------------------------*/
.sec-ttl {
  font-size: 2.606vw;
  padding-bottom: 0.99vw;
}
section[id] {
  scroll-margin-top: 5.211vw;
}
#greeting {
  scroll-margin-top: 28.661vw;
}
#company {
  scroll-margin-top: 10.422vw;
}

/* fixed cta（tel / hp） */
.fixed-cta {
  top: 7.087vw;
  gap: 0.625vw;
}

/* haeader
-------------------------------------*/
.header__inner {
  padding-block: 1.563vw;
}
.header__logo  {
  font-size: 2.606vw;
  gap: 0.834vw;
  margin-left: 0.261vw;
}
.header__logo .en img {
  width: 6.93vw;
  height: auto;
}
.header__nav {
  gap: 1.459vw;
}
.header__nav-list {
  gap: 0.886vw;
  margin-top: 1.199vw;
}
.header__nav-list a {
  font-size: clamp(0.688rem, 0.312rem + 0.78vw, 1.25rem);
}

/* mv
-------------------------------------*/
.mv {
  margin-bottom: 8.859vw;
}
.mv__ttl {
  font-size: 2.606vw;
}
.mv__ttl.--01 {
  top: 45.388vw;
  left: 10.787vw;
}
.mv__ttl.--02 {
  bottom: 4.794vw;
  left: 11.881vw;
}

/* greeting
-------------------------------------*/
.greeting::before {
  top: -5.211vw;
  height: 5.211vw;
}
.greeting::after {bottom: -0.261vw;left: 0;width: 100%;height: 5.732vw; /* 斜めパーツの高さ */background-color: #bb372d;transform: skewY(3deg); /* 角度で指定できる */transform-origin: bottom left;}
.greeting .greeting__inner {
  width: 83.38vw;
  padding-block: 3.283vw 0;
  top: -5.211vw;
}
.greeting .sec-ttl {
  margin-bottom: 3.335vw;
  margin-left: 10.422vw;
}
.greeting .greeting__box {
  font-size: clamp(0.75rem, 0.416rem + 0.7vw, 1.25rem);
  width: 52.11vw;
  height: auto;
  border-radius: 1.042vw;
  margin-left: 7.295vw;
  padding-block: 3.439vw;
  padding-inline: 3.491vw 2.606vw;
}
.greeting .greeting__box::after {
  width: 5.836vw;
  height: 4.377vw;
  bottom: -1.355vw;
  left: -3.075vw;
}
.greeting .greeting__img {
  top: -17.665vw;
  right: 0;
}
.greeting .greeting__img img {
  width: 23.92vw;
}
.greeting .greeting__img .name-box {
  width: 5.211vw;
  height: 10.422vw;
  bottom: 0.99vw;
  left: -2.553vw;
  padding-block: 0;
}
.greeting .greeting__img .job {
  font-size: clamp(0.625rem, 0.125rem + 1.04vw, 1.375rem);
}
.greeting .greeting__img .name {
  font-size: 1.563vw;
}

/* work
-------------------------------------*/
.work {
  padding-block: 6.253vw 0;
  margin-bottom: -1.98vw;
}
.work .sec-ttl {
  right: 18.76vw;
}
.work__list {
  margin: 0 0.417vw;
}
.work__item {
  gap: 1.459vw;
  top: -8.338vw;
  margin-bottom: -11.725vw;
}
.work__item--reverse {
  width: 77.853vw;
}
.work__item:nth-child(4) {
  width: 76.655vw;
}
.work__body {
  margin-top: 0.886vw;
}
.work__item-ttl {
  font-size: clamp(0.75rem, 0.208rem + 1.13vw, 1.563rem);
  margin-bottom: 0.208vw;
}
.work__txt {
  font-size: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
}

/* schedule
-------------------------------------*/
.schedule__inner {
  width: 72.95vw;
  padding-block: 6.618vw 5.211vw;
}
.schedule__head {
  margin-bottom: 6.253vw;
  margin-left: 5.003vw;
  gap: 1.355vw;
}
.schedule .sec-ttl::before {
  width: 5.993vw;
  height: 6.774vw;
  top: -2.606vw;
  left: -6.41vw;
}
.schedule__note {
  font-size: 1.563vw;
}
.schedule__list {
  gap: 4.69vw 2.553vw;
  width: 66.389vw;
}
.schedule__item {
  width: 15.633vw;
  height: 9.38vw;
  border-radius: 1.042vw;
  padding-left: 2.553vw;
}
.schedule__item:nth-child(2) {
    padding-left: 4.169vw;
}
.schedule__item:nth-child(3) {
    padding-left: 2.918vw;
}
.schedule__item:nth-child(4) {
    padding-left: 1.668vw;
}
.schedule__item:nth-child(5) {
    padding-left: 2.97vw;
}
.schedule__item:nth-child(6) {
    padding-left: 4.169vw;
}
.schedule__item:nth-child(1)::after ,
.schedule__item:nth-child(2)::after {
  width: 3.231vw;
  height: 2.449vw;
  right: -5.211vw;
}
.schedule__item:nth-child(3)::after {
  width: 5.055vw;
  height: 14.539vw;
  right: -6.879vw;
}
.schedule__item:nth-child(5)::after,
.schedule__item:nth-child(6)::after {
  width: 3.231vw;
  height: 2.449vw;
  left: -5.315vw;
}
.schedule__time {
  font-size: 1.303vw;
  margin-bottom: 0.782vw;
}
.schedule__label {
  font-size: 2.084vw;
}
.schedule__curve {
  top: 3.127vw;
  width: 5.055vw;
  height: 14.539vw;
}
.schedule__catch {
  margin: 5.941vw -27.462vw 0 0;
  font-size: 2.606vw;
}

/* movie
-------------------------------------*/
.movie__inner {
  /* width: 80.69vw; */
  padding-block: 1.146vw;
}
.movie .sec-ttl {
  margin-bottom: 2.084vw;
}
.movie .youtube {
 /* height: 23.45vw; */
}
.movie .youtube iframe {
  border-radius: 1.563vw;
}

/* recruit
-------------------------------------*/
.recruit .sec-ttl {
  margin-bottom: 5.367vw;
}
.recruit__inner {
  /* width: 80.69vw; */
  padding-block: 4.429vw 3.335vw;
}
.recruit__deco {
  /* top: -3.963vw; */
  /* left: 0.104vw; */
}
.recruit__table tr {
  margin-bottom: 0.052vw;
}
.recruit__table th {
  font-size: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
}
.recruit__table td {
  font-size: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
  padding: 1.042vw 1.563vw;
}
.recruit__table td span {
  font-size: clamp(0.5rem, 0.208rem + 0.61vw, 0.938rem);
  margin: -0.208vw 0 0;
}

/* contact（応募フォーム）
-------------------------------------*/
.contact__inner {
  width: 50.03vw;
  padding-block: 4.742vw 5.419vw;
}
.contact .sec-ttl {
  margin: 0 0 4.169vw -6.253vw;
}
.contact__form {
  gap: 2.501vw;
}
.contact__field {
  gap: 1.042vw;
}
.contact__label {
  font-size: clamp(0.75rem, 0.416rem + 0.7vw, 1.25rem);
  gap: 1.459vw;
  padding-left: 0.573vw;
}
.contact__required {
  padding: 0.417vw 0.782vw;
  font-size: clamp(0.75rem, 0.416rem + 0.7vw, 1.25rem);
  margin: 0 0 -0.365vw;
}
.contact__input,
.contact__textarea {
  font-size: 0.938vw;
  letter-spacing: 0.08em;
  padding: 1.407vw 1.459vw;
  border-radius: 1.042vw;
}
.contact__textarea {
  border-radius: 1.042vw;
  min-height: 18.239vw;
}
.contact__input:focus,
.contact__textarea:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.contact__submit-wrap {
  margin: 4.534vw -5.107vw 0 0;
}
.contact__submit {
  font-size: 2.084vw;
}
.contact__submit::after {
  width: 11.308vw;
  height: 1.199vw;
  bottom: -0.99vw;
  left: -0.365vw;
  transform: rotate(-4deg);
}
.contact__deco {
  position: absolute;
  left: -6.253vw;
  bottom: 4.534vw;
  width: 7.973vw;
  height: 6.305vw;
}

/* company
-------------------------------------*/
.company {margin-bottom: -10.318vw;}
.company__inner {
  width: 57.38vw;
  padding-block: 0 5.211vw;
  top: -2.97vw;
}
.company .sec-ttl {transform: rotate(5deg);margin: 0 0 3.387vw -3.075vw;}
.company__body {
  gap: 2.501vw;
}
.company__info {
  font-size: clamp(0.75rem, 0.416rem + 0.7vw, 1.25rem);
  margin: 0.104vw 0 0.261vw 0.417vw;
}
.company__map {
  flex: 0 0 20.844vw;
}

/* pagetop
-------------------------------------*/
.pagetop {
  right: 3.439vw;
  bottom: 1.563vw;
}
/* footer
-------------------------------------*/
.footer__inner {
  width: 93.28vw;
  padding-block: 25.795vw 3.075vw;
}
.footer__logo {
  font-size: 2.606vw;
  gap: 0.834vw;
  margin-left: 0.261vw;
}
.footer__logo img {
  width: 6.93vw;
  height: auto;
}

}

@media screen and (max-width: 767px) {
.pc{ display: none !important; }
.sp { display: block !important; }

.img{
  vertical-align:bottom;
}

body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}



/* common
-------------------------------------*/
.sec-ttl {
  font-size: 6.519vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-bottom: 2.477vw;
  color: #BB372D;
  border-bottom: 1px dashed #BB372D;
  margin-bottom: 8.344vw;
}

section[id] {
  scroll-margin-top: 13.038vw;
}

#greeting {
  scroll-margin-top: 30.708vw;
}

#company {
  scroll-margin-top: 26.076vw;
}


/* fixed cta（tel / hp） */
.fixed-cta {
  position: fixed;
  right: 0;
  top: 23.731vw;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 1.565vw;
}
.fixed-cta__link {
  display: block;
  line-height: 0;
  width: 11.73vw;
}
.fixed-cta__link img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

/* haeader
-------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #bb372d;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(95%, 1453px);
  margin-inline: auto;
  padding-block: 3.911vw;
}
.header__logo  {
  font-size: 5.519vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  gap: 2.086vw;
  margin-left: 0.652vw;
  align-items: center;
}
.header__logo .en {
  opacity: 0.4;
}
.header__logo .en img {
  width: 14.93vw;
  height: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 3.651vw;
}
.header__nav-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 2.216vw;
  margin-top: 2.999vw;
}
.header__nav-list a {
  font-size: 2.608vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
}

.header__inner {
  position: relative;
  z-index: 1002;
}

.header__logo {
  position: relative;
  z-index: 1002;
}

.header__menu-btn {
  position: relative;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.565vw;
  width: 10.43vw;
  height: 10.43vw;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.header__menu-btn span {
  display: block;
  width: 100%;
  height: 0.521vw;
  background: #fff;
  transition: transform 0.3s, opacity 0.3s;
}

.header__menu-btn.is-open span:nth-child(1) {
  transform: translateY(2.086vw) rotate(45deg);
}

.header__menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}

.header__menu-btn.is-open span:nth-child(3) {
  transform: translateY(-2.086vw) rotate(-45deg);
}

.header__nav {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  background: #bb372d;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.header__nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.519vw;
  margin: 0;
  padding: 0;
}

.header__nav-list a {
  font-size: 5.215vw;
}

body.is-menu-open {
  overflow: hidden;
}

/* mv
-------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 22.164vw;
  background: #BB372D;
  padding-bottom: 20vw;
}
.mv__img {
  position: relative;
}
.mv__ttl {
  font-weight: 900;
  font-size: 6.519vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  position: absolute;
  z-index: 2;
}
.mv__ttl.--01 {
  top: 49.959vw;
  transform: rotate(24deg);
  /* left: 26.988vw; */
  /* width: fit-content; */
}
.mv__ttl.--02 {
  /* bottom: 11.995vw; */
  transform: rotate(-3deg);
  left: 5.726vw;
  line-height: 1.2;
}
.mv__ttl.--02 span {
  color: #202020;
}


/* greeting
-------------------------------------*/
.greeting {
  position: relative;
  background: #bb372d;
}
.greeting::before {
  content: "";
  position: absolute;
  top: -13.038vw;
  left: 0;
  width: 100%;
  height: 13.038vw;
  background-color: #bb372d;
  transform: skewY(3deg);
  transform-origin: top left;
}
.greeting::after {content: "";position: absolute;bottom: -0.652vw;left: 0;width: 100%;height: 14.342vw; /* 斜めパーツの高さ */background-color: #bb372d;transform: skewY(3deg); /* 角度で指定できる */transform-origin: bottom left;}
.greeting .greeting__inner {
  width: min(95%, 94.20vw);
  margin-inline: auto;
  padding-block: 8.214vw 0;
  position: relative;
  top: -13.038vw;
}
.greeting .sec-ttl {
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin-bottom: 8.344vw;
}
.greeting .greeting__box {
  font-weight: 500;
  font-size: 3.608vw;
  letter-spacing: 0.1em;
  line-height:2;
  text-align: left;
  color: #221815;
  border-radius: 2.608vw;
  background: #fff;
  padding-block: 8.605vw;
  padding-inline: 8.735vw 6.519vw;
  position: relative;
}
.greeting .greeting__box::after {
  position: absolute;
  content: "";
  background: url(../img/deco01.png);
  width: 14.602vw;
  height: 10.952vw;
  position: absolute;
  bottom: -3.39vw;
  left: -2.692vw;
  z-index: 1;
  background-size: contain;
}
.greeting .greeting__box span {
  color: #BB372D;
}
.greeting .greeting__img {
  position: relative;
  text-align: center;
}
.greeting .greeting__img img {width: 59.84vw;margin-inline: auto;}
.greeting .greeting__img .name-box {
  background: #BB372D;
  width: 13.038vw;
  height: 26.076vw;
  position: absolute;
  bottom: 2.477vw;
  left: 12.611vw;
  padding-block: 0;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.greeting .greeting__img .job {
  font-weight: 900;
  font-size: 2.968vw;
  letter-spacing: 0.05em;
  line-height: 2.4;
  text-align: center;
  color: #fff;
  display: block;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.greeting .greeting__img .name {
  font-weight: 900;
  font-size: 3.911vw;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

/* work
-------------------------------------*/
.work {
  padding-block: 15.645vw 0;
  margin-bottom: -4.954vw;
}
.work__inner {
  position: relative;
  width: min(95%, 94.20vw);
  margin-inline: auto;
}
.work .sec-ttl {
  color: #BB372D;
  text-align: right;
  border-bottom: 1px dashed #BB372D;
}
.work__list {
  list-style: none;
  margin: 0 1.043vw;
  padding: 0;
  /* display: flex; */
  /* flex-direction: column; */
}
.work__item {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 1.651vw;
  position: relative;
  margin-bottom: 10.651vw;
}
.work__item--reverse {
}
.work__item:nth-child(4) {
}
.work__img {order: 2;}
.work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.work__body {
  flex: 1;
  min-width: 0;
  margin-top: 2.216vw;
  order: 1;
}
.work__item-ttl {
  font-size: 5.259vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #bb372d;
  margin-bottom: 2.522vw;
}
.work__txt {
  font-size: 3.608vw;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #221815;
  margin: 0;
}

/* schedule
-------------------------------------*/
.schedule {
  background: url(../img/schedule-bg.png) top center / cover no-repeat;
}
.schedule__inner {
  padding-block: 35.558vw 23.038vw;
  width: min(95%, 94.20vw);
  margin-inline: auto;
}
.schedule__head {
  margin-bottom: 5.645vw;
  margin-left: 12.516vw;
}
.schedule .sec-ttl {
  position: relative;
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin-bottom: 2vw;
}
.schedule .sec-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/deco02.png);
  width: 14.993vw;
  height: 16.949vw;
  position: absolute;
  top: -6.519vw;
  left: -14.037vw;
  z-index: 1;
  transform: rotate(4deg);
  background-size: contain;
}
.schedule__note {
  font-weight: 900;
  font-size: 3.911vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}

.schedule__flow {
  position: relative;
}
.schedule__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 11.734vw 6.389vw;
  /* width: 166.102vw; */
  margin-inline: auto;
}

.schedule__item {
  width: auto;
  height: 23.468vw;
  background: #fff;
  border-radius: 2.608vw;
  place-content: center;
  /* padding-left: 9.389vw; */
  position: relative;
  place-items: center;
  display: grid;
}
.schedule__item:not(:nth-child(4)):after {
  position: absolute;
  content: "";
  background: url(../img/arrow-right.png) center / contain no-repeat;
  width: 8.083vw;
  height: 6.128vw;
  bottom: -9vw;
  left: 46%;
  transform: translateX(-50%);
  transform: rotate(90deg);
}
.schedule__item:nth-child(2) {
    order: 2;
}
.schedule__item:nth-child(3) {
    order: 3;
}
.schedule__item:nth-child(4) {
    order: 6;
}
.schedule__item:nth-child(5) {
    order: 5;
}
.schedule__item:nth-child(6) {
    order: 4;
}
.schedule__time {
  font-weight: 900;
  font-size: 3.259vw;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: left;
  color: #bb372d;
  margin-bottom: 1.956vw;
}
.schedule__label {
  font-weight: 900;
  font-size: 5.215vw;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: left;
  color: #bb372d;
}
.schedule__curve {
  position: absolute;
  top: 7.823vw;
  right: 0;
  width: 12.647vw;
  height: 36.375vw;
}
.schedule__catch {
  margin: 8.863vw -2.709vw 0 0;
  text-align: center;
  font-size: 5.519vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  transform: rotate(-3deg);
}

/* movie
-------------------------------------*/
.movie {
 text-align: center;
}
.movie__inner {
  width: min(95%, 800px);
  margin-inline: auto;
  padding-block: 2.868vw;
}
.movie .sec-ttl {
  text-align: center;
  margin-bottom: 5.215vw;
}
.movie .youtube {
 width: 100%;
 height: 58.67vw;
 margin-inline: auto;
}
.movie .youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 3.911vw;
}

/* recruit
-------------------------------------*/
.recruit {
  text-align: center;
}
.recruit .sec-ttl {
  text-align: center;
  margin-bottom: 5.429vw;
}
.recruit__inner {
  width: min(95%, 800px);
  margin-inline: auto;
  padding-block: 11.082vw 8.344vw;
}
.recruit__table-wrap {
  position: relative;
  background: #fff;
}
.recruit__deco {
  position: absolute;
  top: -8.911vw;
  left: 0.261vw;
  z-index: 2;
  pointer-events: none;
}
.recruit__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.recruit__table tr {
  margin-bottom: 0.13vw;
  display: grid;
  grid-template-columns: 25% 1fr;
}
.recruit__table th {
  background: #bb372d;
  color: #fff;
  font-size: 3.608vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #505050;
  place-content: center;
}
.recruit__table td {
  background: #fff;
  color: #212121;
  font-size: 3.608vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  vertical-align: middle;
  padding: 2.608vw 3.911vw;
  border-bottom: 1px solid #CACACA;
}
.recruit__table td span {
  font-size: 2.956vw;
  letter-spacing: 0.18em;
  display: block;
}

/* contact（応募フォーム）
-------------------------------------*/
.contact {
  background: url(../img/contact-bg.png) top center / cover no-repeat;
}
.contact__inner {
  position: relative;
  width: min(95%, 960px);
  margin-inline: auto;
  padding-block: 15.864vw 13.559vw;
}
.contact .sec-ttl {
  color: #fff;
  border-bottom: 1px dashed #fff;
  /* transform: rotate(4deg); */
  /* margin: 0 0 10.43vw -15.645vw; */
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 6.258vw;
}
.contact__field {
  display: flex;
  flex-direction: column;
  gap: 2.608vw;
}
.contact__label {
  font-size: 3.608vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 3.651vw;
  padding-left: 1.434vw;
}
.contact__required {
  display: inline-block;
  padding: 1.043vw 1.956vw;
  font-size: 3.608vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #BB372D;
  background: #FFFFFF;
  line-height: 1.2;
  margin: 0 0 -0.913vw;
  text-align: center;
}
.contact__input,
.contact__textarea {
  width: 100%;
  border: none;
  background: #fff;
  color: #212121;
  font-family: inherit;
  font-size: 3.347vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 3.52vw 3.651vw;
  border-radius: 2.608vw;
  outline: none;
}
.contact__textarea {
  border-radius: 2.608vw;
  min-height: 45.632vw;
  resize: vertical;
  line-height: 1.8;
}
.contact__input:focus,
.contact__textarea:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.contact__submit-wrap {
  display: flex;
  justify-content: flex-end;
  /* margin: 11.343vw -12.777vw 0 0; */
}
.contact__submit {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 5.215vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
  transform: rotate(4deg);
  position: relative;
}
.contact__submit::after {
  position: absolute;
  content: "";
  background: url(../img/submit-arrow.png) center / contain no-repeat;
  width: 28.292vw;
  height: 2.999vw;
  bottom: -2.477vw;
  left: -0.913vw;
  transform: rotate(-4deg);
}
.contact__submit:hover {
  opacity: 0.8;
}
.contact__deco {
  position: absolute;
  /* left: -15.645vw; */
  bottom: 11.343vw;
  pointer-events: none;
  z-index: 1;
  width: 19.948vw;
  height: 15.776vw;
}

/* company
-------------------------------------*/
.company {margin-bottom: -25.815vw;}
.company__inner {
  padding-block: 0 13.038vw;
  position: relative;
  width: min(95%, 94.20vw);
  margin-inline: auto;
}
.company .sec-ttl {/* transform: rotate(5deg); *//* margin: 0 0 8.475vw -7.692vw; */}
.company__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.258vw;
  flex-direction: column;
}
.company__info {
  /* flex: 1; */
  /* min-width: 0; */
  color: #212121;
  font-size: 3.759vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
.company__info p {
  margin: 0;
}
.company__name {
  font-weight: 500;
  color: #212121;
}
.company__info a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.company__info a:hover {
  opacity: 0.8;
}
.company__map {
  aspect-ratio: 1;
  overflow: hidden;
}
.company__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* pagetop
-------------------------------------*/
.pagetop {
  position: fixed;
  right: 2.605vw;
  bottom: 3.911vw;
  z-index: 1001;
  display: block;
  width: 7.823vw;
  height: 7.823vw;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.pagetop img {
  width: 100%;
  height: 100%;
}

/* footer
-------------------------------------*/
footer {
  background: url(../img/footer-bg.png) top center / cover no-repeat;
}
.footer__inner {
  width: min(95%, 94.20vw);
  margin-inline: auto;
  padding-block: 74.537vw 2.692vw;
}
.footer__logo {
  font-size: 5.519vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  gap: 2.086vw;
  margin-left: 0.652vw;
}
.footer__logo .en {
  opacity: 0.4;
}
.footer__logo img {
  width: 14.93vw;
  height: auto;
}

}

