@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
}

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

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 */
  text-decoration: none;
}

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

i {
  font-style: normal;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

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

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

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

hr {
  border: none;
}

/* 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 {
  padding: 0;
  border-style: 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,
[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 */
legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
}

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

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

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* 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 */
  text-shadow: none;
  color: #ffffff;
}

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

/* 共通スタイル定設
-----------------------------------------------------------------*/
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1;
}
html.scrollLock,
body.scrollLock {
  overflow: hidden;
}
html background,
body background {
  color: #f8f8f8;
}

body {
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  body {
    content: "landscape";
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  body {
    content: "portrait";
  }
}
body[data-page=end-planning] {
  background-color: #f6f6f6;
}

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

img {
  width: 100%;
}

button,
input[type=button] {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.defs {
  display: none;
  overflow: hidden;
  width: 0;
  height: 0;
}

.ht {
  display: none;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dn-landscape {
    display: none !important;
  }
}

/*--------------------------------
 c-table
--------------------------------*/
.c-table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-table {
    border-spacing: 2px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-table {
    border-spacing: 1px;
  }
}

.c-table_groupLabel {
  position: relative;
  padding: 0;
  vertical-align: middle;
}

.c-table_groupLabelText {
  position: absolute;
  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-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
  inset: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableGroupLabel-total .c-table_groupLabelText {
    font-size: 12px;
  }
}

.c-table_headerGroup {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-table_headerGroup {
    height: 38px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-table_headerGroup {
    height: 23px;
  }
}

.c-table_header {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-table_header {
    height: 38px;
    padding: 12px 10px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-table_header {
    height: 28px;
    padding: 6px 5px;
    font-size: 11px;
  }
}

.c-table_data {
  height: 44px;
  padding: 12px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: right;
  vertical-align: middle;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-table_data {
    height: 44px;
    padding: 12px 10px;
    font-size: 13px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-table_data {
    height: 30px;
    padding: 7px 10px;
    font-size: 12px;
  }
}

.c-table_data-tall {
  height: 64px;
}

.c-table_data-top {
  text-align: center;
}

.c-table_data-center {
  text-align: center;
}

.c-table_data-emphasis {
  font-weight: 500;
  letter-spacing: 0.05em;
}

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

/*--------------------------------
 c-hover
--------------------------------*/
.c-hoverImageLink {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-hoverImageLink:hover {
  opacity: 0.8;
}

.c-hoverImageScale {
  --c-hover-image-scale: 1.06;
}

.c-hoverImageScale_image {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover) {
  .c-hoverImageScale:hover .c-hoverImageScale_image {
    -webkit-transform: scale(var(--c-hover-image-scale));
    -ms-transform: scale(var(--c-hover-image-scale));
    transform: scale(var(--c-hover-image-scale));
  }
}
.c-hoverImageScale:hover .c-hoverImageScale_image:focus-visible .c-hoverImageScale_image {
  -webkit-transform: scale(var(--c-hover-image-scale));
  -ms-transform: scale(var(--c-hover-image-scale));
  transform: scale(var(--c-hover-image-scale));
}

.c-hoverArrowButton {
  position: relative;
  overflow: hidden;
  --c-hover-arrow-button-text-translate: 10px;
  --c-hover-arrow-button-icon-out-translate: 12px;
  --c-hover-arrow-button-icon-in-translate: -12px;
}

.c-hoverArrowButton_text {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-hoverArrowButton_arrow {
  z-index: 1;
  overflow: hidden;
}

.c-hoverArrowButton_arrowIcon {
  display: block;
}

@-webkit-keyframes c-hoverArrowButtonIcon {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45% {
    opacity: 0;
    -webkit-transform: translateX(var(--c-hover-arrow-button-icon-out-translate));
    transform: translateX(var(--c-hover-arrow-button-icon-out-translate));
  }
  46% {
    opacity: 0;
    -webkit-transform: translateX(var(--c-hover-arrow-button-icon-in-translate));
    transform: translateX(var(--c-hover-arrow-button-icon-in-translate));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes c-hoverArrowButtonIcon {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45% {
    opacity: 0;
    -webkit-transform: translateX(var(--c-hover-arrow-button-icon-out-translate));
    transform: translateX(var(--c-hover-arrow-button-icon-out-translate));
  }
  46% {
    opacity: 0;
    -webkit-transform: translateX(var(--c-hover-arrow-button-icon-in-translate));
    transform: translateX(var(--c-hover-arrow-button-icon-in-translate));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (hover) {
  .c-hoverArrowButton:hover .c-hoverArrowButton_text {
    -webkit-transform: translateX(var(--c-hover-arrow-button-text-translate));
    -ms-transform: translateX(var(--c-hover-arrow-button-text-translate));
    transform: translateX(var(--c-hover-arrow-button-text-translate));
  }
}

@media (hover) {
  .c-hoverArrowButton:hover .c-hoverArrowButton_arrowIcon {
    -webkit-animation: c-hoverArrowButtonIcon 0.45s cubic-bezier(0.4, 0, 0.2, 1) both;
    animation: c-hoverArrowButtonIcon 0.45s cubic-bezier(0.4, 0, 0.2, 1) both;
  }
}
.c-hoverArrowButton:hover .c-hoverArrowButton_arrowIcon:focus-visible .c-hoverArrowButton_text {
  -webkit-transform: translateX(var(--c-hover-arrow-button-text-translate));
  -ms-transform: translateX(var(--c-hover-arrow-button-text-translate));
  transform: translateX(var(--c-hover-arrow-button-text-translate));
}
.c-hoverArrowButton:hover .c-hoverArrowButton_arrowIcon:focus-visible .c-hoverArrowButton_arrowIcon {
  -webkit-animation: c-hoverArrowButtonIcon 0.45s cubic-bezier(0.4, 0, 0.2, 1) both;
  animation: c-hoverArrowButtonIcon 0.45s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/*--------------------------------
 c-sectionHeading
--------------------------------*/
.c-sectionHeading {
  max-width: 904px;
  margin: 0 auto;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-sectionHeading {
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.c-sectionHeading_label {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-sectionHeading_label {
    width: 88px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-sectionHeading_label {
    width: 60px;
  }
}

.c-sectionHeading_titleWrap {
  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;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-sectionHeading_titleWrap {
    margin-top: 41px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-sectionHeading_titleWrap {
    margin-top: 24px;
  }
}

.c-sectionHeading_title {
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-sectionHeading_title {
    font-size: 34px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-sectionHeading_title {
    font-size: 26px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-sectionHeading_title-multiline {
    line-height: 1.5;
  }
}

.c-sectionHeading_description {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-sectionHeading_description {
    margin-top: 38px;
    font-size: 14px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-sectionHeading_description {
    margin-top: 24px;
    font-size: 13px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-sectionHeading_description-tight {
    margin-top: 35px;
  }
}

.c-sectionHeading-light .c-sectionHeading_title,
.c-sectionHeading-light .c-sectionHeading_description {
  color: #ffffff;
}

/*--------------------------------
 c-arrowButton
--------------------------------*/
.c-arrowButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-arrowButton {
    width: 79px;
    height: 164px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-arrowButton {
    width: 44px;
    height: 68px;
  }
}

.c-arrowButton-gray {
  background-color: #ededed;
}

.c-arrowButton_icon {
  width: 15px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-arrowButton_icon {
    width: 12px;
  }
}

/*--------------------------------
 c-linkButton
--------------------------------*/
.c-linkButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  text-decoration: none;
}

.c-linkButton-border {
  border: 1px solid #838383;
}

.c-linkButton-dark {
  background-color: #000000;
}

.c-linkButton_text {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .c-linkButton_text {
    font-size: 16px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .c-linkButton_text {
    font-size: 13px;
  }
}

.c-linkButton_arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  border-radius: 4px;
  background-color: #ededed;
}

.c-linkButton_arrow-white {
  background-color: #ffffff;
}

.c-linkButton_arrowIcon {
  width: 12px;
}

.wrapper {
  overflow: clip;
}

/*--------------------------------
 MV
--------------------------------*/
.mainVisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100svh;
}

.mainVisual_background {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  inset: 0;
  --mainVisualSlideInterval: 3s;
  --mainVisualFadeDuration: 0.8s;
  --mainVisualZoomDuration: calc(var(--mainVisualSlideInterval) + var(--mainVisualFadeDuration));
}
.mainVisual_background::before {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
}

.mainVisual_backgroundSlide {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity var(--mainVisualFadeDuration) ease;
  transition: opacity var(--mainVisualFadeDuration) ease;
  inset: 0;
  will-change: opacity;
}
@media (prefers-reduced-motion: reduce) {
  .mainVisual_backgroundSlide {
    -webkit-transition: none;
    transition: none;
  }
}
.mainVisual_backgroundSlide.is-active {
  z-index: 1;
  opacity: 1;
}
.mainVisual_backgroundSlide.is-leaving {
  z-index: 1;
}
.mainVisual_backgroundSlide.is-active .mainVisual_backgroundImage, .mainVisual_backgroundSlide.is-leaving .mainVisual_backgroundImage {
  -webkit-animation: mainVisualBackgroundZoom var(--mainVisualZoomDuration) linear forwards;
  animation: mainVisualBackgroundZoom var(--mainVisualZoomDuration) linear forwards;
}
@media (prefers-reduced-motion: reduce) {
  .mainVisual_backgroundSlide.is-active .mainVisual_backgroundImage, .mainVisual_backgroundSlide.is-leaving .mainVisual_backgroundImage {
    -webkit-animation: none;
    animation: none;
  }
}

.mainVisual_backgroundPicture {
  display: block;
  width: 100%;
  height: 100%;
}

.mainVisual_backgroundImage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes mainVisualBackgroundZoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

@keyframes mainVisualBackgroundZoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
.mainVisual_catchCopy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mainVisual_catchCopy {
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.mainVisual_catchCopyEnglish {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-align: center;
  color: #ffffff;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mainVisual_catchCopyEnglish {
    font-size: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .mainVisual_catchCopyEnglish {
    font-size: 14px;
  }
}

.mainVisual_catchCopyJapanese {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .mainVisual_catchCopyJapanese {
    margin-top: 27px;
    font-size: 32px;
    letter-spacing: 0.2em;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .mainVisual_catchCopyJapanese {
    margin-top: 41px;
    font-size: 54px;
    letter-spacing: 0.4em;
  }
}

/*--------------------------------
 INTRO
--------------------------------*/
.introduction {
  width: 100%;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .introduction {
    margin-top: 101px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction {
    margin-top: 79px;
  }
}

.introduction_textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: calc(1080px + 5%);
  margin: 0 auto;
  padding: 0 2.5%;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .introduction_textBlock {
    gap: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_textBlock {
    gap: 64px;
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.introduction_heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.12em;
  color: #111519;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .introduction_heading {
    font-size: 42px;
    line-height: 1.6;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_heading {
    font-size: 28px;
    line-height: 1.5;
  }
}

.introduction_body {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Shippori Mincho B1", serif;
  color: #111519;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .introduction_body {
    min-width: 415px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_body {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

.introduction_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .introduction_photos {
    overflow-x: auto;
    width: 52.109375vw;
    margin-top: -48px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_photos {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 80px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_photosImageLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 275px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .introduction_photosImageRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 388px;
  }
}

.introduction_photosPlaceholder {
  position: absolute;
  top: 165px;
  left: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 58px;
  height: 37px;
  background-color: #cecece;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #111519;
}

/*--------------------------------
 憧れの個展を、いま
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition {
    margin-top: 160px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.dreamedExhibition_list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 65px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_list {
    display: block;
    margin-top: 40px;
  }
}

.dreamedExhibition_itemImage {
  position: sticky;
  top: 0;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44.375vw;
  height: 100svh;
}

.dreamedExhibition_itemImagePhoto {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition_itemContentImage {
    display: none;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_itemContentImage {
    display: block;
    overflow: hidden;
    margin-bottom: 32px;
    -webkit-padding-end: min(max(2vw, 24.727vw - 72.727px), 20px);
    padding-inline-end: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.dreamedExhibition_itemContents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.dreamedExhibition_itemContent {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition_itemContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100svh;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_itemContent {
    display: block;
    min-height: 0;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_itemContent + .dreamedExhibition_itemContent {
    margin-top: 64px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_itemTextarea {
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.dreamedExhibition_itemNumber {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition_itemNumber {
    padding-left: 15px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_itemNumber {
    padding-left: 0px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition_itemHeading {
    margin-top: 33px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_itemHeading {
    margin-top: 12px;
  }
}

.dreamedExhibition_itemHeadingLine {
  font-family: "Shippori Mincho B1", serif;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition_itemHeadingLine {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_itemHeadingLine {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition_itemHeadingLine-padding {
    padding-left: 9px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_itemHeadingLine-padding {
    padding-left: 0;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition_itemHeadingLine + .dreamedExhibition_itemHeadingLine {
    margin-top: 16px;
  }
}

.dreamedExhibition_itemBody {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .dreamedExhibition_itemBody {
    margin-top: 66px;
    padding-left: 15px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .dreamedExhibition_itemBody {
    margin-top: 48px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

/*--------------------------------
 写真展を実現するために
--------------------------------*/
.exhibitionSupport {
  background-color: #111519;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.exhibitionSupport_list {
  max-width: 1080px;
  padding: 0 20px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin: 64px auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_list {
    display: -ms-grid;
    display: grid;
    gap: 32px;
    margin: 35px auto 0;
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .exhibitionSupport_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin: 35px auto 0;
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.exhibitionSupport_card {
  position: relative;
  max-width: 520px;
  background-color: #3c3c3c;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_card {
    margin: auto;
  }
}

.exhibitionSupport_cardTag {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 78px;
  height: 30px;
  padding-left: 10px;
  background-color: #111519;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_cardTag {
    top: 24px;
    left: 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_cardTag {
    top: 16px;
    left: 0;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_cardInner {
    padding: 61px 20px 20px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_cardInner {
    padding: 48px 20px 20px;
  }
}

.exhibitionSupport_cardTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #ffffff;
}

.exhibitionSupport_cardIcon {
  display: block;
  width: 22px;
  height: 22px;
  margin: 24px auto 0;
}

.exhibitionSupport_cardBody {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_cardBody {
    font-size: 14px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_cardBody {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
  }
}

.exhibitionSupport_cardImageWrap {
  position: relative;
  max-width: 480px;
  padding: 5px;
  border: 1px solid #7b7b7b;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_cardImageWrap {
    margin-top: 64px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_cardImageWrap {
    margin-top: 32px;
  }
}

.exhibitionSupport_callToActionWrap {
  padding: 0 20px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_callToActionWrap {
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.exhibitionSupport_callToAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  border-radius: 6px;
  background-color: #3c3c3c;
  text-decoration: none;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_callToAction {
    gap: 70px;
    margin: 80px auto 0;
    padding: 24px 24px 24px 64px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_callToAction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 48px auto 0;
    padding: 32px 16px 24px;
  }
}

.exhibitionSupport_callToActionLeft {
  max-width: 502px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_callToActionLeft {
    padding-right: 50px;
  }
}

.exhibitionSupport_callToActionCatch {
  font-family: "Shippori Mincho B1", serif;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_callToActionCatch {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_callToActionCatch {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.exhibitionSupport_callToActionDivider {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #7b7b7b;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_callToActionDivider {
    width: 1px;
    height: 73px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_callToActionDivider {
    width: 275px;
    height: 1px;
    margin-top: 32px;
  }
}

.exhibitionSupport_callToActionRight {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_callToActionRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 69px;
    text-align: right;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_callToActionRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 13px;
    margin-top: 24px;
  }
}

.exhibitionSupport_callToActionRightText {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .exhibitionSupport_callToActionRightText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .exhibitionSupport_callToActionRightText {
    font-size: 13px;
  }
}

/*--------------------------------
 個展を開催されたお客様の声
--------------------------------*/
.voiceSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voiceSection {
    height: 850px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voiceSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.voice_left {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-image: url(../../images/end-planning/okyakuKoe-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_left {
    width: 50%;
    padding: 200px 20px 56px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_left {
    padding: 90px 0 40px;
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}
.voice_left::before {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  backdrop-filter: blur(10px) brightness(70%);
  -webkit-backdrop-filter: blur(10px) brightness(70%);
}

.voice_leftContent {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.voice_heading {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_heading {
    font-size: 28px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_heading {
    font-size: 20px;
  }
}

.voice_ratingIcon {
  display: block;
  width: 22px;
  height: 22px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_ratingIcon {
    margin: 33px auto 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_ratingIcon {
    margin: 16px auto 0;
  }
}

.voice_customerInfo {
  text-align: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_customerInfo {
    margin-top: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_customerInfo {
    margin-top: 16px;
  }
}

.voice_customerNameEnglish {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.voice_customerName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_customerName {
    margin-top: 22px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_customerName {
    margin-top: 12px;
    line-height: 1.5;
  }
}

.voice_customerNameMain {
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.2em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_customerNameMain {
    font-size: 33px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_customerNameMain {
    font-size: 32px;
  }
}

.voice_customerHonorific {
  margin-left: 12px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.voice_testimonial {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_testimonial {
    margin-top: 48px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_testimonial {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_button {
    width: 354px;
    margin-top: 48px;
    padding-left: 66px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_button {
    width: 291px;
    margin-top: 32px;
    padding-left: 61px;
  }
}

.voice_credit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #cecece;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_credit {
    margin-top: auto;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_credit {
    margin-top: 48px;
    letter-spacing: 0;
  }
}

.voice_right {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    background-image: url(../../images/end-planning/okyakuKoe-right-bg.jpg);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 0;
    background-image: url(../../images/end-planning/okyakuKoe-right-bg-sp.jpg);
  }
}
.voice_right::before {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.voice_rightPhoto {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .voice_rightPhoto {
    width: 462px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .voice_rightPhoto {
    width: 295px;
    margin: 0 auto -50px;
  }
}

/*--------------------------------
 写真展にかかる費用のイメージ
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .priceSection {
    margin-top: 160px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .priceSection {
    margin-top: 80px;
  }
}

.price_panel {
  margin-right: auto;
  margin-left: auto;
  background-color: #ededed;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_panel {
    width: 1080px;
    margin-top: 80px;
    padding: 48px 0 80px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_panel {
    overflow: hidden;
    width: 100%;
    margin-top: 35px;
    padding: 40px 0 56px;
  }
}

.price_tableCaption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
}

.price_tableLayout {
  margin-top: 24px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_tableLayout {
    width: 901px;
    margin-top: 24px;
    margin-left: 79px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableLayout {
    position: relative;
    overflow-x: auto;
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableLayout::before {
    position: absolute;
    z-index: 3;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.18);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    inset: 0;
    content: "";
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableLayout::after {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    visibility: hidden;
    padding: 14px 18px;
    border-radius: 4px;
    background-color: rgba(17, 21, 25, 0.86);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    content: "← スクロールできます →";
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableLayout.is-scrollHintActive::before, .price_tableLayout.is-scrollHintActive::after {
    visibility: visible;
    opacity: 1;
  }
}

.price_table {
  background-color: #ededed;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_table {
    width: 901px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_table {
    width: 685px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_table + .price_table {
    margin-top: 16px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_table + .price_table {
    margin-top: 6px;
  }
}

.price_tableColumn-category {
  width: 26px;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_tableColumn-name {
    width: 170px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableColumn-name {
    width: 139px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_tableColumn-size {
    width: 140px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableColumn-size {
    width: 109px;
  }
}

.price_tableColumn-unitPrice,
.price_tableColumn-example1Quantity,
.price_tableColumn-example1Price,
.price_tableColumn-example2Quantity,
.price_tableColumn-example2Price {
  width: 110px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableColumn-unitPrice,
  .price_tableColumn-example1Quantity,
  .price_tableColumn-example1Price,
  .price_tableColumn-example2Quantity,
  .price_tableColumn-example2Price {
    width: 80px;
  }
}

.price_tableGroupLabel {
  background-color: #45494d;
  color: #ffffff;
}

.price_tableGroupLabel-total {
  background-color: #d64b4b;
}

.price_tableGroupLabel-subtotal,
.price_tableGroupLabel-consumptionTax {
  background-color: #e0a1a4;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_table-total .c-table_groupLabelText {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_tableRow-subtotal .c-table_data,
  .price_tableRow-consumptionTax .c-table_data {
    height: 36px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableRow-subtotal .c-table_data,
  .price_tableRow-consumptionTax .c-table_data {
    height: 30px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_tableRow-total .c-table_data {
    height: 46px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableRow-total .c-table_data {
    height: 43px;
  }
}

.price_tableCell-normal {
  background-color: #ffffff;
  color: #111519;
}

.price_tableCell-size {
  text-align: center;
}

.price_tableCell-shared {
  background-color: #e0e0e0;
  text-align: center;
  color: #3c3c3c;
}

.price_tableCell-example1 {
  background-color: #8396d5;
  color: #ffffff;
}

.price_tableCell-example2 {
  background-color: #55a089;
  color: #ffffff;
}

.price_tableCell-total {
  background-color: #d64b4b;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_tableCell-total {
    font-weight: bold;
  }
}

.price_tableCell-subtotal,
.price_tableCell-consumptionTax {
  background-color: #e0a1a4;
  color: #ffffff;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_tableCell-subtotal.c-table_data,
  .price_tableCell-consumptionTax.c-table_data,
  .price_tableCell-total.c-table_data {
    padding: 8px 10px;
    font-size: 14px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableCell-subtotal.c-table_data,
  .price_tableCell-consumptionTax.c-table_data,
  .price_tableCell-total.c-table_data {
    font-size: 12px;
  }
}

.price_tableData-subtotalLabel.c-table_data,
.price_tableData-consumptionTaxLabel.c-table_data,
.price_tableData-totalLabel.c-table_data {
  text-align: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_tableData-subtotalLabel.c-table_data,
  .price_tableData-consumptionTaxLabel.c-table_data,
  .price_tableData-totalLabel.c-table_data {
    font-size: 13px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_tableData-subtotalLabel.c-table_data,
  .price_tableData-consumptionTaxLabel.c-table_data,
  .price_tableData-totalLabel.c-table_data {
    font-size: 12px;
  }
}

.price_tableData-itemName {
  padding: 20px 5px 10px;
}

.price_tableData-itemNameTall {
  padding: 12px 10px 10px;
}

.price_tableData-itemNameMerged {
  padding: 0 10px;
}

.price_tableData-itemNameMergedTall {
  padding: 0 10px;
  line-height: 1.6;
}

.price_tableData-subtotalMerged {
  padding: 0 10px;
}

.price_tableDataName {
  display: block;
}

.price_tableDataBadges {
  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;
  gap: 4px;
  margin-top: 8px;
}

.price_tableDataBadge {
  padding: 2px 6px;
  border: 1px solid #cccccc;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #111519;
}

.price_tableDataBadgeSeparator {
  font-size: 10px;
  color: #111519;
}

.price_tableDataBadgeSingle {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 6px;
  border: 1px solid #cccccc;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #111519;
}

.price_note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_note {
    margin-top: 32px;
    padding-left: 79px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_note {
    margin-top: 47px;
  }
}

.price_button {
  margin-top: 32px;
  padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_button {
    width: 354px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_button {
    width: 291px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .price_buttonText {
    padding-left: 58px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .price_buttonText {
    padding-left: 36px;
  }
}

/*--------------------------------
 BANNER
--------------------------------*/
.banner {
  width: 840px;
  margin: 100px auto 0;
}

.banner_image a {
  display: block;
}

/*--------------------------------
 お問い合わせ
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactSection {
    margin-top: 100px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contactSection_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contactSection_link {
    display: block;
  }
}

.contact_left {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.671875vw;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_left {
    display: none;
  }
}
.contact_left::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.contact_photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact_right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contact_right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 81px;
    padding-right: 20px;
    padding-left: 90px;
    background-color: #111519;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_right {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 420px;
    padding: 68px 28px 64px;
    background-image: url(../../images/end-planning/otoiawase-photo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_right::before {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_content {
    position: relative;
    z-index: 2;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contact_action {
    margin-top: 78px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_action {
    position: relative;
    z-index: 2;
    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;
    gap: 28px;
    max-width: 304px;
    margin: 40px auto 0;
  }
}

.contact_label {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contact_label {
    padding-left: 5px;
    font-size: 16px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_label {
    font-size: 15px;
    text-align: center;
  }
}

.contact_heading {
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contact_heading {
    line-height: 1.45;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_heading {
    line-height: 1.6;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contact_heading {
    margin-top: 26px;
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1160px) {
  .contact_heading {
    font-size: 28px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_heading {
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
  }
}

.contact_description {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .contact_description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1160px) {
  .contact_description {
    font-size: 12px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 300px;
    margin-top: 0;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .contact_arrowButton {
    position: static;
  }
}

/*--------------------------------
 質問
--------------------------------*/
.questionAnswerSection {
  margin: 80px 0 0;
  padding: 0 50px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswerSection {
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.questionAnswerSection_inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .questionAnswerSection_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 168px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswerSection_inner {
    display: -ms-grid;
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
}

.questionAnswer_heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 364px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .questionAnswer_heading {
    padding-top: 27px;
    letter-spacing: 0.06em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswer_heading {
    font-size: 26px;
    letter-spacing: 0.12em;
  }
}

.questionAnswer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .questionAnswer_list {
    gap: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswer_list {
    gap: 32px;
  }
}

.questionAnswer_questionButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 0;
  border-radius: 6px;
  background-color: #ededed;
  color: #000000;
  cursor: pointer;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .questionAnswer_questionButton {
    min-height: 91px;
    padding: 28px 40px 34px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswer_questionButton {
    min-height: 61px;
    padding: 20px 18px 20px;
  }
}

.questionAnswer_questionLabel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Shippori Mincho B1", serif;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .questionAnswer_questionLabel {
    font-size: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswer_questionLabel {
    font-size: 20px;
  }
}

.questionAnswer_questionText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: left;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .questionAnswer_questionText {
    margin-left: 12px;
    padding: 0 12px;
    font-size: 16px;
    letter-spacing: 0.15em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswer_questionText {
    padding: 0 12px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}

.questionAnswer_toggleIcon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  margin-left: auto;
}

.questionAnswer_toggleLine {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.questionAnswer_toggleLine-vertical {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.questionAnswer_item.is-active .questionAnswer_toggleLine-vertical {
  opacity: 0;
}

.questionAnswer_answerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 23px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .questionAnswer_answerBlock {
    padding-right: 30px;
    padding-left: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswer_answerBlock {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.questionAnswer_answerLabel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Shippori Mincho B1", serif;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .questionAnswer_answerLabel {
    font-size: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswer_answerLabel {
    font-size: 20px;
  }
}

.questionAnswer_answerText {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.71;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .questionAnswer_answerText {
    margin-left: 25px;
    font-size: 14px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .questionAnswer_answerText {
    margin-left: 12px;
    font-size: 13px;
    line-height: 1.8;
  }
}
.questionAnswer_answerText a {
  text-decoration: underline;
}

/*--------------------------------
 FOOTER-BANNER
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footerBanner {
    margin-top: 80px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footerBanner {
    margin-top: 48px;
  }
}

.footerBanner_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ededed;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footerBanner_inner {
    padding: 100px 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footerBanner_inner {
    padding: 56px 0 100px;
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.footerBanner_bannerWrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 840px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .footerBanner_bannerWrap {
    gap: 32px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .footerBanner_bannerWrap {
    gap: 16px;
  }
}

.footerBanner_bannerImage {
  display: block;
  width: 100%;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
}
.modal.is-active .modal_content {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.modal::before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
}

.modal_content {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  height: 100%;
  margin-left: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .modal_content {
    width: 92.1875%;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .modal_content {
    width: 100%;
  }
}

/*--------------------------------
customerVoiceModal
--------------------------------*/
.customerVoiceModal {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal {
    padding: 130px 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal {
    padding: 64px 0 20px;
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}
.customerVoiceModal::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal::before {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal::before {
    background-color: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

.customerVoiceModal_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_background {
    -o-object-position: center top;
    object-position: center top;
  }
}

.customerVoiceModal_close {
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  mix-blend-mode: difference;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal_close {
    top: 30px;
    right: 30px;
    gap: 10px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_close {
    top: 18px;
    right: 17px;
    gap: 5px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal_closeIcon {
    width: 26px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_closeIcon {
    width: 14px;
  }
}

.customerVoiceModal_closeLabel {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal_closeLabel {
    font-size: 14px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_closeLabel {
    font-size: 10px;
  }
}

.customerVoiceModal_inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    max-width: 876px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_inner {
    display: block;
    max-width: none;
  }
}

.customerVoiceModal_body {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.customerVoiceModal_title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal_title {
    margin-left: 12px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_title {
    margin-left: 0;
    font-size: 20px;
    letter-spacing: 0.12em;
  }
}

.customerVoiceModal_quoteIcon {
  display: block;
  width: 22px;
  margin: 36px auto 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_quoteIcon {
    margin-top: 24px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal_author {
    margin-top: 44px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_author {
    margin-top: 24px;
  }
}

.customerVoiceModal_authorRomanName {
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  color: #ffffff;
}

.customerVoiceModal_authorName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal_authorName {
    margin-top: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_authorName {
    margin-top: 11px;
  }
}

.customerVoiceModal_authorNameKanji {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal_authorNameKanji {
    font-size: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_authorNameKanji {
    font-size: 32px;
  }
}

.customerVoiceModal_authorSuffix {
  margin-left: 12px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #ffffff;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .customerVoiceModal_photo {
    max-width: 504px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .customerVoiceModal_photo {
    overflow: hidden;
    width: 335px;
    max-width: none;
    margin: 40px auto 0;
  }
}

.interviewSection {
  position: relative;
  background-color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewSection {
    padding: 0 100px 120px;
  }
}
.interviewSection::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  backdrop-filter: blur(10px) brightness(70%);
  -webkit-backdrop-filter: blur(10px) brightness(70%);
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewSection::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewSection::before {
    background-color: rgba(0, 0, 0, 0.35);
  }
}

.interviewSection_background {
  position: sticky;
  z-index: 0;
  top: 0;
  display: block;
  height: 100svh;
  margin-bottom: -100svh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewSection_background {
    width: calc(100% + 200px);
    margin-right: -100px;
    margin-left: -100px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewSection_background {
    width: 100%;
  }
}

.interviewSection_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewSection_inner {
    max-width: 980px;
    padding-top: 100px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewSection_inner {
    padding-bottom: 80px;
  }
}

.interviewSection_title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewSection_title {
    font-size: 26px;
    letter-spacing: 0.12em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewSection_title {
    padding: 64px 0 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewPerson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
    margin-top: 48px;
    margin-bottom: 64px;
    padding: 48px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewPerson {
    display: block;
    margin: 0;
    padding: 25px 20px 24px;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewPerson-pc {
    display: none;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewPerson-sp {
    display: none;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewPerson-sp {
    display: block;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewPerson_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
  }
}

.interviewPerson_photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewPerson_photo {
    width: 187px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewPerson_photo {
    width: 141px;
  }
}
.interviewPerson_photo img {
  width: 100%;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewPerson_info {
    margin-top: 33px;
  }
}

.interviewPerson_nameRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewPerson_nameRow {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 31px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewPerson_nameRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
}

.interviewPerson_nameJapanese {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.interviewPerson_name {
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.interviewPerson_honorific {
  margin-left: 12px;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.interviewPerson_nameEnglish {
  font-family: "Shippori Mincho B1", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #ffffff;
}

.interviewPerson_description {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewPerson_description {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewPerson_description {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswerList {
    margin-left: 235px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewQuestionAnswerList {
    margin-left: 0;
    padding: 62px 0 0;
    padding-inline: min(max(2vw, 24.727vw - 72.727px), 20px);
  }
}

.interviewQuestionAnswer {
  width: 100%;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswer {
    max-width: 634px;
  }
}

.interviewQuestionAnswer + .interviewQuestionAnswer {
  margin-top: 64px;
}

.interviewQuestionAnswer_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 19px;
}

.interviewQuestionAnswer_headingLabel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswer_headingLabel {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewQuestionAnswer_headingLabel {
    margin-top: 2px;
    font-size: 17px;
  }
}

.interviewQuestionAnswer_headingText {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswer_headingText {
    font-size: 18px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewQuestionAnswer_headingText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 1.5;
  }
}

.interviewQuestionAnswer_divider {
  display: block;
  width: 100%;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswer_divider {
    margin-top: 25px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewQuestionAnswer_divider {
    margin-top: 16px;
  }
}

.interviewQuestionAnswer_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswer_answer {
    gap: 20px;
    margin-top: 28px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewQuestionAnswer_answer {
    gap: 20px;
    margin-top: 18px;
  }
}

.interviewQuestionAnswer_answerLabel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 19px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswer_answerLabel {
    font-size: 18px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewQuestionAnswer_answerLabel {
    font-size: 17px;
  }
}

.interviewQuestionAnswer_answerText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswer_answerText {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewQuestionAnswer_answerText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswer_photo {
    max-width: 595px;
    margin-top: 20px;
    margin-left: 39px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewQuestionAnswer_photo {
    width: calc(100% - 39px);
    margin-top: 24px;
    margin-left: 39px;
  }
}
.interviewQuestionAnswer_photo img {
  width: 100%;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewQuestionAnswer_photo + .interviewQuestionAnswer_photo {
    margin-top: 20px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewQuestionAnswer_photo + .interviewQuestionAnswer_photo {
    margin-top: 10px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewCallToAction {
    margin-top: 120px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewCallToAction {
    margin: 64px 20px 0;
  }
}

.interviewCallToAction_link {
  border: 1px solid #838383;
  border-radius: 6px;
  text-decoration: none;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewCallToAction_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 65px 40px 56px 68px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewCallToAction_link {
    display: block;
    padding: 32px 15px 20px;
  }
}

.interviewCallToAction_title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewCallToAction_title {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .interviewCallToAction_title {
    margin-top: 5px;
    font-size: 24px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewCallToAction_title {
    font-size: 22px;
    text-align: center;
  }
}

.interviewCallToAction_description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewCallToAction_description {
    margin-top: 70px;
    font-size: 14px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewCallToAction_description {
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
  }
}

.interviewCallToAction_action {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewCallToAction_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewCallToAction_action {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 29px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
  }
}

.interviewCallToAction_actionLabel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .interviewCallToAction_actionLabel {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewCallToAction_actionLabel {
    font-size: 15px;
    letter-spacing: 0.1em;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .interviewCallToAction_button {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column: 3;
    grid-column: 3;
  }
}
/*# sourceMappingURL=../maps/life-style.css.map */
