@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  display: block;
  width: 100%;
}

html {
  font-size: 10px;
}
@media (max-width: 768px) {
  html {
    font-size: 7.5px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  line-height: 1.45;
  color: #4c4948;
}

p {
  line-height: 1.75;
  color: #4c4948;
}

a {
  display: block;
  color: #4c4948;
}

.l-container {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}

.l-main {
  min-width: 1200px;
}
@media (max-width: 768px) {
  .l-main {
    min-width: auto;
  }
}

.c-text {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .c-text {
    font-size: 16px;
  }
}
.c-text + .c-text {
  margin-top: calc(1.6rem * 1.75);
}

.c-bold {
  font-weight: bold;
}

img,
picture {
  display: block;
}

.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

body {
  position: relative;
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-width: 1200px;
  max-width: 1600px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 16px 32px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  .l-header {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .l-header {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: auto;
    padding: 8px 12px;
  }
}
.l-header.tracking {
  background-color: #fff;
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-header__logo {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .l-header__logo img {
    width: 130px;
    height: auto;
  }
}
.l-header__logo p {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
  color: #4c4948;
}
@media (max-width: 768px) {
  .l-header__logo p {
    font-size: 10px;
  }
}

.l-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .l-header-content {
    display: none;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.l-header__nav-list-item a {
  font-size: 18px;
  line-height: 1.45;
  display: block;
  text-decoration: none;
  color: #4c4948;
}
@media (max-width: 768px) {
  .l-header__nav-list-item a {
    font-size: 2.4rem;
    padding: 8px 24px;
    text-align: left;
  }
}

.l-header__link {
  padding: 18px 36px;
  font-size: 18px;
  background-color: #014176;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .l-header__link {
    margin-top: 32px;
    text-align: center;
  }
}

.l-header__link-list-item {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  display: block;
  width: 9rem;
  height: 9rem;
  padding: 60px 4px 18px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-header__link-list-item {
    font-size: 0;
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
.l-header__link-list-item::before {
  position: absolute;
  top: 19px;
  left: 50%;
  width: 36px;
  height: 26px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../assets/img/common/ico_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .l-header__link-list-item::before {
    top: 50%;
    width: 24px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-header__nav-btn {
  display: none;
}
@media (max-width: 768px) {
  .l-header__nav-btn {
    display: block;
    position: relative;
    background-color: #014176;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 30px;
  }
}
.l-header__nav-btn.is-active .c-openbtn1 span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__nav-btn.is-active .c-openbtn1 span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.l-header__nav-btn.is-active .c-openbtn1 span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header__nav-btn.is-active + .l-header-content {
  display: block;
  position: absolute;
  top: 37px;
  background-color: #fff;
  z-index: 99;
  height: calc(100svh - 37px);
  left: 0;
  width: 100%;
  padding: 24px;
}

.c-openbtn1 {
  position: relative;
  width: 18px;
  height: 9px;
}

/*ボタン内側*/
.c-openbtn1 span.c-openbtn1__line {
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 70%;
  height: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}

.c-openbtn1 span:nth-of-type(1) {
  top: 0;
}

.c-openbtn1 span:nth-of-type(2) {
  top: calc(9px / 2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-openbtn1 span:nth-of-type(3) {
  top: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

span.c-openbtn1__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}

.l-footer {
  min-width: 1200px;
  margin-top: 120px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .l-footer {
    min-width: auto;
    margin-top: 80px;
  }
}

.l-footer-content-inner {
  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;
}
@media (max-width: 768px) {
  .l-footer-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.p-footer-info__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-footer-info__logo {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .p-footer-info__logo img {
    width: 150px;
    height: auto;
  }
}
.p-footer-info__logo p {
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-footer-info__logo p {
    font-size: 14px;
  }
}

.p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
@media (max-width: 768px) {
  .p-footer-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-footer-nav__list a {
  text-decoration: none;
}

.l-footer-copyright {
  margin-top: 80px;
  text-align: center;
}

.c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.c-btn {
  padding: 9px 8px 9px 38px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: bold;
  background-color: initial;
  border: 0;
  position: relative;
  text-decoration: none;
}
.c-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn:hover {
  cursor: pointer;
}

.c-btn--blue::before {
  background: url(../../assets/img/ico_arrow_blue01.svg) center center/contain no-repeat;
}

.c-btn--red::before {
  background: url(../../assets/img/ico_arrow_red01.svg) center center/contain no-repeat;
}

.c-btn--green::before {
  background: url(../../assets/img/ico_arrow_green01.svg) center center/contain no-repeat;
}

.c-btn--gold::before {
  background: url(../../assets/img/ico_arrow_gold01.svg) center center/contain no-repeat;
}

.c-btn--pink::before {
  background: url(../../assets/img/ico_arrow_pink01.svg) center center/contain no-repeat;
}

/*************************

COMMON

*************************/
.c-header--2 {
  font-family: "Hina Mincho", serif;
  font-size: 40px;
  line-height: calc(58 / 40);
}
@media (max-width: 768px) {
  .c-header--2 {
    font-size: 24px;
  }
}

.c-header--3 {
  font-family: "Hina Mincho", serif;
  font-size: 20px;
  line-height: calc(29 / 20);
}
@media (max-width: 768px) {
  .c-header--3 {
    font-size: 18px;
  }
}

.c-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: calc(22 / 15);
}

.c-top-section + .c-top-section {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .c-top-section + .c-top-section {
    margin-top: 90px;
  }
}

.c-sec-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding-left: 90px;
}
@media (max-width: 768px) {
  .c-sec-header {
    padding-left: 56px;
  }
}
.c-sec-header::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/ico_scissors01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-sec-header::before {
    width: 48px;
    height: 48px;
  }
}

/*************************

KV

*************************/
.p-top-kv {
  margin-top: 86px;
  aspect-ratio: calc(1920 / 960);
}
@media (max-width: 768px) {
  .p-top-kv {
    margin-top: 37px;
    aspect-ratio: calc(350 / 463);
  }
}

/*************************

content01

*************************/
.p-content01 {
  position: relative;
  padding: 80px 0 32px;
}
@media (max-width: 768px) {
  .p-content01 {
    padding: 40px 0 24px;
  }
}
.p-content01::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.08;
  background: url(../../assets/img/bg_content01.png) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-content01::before {
    background: url(../../assets/img/bg_content01_sp.png) center center/cover no-repeat;
  }
}
.p-content01 .c-header--2 {
  text-align: center;
}

.p-content01-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
  gap: 4px;
}

.p-content01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-content01-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-content01-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - (32px / 2));
  padding: 8px 0;
  gap: 12px;
}
@media (max-width: 768px) {
  .p-content01-item {
    width: 100%;
  }
}
.p-content01-item .c-header--3 {
  position: relative;
  padding-bottom: 12px;
}
.p-content01-item .c-header--3::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #014176;
}
.p-content01-item:nth-child(even) .c-header--3::before {
  background-color: #af1f24;
}

/*************************

content02

*************************/
/* ===== base / layout ===== */
@media (max-width: 768px) {
  .p-content02 .c-sec-header__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ===== headers ===== */
.p-content02-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-content02-header .c-header--2 {
  text-align: center;
}

.c-sec-header__sub {
  font-size: 18px;
  line-height: calc(21 / 18);
  text-align: center;
  color: #af1f24;
}
@media (max-width: 768px) {
  .c-sec-header__sub img {
    width: auto;
    height: 12px;
  }
}

.p-content02-header__sub {
  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;
  margin-top: 12px;
  padding: 4px 0;
  gap: 8px;
}
.p-content02-header__sub img {
  width: auto;
}

/* ===== swiper ===== */
.swiper-container {
  position: relative;
  margin-top: 32px;
  padding: 24px 58px;
}
@media (max-width: 768px) {
  .swiper-container {
    padding: 12px 16px;
  }
}

.swiper-slide {
  height: auto;
}
.swiper-button-prev,
.swiper-button-next {
  width: 42px;
  height: 42px;
}
@media (max-width: 768px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 24px;
    height: 24px;
    right: -12px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 42px;
  height: 42px;
  background: url(../../assets/img/ico_arrow01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .swiper-button-prev::after,
.swiper-button-next::after {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: -12px;
  }
}
.swiper-button-prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* ===== card ===== */
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border: 1px solid #4c4948;
  border-radius: 32px;
  background: #ffffff;
  height: 100%;
  gap: 16px;
}
.c-card .c-btn-wrapper {
  margin-top: auto;
}
.c-card .c-text {
  width: 100%;
}

.c-card-img {
  border-radius: 8px;
  aspect-ratio: calc(4 / 3);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.c-card--staff {
  height: 100%;
}
.c-card--staff .c-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.c-card--staff .c-card-header__main {
  width: 100%;
  text-align: center;
}
.c-card--staff .c-card-header__sub {
  font-size: 15px;
  font-weight: bold;
}
.c-card--staff .c-card-header__sub--blue {
  color: #014176;
}
.c-card--staff .c-card-header__sub--red {
  color: #af1f24;
}
.c-card--staff .c-btn-wrapper {
  margin-top: auto;
}

/*************************

content03

*************************/
.p-content03 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .p-content03 {
    padding: 90px 0;
  }
}
.p-content03::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.1;
  background: url(../../assets/img/bg_content03.png) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-content03::before {
    background: url(../../assets/img/bg_content03.png) center center/contain repeat-y;
  }
}

.p-content03-swiper .c-card-header {
  font-size: 18px;
  width: 100%;
  padding-bottom: 8px;
  text-align: left;
  border-bottom: 1px solid #4c4948;
}

/*************************

content04

*************************/
.p-content04 {
  padding: 120px 0;
  background: #f9f9f9;
}

.p-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-shop-list {
    margin-top: 60px;
    gap: 60px;
  }
}

.p-shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid #4c4948;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-shop-item {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    padding-bottom: 60px;
  }
}
.p-shop-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-shop-item:nth-child(1) .p-shop-item__title, .p-shop-item:nth-child(2) .p-shop-item__title {
    max-width: 120px;
  }
}

