@charset "UTF-8";

@font-face {
  font-family: "bodoniXT";
  src: url("../../front_assets/fonts/BodoniXT.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  overscroll-behavior: none;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #3c3c3c;
}

@media print,
screen and (max-width: 1035px) {

  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

@media print,
screen and (min-width: 1036px) {
  body .is-pc {
    display: block;
  }
}

@media print,
screen and (max-width: 1035px) {
  body .is-pc {
    display: none;
  }
}

@media print,
screen and (min-width: 1036px) {
  body .is-sp {
    display: none;
  }
}

@media print,
screen and (max-width: 1035px) {
  body .is-sp {
    display: block;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

ol li,
ul li {
  list-style: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  text-decoration: none;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.l-about {
  background: #fff;
}

.l-about__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media print,
screen and (min-width: 1036px) {
  .l-about__inner {
    max-width: 1074px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-about__restaurant {
  padding-top: 74px;
  padding-bottom: 270px;
}

@media print,
screen and (max-width: 1035px) {
  .l-about__restaurant {
    padding-top: 57px;
    padding-bottom: 47px;
  }
}

.l-assessment {
  background: #fff;
}

.l-assessment__inner, .l-assessment__inner--pTopSpNone {
  padding-top: 74px;
  padding-bottom: 70px;
}

@media print,
screen and (max-width: 1035px) {
  .l-assessment__inner, .l-assessment__inner--pTopSpNone {
    padding-top: 32px;
    padding-bottom: 65px;
  }
}

.l-assessment__inner--pTopSpNone {
  @media screen and (max-width: 1035px) {
    padding-top: 0;
  }
}

.l-assessment__inner.l-assessment__inner--sub {
  padding-top: 140px;
  padding-bottom: 34px;
}

@media print,
screen and (max-width: 1035px) {
  .l-assessment__inner.l-assessment__inner--sub {
    padding-top: 32px;
    padding-bottom: 65px;
  }
}

.l-assessment__header, .l-assessment__header--borderNone {
  padding-bottom: 82px;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media print,
screen and (max-width: 1035px) {
  .l-assessment__header, .l-assessment__header--borderNone {
    padding-bottom: 47px;
  }
}

.l-assessment__header--borderNone {
  background-image: none;
}

h2.l-assessment__title {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  h2.l-assessment__title {
    font-size: 20px;
  }
}

.l-assessment__flow, .l-assessment__flow--contact {
  margin-top: 40px;
  max-width: 533px;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (max-width: 1035px) {
  .l-assessment__flow, .l-assessment__flow--contact {
    margin-top: 38px;
    max-width: 53.48vw;
  }
}

.content .l-assessment__flow--contact {
  margin-top: 70px;
  margin-bottom: 50px;
  @media screen and (max-width: 1035px) {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.l-assessment__body {
  padding: 50px 0;
}

@media print,
screen and (max-width: 1035px) {
  .l-assessment__body {
    padding: 0;
  }
}

.l-assessment__body--buy {
  padding: 0 0 50px;
  @media screen and (max-width: 1035px) {
    padding: 0 0 63px;
  }
}

.l-company {
  background: #fff;
}

.l-company__section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

@media print,
screen and (max-width: 1035px) {
  .l-company__section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-company__section:first-of-type {
  padding-top: 90px;
}

@media print,
screen and (max-width: 1035px) {
  .l-company__section:first-of-type {
    padding-top: 40px;
  }
}

.l-company__section+.l-company__section {
  border-top: 8px solid #F0F0F0;
}

.l-contact__inner {
  padding-top: 92px;
  padding-bottom: 60px;
}

@media print,
screen and (max-width: 1035px) {
  .l-contact__inner {
    padding-top: 45px;
    padding-bottom: 39px;
  }
}

.l-contact__header {
  max-width: 618px;
  margin-right: auto;
  margin-left: auto;
}

.l-contact__body {
  padding-top: 28px;
}

@media print,
screen and (max-width: 1035px) {
  .l-contact__body {
    padding-top: 47px;
  }
}

.l-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding-bottom: 170px;
}

@media print,
screen and (max-width: 1035px) {
  .l-detail {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

@media print,
screen and (max-width: 1035px) {
  .l-detail__hero {
    margin-top: 9px;
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.l-detail__slide {
  padding-top: 53px;
  width: 100%;
}

@media print,
screen and (max-width: 1035px) {
  .l-detail__slide {
    overflow: hidden;
    padding-top: 60px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print,
screen and (max-width: 1035px) {
  .l-detail__details {
    overflow: hidden;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media print,
screen and (max-width: 1035px) {
  .l-detail__info {
    overflow: hidden;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.l-detail__cta {
  margin-top: 80px;
}

@media print,
screen and (max-width: 1035px) {
  .l-detail__cta {
    margin-top: 40px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.l-developer {
  overflow: hidden;
  background: #fff;
}

.l-developer__section {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
}

@media print,
screen and (max-width: 1035px) {
  .l-developer__section {
    display: contents;
  }
}

.l-developer__section.l-developer__section--col2 {
  padding-right: 0;
  padding-left: 0;
}

.l-developer__section--first {
  padding-top: 70px;
  padding-bottom: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), color-stop(21%, #D6D6D6), to(transparent)) center -40px/100% 143px no-repeat;
  background: linear-gradient(to bottom, #E0E0E0 0%, #D6D6D6 21%, transparent 100%) center -40px/100% 143px no-repeat;
}

.l-developer__section+.l-developer__section {
  border-top: 8px solid #F0F0F0;
}

.l-developer__section.l-developer__section--col2 .l-developer__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 94px;
  -moz-column-gap: 94px;
  column-gap: 94px;
}

@media print,
screen and (max-width: 1035px) {
  .l-developer__section.l-developer__section--col2 .l-developer__container {
    display: contents;
  }
}

@media print,
screen and (max-width: 1035px) {
  .l-developer__container {
    display: contents;
  }
}

.l-inner {
  width: 100%;
  max-width: 1276px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print,
screen and (max-width: 1035px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-inner.l-inner--about {
  max-width: 1074px;
}

.l-inner.l-inner--company {
  max-width: 1070px;
}

.l-inner.l-inner--recruit {
  max-width: 1070px;
}

.l-inner.l-inner--detail {
  max-width: 1126px;
}

.l-inner.l-inner--propertyDetail {
  max-width: 1244px;
  padding-inline: 0;
}
@media print,
screen and (max-width: 1035px) {
  .l-inner.l-inner--propertyDetail {
    padding-inline: 30px;
  }
}

.l-inner.l-inner--contact {
  max-width: 1096px;
}

@media print,
screen and (max-width: 1035px) {
  .l-inner.l-inner--contact {
    padding-right: 33px;
    padding-left: 33px;
  }

  .l-inner.l-inner--detail {
    padding-inline: 30px;
  }
}

.l-poricy {
  background: #fff;
}

.l-poricy__contents {
  padding-top: 140px;
  padding-bottom: 178px;
}

@media print,
screen and (max-width: 1035px) {
  .l-poricy__contents {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.l-poricy__container {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media print,
screen and (max-width: 1035px) {
  .l-poricy__container {
    font-size: 14px;
    line-height: 1.75em;
  }
}

.l-poricy__container h2 {
  padding-top: 1.5em;
  font-size: 20px;
  color: #322c5b;
}

@media print,
screen and (max-width: 1035px) {
  .l-poricy__container h2 {
    font-size: 14px;
  }
}

.l-poricy__container li>ul {
  padding-top: 1em;
  padding-bottom: 1em;
}

.l-poricy__container li {
  list-style: outside;
  margin-left: 1em;
}

.l-recruite {
  background: #fff;
}

.l-recruit__section {
  padding-top: 50px;
  padding-bottom: 166px;
}

@media print,
screen and (max-width: 1035px) {
  .l-recruit__section {
    padding-top: 18px;
    padding-bottom: 41px;
  }
}

.l-sale__contents {
  padding-top: 22px;
  padding-bottom: 72px;
}

@media print,
screen and (max-width: 1035px) {
  .l-sale__contents {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.l-sale__pager01 {
  padding-bottom: 76px;
}

@media print,
screen and (max-width: 1035px) {
  .l-sale__pager01 {
    padding-bottom: 60px;
  }
}

.l-sale__pager02 {
  padding-top: 16px;
}

@media print,
screen and (max-width: 1035px) {
  .l-sale__pager02 {
    padding-top: 0;
  }
}

.l-top {
  background: #fff;
}
@media print,
screen and (max-width: 1035px) {
  .l-top {
    padding-top: 57px;
  }
}

.l-top__whatnew {
  margin-top: 20px;
}

@media print,
screen and (max-width: 1035px) {
  .l-top__whatnew {
    margin-top: 0;
  }
}

.l-top__headingWrap {
  margin-bottom: 42px;
}

@media print,
screen and (max-width: 1035px) {
  .l-top__headingWrap {
    margin-bottom: 23px;
  }
}

.l-top__contents {
  margin-top: 20px;
}

@media print,
screen and (max-width: 1035px) {
  .l-top__contents {
    margin-top: 30px;
  }
}

.l-top__posts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4%;
  margin-top: 74px;
  padding-bottom: 100px;
}

@media print,
screen and (max-width: 1035px) {
  .l-top__posts {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
  }
}

@media print,
screen and (max-width: 1035px) {
  .l-top__news {
    margin-top: 30px;
  }
}

@media print,
screen and (max-width: 1035px) {
  .l-top__magazine {
    margin-top: 30px;
  }
}

.c-achive-swiper .swiper-slide {
  aspect-ratio: 250/154;
}

.c-achive-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a.c-button01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 235px;
  padding: 12px 36px;
  border: 1px solid #000;
  border-radius: 22px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  background-color: #fff;
}

@media print,
screen and (max-width: 1035px) {
  a.c-button01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 150px;
    padding: 7px 12px;
    border-radius: 14px;
    font-size: 13px;
  }
}

a.c-button01.c-button01--restaurant {
  border-color: #707070;
}

@media print,
screen and (max-width: 1035px) {
  a.c-button01.c-button01--restaurant {
    font-size: 10px;
  }
}

.c-button01.c-button01--plus::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../front_assets/img/index/icon-plus.svg) center center/contain;
  margin-right: 26px;
}

@media print,
screen and (max-width: 1035px) {
  .c-button01.c-button01--plus::before {
    margin-right: 16px;
    width: 12px;
    height: 12px;
  }
}

a.c-button02 {
  padding: 6px 14px;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.2em;
  background: #192161;
  color: #fff;
  border-radius: 13px;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a.c-button02:hover,
a.c-button02:focus {
  background: #fff;
  color: #000;
  border-color: #707070;
}

a.c-button02--secondary {
  border: 1px solid #707070;
  background: none;
  color: #36305f;
}

a.c-button02--secondary:hover,
a.c-button02--secondary:focus {
  background: #36305f;
  color: #fff;
}

a.c-button02--lg {
  padding: 11px 16px;
  border: 1px solid #707070;
  border-radius: 18px;
  font-size: 10px;
}

a.c-button02--contact {
  padding: 15px 60px;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-radius: 27px;
  border: 1px solid #707070;
}

@media print,
screen and (max-width: 1035px) {
  a.c-button02--contact {
    padding: 7px 22px;
    font-size: 14px;
  }
}

a.c-button03 {
  display: inline-block;
  padding: 11px 16px;
  width: 310px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print,
screen and (max-width: 1035px) {
  a.c-button03 {
    width: 222px;
    font-size: 14px;
    padding: 8px 12px;
  }
}

a.c-button03:hover,
a.c-button03:focus {
  background: #818181;
  color: #fff;
}

a.c-button04 {
  padding: 24px 12px;
  display: inline-block;
  width: 500px;
  max-width: 100%;
  background: #002e44;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}

@media print,
screen and (max-width: 1035px) {
  a.c-button04 {
    padding: 16px 4px;
    font-size: 1.2rem;
  }
}

a.c-button04 img {
  width: 26px;
}

@media print,
screen and (max-width: 1035px) {
  a.c-button04 img {
    width: 16px;
  }
}

.c-data-table {
  background: #f4f4f4;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .16);
}

a.c-data-table__link {
  padding: 5px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.c-data-table__img {
  width: 29.6%;
  margin-right: 2%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: #fff;
}

.c-data-table__img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-data-table__datas {
  width: 68.4%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  row-gap: 2px;
}

@media print,
screen and (max-width: 1035px) {
  .c-data-table__datas {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 6px;
  }
}

.c-data-table__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

@media print,
screen and (max-width: 1035px) {
  .c-data-table__data {
    display: block;
  }
}

.c-data-table__name {
  font-weight: 600;
  width: 44%;
  margin-right: 1%;
}

@media print,
screen and (max-width: 1035px) {
  .c-data-table__name {
    width: 100%;
  }
}

.c-data-table__name span {
  display: inline-block;
}

.c-data-table__text {
  width: 55%;
}

@media print,
screen and (max-width: 1035px) {
  .c-data-table__text {
    width: 100%;
  }
}

.c-details {
  border-top: 8px solid #F0F0F0;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media print,
screen and (max-width: 1035px) {
  .c-details {
    padding-top: 0;
    border-top: none;
  }
}

.c-details__item {
  padding: 22px 4px;
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.1111111111;
}

@media print,
screen and (max-width: 1035px) {
  .c-details__item {
    padding: 20px 15px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}

.c-details__item:nth-last-child(1) {
  background: none;
}

@media print,
screen and (min-width: 1036px) {
  .c-details__item:nth-last-child(2) {
    background: none;
  }
}

.c-details__item--w100 {
  width: 100%;
}

.c-details__lable {
  width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-details__lable span {
  display: inline-block;
}

.c-details__text {
  width: 100%;
  font-weight: 600;
}

.c-float-nav {
  width: 100%;
  max-width: 432px;
  height: 60px;
  position: fixed;
  top: 9.5168374817vw;
  right: 0;
  background: rgba(27, 20, 73, .88);
  z-index: 100;
}

@media print,
screen and (min-width: 1366px) {
  .c-float-nav {
    top: 130px;
  }
}

@media print,
screen and (max-width: 1035px) {
  .c-float-nav {
    max-width: none;
    max-width: initial;
    top: auto;
    top: initial;
    bottom: 0;
    left: 0;
  }
}

.c-float-nav__inner {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.c-float-nav__item {
  width: 50%;
}

.c-float-nav__item+.c-float-nav__item {
  border-left: 1px solid #fff;
}

a.c-float-nav__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.c-float-nav__item-inner {
  padding: 0 10px;
  height: 100%;
  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;
}

.c-float-nav__icon {
  margin-right: 3%;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-float-nav__icon--mail {
  background-image: url(../../front_assets/img/index/icon-mail.svg);
}

.c-float-nav__icon--tel {
  background-image: url(../../front_assets/img/index/icon-tel.svg);
}

.c-float-nav__icon--fav {
  background-image: url(../../front_assets/img/index/favorite.svg);
}

.c-float-nav__text {
  font-size: 14px;
  letter-spacing: 0.2em;
}

@media print,
screen and (max-width: 1035px) {
  .c-float-nav__text {
    line-height: 1.2;
    text-align: center;
  }
}

.c-float-nav__text span {
  display: inline-block;
}

.c-float-nav.is-property-main {
  background: rgba(219, 219, 219, .88);
}

.c-float-nav.is-property-main a.c-float-nav__link {
  color: #000;
}

.c-float-nav.is-property-main .c-float-nav__item+.c-float-nav__item {
  border-left: 1px solid #000;
}

.c-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.c-flow::before {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  left: 0;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  z-index: -1;
}

.c-flow__item {
  padding: 6px;
  background: #fff;
  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;
}

@media print,
screen and (max-width: 1035px) {
  .c-flow__item {
    padding: 4px;
  }
}

.c-flow__num {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: #d1d1d1;
  color: #fff;
  font-size: 30px;
}

@media print,
screen and (max-width: 1035px) {
  .c-flow__num {
    width: 44px;
    height: 44px;
  }
}

.c-flow__num--active {
  background: #192161;
}

.c-flow__text {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.2em;
}

@media print,
screen and (max-width: 1035px) {
  .c-flow__text {
    font-size: 14px;
  }
}

h2.c-info-item__header {
  font-size: 30px;
  letter-spacing: 0.3em;
  padding: 14px 40px;
  position: relative;
}

@media print,
screen and (max-width: 1035px) {
  h2.c-info-item__header {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 12px 40px;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
}

.c-info-item__header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(#A0A0A0), to(#fff));
  background: linear-gradient(to right, #000, #A0A0A0, #fff);
}

.c-info-item__body {
  padding: 32px 40px;
}

@media print,
screen and (max-width: 1035px) {
  .c-info-item__body {
    padding: 10px 20px;
  }
}

p.c-info-item__text {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
}

a.c-info-item__text {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
}

@media print,
screen and (max-width: 1035px) {
  p.c-info-item__text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  a.c-info-item__text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

p.c-info-item__text a {
  color: #000;
  text-decoration: underline;
}

p.c-info-item__text+p.c-info-item__text {
  margin-top: 40px;
}

@media print,
screen and (max-width: 1035px) {
  p.c-info-item__text+p.c-info-item__text {
    margin-top: 21px;
  }
}

p.c-info-item__text--name {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: normal;
}

@media print,
screen and (max-width: 1035px) {
  p.c-info-item__text--name {
    font-size: 14px;
  }
}

p.c-info-item__text--name span {
  font-size: 18px;
}

@media print,
screen and (max-width: 1035px) {
  p.c-info-item__text--name span {
    font-size: 12px;
  }
}

.c-info-item__list li {
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  list-style: auto inside;
}

@media print,
screen and (max-width: 1035px) {
  .c-info-item__list li {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.c-input {
  display: inline-block;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 22px;
  height: 44px;
  padding: 6px 12px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 1035px) {
  .c-input {
    font-size: 14px;
    width: 100%;
    max-width: 600px;
    height: 34px;
    border-radius: 17px;
  }
}

.c-input--address {
  width: 100%;
}

.c-links {
  padding: 16px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 13px;
  background: #f5f5f5;
}

@media print,
screen and (max-width: 1035px) {
  .c-links {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 9px;
  }
}

.c-links__item {
  min-height: 72px;
  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;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  background: #fff;
}

@media print,
screen and (max-width: 1035px) {
  .c-links__item {
    min-height: 34px;
    width: 100%;
    max-width: 270px;
    border: 1px solid #707070;
    border-radius: 17px;
    font-size: 14px;
  }
}

.c-links__item--primary {
  background: #DBDBDB;
}

a.c-links__link {
  padding: 18px 26px;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  a.c-links__link {
    padding: 6px 16px;
    text-decoration: underline;
  }
}

a.c-links__link:focus,
a.c-links__link:hover {
  text-decoration: underline;
}

a.c-links__link span {
  display: inline-block;
  text-decoration: inherit;
}

.c-list,
.c-list__item {
  list-style: none;
}

.c-list {
  counter-reset: list-num 0;
}

.c-list__item+.c-list__item {
  margin-top: 34px;
}

@media print,
screen and (max-width: 1035px) {
  .c-list__item+.c-list__item {
    margin-top: 20px;
  }
}

.c-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-list__title::before {
  width: 44px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #192161;
  font-size: 20px;
  color: #fff;
  display: grid;
  place-items: center;
  position: relative;
  bottom: -7px;
  counter-increment: list-num 1;
  content: counter(list-num);
}

@media print,
screen and (max-width: 1035px) {
  .c-list__title::before {
    width: 37px;
    height: 39px;
    bottom: 0;
  }
}

.c-list__title span {
  display: inline-block;
  width: 100%;
  padding: 10px 23px;
  font-size: 20px;
  line-height: 1.25;
  background: #EAEAEA;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 1035px) {
  .c-list__title span {
    padding: 7px 19px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.c-list__contens {
  margin-top: 18px;
  padding: 0 8px;
}

.c-list__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 1035px) {
  .c-list__text {
    font-size: 12px;
    line-height: 2.0833333333;
    letter-spacing: normal;
  }
}

.c-pagetop {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  position: fixed;
  bottom: 75px;
  right: 70px;
  background: rgba(27, 20, 73, .88);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

@media print,
screen and (max-width: 1035px) {
  .c-pagetop {
    width: 34px;
    height: 34px;
    bottom: 73px;
    left: 20px;
  }
}

.c-pagetop.is-active {
  opacity: 1;
}

.c-pagetop__icon {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../../front_assets/img/index/icon-arrow-up.svg) center center/contain no-repeat;
}

@media print,
screen and (max-width: 1035px) {
  .c-pagetop__icon {
    width: 14px;
    height: 14px;
  }
}

.c-select {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 0;
}

.c-select::before {
  content: "";
  border-top: 14px solid #000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.c-select::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  border-left: 1px solid #707070;
  z-index: -1;
}

.c-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.c-select select {
  display: inline-block;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 22px;
  height: 44px;
  padding: 6px 50px 6px 12px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 1035px) {
  .c-select select {
    font-size: 14px;
    width: 100%;
    height: 34px;
    border-radius: 17px;
  }
}

.c-social {
  display: inline-block;
}

.c-social__link {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.c-social__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-submit {
  display: inline-block;
  padding: 11px 16px;
  width: 310px;
  max-width: 100%;
  background: #192161;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media print,
screen and (max-width: 1035px) {
  .c-submit {
    width: 222px;
    font-size: 14px;
    padding: 8px 12px;
  }
}

.c-submit:hover,
.c-submit:focus {
  background: #fff;
  color: #192161;
  border-color: #192161;
}

.c-submit.c-submit--revision {
  background: #fff;
  color: #707070;
  border: 1px solid #707070;
}

.c-submit.c-submit--revision:hover,
.c-submit.c-submit--revision:focus {
  background: #707070;
  color: #fff;
}

.c-textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 22px;
  padding: 6px 12px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 1035px) {
  .c-textarea {
    font-size: 14px;
    width: 100%;
    max-width: 600px;
    border-radius: 17px;
    height: 100%;
  }
}

h3.c-title03 {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #868686;
}

.c-wanted {
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #707070;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (max-width: 1035px) {
  .c-wanted {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 0 12px;
  }
}

.c-wanted__title-wrap {
  width: 35.8%;
  margin-right: 10.2%;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  .c-wanted__title-wrap {
    width: auto;
    width: initial;
    margin-right: 0;
  }
}

.c-wanted__title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.c-wanted__title span {
  letter-spacing: 0.6em;
}

@media print,
screen and (max-width: 1035px) {
  .c-wanted__title span {
    display: block;
  }
}

.c-wanted__label {
  margin: 12px 10px 0;
  padding: 11px 6px;
  font-size: 24px;
  line-height: 1.0416666667;
  letter-spacing: 0.2em;
  font-weight: 600;
  border-top: 4px solid #F0F0F0;
  border-bottom: 4px solid #F0F0F0;
}

.c-wanted__label span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.3888888889;
}

.c-wanted__message {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.2em;
  font-weight: 600;
}

@media print,
screen and (max-width: 1035px) {
  .c-wanted__message {
    font-size: 18px;
    line-height: 1.3888888889;
  }
}

.c-wanted__text {
  width: 54%;
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 1035px) {
  .c-wanted__text {
    width: auto;
    width: initial;
    margin-top: 21px;
    font-size: 12px;
    line-height: 2.0833333333;
  }
}

.p-about-management__title {
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #0341B0), color-stop(65%, #022158));
  background: linear-gradient(to right, #0341B0 15%, #022158 65%);
  padding-top: 66px;
  padding-bottom: 46px;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__title {
    background: url(../../front_assets/img/index/bg-about-management.webp) center center/cover no-repeat;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

h2.p-about-management__title-contens {
  color: #fff;
  font-weight: normal;
}

@media print,
screen and (max-width: 1035px) {
  h2.p-about-management__title-contens {
    text-align: center;
  }
}

.p-about-management__title01 {
  display: block;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.4em;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__title01 {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.2em;
  }
}

.p-about-management__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__title-wrap {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-about-management__title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__title02 {
    display: block;
    margin-right: 0;
    font-size: 48px;
    font-weight: normal;
  }
}

.p-about-management__title02 span {
  display: inline-block;
  font-size: 70px;
  line-height: 1.1428571429;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__title02 span {
    font-size: inherit;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__title03 {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}

.p-about-management__title04 {
  display: inline-block;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.4em;
  font-weight: 500;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__title04 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.4em;
  }
}

.p-about-management__contents {
  border-bottom: 8px solid #F0F0F0;
  padding-top: 82px;
  padding-bottom: 82px;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__contents {
    padding-top: 42px;
    padding-bottom: 34px;
  }
}

.p-about-management__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-about-management__works {
  width: 42.2%;
  margin-right: 8.3%;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__works {
    width: auto;
    margin-top: 32px;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-about-management__works-title {
  text-align: center;
}

.p-about-management__works-list {
  margin-top: 42px;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__works-list {
    margin-top: 24px;
  }
}

.p-about-management__content-wrapper {
  width: 49.5%;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__content-wrapper {
    display: contents;
  }
}

.p-about-management__text {
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: 0.2em;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__text {
    font-size: 14px;
    line-height: 1.7857142857;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-about-management__achive {
  margin-top: 94px;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__achive {
    margin-top: 32px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.p-about-management__wanted {
  margin-top: 46px;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-management__wanted {
    margin-top: 40px;
  }
}

.p-about-management__mansions {
  margin-top: 26px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.p-about-restaurant__title {
  text-align: center;
}

.p-about-restaurant__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-restaurant__contents {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-about-restaurant__container {
  width: 52.4%;
  margin-right: 4.8%;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-restaurant__container {
    display: contents;
  }
}

.p-about-restaurant__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-restaurant__header {
    display: contents;
  }
}

.p-about-restaurant__logo {
  width: 100%;
  max-width: 77px;
  margin-right: 39px;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-restaurant__logo {
    width: auto;
    width: initial;
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-about-restaurant__logo img {
    width: 11.6vw;
    max-width: 100%;
  }
}

.p-about-restaurant__img {
  width: 42.8%;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-restaurant__img {
    width: auto;
    width: initial;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-about-restaurant__text {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-restaurant__text {
    margin-top: 39px;
    font-size: 12px;
    line-height: 2.0833333333;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.p-about-restaurant__info {
  margin-top: 12px;
  padding: 20px 10px 0;
  border-top: 1px solid #707070;
}

.p-about-restaurant__info p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  margin: 0;
}

.p-about-restaurant__info a {
  color: inherit;
}

.p-about-restaurant__info a:hover,
.p-about-restaurant__info a:focus {
  text-decoration: underline;
}

.p-about-restaurant__buttton {
  margin-top: 30px;
}

@media print,
screen and (max-width: 1035px) {
  .p-about-restaurant__buttton {
    margin-top: 28px;
    text-align: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.p-achives__title {
  text-align: center;
}

.p-achives__gallery {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

@media print,
screen and (max-width: 1035px) {
  .p-achives__gallery {
    display: block;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-achives__item {
  aspect-ratio: 176/104;
}

.p-achives__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

p.p-achives__text {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
  margin-top: 32px;
}

.p-assessment {
  @media screen and (max-width: 1035px) {
    padding-top: 23px;
  }
}

.p-assessment__area {
  margin-top: 70px;
}

@media print,
screen and (max-width: 1035px) {
  .p-assessment__area {
    margin-top: 36px;
  }
}

.p-company-list__item+.p-company-list__item {
  margin-top: 46px;
}

@media print,
screen and (max-width: 1035px) {
  .p-company-list__item+.p-company-list__item {
    margin-top: 28px;
  }
}

.p-company__chibajetsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 53px;
  @media screen and (max-width: 1035px) {
    flex-direction: column;
  }
}

.p-company__chibajetsLogo {
  max-width: 166px;
  width: 100%;
  @media screen and (max-width: 1035px) {
    order: 2;
    max-width: 211px;
  }

  > img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-company__mascotImg {
  max-width: 164px;
  width: 100%;
  @media screen and (max-width: 1035px) {
    order: 1;
  }

  > img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-company__chibajetsTexts {
  text-align: center;
  color: #707070;
  align-self: self-start;
  padding-top: 44px;
  @media screen and (max-width: 1035px) {
    order: 99;
    align-self: center;
    padding-top: 21px;
  }
}

.p-company__chibajetsHeading {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  @media screen and (max-width: 1035px) {
    font-size: 23.5px;
  }
}

.p-company__chibajetsText {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.4em;
  font-weight: bold;
  margin-top: 17px;
  @media screen and (max-width: 1035px) {
    font-size: 16px;
    line-height: 1.31;
    margin-top: 14px;
  }
}

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

.p-confirm__item {
  border-bottom: 1px solid #707070;
  padding: 20px 40px;
}

@media print,
screen and (max-width: 1035px) {
  .p-confirm__item {
    padding: 12px 20px;
  }
}

.p-confirm__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.p-confirm__text {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}

@media print,
screen and (max-width: 1035px) {
  .p-confirm__text {
    margin-top: 12px;
  }
}

.p-confirm__item.p-confirm__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print,
screen and (max-width: 1035px) {
  .p-confirm__item.p-confirm__item--flex {
    display: block;
  }
}

.p-confirm__item.p-confirm__item--flex .p-confirm__title {
  width: 30%;
  padding-right: 20px;
  font-size: 16px;
  font-weight: normal;
}

@media print,
screen and (max-width: 1035px) {
  .p-confirm__item.p-confirm__item--flex .p-confirm__title {
    width: 100%;
    padding-right: 0;
  }
}

.p-confirm__item.p-confirm__item--flex .p-confirm__text {
  width: 70%;
  margin-top: 0;
  font-size: 14px;
}

@media print,
screen and (max-width: 1035px) {
  .p-confirm__item.p-confirm__item--flex .p-confirm__text {
    width: 100%;
  }
}

.p-confirm__buttons {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.p-contact-means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-contact-means__item {
  width: 50%;
}

a.p-contact-means__link {
  padding: 16px 20px;
  display: grid;
  place-items: center;
  border: 1px solid #AFAFAF;
  background: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

@media print,
screen and (max-width: 1035px) {
  a.p-contact-means__link {
    font-size: 20px;
    padding: 6px 20px;
  }
}

a.p-contact-means__link.p-contact-means__link--primary {
  background: #192161;
  color: #fff;
}

.p-data-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print,
screen and (max-width: 1035px) {
  .p-data-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-data-info__side {
  width: 26.32%;
  margin-right: 2.38%;
}

@media print,
screen and (max-width: 1035px) {
  .p-data-info__side {
    width: 100%;
    margin-right: 0;
  }
}

.p-data-info__main {
  width: 71.3%;
}

@media print,
screen and (max-width: 1035px) {
  .p-data-info__main {
    margin-top: 16px;
    width: 100%;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-data-info__title {
    margin-top: 64px;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

.p-data-tables {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 30px;
}

@media print,
screen and (max-width: 1035px) {
  .p-data-tables {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}

.p-detail-container {
  margin-top: 100px;
  overflow: hidden;
}

@media print,
screen and (max-width: 1035px) {
  .p-detail-container {
    margin-top: 20px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 32px;
    border-top: 8px solid #F0F0F0;
  }
}

.p-detail-container+.p-detail-container {
  margin-top: 54px;
}

.p-detail-container.p-detail-container--bordered h3.p-detail-container__title {
  padding-bottom: 36px;
  border-bottom: 8px solid #F0F0F0;
}

@media print,
screen and (max-width: 1035px) {
  .p-detail-container.p-detail-container--bordered h3.p-detail-container__title {
    border-bottom: none;
  }
}

h3.p-detail-container__title {
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  h3.p-detail-container__title {
    font-size: 18px;
  }
}

.p-detail-container__box {
  margin-top: 22px;
}

@media print,
screen and (max-width: 1035px) {
  .p-detail-container__box {
    margin-top: 0;
  }
}

.p-detail-cta {
  text-align: center;
}

.p-detail-cta__title {
  font-size: 24px;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 1035px) {
  .p-detail-cta__title {
    font-size: 18px;
  }
}

.p-detail-cta__text {
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
}

@media print,
screen and (max-width: 1035px) {
  .p-detail-cta__text {
    font-size: 14px;
    line-height: 1.75;
  }
}

.p-detail-cta__button {
  margin-top: 32px;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  .p-detail-slide {
    margin: 0 calc(50% - 50vw);
  }
}

.p-detail-slide .js-slide .prev,
.p-detail-slide .js-slide .next,
.p-detail-slide .js-slide-sp .prev,
.p-detail-slide .js-slide-sp .next {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -22px;
  cursor: pointer;
  width: 44px;
}

.p-detail-slide .js-slide .prev,
.p-detail-slide .js-slide-sp .prev {
  left: -10px;
}

@media print,
screen and (max-width: 1035px) {

  .p-detail-slide .js-slide .prev,
  .p-detail-slide .js-slide-sp .prev {
    left: 0;
  }
}

.p-detail-slide .js-slide .next,
.p-detail-slide .js-slide-sp .next {
  right: -10px;
}

@media print,
screen and (max-width: 1035px) {

  .p-detail-slide .js-slide .next,
  .p-detail-slide .js-slide-sp .next {
    right: 0;
  }
}

.p-detail-slide .js-slide-navigation,
.p-detail-slide .js-slide-navigation-sp {
  width: 100%;
  margin-top: 24px;
}

.p-detail-slide .js-slide-navigation li,
.p-detail-slide .js-slide-navigation-sp li {
  width: 140px;
  margin: 0 4px;
}

.p-detail-slide .slick-slide {
  aspect-ratio: 1132/762;
}

.p-detail-slide .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item {
    padding: 40px 20px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item {
    border-top: 8px solid #F0F0F0;
  }
}

@media print,
screen and (max-width: 1035px) {

  .p-dev-item.p-dev-item--mitsui01,
  .p-dev-item+.p-dev-item.p-dev-item--sumitomo02 {
    border-top: none;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item+.p-dev-item.p-dev-item--sumitomo02 {
    padding-top: 0;
  }
}

.p-dev-item__title {
  font-size: 30px;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item__title {
    font-size: 18px;
    letter-spacing: 0.4em;
  }
}

.p-dev-item__title .small {
  font-size: 28px;
  display: block;
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item__title .small {
    margin-top: 4px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

.p-dev-item__text {
  margin-top: 36px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item__text {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.p-dev-item__text+.p-dev-item__title {
  margin-top: 60px;
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item__text+.p-dev-item__title {
    margin-top: 10px;
  }
}

.p-dev-item__contens {
  margin-top: 40px;
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item__contens {
    margin-top: 30px;
  }
}

.p-dev-item__label {
  padding: 7px 20px;
  font-size: 20px;
  letter-spacing: 0.6em;
  text-align: center;
  background: #e8e8e8;
  border-bottom: 3px solid #707070;
}

.p-dev-item__mansions {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 38px;
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item__mansions {
    margin-top: 18px;
  }
}

.p-dev-item.p-dev-item--half .p-dev-item__mansions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 38px;
}

@media print,
screen and (max-width: 1035px) {

  .p-dev-item.p-dev-item--half .p-dev-item__mansions,
  .p-dev-item .p-dev-item__mansions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px;
    row-gap: 35px;
  }
}

.p-dev-item__ather {
  margin-top: 90px;
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 9px solid #F0F0F0;
  border-bottom: 9px solid #F0F0F0;
}

@media print,
screen and (max-width: 1035px) {
  .p-dev-item__ather {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-bottom: none;
  }
}

p.p-dev-item__ather-title {
  font-size: 18px;
  line-height: 1.3888888889;
  text-align: center;
  font-weight: 600;
}

.p-dev-item__ather-buttons {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-form-types__title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

@media print,
screen and (max-width: 1035px) {
  .p-form-types__title {
    font-size: 20px;
  }
}

.p-form-types__list {
  margin-top: 66px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 115px;
  -moz-column-gap: 115px;
  column-gap: 115px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
}

@media print,
screen and (max-width: 1035px) {
  .p-form-types__list {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    max-width: 240px;
  }
}

.p-form-types__item--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-form-types__item--other label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
}

@media print,
screen and (max-width: 1035px) {
  .p-form-types__item--other label {
    margin-right: 12px;
  }
}

.p-mansion__img {
  width: 100%;
  aspect-ratio: 171/120;
}

.p-mansion__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

h4.p-mansion__title {
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.05em;
  padding-top: 13px;
  font-weight: 600;
  text-align: center;
}

.p-mansion__buttons {
  padding-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 4px;
}

.p-recruit-tab {
  overflow: hidden;
}

.p-recruit-tab__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-bottom: 12px solid #192161;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__area {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-bottom: 7px solid #192161;
  }
}

.p-recruit-tab__btn {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  width: 50%;
  padding: 5px;
  text-align: center;
  padding: 17px;
  background-color: #E3E3E3;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__btn {
    font-size: 16px;
    padding: 13px;
  }
}

.p-recruit-tab__btn:nth-child(n+2) {
  border-left: 2px solid;
}

.p-recruit-tab__btn.active {
  background-color: #192161;
  color: #fff;
}

.p-recruit-tab__panel {
  display: none;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__panel {
    max-width: 500px;
    margin-inline: auto;
    padding-left: 9px;
    padding-right: 9px;
  }
}

.p-recruit-tab__panel.active {
  display: block;
}

.p-recruit-tab__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #707070;
  padding-top: 20px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    border-bottom: none;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__panel-area {
    max-width: 700px;
    margin-inline: auto;
  }
}

.p-recruit-tab__item {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3636363636;
  text-align: left;
  padding: 32px 0;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item {
    font-size: 16px;
    padding: 23px 0;
    line-height: 1.875;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item.p-recruit-tab__item--row span:first-child {
    margin-top: 0;
  }
}

.p-recruit-tab__item span {
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
  display: inline-block;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item span {
    font-size: 16px;
    margin-top: 20px;
  }
}

.p-recruit-tab__list-1,
.p-recruit-tab__list-2 {
  width: 48%;
}

@media print,
screen and (max-width: 1035px) {

  .p-recruit-tab__list-1,
  .p-recruit-tab__list-2 {
    width: 100%;
    display: contents;
  }
}

.p-recruit-tab__list-2 .p-recruit-tab__item--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit-tab__list-1 .p-recruit-tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit-tab__list3 .p-recruit-tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit-tab__item dt {
  width: 150px;
  padding-right: 20px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item dt {
    padding-right: 10px;
    width: 30%;
  }
}

.p-recruit-tab__item dd {
  width: calc(100% - 150px);
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item dd {
    width: 70%;
  }
}

.p-recruit-tab__list3 .p-recruit-tab__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 53px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__list3 .p-recruit-tab__item dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

.p-recruit-tab__list3 .p-recruit-tab__item span {
  margin-top: 0;
}

.p-recruit-tab__list3 .p-recruit-tab__item dd > span {
  margin-left: 182px;
  @media print,
screen and (max-width: 1035px) {
    margin-left: 0;
  }
}

.p-recruit-tab__item--0 {
  border-bottom: 1px solid #707070;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item--0 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-recruit-tab__item--1 {
  border-bottom: 1px solid #707070;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-recruit-tab__item--2 {
  border-bottom: 1px solid #707070;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item--2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item--3 {
    border-bottom: 1px solid #707070;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.p-recruit-tab__item--4 {
  border-bottom: 1px solid #707070;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item--4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item--5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    border-bottom: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit-tab__item--5 dd span {
    margin-top: 0;
  }
}

.p-recruit-tab__item--4 dd {
  width: 100%;
}

.p-recruit-tab__item--0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-recruit-tab__item--0 dd {
  width: 100%;
}

.p-recruit-tab__item--0 dd span {
  display: block;
}

.p-recruit__top-main {
  background-color: #192161;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__top-main {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.p-recruit__top-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.25em;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__top-title {
    color: #000;
    font-size: 18px;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}

.p-recruit__top-title span {
  display: inline-block;
}

.p-recruit__top-sub {
  padding-top: 35px;
  padding-bottom: 38px;
  border-bottom: 1px solid #707070;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__top-sub {
    border-bottom: none;
    padding-top: 25px;
    padding-bottom: 0;
  }
}

.p-recruit__text {
  font-size: 24px;
  line-height: 2.0833333333;
  font-weight: 300;
  letter-spacing: 0.2em;
  max-width: 900px;
  margin-inline: auto;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__text {
    font-size: 14px;
    line-height: 1.4285714286;
    padding-right: 17px;
    padding-left: 17px;
    letter-spacing: 0.1em;
  }
}

.p-recruit__works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__works {
    display: block;
  }
}

.p-recruit__works-title {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #192161;
  padding: 25px;
  text-align: center;
  width: 28.7254901961%;
  margin-bottom: 40px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__works-title {
    width: 100%;
    font-size: 16px;
    padding: 11px;
    margin-bottom: 0;
  }
}

.p-recruit__work-list {
  width: 65%;
  margin-left: 56px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__work-list {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
    max-width: 333px;
    margin-inline: auto;
  }
}

.p-recruit__work-item {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2em;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__work-item {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.p-recruit__work-item span {
  font-size: 22px;
  line-height: 1.3636363636;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__work-item span {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.p-recruit__work-item:not(:first-child) {
  margin-top: 40px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__work-item:not(:first-child) {
    margin-top: 16px;
  }
}

.p-recruit__content {
  padding-top: 80px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__content {
    padding-top: 38px;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
  }
}

.p-recruit__entry {
  border-bottom: 1px solid #969696;
  margin-top: 160px;
  padding-bottom: 74px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry {
    margin-top: 90px;
    padding-bottom: 52px;
    border-bottom: none;
  }
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry-inner {
    padding: 0 15px;
  }
}

.p-recruit__entry-title {
  text-align: center;
}

.p-recruit__entry-title span {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  background-color: #192161;
  border-radius: 32px;
  text-align: center;
  min-width: 519px;
  padding: 16px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry-title span {
    min-width: 262px;
    font-size: 16px;
    padding: 10px;
  }
}

.p-recruit__entry-text1 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8181818182;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 50px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry-text1 {
    font-size: 14px;
    letter-spacing: normal;
    letter-spacing: initial;
    margin-top: 24px;
  }
}

.p-recruit__entry-list {
  margin-top: 40px;
  max-width: 800px;
  margin-inline: auto;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry-list {
    margin-top: 30px;
    max-width: 600px;
  }
}

.p-recruit__entry-item {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8181818182;
  letter-spacing: 0.02em;
  border-bottom: 7px solid #DEDEDE;
  padding-bottom: 8px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry-item {
    font-size: 16px;
    line-height: 1.25;
  }
}

.p-recruit__entry-item:not(:first-child) {
  margin-top: 20px;
}

.p-recruit__entry-item span {
  font-weight: 300;
  display: inline-block;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry-item span {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 8px;
  }
}

.p-recruit__entry-text2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 35px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry-text2 {
    font-size: 14px;
    line-height: 1.4285714286;
    text-align: left;
    margin-top: 23px;
    max-width: 450px;
    margin-inline: auto;
  }
}

.p-recruit__entry-cta {
  text-align: center;
  margin-top: 66px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry-cta {
    margin-top: 37px;
  }
}

.p-recruit__entry-cta .c-button01 {
  font-size: 25px;
  font-weight: 600;
  min-width: 421px;
  border-radius: 32px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__entry-cta .c-button01 {
    font-size: 16px;
    line-height: 1.3125;
    min-width: 262px;
  }
}

.p-recruit__privacy {
  margin-top: 56px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__privacy {
    margin-top: 0;
  }
}

.p-recruit__privacy-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__privacy-title {
    font-size: 16px;
  }
}

.p-recruit__privacy-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 35px;
}

@media print,
screen and (max-width: 1035px) {
  .p-recruit__privacy-text {
    margin-top: 24px;
    font-size: 14px;
  }
}

.p-sale-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 15px;
}

@media print,
screen and (max-width: 1035px) {
  .p-sale-list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 9px;
  }
}

a.p-sale-list__link {
  color: #000;
}

.p-sale-list__img {
  width: 100%;
  aspect-ratio: 191/132;
  border-radius: 2px;
  overflow: hidden;
}

.p-sale-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sale-list__box {
  padding: 20px 5px;
}

.p-sale-list__name {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding-bottom: 12px;
  border-bottom: 1px solid #DED9D9;
}

@media print,
screen and (max-width: 1035px) {
  .p-sale-list__name {
    font-size: 12px;
  }
}

.p-sale-list__detail {
  font-size: 14px;
  line-height: 1.4285714286;
  padding-top: 15px;
}

@media print,
screen and (max-width: 1035px) {
  .p-sale-list__detail {
    padding-top: 5px;
    font-size: 10px;
  }
}

.p-sale-list__item .img {
  margin-bottom: 0;
}

.p-sale-list__item {
  border: none;
  padding: 0;
  margin: 0;
}

@media print,
screen and (max-width: 1035px) {
  .p-sale-list__item .item-box {
    width: 100%;
  }
}

.p-thanks {
  padding-top: 20px;
  padding-bottom: 60px;
}

.p-thanks__title {
  font-size: 24px;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  .p-thanks__title {
    font-size: 20px;
  }
}

.p-thanks__title span {
  display: inline-block;
}

.p-thanks__text {
  margin-top: 36px;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
}

@media print,
screen and (max-width: 1035px) {
  .p-thanks__text {
    font-size: 14px;
  }
}

.p-thanks__button {
  margin-top: 60px;
  text-align: center;
}

@media print,
screen and (max-width: 1035px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}

@media print,
screen and (max-width: 1035px) {
  .u-mobile {
    display: block;
  }
}

.u-required::before {
  font-size: 20px;
  content: "※";
  color: #f00;
}

@media print,
screen and (max-width: 1035px) {
  .u-required::before {
    font-size: 12px;
  }
}

/*# sourceMappingURL=custom.css.map */


/* 人気エリア modal , side , ページ */
.remodal {
  .PopularAreaInputs {
    background-color: inherit !important;
    width: 100% !important;
    border: none !important;
  }

  .PopularAreaInputContent {
    width: 100%;
    border: none !important;
    padding: 0 !important;

    &>div:not(:first-child) {
      width: 97% !important;
      margin-left: 3% !important;

      &>span {
        text-align: left;

        @media print,
        screen and (max-width: 1035px) {
          font-size: max(min(1.9vw, 10px), 14px) !important;
        }
      }
    }
  }

  .PopularAreaTitle {
    & input[type=checkbox] {
      transform: unset !important;
    }

    & label::before {
      top: 5px !important;
      width: 22px !important;
      height: 22px !important;
    }

    & label::after {
      top: 10px !important;
      left: 6px !important;
    }

    & .PopularAreaTitle_counter {
      margin-top: 3px;
      margin-left: 10px;
    }
  }
}

.p-searchSide {
  .PopularAreaInputs {
    background-color: inherit !important;
  }

  .PopularAreaInputContent {
    margin: 0 !important;

    &>div {
      font-size: inherit !important;
      margin: 0 !important;
      gap: 0 !important;
    }

    &>div:first-child {
      margin-bottom: 10px !important;
    }

    &>div:not(:first-child) {
      &>span {
        display: block;
        width: 95% !important;
        margin: 0 !important;
        margin-left: 5% !important;
      }
    }
  }
}

.PopularAreaInputContent {
  &>div:not(:first-child) {
    &>span {

      @media print,
      screen and (max-width: 1035px) {
        display: block;
        width: 75% !important;
        margin-left: 20% !important;
        font-size: max(min(2.2vw, 14px), 18px) !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
      }
    }
  }

  &.close {
    &>div:not(:first-child) {

      @media print,
      screen and (max-width: 1035px) {
        display: none;
      }
    }
  }
}

.PopularAreaInputs {
  width: 100%;
  background-color: #f7f7f7;

  &>div {
    width: 85%;
    margin: 0 auto;
    color: #707070;
    border-bottom: 1px solid #d3d0d0;
    padding-top: 15px;
    padding-bottom: 15px;

    &>div {
      display: flex;
      align-items: center;
    }

    &>div:first-child {
      gap: 20px;
      font-size: max(min(2.7vw, 18px), 18px);
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 10px;
    }

    &>div:first-child.SPPlus {

      @media print,
      screen and (max-width: 1035px) {
        &::before {
          content: "－";
          font-size: max(min(4vw, 20px), 30px);
          line-height: max(min(2.7vw, 18px), 20px);
          width: 20px;
          margin-bottom: 6px;
        }
      }
    }

    &>div:not(:first-child) {
      margin-left: 15px;
      gap: 10px;
      font-size: max(min(2vw, 15px), 14px);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;

      & span,
      & select {
        width: 30%;
        margin-top: 10px;
        margin-bottom: 10px;
        color: inherit;

        @media print,
        screen and (max-width: 1035px) {
          width: 45%;
          margin-top: 5px;
          margin-bottom: 5px;
        }
      }

      &.flex {
        width: 60%;

        @media print,
        screen and (max-width: 1035px) {
          width: 95%;

          & span,
          & select {
            width: 40%;
          }
        }

        justify-content: flex-start;
      }
    }

    &:last-child {
      border-bottom: none;
    }
  }

  & .sp-show {
    display: none;

    @media print,
    screen and (max-width: 1035px) {
      display: initial;
    }
  }

  & .pc-show {
    display: initial;

    @media print,
    screen and (max-width: 1035px) {
      display: none;
    }
  }

  & select {
    border: 1px solid #959292;
    border-radius: 2px;
    padding: 12px 0 12px 10px;
    text-align: left;
    background-image: url(../../front_assets/img/common/icon-arrow02.webp);
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 22px 34px;
    font-size: 1.1rem;
    line-height: 1.45455;
    color: #000;
  }

  &.DetailOption .close {

    @media print,
    screen and (max-width: 1035px) {

      &>div:first-child::before {
        content: "+";
      }

      &>div:not(:first-child) {
        display: none;
      }
    }
  }
}

.PopularArea_FloatingBar {
  position: sticky;
  bottom: 0;
  background-color: rgba(247, 247, 247, 0.9);
  border-top: 1px solid #b4b0b0;
  border-left: 1px solid #b4b0b0;
  border-right: 1px solid #b4b0b0;
  width: 50%;
  margin: 40px auto 0 auto;
  z-index: 10;

  @media print,
  screen and (max-width: 1035px) {
    bottom: 60px;
    border-left: none;
    border-right: none;
    width: 100%;
    margin: 0;
  }

  & .submit_area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    font-weight: bold;

    & button {
      width: min(40%, 150px);
      border-radius: 5px;
      border: 1px black solid;
      padding: 7px 0;
    }

    & button:first-child {
      background-color: #0d1844;
      color: white;
      margin-right: 10px;
    }

    &:last-child {
      padding-bottom: 20px;
    }
  }
}

.PopularArea_FloatingBar_Spacer {
  border-top: 1px solid #b4b0b0;
  height: 50px;
  width: 50%;
  margin: 0 auto;

  @media print,
  screen and (max-width: 1035px) {
    width: 100%;
  }
}

.PopularAreaTitle {

  @media print,
  screen and (max-width: 1035px) {
    font-size: max(min(2.2vw, 14px), 18px) !important;
    font-weight: normal;
  }

  width: 100%;
  display: flex;
  justify-content: space-between;

  & .PopularAreaTitle_counter::after {
    content: '▲';
    margin-left: 10px;
  }

  & .PopularAreaTitle_counter.close::after {
    content: '▼';
  }
}

/* index SNS*/
.l-top__line_link {
  background-image: url("../img/index/bg-sns.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1280 / 540;
  margin: 20px auto;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  @media print,
  screen and (max-width: 1035px) {
    background-image: unset;
    aspect-ratio: unset;
  }

  & .p-top-posts__header {

    @media print,
    screen and (max-width: 1035px) {
      background-image: url("../img/index/bg-sns.jpg");
      background-size: cover;
      background-position: center;
      aspect-ratio: 1280 / 540;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px;
    }

    & h2 {
      color: black;

      & div:nth-child(1) {
        font-size: 80px;
        font-weight: bold;
        line-height: 90px;

        @media print,
        screen and (max-width: 1035px) {
          font-size: 8.3vw;
          line-height: 10vw;
        }
      }

      & div:nth-child(2) {
        font-size: 13px;
        letter-spacing: 0.6em;
        margin-bottom: 20px;

        @media print,
        screen and (max-width: 1035px) {
          font-size: 2.5vw;
          letter-spacing: 0.2em;
        }
      }

      & div:nth-child(3) {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.2em;

        @media print,
        screen and (max-width: 1035px) {
          display: none;
        }
      }
    }

    border-bottom: none;
  }

  & .p-top-posts__contens {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

    & a {
      width: 42%;
    }

    @media print,
    screen and (max-width: 1035px) {
      flex-direction: column;
      align-items: center;

      & a:nth-child(1) {
        order: 2;
      }

      gap:15px;

      & a {
        width: 70%;
      }
    }
  }

  @media screen and (max-width: 1035px) {
    width: 100%;
  }

  & p {
    display: none;
    width: 50%;
    margin: 40px 10px 10px;
    letter-spacing: 0.2em;
    font-size: 1.6vw;

    & br {
      display: initial;
    }

    @media screen and (max-width: 1035px) {
      display: unset;
      width: 70%;
      margin-top: 20px;
      font-size: 3.6vw;

      & br {
        display: none;
      }
    }
  }
}


.p-cards-01 {
  grid-template-columns: repeat(4, 1fr);
}

@media print,
screen and (max-width: 1035px) {
  .l-top__exclusive .p-top-manshons__cards {
    margin-top: 0;
  }
}


.p-top-manshons {
  border-bottom: none;
}

.p-top-manshons__header--grey {
  background-color: #E8E4E4;
  color: #0F1640;
}

@media print,
screen and (max-width: 1035px) {
  .l-top__exclusive .p-top-manshons__cards {
    margin-top: 0;
  }
}

/* 240207追加分 exclulsive, exclusivesale */
.l-exclusive,
.l-exclusivesale {
  padding-top: 100px;
  background-color: #fff;
}

.p-exclusive__hero,
.p-exclusivesale__hero {
  height: 550px;
  background-size: cover;
}

.p-exclusive__hero {
  background-image: url(../img/exclusive/main-image.png);
  background-position: top;
}

.p-exclusivesale__hero {
  background-image: url(../img/exclusive/main-image--sale.png);
  background-position: left top;
}

.p-exclusive__inner,
.p-exclusivesale__inner {
  padding-top: 60px;
  padding-bottom: 112px;
}

.p-exclusive__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 40px;
  border-top: 1px dotted #a3a7b1;
  padding-top: 40px;
  margin-top: 40px;
}

.p-exclusive__card {
  padding-bottom: 24px;
  border-bottom: 1px dotted #a3a7b1;
}

.p-exclusive__card a {
  display: block;
  width: 100%;
  color: #000;
}

.p-exclusive__card img {
  aspect-ratio: 226 / 170;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgb(62 62 62 / 15%);
}

.p-exclusive__card .item-box {
  margin-top: 12px;
}

.p-exclusive__card .name {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.p-exclusive__card .detail {
  font-size: 1rem;
  line-height: 1.4;
  color: #7a7a7a;
}


.m-lead.p-exclusivesale__lead {
  padding-bottom: 0;
}

.p-exclusivesale__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 14px;
  row-gap: 15px;
  margin-top: 76px;
}

.p-exclusivesale__card {
  border: none;
  padding: 0;
  margin: 0;
}

.p-exclusivesale__card a {
  color: #000;
}

.p-exclusivesale__card .img {
  width: 100%;
  aspect-ratio: 191/132;
  border-radius: 2px;
  overflow: hidden;
}

.p-exclusivesale__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-exclusivesale__card .item-box {
  padding: 20px 5px;
}

.p-exclusivesale__card .name {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding-bottom: 12px;
  border-bottom: 1px solid #DED9D9;
}

.p-exclusivesale__card .detail {
  font-size: 14px;
  line-height: 1.4285714286;
  padding-top: 15px;
}

.p-exclusive .p-topRanking {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media print,
screen and (max-width: 1035px) {

  .l-exclusive,
  .l-exclusivesale {
    padding-top: 60px;
  }

  .p-exclusive__inner,
  .p-exclusivesale__inner {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .p-exclusive__cards {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 18px;
    row-gap: 0;
    margin-top: 24px;
    padding-top: 0;
  }

  .p-exclusive__card {
    width: 100%;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
  }

  .p-exclusive__card a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .p-exclusive__card .img {
    /* max-width: 160px;
    width: 100%; */
    box-shadow: none;
    width: 30%;
    margin-left: 4%;
    margin-bottom: 0;
  }

  .p-exclusive__card img {
    box-shadow: none;
    width: 100%;
    height: 75px;
    object-fit: cover;
  }

  .p-exclusive__card .item-box {
    width: 66%;
  }

  .p-exclusive__card .name {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333;
    margin-bottom: 0;
  }

  .p-exclusive__card .detail {
    width: 100%;
    display: block;
  }

  .p-exclusivesale__cards {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5px;
    row-gap: 9px;
    margin-top: 60px;
  }

  .p-exclusivesale__card .item-box {
    padding: 20px 5px;
  }

  .p-exclusivesale__card .name {
    font-size: 12px;
  }

  .p-exclusivesale__card .detail {
    padding-top: 5px;
    font-size: 10px;
  }
}

/* pickup */

.p-pickupContent {
  margin-top: 25px;
  padding-bottom: 60px;
}

.p-pickupContent .c-sub-title__sub {
  margin-top: 9px;
}

.p-pickup .p-pickupContent .list li .img {
  border: 6px solid #0D1945;
}

.p-pickup .p-pickupContent .list li .img img {
  width: 100%;
}

.p-bannars {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 33px;
  max-width: 920px;
  margin: 88px auto 0;
}

.p-bannar__body {
  display: flex;
}

.p-bannar__image {
  overflow: hidden;
  width: 50%;
}

.p-bannar__image img {
  aspect-ratio: 460 / 257;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-bannar__contents {
  background-color: #0D1945;
  padding: 25px;
  width: 50%;
  position: relative;
}

.p-bannar__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.p-bannar__text--main {
  font-size: 33px;
}

.p-bannar__text--sub {
  font-size: 16px;
}

.p-bannar__contact-contents {
  background-color: #0D1945;
  width: 50%;
  position: relative;
  padding: 60px 40px;
}

.p-bannar__contact-title {
  font-size: 26px;
  background-color: #DEDEDE;
  width: 50%;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-bannar__contact-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-bannar__contact {
  background-color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}

.p-bannar__contact-text {
  font-size: 18px;
  color: #1A2161;
}

.p-bannar__contact-icon {
  overflow: hidden;
}

.p-bannar__contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-bannar__contact-icon--mail img {
  aspect-ratio: 20 / 15;
}

.p-bannar__contact-icon--tel img {
  aspect-ratio: 15 / 20;
}

@media print,
screen and (max-width: 1035px) {
  .p-pickupContent {
    padding-bottom: 46px;
  }

  .p-bannars {
    margin-top: 40px;
    gap: 10px;
  }

  .p-bannar__image {
    width: calc(115 / 385 * 100%);
  }

  .p-bannar__image img {
    aspect-ratio: 115 / 73;
  }

  .p-bannar__body--contact {
    flex-direction: column;
    background-color: #0D1945;
    padding: 20px 8px 12px;
    gap: 18px;
  }

  .p-bannar__contents,
  .p-bannar__body--contact {
    position: relative;
  }

  .p-bannar__contents::before,
  .p-bannar__body--contact::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 7px;
    right: 7px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }

  .p-bannar__contact-title {
    background-color: #0D1945;
    width: 100%;
    color: #fff;
    font-size: 20px;
  }

  .p-bannar__contents {
    width: calc(270 / 385 * 100%);
    padding: 10px 24px;
  }

  .p-bannar__contact-contents {
    width: 100%;
    padding: 0;
  }

  .p-bannar__text-block {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .p-bannar__text--main {
    font-size: 25px;
  }

  .p-bannar__text--sub {
    font-size: 14px;
  }

  .p-bannar__contact {
    padding: 16px;
  }
}

/* sp-s用 */
@media print,
screen and (max-width: 420px) {
  .p-bannar__text--main {
    font-size: 21px;
  }
}

/* 9/20 表示崩れの改修のための応急処理 */
.p-bannar__image {
  aspect-ratio: 115 / 73;
  height: 100%;
}
@media print, screen and (max-width: 1035px) {
  .p-bannar__image {
      width: calc(154 / 385 * 100%);
      height: auto;
  }
}
.p-bannar__contents {
  display: flex;
  justify-content: center;
}
.p-bannar__contact-icon img {
  height: auto;
}
