@charset "UTF-8";
/* ---------------------------------------------------------------------------------------
	RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, figure, figcaption, del, dfn, em, font, q, s, samp, strike, strong, address, ol, ul, li, dl, dt, dd, fieldset, form, label, legend, tbody, tfoot, thead, tr {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: min(10px, calc(calc(10 / 750) * 100vw));
  line-height: 1.6;
}

article, aside, details, figcaption, figure, footer, header, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  outline: none;
  outline-color: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

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

.hover:hover {
  opacity: 0.8;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

:root {
  /* ************** z-index管理 ************* */
  --zindex-pageTopButton: 1010;
  --zindex-header-menu: 1020;
  --zindex-header-menuButton: 1025;
  --zindex-header: 1030;
}

/* ---------------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------------- */
body {
  font-size: 2.8rem;
  line-height: 1.78;
  background-color: #FFEFEF;
}

/* ---------------------------------------------------------------------------------------
	wrapper
--------------------------------------------------------------------------------------- */
.l-wrapper {
  width: min(750px, 100%);
  margin: 0 auto;
  padding-top: 11rem;
  background-color: #ffffff;
}

/* ---------------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------------- */
.l-header {
  width: inherit;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: var(--zindex-header);
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
.l-header__logo {
  margin-right: auto;
  width: 29.9rem;
  line-height: 1;
}
.l-header__info, .l-header__entry {
  width: 20rem;
}
.l-header__info:hover, .l-header__entry:hover {
  opacity: 0.6;
}

/* ---------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------- */
.l-footer {
  background-color: #272727;
  color: #ffffff;
  font-size: 2.4rem;
  padding: 3rem 0;
  text-align: center;
}
.l-footer__logo {
  width: 34.1rem;
  margin: 0 auto 2rem;
}
.l-footer__address {
  margin: 0 auto 5.5rem;
}
.l-footer__menu {
  margin: 0 auto 2rem;
  gap: 0 auto 1.5rem;
}
.l-footer__menu-link {
  position: relative;
  padding-right: 2.5rem;
}
.l-footer__menu-link:hover {
  opacity: 0.6;
}
.l-footer__menu-link::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0;
  background: url(../images/footer-link.png) no-repeat center/100%;
  width: 1.5rem;
  height: 1.5rem;
}
.l-footer__copy {
  display: block;
  color: #AFAFAF;
  font-size: 1.4rem;
}

.l-pagetop {
  position: fixed;
  left: calc(50% + 400px);
  bottom: 88px;
  z-index: var(--zindex-pageTopButton);
  width: 12.4rem;
  -webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.29));
          filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.29));
}
.l-pagetop:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
  .l-pagetop {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .l-pagetop {
    bottom: 20px;
  }
}

/* ---------------------------------------------------------------------------------------
	タイトル
--------------------------------------------------------------------------------------- */
.c-ttl {
  text-align: center;
  width: 56.4rem;
  margin-inline: auto;
}
.c-ttl__main {
  font-size: 2.5rem;
  font-weight: bold;
  background: #B71C2C;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgb(183, 28, 44)), color-stop(95%, rgb(212, 58, 58)));
  background: linear-gradient(90deg, rgb(183, 28, 44) 5%, rgb(212, 58, 58) 95%);
  color: #fff;
}
.c-ttl__sub {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1.8rem;
}