.p-shop-item__content {
  width: calc(50% - (32px / 2));
}
@media (max-width: 768px) {
  .p-shop-item__content {
    width: 100%;
  }
}
.p-shop-item__content .c-btn-wrapper {
  margin-top: 16px;
}
.p-shop-item__content a {
  text-decoration: none;
}

.p-shop-item__title {
  width: auto;
}
@media (max-width: 768px) {
  .p-shop-item__title {
    max-width: 240px;
    height: auto;
    max-height: 80px;
  }
}

.p-shop-item__desc {
  margin-top: 16px;
}

.p-shop-item__img {
  width: calc(50% - (32px / 2));
}
@media (max-width: 768px) {
  .p-shop-item__img {
    width: 100%;
  }
}

/*************************

content05

*************************/
.p-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  gap: 60px;
}
@media (max-width: 768px) {
  .p-flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

.p-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 4 - (60px * 3 / 4));
  gap: 16px;
}
@media (max-width: 768px) {
  .p-flow-item {
    width: 100%;
  }
}
.p-flow-item + .p-flow-item {
  position: relative;
}
.p-flow-item + .p-flow-item::before {
  position: absolute;
  top: 50%;
  left: calc(60px / 2 * -1);
  width: 42px;
  height: 42px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_arrow01.svg) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-flow-item + .p-flow-item::before {
    top: calc(60px / 2 * -1);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.p-flow-item__img {
  width: auto;
}
.p-flow-item__header {
  position: relative;
  padding-bottom: 16px;
}
.p-flow-item__header::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #014176;
}

