@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
:root {
  --ff-cormo: "Cormorant", serif;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::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;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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 */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

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

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

/* 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 */
}

::-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 */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # 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;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  background: url("../img/bg-main.png") repeat-y center top/100% auto;
  font-family: "游明朝", "YuMincho", "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", "Times New Roman", Times, serif;
}

img {
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

.l-wrapper {
  overflow-x: hidden;
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

@media only screen and (max-width: 768px) {
  .l-header-logo img {
    width: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-logo img {
    width: min(76px, 5.2777777778vw);
  }
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .l-header-inner {
    padding: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-inner {
    padding: min(30px, 2.0833333333vw);
  }
}

@media print, screen and (min-width: 769px) {
  .l-main {
    padding-top: min(9px, 0.625vw);
  }
}

.l-footer {
  background: url("../img/img-footer.png") no-repeat center bottom/cover;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding-block: 25.3333333333vw 6.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    padding-block: min(190px, 13.1944444444vw) min(52px, 3.6111111111vw);
  }
}

.l-footer-catch {
  letter-spacing: 0.33em;
  line-height: 1.583;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .l-footer-catch {
    font-size: 4.2666666667vw;
    margin: 0 auto 33.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-catch {
    font-size: min(24px, 1.6666666667vw);
    margin: 0 auto min(250px, 17.3611111111vw);
  }
}

.l-footer-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-footer-banners {
    -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;
    gap: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-banners {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(25px, 1.7361111111vw);
    margin-bottom: min(40px, 2.7777777778vw);
  }
}
.l-footer-banners a {
  background: #fff url("../img/icon-newwin.png") no-repeat right min(22px, 1.5277777778vw) center/min(19px, 1.3194444444vw) auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
@media only screen and (max-width: 768px) {
  .l-footer-banners a {
    background-position: right 4vw center;
    background-size: 4vw auto;
    height: 26.6666666667vw;
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-banners a {
    height: min(100px, 6.9444444444vw);
    width: min(276px, 19.1666666667vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-banners li:first-child img, .l-footer-banners li:nth-child(2) img {
    width: 32vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-banners li:first-child img, .l-footer-banners li:nth-child(2) img {
    width: min(127px, 8.8194444444vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-banners li:nth-child(3) img {
    width: 32vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-banners li:nth-child(3) img {
    width: min(134px, 9.3055555556vw);
  }
}
.l-footer-banners li:nth-child(3) .l-footer-banner-name {
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .l-footer-banner-name {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-banner-name {
    font-size: min(12px, 0.8333333333vw);
  }
}

.l-footer-copyright {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer-copyright {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-copyright {
    font-size: min(12px, 0.8333333333vw);
  }
}

.l-overlay {
  background: rgba(255, 255, 255, 0.95);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.l-overlay a {
  background: url("../img/btn-close.png") no-repeat left top/cover;
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: -200px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .l-overlay a {
    height: 6.4vw;
    right: 6.1333333333vw;
    top: 7.0666666667vw;
    width: 8.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-overlay a {
    height: min(24px, 1.6666666667vw);
    right: min(46px, 3.1944444444vw);
    top: min(53px, 3.6805555556vw);
    width: min(33px, 2.2916666667vw);
  }
}

.c-ttl01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-ttl01-ja {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .c-ttl01-ja {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01-ja {
    font-size: min(20px, 1.3888888889vw);
  }
}

.c-ttl01-en {
  font-family: var(--ff-cormo);
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .c-ttl01-en {
    font-size: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01-en {
    font-size: min(120px, 8.3333333333vw);
  }
}

@media print, screen and (min-width: 769px) {
  .c-box {
    margin-inline: auto;
    max-width: 1440px;
    width: 100%;
  }
}

.p-mv {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-mv {
    height: 70vh;
    margin-bottom: 40vw;
    padding-block: 18.6666666667vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv {
    height: min(1051px, 72.9861111111vw);
    margin-bottom: min(303px, 21.0416666667vw);
    padding-block: min(87px, 6.0416666667vw) min(59px, 4.0972222222vw);
  }
}
.p-mv h1 {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-mv h1 {
    top: 41%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv h1 img {
    width: 93.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv h1 img {
    width: min(1020px, 70.8333333333vw);
  }
}

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

.p-mv-image {
  --speed: 120;
}
@media only screen and (max-width: 768px) {
  .p-mv-image img {
    width: 533.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv-image img {
    width: min(4317px, 299.7916666667vw);
  }
}
.p-mv-image:first-child {
  -webkit-animation: loop calc(var(--speed) * 1s) calc(var(--speed) / 2 * -1s) linear infinite;
          animation: loop calc(var(--speed) * 1s) calc(var(--speed) / 2 * -1s) linear infinite;
}
.p-mv-image:last-child {
  -webkit-animation: loop2 calc(var(--speed) * 1s) linear infinite;
          animation: loop2 calc(var(--speed) * 1s) linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-mv-scroll {
  background: url("../img/icon-scroll.png") no-repeat left center/min(24px, 1.6666666667vw) auto;
  font-family: var(--ff-cormo);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-mv-scroll {
    background-size: 6.4vw auto;
    bottom: -17.3333333333vw;
    font-size: 3.7333333333vw;
    padding-left: 9.6vw;
    right: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv-scroll {
    bottom: 0;
    font-size: min(14px, 0.9722222222vw);
    padding-left: min(36px, 2.5vw);
    right: min(38px, 2.6388888889vw);
  }
}

.p-catch {
  letter-spacing: 0.3em;
  line-height: 1.857;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .p-catch {
    font-size: 5.3333333333vw;
    margin: 0 auto 26.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-catch {
    font-size: min(28px, 1.9444444444vw);
    margin: 0 auto min(118px, 8.1944444444vw);
  }
}
.p-catch span {
  text-combine-upright: all;
}

.p-about {
  background: url("../img/img-about.png") no-repeat left bottom/100% auto;
}
@media only screen and (max-width: 768px) {
  .p-about {
    margin-bottom: 18.6666666667vw;
    padding-block: 21.3333333333vw 40vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about {
    margin-bottom: min(147px, 10.2083333333vw);
    padding-block: min(133px, 9.2361111111vw) min(308px, 21.3888888889vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-about .c-ttl01 {
    margin-bottom: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about .c-ttl01 {
    margin-bottom: min(70px, 4.8611111111vw);
  }
}
.p-about .c-box {
  position: relative;
}

.p-about-image01 {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-about-image01 {
    display: none;
    right: -5.6vw;
    top: -2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-image01 {
    right: max(-42px, -2.9166666667vw);
    top: max(-20px, -1.3888888889vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-about-image01 img {
    width: 49.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-image01 img {
    width: min(372px, 25.8333333333vw);
  }
}

.p-about-image02 {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-about-image02 {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-image02 {
    left: max(-57px, -3.9583333333vw);
    top: min(320px, 22.2222222222vw);
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-image02 img {
    width: min(267px, 18.5416666667vw);
  }
}

.p-about-image03 {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-about-image03 {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-image03 {
    left: min(113px, 7.8472222222vw);
    top: min(580px, 40.2777777778vw);
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-image03 img {
    width: min(148px, 10.2777777778vw);
  }
}

.p-about-inner {
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .p-about-inner {
    width: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-inner {
    width: min(600px, 41.6666666667vw);
  }
}

.p-about-text {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-about-text {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-text {
    font-size: min(18px, 1.25vw);
    line-height: 2.666;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-text + .p-about-text {
    margin-top: 1.6em;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-text + .p-about-text {
    margin-top: 2.666em;
  }
}

.p-about-logo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-about-logo {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-logo {
    margin-top: min(44px, 3.0555555556vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-about-logo img {
    width: 34.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-about-logo img {
    width: min(260px, 18.0555555556vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-group {
    margin-bottom: 29.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group {
    margin-bottom: min(204px, 14.1666666667vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-group .c-ttl01 {
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group .c-ttl01 {
    margin-bottom: min(50px, 3.4722222222vw);
  }
}

.p-group-main {
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-group-main {
    aspect-ratio: 1/1;
    background-position: center 29.7333333333vw;
    background-size: 100% auto;
    width: 93.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-main {
    background: url("../img/bg-group.png") no-repeat center min(223px, 15.4861111111vw)/min(386px, 26.8055555556vw) auto;
    height: min(653px, 45.3472222222vw);
    width: min(816px, 56.6666666667vw);
  }
}

.p-group-item {
  position: absolute;
}
.p-group-item:first-child {
  left: 50%;
  top: 0;
  translate: -50%;
}
@media only screen and (max-width: 768px) {
  .p-group-item:first-child .p-group-logo img {
    width: 22.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-item:first-child .p-group-logo img {
    width: min(172px, 11.9444444444vw);
  }
}
.p-group-item:nth-child(2) {
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .p-group-item:nth-child(2) .p-group-logo img {
    width: 22.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-item:nth-child(2) .p-group-logo img {
    width: min(172px, 11.9444444444vw);
  }
}
.p-group-item:nth-child(3) {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .p-group-item:nth-child(3) .p-group-logo img {
    width: 25.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-item:nth-child(3) .p-group-logo img {
    width: min(189px, 13.125vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-group-item:nth-child(3) .p-group-body {
    padding-top: 11.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-item:nth-child(3) .p-group-body {
    padding-top: min(84px, 5.8333333333vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-group-item:nth-child(3) .p-group-logo {
    margin-bottom: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-item:nth-child(3) .p-group-logo {
    margin-bottom: min(14px, 0.9722222222vw);
  }
}

.p-group-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-group-body {
    height: 36vw;
    margin-bottom: 2vw;
    padding-top: 15.2vw;
    width: 36vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-body {
    height: min(271px, 18.8194444444vw);
    margin-bottom: 15px;
    padding-top: min(114px, 7.9166666667vw);
    width: min(271px, 18.8194444444vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-group-logo {
    margin-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-logo {
    margin-bottom: min(19px, 1.3194444444vw);
  }
}

.p-group-name {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-group-name {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-name {
    font-size: min(18px, 1.25vw);
  }
}

.p-group-button {
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-group-button {
    right: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-button {
    right: min(9px, 0.625vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-group-button img {
    width: 8.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-button img {
    width: min(65px, 4.5138888889vw);
  }
}

.p-group-link {
  text-align: center;
}
.p-group-link a {
  background: url("../img/icon-newwin.png") no-repeat left center/min(20px, 1.3888888889vw) auto;
  display: inline-block;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-group-link a {
    background-size: 4vw;
    font-size: 3.7333333333vw;
    padding-left: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-group-link a {
    font-size: min(18px, 1.25vw);
    padding-left: min(31px, 2.1527777778vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-service {
    margin-bottom: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service {
    margin-bottom: min(190px, 13.1944444444vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-service .c-ttl01 {
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service .c-ttl01 {
    margin-bottom: min(47px, 3.2638888889vw);
  }
}

.p-service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .p-service-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13.3333333333vw;
    width: 80vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: min(1127px, 78.2638888889vw);
  }
}

@media print, screen and (min-width: 769px) {
  .p-service-item {
    width: min(335px, 23.2638888889vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-service-item:first-child .p-service-pict {
    bottom: -6.9333333333vw;
    right: -16.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-item:first-child .p-service-pict {
    bottom: max(-52px, -3.6111111111vw);
    right: max(-126px, -8.75vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-service-item:first-child .p-service-pict img {
    width: 43.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-item:first-child .p-service-pict img {
    width: min(323px, 22.4305555556vw);
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-item:nth-child(2) {
    width: min(365px, 25.3472222222vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-service-item:nth-child(2) .p-service-pict {
    bottom: -5.3333333333vw;
    right: -8.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-item:nth-child(2) .p-service-pict {
    bottom: max(-40px, -2.7777777778vw);
    right: max(-67px, -4.6527777778vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-service-item:nth-child(2) .p-service-pict img {
    width: 33.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-item:nth-child(2) .p-service-pict img {
    width: min(251px, 17.4305555556vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-service-item:nth-child(3) .p-service-pict {
    bottom: 0.4vw;
    right: -5.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-item:nth-child(3) .p-service-pict {
    bottom: min(3px, 0.2083333333vw);
    right: max(-41px, -2.8472222222vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-service-item:nth-child(3) .p-service-pict img {
    width: 39.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-item:nth-child(3) .p-service-pict img {
    width: min(293px, 20.3472222222vw);
  }
}

.p-service-num {
  line-height: 1;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-num {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-num {
    font-size: min(23px, 1.5972222222vw);
    margin-bottom: min(35px, 2.4305555556vw);
  }
}
.p-service-num::after {
  background: #707070;
  content: "";
  display: block;
  left: 50%;
  margin-left: 1px;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 768px) {
  .p-service-num::after {
    bottom: -5.3333333333vw;
    height: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-num::after {
    bottom: max(-27px, -1.875vw);
    height: min(20px, 1.3888888889vw);
  }
}

.p-service-heading {
  font-weight: 400;
  letter-spacing: 0.8em;
  margin-block: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .p-service-heading {
    font-size: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-heading {
    font-size: min(40px, 2.7777777778vw);
  }
}

.p-service-image {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-service-image {
    margin: 0 auto 2vw;
    width: 48vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-image {
    margin: 0 auto min(30px, 2.0833333333vw);
    width: min(335px, 23.2638888889vw);
  }
}
.p-service-image img {
  width: 100%;
}

.p-service-pict {
  position: absolute;
}

.p-service-text {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-service-text {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-service-text {
    font-size: min(20px, 1.3888888889vw);
  }
}

.p-image {
  background: url("../img/img-middle.png") no-repeat center center/cover;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .p-image {
    height: 80vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-image {
    height: min(570px, 39.5833333333vw);
  }
}

.p-anniversary {
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-anniversary {
    padding-block: 20vw 21.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-anniversary {
    padding-block: min(150px, 10.4166666667vw) min(165px, 11.4583333333vw);
  }
}
.p-anniversary::before {
  background: url("../img/bottom-copy.png") no-repeat left top/cover;
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-anniversary::before {
    height: 31.3333333333vw;
    left: 8vw;
    top: -9.3333333333vw;
    width: 274.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-anniversary::before {
    height: min(235px, 16.3194444444vw);
    left: 50%;
    -webkit-transform: translate(max(-710px, -49.3055555556vw));
            transform: translate(max(-710px, -49.3055555556vw));
    top: max(-70px, -4.8611111111vw);
    width: min(2058px, 142.9166666667vw);
  }
}

.p-anniversary-title {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .p-anniversary-title {
    font-size: 8vw;
    margin: 0 auto 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-anniversary-title {
    font-size: min(48px, 3.3333333333vw);
    margin: 0 auto min(75px, 5.2083333333vw);
  }
}
.p-anniversary-title::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-anniversary-inner {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .p-anniversary-inner {
    width: min(960px, 66.6666666667vw);
  }
}

.p-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-logo {
    -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;
    gap: 6.6666666667vw;
    margin-bottom: 14.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-logo {
    gap: min(77px, 5.3472222222vw);
    margin-bottom: min(112px, 7.7777777778vw);
    padding-left: min(116px, 8.0555555556vw);
  }
}

.p-logo-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-logo-image img {
    width: 53.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-logo-image img {
    width: min(241px, 16.7361111111vw);
  }
}

@media print, screen and (min-width: 769px) {
  .p-logo-detail {
    padding-top: min(22px, 1.5277777778vw);
  }
}

.p-logo-list {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, sans-serif;
}
.p-logo-list li {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
@media only screen and (max-width: 768px) {
  .p-logo-list li {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-logo-list li {
    font-size: min(20px, 1.3888888889vw);
  }
}

.p-logo-text {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-logo-text {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-logo-text {
    font-size: min(16px, 1.1111111111vw);
    margin-top: min(15px, 1.0416666667vw);
  }
}

.p-chara {
  border: 1px dashed #000;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, sans-serif;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-chara {
    margin: 0 auto;
    padding: 6.6666666667vw;
    width: 90.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-chara {
    padding: min(104px, 7.2222222222vw) min(25px, 1.7361111111vw) min(62px, 4.3055555556vw) min(51px, 3.5416666667vw);
  }
}

.p-chara-title {
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-chara-title {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-chara-title {
    font-size: min(28px, 1.9444444444vw);
    left: 50%;
    line-height: 1.714;
    position: absolute;
    top: min(30px, 2.0833333333vw);
    translate: -50%;
  }
}

@media print, screen and (min-width: 769px) {
  .p-chara-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(15px, 1.0416666667vw);
  }
}

.p-chara-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-chara-image {
    margin-bottom: 8vw;
    width: 76.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-chara-image {
    width: min(231px, 16.0416666667vw);
  }
}
.p-chara-image img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .p-chara-detail {
    padding-top: min(47px, 3.2638888889vw);
  }
}

.p-chara-text {
  letter-spacing: 0.1em;
  line-height: 1.625;
}
@media only screen and (max-width: 768px) {
  .p-chara-text {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-chara-text {
    font-size: min(16px, 1.1111111111vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-chara-list {
    margin-block: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-chara-list {
    margin-block: min(14px, 0.9722222222vw);
  }
}
.p-chara-list li {
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-chara-list li {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-chara-list li {
    font-size: min(18px, 1.25vw);
  }
}

.p-history {
  background: #000 url("../img/bg-history.png") no-repeat left top/cover;
}
@media only screen and (max-width: 768px) {
  .p-history {
    margin-bottom: 20vw;
    padding-block: 22.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history {
    height: min(1254px, 87.0833333333vw);
    margin-bottom: min(150px, 10.4166666667vw);
    padding-top: min(170px, 11.8055555556vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-history-main {
    padding-left: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-main {
    margin-inline: auto;
    width: min(1280px, 88.8888888889vw);
  }
}

.p-history-title-ja {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-history-title-ja {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-title-ja {
    font-size: min(20px, 1.3888888889vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-history-title-main {
    margin-bottom: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-title-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(55px, 3.8194444444vw);
    margin-bottom: min(63px, 4.375vw);
  }
}

.p-history-title-en {
  color: #fff;
  font-family: var(--ff-cormo);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-history-title-en {
    font-size: 16vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-title-en {
    font-size: min(120px, 8.3333333333vw);
    line-height: 1.2;
  }
}

.p-history-lead {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-history-lead {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-lead {
    font-size: min(16px, 1.1111111111vw);
  }
}

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

.p-history-slide {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-history-slide {
    padding-right: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide {
    padding-right: min(52px, 3.6111111111vw);
  }
}

.p-history-slide-inner {
  position: relative;
}

.p-history-slide01 .p-history-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-history-slide01 .p-history-slide-inner {
    padding-left: 10.8vw;
    padding-top: 14.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide01 .p-history-slide-inner {
    padding-left: min(81px, 5.625vw);
    padding-top: min(107px, 7.4305555556vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-history-slide02 {
    padding-top: 25.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide02 {
    padding-top: min(190px, 13.1944444444vw);
  }
}
.p-history-slide02 .p-history-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-history-slide02 .p-history-slide-inner {
    padding-left: 8.5333333333vw;
    padding-top: 15.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide02 .p-history-slide-inner {
    padding-left: min(64px, 4.4444444444vw);
    padding-top: min(118px, 8.1944444444vw);
  }
}

.p-history-slide03 .p-history-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-history-slide03 .p-history-slide-inner {
    padding-left: 10.8vw;
    padding-top: 13.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide03 .p-history-slide-inner {
    padding-left: min(81px, 5.625vw);
    padding-top: min(104px, 7.2222222222vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-history-slide04 {
    padding-top: 25.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide04 {
    padding-top: min(190px, 13.1944444444vw);
  }
}
.p-history-slide04 .p-history-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-history-slide04 .p-history-slide-inner {
    padding-left: 8.5333333333vw;
    padding-top: 15.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide04 .p-history-slide-inner {
    padding-left: min(64px, 4.4444444444vw);
    padding-top: min(118px, 8.1944444444vw);
  }
}

.p-history-slide05 .p-history-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-history-slide05 .p-history-slide-inner {
    padding-left: 10.8vw;
    padding-top: 13.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide05 .p-history-slide-inner {
    padding-left: min(81px, 5.625vw);
    padding-top: min(104px, 7.2222222222vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-history-slide06 {
    padding-top: 25.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide06 {
    padding-top: min(190px, 13.1944444444vw);
  }
}
.p-history-slide06 .p-history-slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-history-slide06 .p-history-slide-inner {
    padding-left: 8.5333333333vw;
    padding-top: 15.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-slide06 .p-history-slide-inner {
    padding-left: min(64px, 4.4444444444vw);
    padding-top: min(118px, 8.1944444444vw);
  }
}

.p-history-year {
  left: 0;
  position: absolute;
  top: 0;
}
.p-history-year img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .p-history-year img {
    height: 19.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-year img {
    height: min(146px, 10.1388888889vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-history-image {
    width: 58.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-image {
    width: min(440px, 30.5555555556vw);
  }
}
.p-history-image img {
  width: 100%;
}

.p-history-heading {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .p-history-heading {
    font-size: 4.8vw;
    padding-top: 2.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-heading {
    font-size: min(36px, 2.5vw);
    padding-top: min(21px, 1.4583333333vw);
  }
}
.p-history-heading::before {
  border: 1px solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  translate: -50%;
}
@media only screen and (max-width: 768px) {
  .p-history-heading::before {
    height: 1.0666666667vw;
    width: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-history-heading::before {
    height: min(8px, 0.5555555556vw);
    width: min(8px, 0.5555555556vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-project {
    margin-bottom: 40vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-project {
    margin-bottom: min(330px, 22.9166666667vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-project .c-ttl01 {
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-project .c-ttl01 {
    margin-bottom: min(50px, 3.4722222222vw);
  }
}

.p-project-item {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .p-project-item {
    margin-top: 13.3333333333vw;
    padding-inline: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-project-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: min(100px, 6.9444444444vw);
  }
}
.p-project-item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  .p-project-item:first-child {
    gap: min(63px, 4.375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .p-project-item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: min(76px, 5.2777777778vw);
  }
}
@media print, screen and (min-width: 769px) {
  .p-project-item:nth-child(3) {
    gap: min(52px, 3.6111111111vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-project-image {
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-project-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: min(614px, 42.6388888889vw);
  }
}
.p-project-image img {
  height: auto;
  width: 100%;
}

.p-project-cat {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-project-cat {
    font-size: 4.8vw;
    gap: 1.6vw;
    margin-bottom: 2.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-project-cat {
    font-size: min(24px, 1.6666666667vw);
    gap: min(12px, 0.8333333333vw);
    margin-bottom: min(18px, 1.25vw);
  }
}
.p-project-cat span {
  border: 1px solid #000;
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  letter-spacing: 0.1em;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .p-project-cat span {
    font-size: 3.2vw;
    height: 8vw;
    width: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-project-cat span {
    font-size: min(12px, 0.8333333333vw);
    height: min(30px, 2.0833333333vw);
    width: min(30px, 2.0833333333vw);
  }
}

.p-project-type {
  background: #fff;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .p-project-type {
    font-size: 4vw;
    line-height: 1.42;
    margin-bottom: 4vw;
    padding: 1.3333333333vw 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-project-type {
    font-size: min(30px, 2.0833333333vw);
    line-height: 1.53;
    margin-bottom: min(35px, 2.4305555556vw);
    padding: min(10px, 0.6944444444vw) min(16px, 1.1111111111vw);
  }
}

.p-project-list li {
  letter-spacing: 0.1em;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .p-project-list li {
    font-size: 4vw;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 769px) {
  .p-project-list li {
    font-size: min(20px, 1.3888888889vw);
    line-height: 2;
  }
}

.p-future {
  background: url("../img/bg-future.jpg") no-repeat left top/100% auto;
}
@media only screen and (max-width: 768px) {
  .p-future {
    background-position: center top;
    background-size: cover;
    height: 160vw;
    padding-top: 40vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-future {
    height: min(1185px, 82.2916666667vw);
    padding-top: min(300px, 20.8333333333vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-future .c-ttl01 {
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-future .c-ttl01 {
    margin-bottom: min(60px, 4.1666666667vw);
  }
}

.p-future-texts {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .p-future-texts {
    gap: 8vw;
    padding-inline: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-future-texts {
    gap: min(50px, 3.4722222222vw);
  }
}
.p-future-texts p {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-future-texts p {
    font-size: 3.7333333333vw;
    line-height: 2;
    padding-inline: 2.6666666667vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .p-future-texts p {
    font-size: min(28px, 1.9444444444vw);
    line-height: 2.14;
    padding-inline: min(28px, 1.9444444444vw);
  }
}

.p-modal {
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  translate: -50% -50%;
  z-index: 10001;
}
@media only screen and (max-width: 768px) {
  .p-modal {
    padding-inline: 8vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal {
    width: 800px;
  }
}

@media only screen and (max-width: 768px) {
  #Modal01 img {
    width: 42.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #Modal01 img {
    width: min(172px, 11.9444444444vw);
  }
}

@media only screen and (max-width: 768px) {
  #Modal02 img {
    width: 42.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #Modal02 img {
    width: min(172px, 11.9444444444vw);
  }
}

@media only screen and (max-width: 768px) {
  #Modal03 img {
    width: 45.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #Modal03 img {
    width: min(189px, 13.125vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-modal-logo {
    margin: 0 auto 4vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-logo {
    margin-bottom: min(20px, 1.3888888889vw);
    text-align: center;
  }
}

.p-modal-company {
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-modal-company {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-company {
    font-size: min(18px, 1.25vw);
    margin-bottom: min(50px, 3.4722222222vw);
  }
}

.p-modal-text {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-modal-text {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 2;
  }
}

.p-modal-link {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-modal-link {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-link {
    margin-top: min(60px, 4.1666666667vw);
  }
}
.p-modal-link a {
  background: url("../img/icon-newwin.png") no-repeat left center/min(19px, 1.3194444444vw) auto;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-modal-link a {
    background-size: 4vw auto;
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-link a {
    font-size: min(18px, 1.25vw);
    padding-left: min(30px, 2.0833333333vw);
  }
}

/* display */
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}