.c-ttl2 {
  font-size: 3.8rem;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.25em;
  padding-block: 1.5rem;
  margin-inline: auto;
  background: #B71C2C;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgb(183, 28, 44)), color-stop(95%, rgb(212, 58, 58)));
  background: linear-gradient(90deg, rgb(183, 28, 44) 5%, rgb(212, 58, 58) 95%);
  color: #fff;
  min-width: 44.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.c-ttl3 {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  grid-template-columns: 1.2rem 1fr;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.25;
}
.c-ttl3::before {
  content: "";
  aspect-ratio: 12/40;
  display: block;
  width: 100%;
  background-color: #B71C2C;
}

/* ---------------------------------------------------------------------------------------
	ENTRYボタン
--------------------------------------------------------------------------------------- */
.c-entry-btn {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  width: 59rem;
  height: 10rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.2rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F6B500), to(#DB8B00));
  background: transparent linear-gradient(180deg, #F6B500 0%, #DB8B00 100%);
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2509803922);
  position: relative;
}

.c-entry-btn::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background: url(../images/arrow-right-white.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.c-entry-btn:hover {
  opacity: 0.6;
}

.c-entry-btn-icon {
  width: 2.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}

/* ---------------------------------------------------------------------------------------
	一分で応募完了　ENTRY
--------------------------------------------------------------------------------------- */
.c-entry-txt {
  font-size: 3.3rem;
  line-height: 1.33;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
.c-entry-txt::before, .c-entry-txt::after {
  content: "";
  width: 0.2rem;
  height: 4rem;
  background-color: #000;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.c-entry-txt::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/* ---------------------------------------------------------------------------------------
	MOREボタン
--------------------------------------------------------------------------------------- */
.c-more-btn {
  height: 6rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-more-btn--white {
  background-image: url(../images/more_btn01.png);
}

.c-more-btn--white.is-show {
  background-image: url(../images/more_btn01-close.png);
}

.c-more-btn--red {
  background-image: url(../images/more_btn02.png);
}

.c-more-btn--red.is-show {
  background-image: url(../images/more_btn02-close.png);
}

/* ---------------------------------------------------------------------------------------
	ボタン囲み用
--------------------------------------------------------------------------------------- */
.c-ctawrap {
  background-color: #fff;
  padding: 6.8rem 0;
}

/* ---------------------------------------------------------------------------------------
	アコーディオン
--------------------------------------------------------------------------------------- */
.js-accordion-txt {
  position: relative;
  overflow: hidden;
  height: 30rem;
  margin-bottom: 5rem;
  --fade-color: var(--bg-color, rgb(255, 255, 255,1));
}
.js-accordion-txt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20rem;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--fade-color)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, var(--fade-color) 0%, rgba(255, 255, 255, 0) 100%);
}
.js-accordion-txt.is-show {
  height: auto !important;
  overflow: visible;
}
.js-accordion-txt.is-show::after {
  background: none;
}

/* ---------------------------------------------------------------------------------------
	hamburger（ボタン）
--------------------------------------------------------------------------------------- */
.c-hamburgerbtn {
  width: 11rem;
  height: 11rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: relative;
  z-index: var(--zindex-header-menuButton);
}
.c-hamburgerbtn__inner {
  width: 6.1rem;
  aspect-ratio: 61/46;
  display: grid;
  place-items: center;
  gap: 1.8rem;
  position: relative;
}
.c-hamburgerbtn__inner span {
  display: block;
  width: inherit;
  height: 0.3rem;
  background-color: #929292;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-hamburgerbtn__inner span:nth-child(1) {
  top: 0;
}
.c-hamburgerbtn__inner span:nth-child(2) {
  top: 50%;
}
.c-hamburgerbtn__inner span:nth-child(3) {
  top: 100%;
}
.c-hamburgerbtn.is-active .c-hamburgerbtn__inner span {
  top: 50%;
}
.c-hamburgerbtn.is-active .c-hamburgerbtn__inner span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-hamburgerbtn.is-active .c-hamburgerbtn__inner span:nth-child(2) {
  display: none;
}
.c-hamburgerbtn.is-active .c-hamburgerbtn__inner span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ---------------------------------------------------------------------------------------
	hamburger（モーダル）
--------------------------------------------------------------------------------------- */
.c-hamburgermenu {
  position: fixed;
  z-index: var(--zindex-header-menu);
  top: 11rem;
  left: 0;
  background-color: #fff;
  color: #000;
  width: inherit;
  height: calc(100vh - 11rem);
  height: calc(100dvh - 11rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
}
.c-hamburgermenu__inner {
  padding: 4.8rem 6rem;
  overflow-y: auto;
  height: 100%;
}
.c-hamburgermenu__items {
  display: grid;
  gap: 0;
}
.c-hamburgermenu__item a {
  font-size: 2.8rem;
  line-height: 1.25;
  padding: 4rem 0;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-bottom: 0.2rem dotted #ddd;
}
.c-hamburgermenu.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s, -webkit-transform 0.3s ease;
}

/* ---------------------------------------------------------------------------------------
	代表メッセージ
--------------------------------------------------------------------------------------- */
.p-message__cont {
  position: relative;
  z-index: 1;
  color: #fff;
  background: url(../images/image_item1.jpg) no-repeat center center/cover;
  padding: 14.5rem 0;
}
.p-message__cont__ttl {
  font-size: 4.1rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6rem;
  margin-bottom: 6.3rem;
  position: relative;
}
.p-message__cont__ttl::after {
  content: "";
  width: 10.7rem;
  height: 0.2rem;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-message__cont__ttl .--sm {
  font-size: 2.8rem;
  display: block;
  margin: 0 auto 2rem;
}
.p-message__cont__txt {
  font-size: 3rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-message .--ttl-message {
  margin-block: 8rem 9.8rem;
}
.p-message .--ttl-message img {
  width: 43.4rem;
}

/* ---------------------------------------------------------------------------------------
	選ばれる理由
--------------------------------------------------------------------------------------- */
.p-reason__ttlbox {
  padding: 9.6rem 3rem 2.5rem;
  margin-bottom: 10.2rem;
  background: #AC2735;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(172, 39, 53)), color-stop(90%, rgb(225, 75, 75)));
  background: linear-gradient(0deg, rgb(172, 39, 53) 10%, rgb(225, 75, 75) 90%);
  color: #fff;
  position: relative;
}
.p-reason__ttlbox::after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 100%;
  aspect-ratio: 750/102;
  position: absolute;
  top: 100%;
  left: 0;
  background: #AC2735;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(172, 39, 53)), color-stop(90%, rgb(172, 39, 53)));
  background: linear-gradient(180deg, rgb(172, 39, 53) 0%, rgb(172, 39, 53) 90%);
}
.p-reason__ttlbox__ttl {
  font-size: 6.1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 7.7rem;
}
.p-reason__ttlbox__ttl .--sm {
  font-size: 4.1rem;
  display: block;
  position: relative;
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
}
.p-reason__ttlbox__ttl .--sm::after {
  content: "";
  width: 10.7rem;
  height: 0.2rem;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-reason__ttlbox__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  counter-reset: list-counter;
}
.p-reason__ttlbox__item a {
  background-color: #fff;
  color: #CF232C;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: list-counter;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}
.p-reason__ttlbox__item a::before {
  content: counter(list-counter, decimal-leading-zero);
  font-size: 5rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.p-reason__ttlbox__item a svg {
  width: 2rem;
  margin-top: 1.1rem;
}
.p-reason__ttlbox__item:nth-child(1) img {
  width: 5.8rem;
  margin-block: 0.8rem 0.8rem;
}
.p-reason__ttlbox__item:nth-child(2) img {
  width: 4.5rem;
  margin-block: 0.7rem 1rem;
}
.p-reason__ttlbox__item:nth-child(3) img {
  width: 8.7rem;
  margin-block: 1.1rem 1.3rem;
}

.p-training {
  position: relative;
  z-index: 1;
}
.p-training__inner {
  padding: 8.8rem 3rem 0;
}
.p-training__txtbox {
  display: grid;
  gap: 4.2rem;
  position: relative;
  margin-top: 11.5rem;
  margin: 11.5rem 0;
  padding: 10.6rem 0 7.5rem;
}
.p-training__txtbox::after {
  content: "";
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FFEFEF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.p-training__txtbox .--icon {
  position: absolute;
  width: 20.6rem;
  aspect-ratio: 206.5/234;
}
.p-training__txtbox .--icon.--1 {
  top: -8rem;
  left: 0;
  background: url(../images/image_item5.png) no-repeat center/cover;
  width: 20.6rem;
  aspect-ratio: 206.5/234;
}
.p-training__txtbox .--icon.--2 {
  bottom: -6.2rem;
  right: 0.8rem;
  background: url(../images/image_item6.png) no-repeat center/cover;
  width: 19.5rem;
  aspect-ratio: 195/202;
}
.p-training__txtbox .--icon.--3 {
  bottom: -10.7rem;
  left: -0.45rem;
  background: url(../images/image_item7.png) no-repeat center/cover;
  width: 32.5rem;
  aspect-ratio: 325/247.5;
}
.p-training__txt {
  font-size: 3.4rem;
  line-height: 1.58;
  text-align: center;
}
.p-training__txt span {
  color: #B71C2C;
  font-weight: bold;
}
.p-training__conts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6.8rem;
}
.p-training__cont__head {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 18.4rem 1fr;
  gap: 1.5rem;
  margin-right: -3rem;
}
.p-training__cont__head p {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: bold;
  padding: 0.4rem 2.4rem;
  background: #B71C2C;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgb(183, 28, 44)), color-stop(95%, rgb(212, 58, 58)));
  background: linear-gradient(90deg, rgb(183, 28, 44) 5%, rgb(212, 58, 58) 95%);
  color: #fff;
  margin-bottom: 1.2rem;
}
.p-training__cont__body {
  border-radius: 1.8rem;
  background: #FFFBEF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 251, 239)), to(rgb(255, 237, 230)));
  background: linear-gradient(180deg, rgb(255, 251, 239) 0%, rgb(255, 237, 230) 100%);
  padding: 5.6rem 3rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
.p-training__cont__ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.01em;
}
.p-training__cont__summarize {
  position: relative;
  margin-top: 3.6rem;
}
.p-training__cont__summarize img, .p-training__cont__summarize .--txtbox {
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-training__cont__summarize .--txtbox {
  padding: 3.5rem 2.9rem;
  background-color: #fff;
}
.p-training__cont__summarize::before {
  content: "";
  background: no-repeat center/cover;
  position: absolute;
  bottom: 0;
}
.p-training__cont:nth-child(1) .p-training__cont__body {
  padding-bottom: 0;
}
.p-training__cont:nth-child(1) .p-training__cont__img {
  margin-left: -3rem;
}
.p-training__cont:nth-child(1) .p-training__cont__ttlbox {
  gap: 2.8rem;
  padding-bottom: 2rem;
  margin-top: 4rem;
}
.p-training__cont:nth-child(1) .p-training__cont__ttlbox img {
  width: 12.5rem;
  aspect-ratio: 125.31/109.53;
  margin-bottom: -2rem;
}
.p-training__cont:nth-child(1) .p-training__cont__summarize img {
  margin-bottom: 5.6rem;
}
.p-training__cont:nth-child(1) .p-training__cont__summarize::before {
  background-image: url(../images/image_item9.png);
  left: -0.6rem;
  width: 30.6rem;
  aspect-ratio: 1;
}
.p-training__cont:nth-child(2) .p-training__cont__body {
  padding-bottom: 0;
}
.p-training__cont:nth-child(2) .p-training__cont__itemwrap {
  display: grid;
  grid-template-columns: 39.2rem 17.4rem;
  gap: 5.4rem;
  margin-left: -2.4rem;
  margin-bottom: 4.5rem;
}
.p-training__cont:nth-child(2) .p-training__cont__ttlbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.4rem;
  margin-top: 5.7rem;
}
.p-training__cont:nth-child(2) .p-training__cont__ttlbox img {
  width: 17rem;
}
.p-training__cont:nth-child(2) .p-training__cont__summarize img {
  margin-bottom: 8.5rem;
}
.p-training__cont:nth-child(2) .p-training__cont__summarize::before {
  background-image: url(../images/image_item12.png);
  right: 3.2rem;
  width: 28.7rem;
  aspect-ratio: 287/298;
}
.p-training__cont:nth-child(3) .p-training__cont__itemwrap {
  display: grid;
  grid-template-columns: 40.3rem 17.8rem;
  gap: 5.4rem;
  margin-left: -3.5rem;
  margin-bottom: 4.5rem;
}
.p-training__cont:nth-child(3) .p-training__cont__ttlbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3rem;
  margin-top: 5.9rem;
}
.p-training__cont:nth-child(3) .p-training__cont__ttlbox img {
  width: 16rem;
  aspect-ratio: 160.99/123;
}
.p-training__cont:nth-child(4) .p-training__cont__img {
  margin-right: -3rem;
}
.p-training__cont:nth-child(4) .p-training__cont__ttlbox {
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-training__cont:nth-child(4) .p-training__cont__summarize {
  margin-top: 3rem;
}
.p-training__cta {
  background: url(../images/image_item19.png) no-repeat top center/contain;
  font-size: 2.7rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  margin-top: 5.2rem;
  padding: 11rem 0 21rem;
  position: relative;
}
.p-training__cta__subttl {
  margin-bottom: 2.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2rem;
  position: relative;
}
.p-training__cta__subttl::before, .p-training__cta__subttl::after {
  content: "";
  width: 0.2rem;
  height: 4.8rem;
  background-color: #272727;
  position: absolute;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: 0;
  bottom: -0.4rem;
}
.p-training__cta__subttl::after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.p-training__cta__ttl {
  display: grid;
  gap: 0.5rem;
}
.p-training__cta__ttl .--bg {
  font-size: 4.9rem;
  font-weight: bold;
  color: #B71C2C;
  display: block;
}
.p-training__cta__txt {
  font-size: 3.1rem;
  width: 30.6rem;
  text-align: left;
  display: grid;
  gap: 1rem;
  margin: 4.1rem 0 0 33.2rem;
  margin-bottom: 27.2rem;
}
.p-training__cta__txt p {
  background-color: #fff;
  padding: 0.6rem 0 0.3rem 1.8rem;
}
.p-training__cta__txt .--txt-red {
  color: #B71C2C;
}
.p-training__cta__txt .--bg {
  font-size: 4.1rem;
  line-height: 0.5;
}
.p-training__cta__icon {
  display: grid;
  gap: 1.5rem;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-training__cta__icon::before, .p-training__cta__icon::after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #B71C2C;
  width: 4.5rem;
  aspect-ratio: 45/39;
}
.p-training .--ttl-training img {
  width: 46.2rem;
}

/* ---------------------------------------------------------------------------------------
	労働環境
--------------------------------------------------------------------------------------- */
.p-environment {
  background: #FFFBEF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 251, 239)), color-stop(300rem, rgb(255, 237, 230)));
  background: linear-gradient(180deg, rgb(255, 251, 239) 0%, rgb(255, 237, 230) 300rem);
}
.p-environment__inner {
  padding: 8.3rem 4.8rem 9.6rem;
}
.p-environment__bgtxt {
  width: 35.6rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin: 5.8rem auto 8.6rem;
}
.p-environment__bgtxt p {
  display: inline;
  font-size: 3.6rem;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  font-weight: bold;
  color: #B71C2C;
}
.p-environment__txt {
  display: grid;
  gap: 4.8rem;
}
.p-environment__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3rem 2.1rem;
  margin: 5.7rem 0 4.2rem;
}
.p-environment__item {
  background-color: #fff;
  border: 0.2rem solid #B71C2C;
  border-radius: 3rem;
  padding: 2.4rem 2.8rem 1.8rem;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
}
.p-environment__item__ttl {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  color: #B71C2C;
}
.p-environment__item__img {
  margin-inline: auto;
}
.p-environment__item__txt {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-environment__item:nth-child(1) .p-environment__item__img {
  width: 23.5rem;
  margin-block: 1.8rem 0;
}
.p-environment__item:nth-child(2) .p-environment__item__img {
  width: 12.5rem;
  margin-block: 0.8rem;
}
.p-environment__item:nth-child(3) .p-environment__item__img {
  width: 13.4rem;
  margin-block: 1.5rem;
}
.p-environment__item:nth-child(4) .p-environment__item__img {
  width: 10.7rem;
  margin-block: 0.7rem 2.8rem;
}
.p-environment__item:nth-child(5) .p-environment__item__img {
  width: 5.5rem;
  margin-block: 0.8rem 0.9rem;
}
.p-environment__item:nth-child(6) .p-environment__item__ttl {
  letter-spacing: -0.05em;
}
.p-environment__item:nth-child(6) .p-environment__item__img {
  width: 14.5rem;
  margin-block: 3.7rem 2.7rem;
}
.p-environment__item:nth-child(7) .p-environment__item__img {
  width: 14.6rem;
  margin-block: 1.6rem 1.8rem;
}
.p-environment__item:nth-child(8) .p-environment__item__img {
  width: 14.4rem;
  margin-block: 2rem 2.4rem;
}
.p-environment__item:nth-child(9) {
  grid-column: 1/-1;
  border-color: #757D9C;
  padding: 5.2rem 2.8rem;
}
.p-environment__item:nth-child(9) .p-environment__item__listttl {
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: 0.09em;
  font-weight: bold;
  color: #6673A7;
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}
.p-environment__item:nth-child(9) .p-environment__item__listttl::before {
  content: "";
  aspect-ratio: 14/16;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: currentColor;
}
.p-environment__item:nth-child(9) .p-environment__item__listtxt {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
}
.p-environment__item:nth-child(9) .p-environment__item__listtxt:not(:last-child) {
  margin-bottom: 4rem;
}
.p-environment .js-accordion-txt {
  --fade-color: rgb(255, 245, 235,1);
  margin-bottom: 9.2rem;
}
.p-environment .--ttl-workstyle img {
  width: 56.8rem;
}

/* ---------------------------------------------------------------------------------------
	給与・キャリアについて
--------------------------------------------------------------------------------------- */
.p-career__inner {
  padding: 2.8rem 0 0;
}
.p-career__bgtxt {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  margin-block: 3.5rem 4rem;
}
.p-career__contwrap {
  padding: 4.5rem 6rem 2.7rem;
}
.p-career__contwrap .--orangebox {
  background-color: #FFF8EC;
  margin: 4.7rem -6rem 5.2rem;
  padding: 6.9rem 6rem 8.5rem;
}
.p-career__contwrap .--ttl2 {
  margin-bottom: 6rem;
}
.p-career__contwrap .--img2 {
  margin: 7.4rem -3rem 0;
}
.p-career__ttl {
  background-color: #B71C2C;
  color: #fff;
  border-radius: 1.5rem;
  font-size: 3.5rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  min-width: 50.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.p-career__note {
  font-size: 2.3rem;
  font-weight: 500;
  color: #9E8B76;
  margin: 1.5rem 0 4rem;
}
.p-career .--ttl-salary img {
  width: 35.4rem;
}

/* ---------------------------------------------------------------------------------------
	求める人物像
--------------------------------------------------------------------------------------- */
.p-person {
  position: relative;
  background: #FFFBEF;
  background: linear-gradient(168deg, rgb(255, 251, 239) 0%, rgb(255, 237, 230) 100%);
}
.p-person__inner {
  padding: 9.4rem 3rem 17.6rem;
}
.p-person__img {
  margin-top: 7rem;
}
.p-person::after {
  content: "";
  background: url(../images/image_item34.png) no-repeat bottom center/cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  aspect-ratio: 750/165;
}
.p-person .--ttl-personality img {
  width: 54.8rem;
}

/* ---------------------------------------------------------------------------------------
	ブランドコンセプト
--------------------------------------------------------------------------------------- */
.p-concept__inner {
  padding-top: 4rem;
}
.p-concept__cont {
  padding: 24.1rem 8rem 8.1rem;
  position: relative;
  background: #EE2D2D;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 45, 45)), color-stop(190rem, rgb(183, 28, 44)));
  background: linear-gradient(180deg, rgb(238, 45, 45) 0%, rgb(183, 28, 44) 190rem);
  color: #fff;
  margin-top: 22.7rem;
}
.p-concept__cont__img {
  width: 38.1rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-concept__cont__ttlbox {
  width: 54.3rem;
  font-size: 3rem;
  line-height: 1.66;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  display: grid;
  gap: 4.2rem;
  margin: 0 auto 5rem;
  background: url(../images/concept-txt01.png) no-repeat center/contain;
}
.p-concept__cont__txt {
  line-height: 1.6;
  font-weight: 500;
  display: grid;
  gap: 4.8rem;
  margin-bottom: 6.8rem;
}
.p-concept .js-accordion-txt {
  --fade-color: rgb(208, 36, 44,1);
  height: 40rem;
}
.p-concept .--ttl-brandconcept img {
  width: 44rem;
}

/* -----------------------------------------------------------------------------------
	よくある質問
--------------------------------------------------------------------------------------- */
.p-faq {
  padding-top: 10.6rem;
  font-size: 2.4rem;
}
.p-faq_main {
  background-color: #ffffff;
  margin-top: 2.7rem;
}
.p-faq_item {
  border-bottom: 1px solid #C5C5C5;
}
.p-faq_item dt {
  position: relative;
  padding: 3rem;
  cursor: pointer;
}
.p-faq_item dt::before, .p-faq_item dt::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  width: 2rem;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq_item dt::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-faq_item dt.is-open::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.p-faq_item dt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-weight: 600;
  padding-right: 3rem;
}
.p-faq_item dd {
  padding: 0 3rem 3rem;
  display: none;
}
.p-faq_item dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding-right: 3rem;
}
.p-faq_item dt p::before,
.p-faq_item dd p::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  content: "Q";
  background-color: #B71C2C;
}
.p-faq_item dd p::before {
  content: "A";
  background-color: #272727;
}
.p-faq .--ttl-faq img {
  width: 17.4rem;
}

/* ---------------------------------------------------------------------------------------
	募集要項
--------------------------------------------------------------------------------------- */
.p-requirements {
  padding-top: 2.1rem;
  font-size: 2.4rem;
}
.p-requirements__conts {
  margin-top: 3rem;
}
.p-requirements__cont {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-requirements__cont dt {
  color: #B71C2C;
  font-weight: 600;
  width: 19.5rem;
}
.p-requirements__cont dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-requirements__cont:nth-child(even) {
  background-color: #FCF9F1;
}
.p-requirements .--ttl-requirements img {
  width: 56.6rem;
}

/* ---------------------------------------------------------------------------------------
	採用フロー
--------------------------------------------------------------------------------------- */
.p-flow__inner {
  padding: 17rem 3rem 7.2rem;
}
.p-flow__ttlbox {
  padding: 13.1rem 0 6.2rem;
  background: #F3F1D8;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 241, 216)), to(rgb(236, 209, 202)));
  background: linear-gradient(180deg, rgb(243, 241, 216) 0%, rgb(236, 209, 202) 100%);
  position: relative;
}
.p-flow__ttlbox::after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 100%;
  aspect-ratio: 750/102;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ECD1CA;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 209, 202)), to(rgb(234, 198, 197)));
  background: linear-gradient(180deg, rgb(236, 209, 202) 0%, rgb(234, 198, 197) 100%);
}
.p-flow__conts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12.1rem;
}
.p-flow__cont {
  border-radius: 1.8rem;
  padding: 4.6rem 3rem 3.8rem;
  position: relative;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  background: #FFFBEF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 251, 239)), to(rgb(255, 237, 230)));
  background: linear-gradient(180deg, rgb(255, 251, 239) 0%, rgb(255, 237, 230) 100%);
}
.p-flow__cont__img {
  width: 20.2rem;
  position: absolute;
  top: -4.6rem;
  right: 1rem;
}
.p-flow__cont .c-ttl3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.3rem;
}
.p-flow__cont__summarize {
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1.6rem;
  overflow: hidden;
  padding: 3.5rem 2.9rem;
  background-color: #fff;
}
.p-flow__cont .c-entry {
  margin-top: 3.8rem;
}
.p-flow__cont:nth-child(1) {
  padding-block: 10rem 5.4rem;
  position: relative;
}
.p-flow__cont:nth-child(1)::before {
  content: "";
  background: url(../images/image_item35.png) no-repeat center/cover;
  width: 32rem;
  aspect-ratio: 320/110;
  position: absolute;
  top: -2rem;
  left: 0.5rem;
}
.p-flow__cont:not(:last-child)::after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #B71C2C;
  width: 4.5rem;
  aspect-ratio: 45/39;
  position: absolute;
  top: calc(100% + 4rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-flow .--ttl-flow img {
  width: 25.4rem;
}

/* ---------------------------------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------------------------------- */
.p-contact {
  background: #FFFBEF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 251, 239)), to(rgb(255, 237, 230)));
  background: linear-gradient(180deg, rgb(255, 251, 239) 0%, rgb(255, 237, 230) 100%);
  padding: 11.2rem 7.2rem 13.2rem;
  border: 0.8rem solid #D1515E;
}
.p-contact__txt {
  margin-bottom: 4.3rem;
  padding-bottom: 9.6rem;
  position: relative;
}
.p-contact__txt::after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #B71C2C;
  width: 4.5rem;
  aspect-ratio: 45/39;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-contact .--ttl-entryform {
  margin-bottom: 3.2rem;
}
.p-contact .--ttl-entryform img {
  width: 54.8rem;
}

/* ---------------------------------------------------------------------------------------
	Utility
--------------------------------------------------------------------------------------- */
.u-fw700 {
  font-weight: 700;
}