/*************************

content06

*************************/
.p-content06 {
  position: relative;
  padding: 120px 0;
}
.p-content06::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.03;
  background: url(../../assets/img/bg_content06.png) top center/contain repeat-y;
}

.p-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .p-faq {
    margin-top: 24px;
  }
}
.p-faq .p-faq-inner {
  background-color: #fff;
}
.p-faq dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  color: #777777;
  position: relative;
  padding: 28px 32px;
  display: block;
}
@media (max-width: 768px) {
  .p-faq dt {
    padding: 14px 24px;
    font-size: 16px;
  }
}
.p-faq dt:hover {
  cursor: pointer;
}
.p-faq dt span {
  position: relative;
  padding-left: 30px;
  display: block;
}
@media (max-width: 768px) {
  .p-faq dt span {
    padding-left: 24px;
  }
}
.p-faq dt span::before {
  line-height: 1;
  content: "Q.";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: calc(18px * 1.45 / 2);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-faq dt span::before {
    top: calc(16px * 1.45 / 2);
  }
}
.p-faq dd {
  padding: 28px 32px;
}
@media (max-width: 768px) {
  .p-faq dd {
    padding: 14px 24px;
    margin-top: 16px;
  }
}
.p-faq dd span {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.75;
}
.p-faq dd span::before {
  line-height: 1;
  content: "A.";
  color: #af1f24;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: calc(16px * 1.75 / 2);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*************************

content07

*************************/
.p-entry {
  position: relative;
  margin-top: 0 !important;
  padding: 180px 0 120px;
}
@media (max-width: 768px) {
  .p-entry {
    padding: 40px 0 40px;
  }
}
.p-entry::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.1;
  background: url(../../assets/img/bg_entry01.png) center center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-entry::before {
    background: url(../../assets/img/bg_entry01.png) center center/cover no-repeat;
  }
}
.p-entry .c-header--2 {
  text-align: center;
}

.p-entry-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-entry-inner .c-btn {
  margin-top: 25px;
}

/*************************

content08

*************************/
.p-sns {
  margin-top: 24px;
}

/*************************

Modal

*************************/
.modal[aria-hidden=true] {
  display: none;
}

.modal[aria-hidden=false] {
  display: block;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .modal__overlay {
    padding: 50px 4%;
  }
}

.modal__container {
  position: relative;
  top: 0px;
  max-width: 720px;
  margin: 0px auto;
  background: #fff;
  z-index: 98;
  padding: 40px 24px 24px;
  border-radius: 32px;
}

.modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: initial;
  border: 0;
  padding: 0;
  z-index: 9;
}
.modal__close:hover {
  cursor: pointer;
}
.modal__close .inner {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
}
.modal__close .line {
  width: 100%;
  height: 2px;
  background: #014176;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close .line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close--btn {
  font-size: 16px;
  padding: 8px 24px;
  display: block;
  border-radius: 24px;
  background-color: #014176;
  color: #fff;
  width: 200px;
  margin: 40px auto 0;
  border: 0;
}
.modal__close--btn:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal__close--btn {
    width: 180px;
  }
}

.modal-title {
  font-size: 20px;
  font-weight: bold;
}

.modal__content {
  margin-top: 24px;
}

.c-interview {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.c-interview-inner dt {
  font-size: 18px;
  line-height: 1.45;
  font-weight: bold;
  color: #014176;
  padding-bottom: 8px;
  border-bottom: 1px solid #014176;
}
.c-interview-inner dd {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 16px;
}

/*************************

jobinfo

*************************/
.c-job {
  border-top: 1px solid #4c4948;
  border-left: 1px solid #4c4948;
}

.c-job-inner dd,
.c-job-inner dt {
  border-right: 1px solid #4c4948;
  border-bottom: 1px solid #4c4948;
  width: 100%;
  line-height: 1.75;
  padding: 8px;
}
.c-job-inner dd {
  background-color: #f9f9f9;
}

.modal-wrapper--info .modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.modal-wrapper--info .modal-copy {
  margin-top: 32px;
}
.modal-wrapper--info .c-btn-wrapper {
  margin-top: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#formWrap {
  font-size: 90%;
  line-height: 120%;
  width: 700px;
  margin: 0 auto;
  color: #555555;
}
@media screen and (max-width: 834px) {
  #formWrap {
    width: 100%;
    padding: 0 4%;
  }
}

table.formTable {
  width: 100%;
  border-collapse: collapse;
}

table.formTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
table.formTable tr + tr {
  margin-top: 40px;
}

table.formTable td,
table.formTable th {
  font-size: 16px;
  line-height: 1.75;
  width: 100%;
}

table.formTable td {
  margin-top: 8px;
}

table.formTable th {
  font-weight: normal;
  width: 100%;
  text-align: left;
}

.p-form {
  padding-bottom: 80px;
}
.p-form * {
  font-family: "Noto Sans JP", serif;
  color: #000000;
}

.p-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 16px;
  gap: 8px;
}

.p-form-logo {
  width: 200px;
}

.p-form-pagetitle {
  font-size: 40px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 834px) {
  .p-form-pagetitle {
    font-size: 24px;
  }
}

.p-form-wrapper {
  margin-top: 40px;
}

.p-form-desc {
  font-size: 16px;
  line-height: 1.75;
}

.formTable {
  margin: 40px auto 0;
}

input[type=text],
input[type=email] {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

input[type=number] {
  margin-right: 8px;
  padding: 8px;
  width: 80px;
  font-size: 16px;
}

.p-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}
.p-form-checkbox label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  width: calc(100% / 3 - 24px * 2 / 3);
}
@media (max-width: 768px) {
  .p-form-checkbox label {
    width: 100%;
  }
}
.p-form-checkbox label a {
  text-decoration: underline;
  color: #3070be;
}
.p-form-checkbox label a:hover {
  text-decoration: none;
}
.p-form-checkbox label::before,
.p-form-checkbox label::after {
  position: absolute;
  top: calc(16px * 1.75 / 2);
  display: block;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form-checkbox label::before {
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.p-form-checkbox label::after {
  top: 8px;
  left: 7px;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 4px solid #000000;
  border-left: 4px solid #000000;
}
.p-form-checkbox input:checked + label::after {
  opacity: 1;
}

.p-form-checkbox--privacy label {
  width: 100%;
}
.p-form-checkbox--privacy a {
  display: inline-block;
}

th.require {
  position: relative;
  padding-left: 40px;
}
th.require span {
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  top: calc(16px * 1.75 / 2);
  left: 0;
  padding: 2px 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  background-color: #c21919;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.p-form-agreement-inner {
  overflow: scroll;
  max-height: 300px;
  padding: 24px;
  border: 1px solid #555555;
}
.p-form-agreement-inner .head-desc {
  font-size: 16px;
}
.p-form-agreement-inner .header {
  font-size: 18px;
  font-weight: bold !important;
  margin-top: 24px;
}
.p-form-agreement-inner .header strong {
  font-weight: bold;
}
.p-form-agreement-inner .desc {
  font-size: 16px;
  margin-top: 4px;
}

.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  gap: 16px;
}
.form-submit input[type=submit],
.form-submit input[type=reset],
.form-submit input[type=button] {
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  padding: 16px;
  color: #ffffff;
  background-color: #000000;
}

.p-form-bottom {
  margin-top: 16px;
}

.p-comfirm {
  padding: 80px 0;
}
.p-comfirm h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.p-comfirm .header-desc {
  margin-top: 32px;
}
.p-comfirm form {
  margin-top: 40px;
}
.p-comfirm table.formTable tr + tr {
  margin-top: 0;
}
.p-comfirm * {
  font-family: "Noto Sans JP", serif;
  color: #000000;
}

.form-top-top {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  text-decoration: underline;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.p-form-content01 {
  margin-top: 32px;
  padding: 24px;
  background: #f9f9f9;
  border-radius: 24px;
}
.p-form-content01 .p-form-content-header {
  font-size: 20px;
  font-weight: bold;
}
.p-form-content01 .p-form-content-header + * {
  margin-top: 8px;
}
.p-form-content01 a,
.p-form-content01 p {
  font-size: 16px;
  line-height: 1.75;
}

.p-form-tel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-form-tel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-form-tel-content a {
  font-size: 24px;
  font-weight: bold;
}

.p-form-line {
  margin-top: 24px;
}
.p-form-line .c-btn--line {
  font-size: 16px;
  width: 200px;
  margin: 0 auto;
  padding: 8px 24px;
  background-color: #014176;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}

.p-form-line-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-form-line-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-form-line-inner img {
  width: 240px;
  height: 240px;
}
@media (max-width: 768px) {
  .p-form-line-inner img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
}