@charset "UTF-8";
/*================================================================
 *FILE          :page.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*
円形背景
------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -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 */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

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

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

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: #ff0;
  color: #000; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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 {
  border-style: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 15px;
  color: #333333; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }

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

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

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

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

.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; } }

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

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

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

@media print, screen and (max-width: 1023px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*
タイトル
------------------------------------*/
/*
ボタン
-----------------------------------------------------------------*/
/*
c-contact
------------------------------------*/
/*
インタビュー
------------------------------------*/
/*
text animations
------------------------------------*/
.c-textAnimation {
  opacity: 0; }
  .c-textAnimation.displayed {
    opacity: 1; }

@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

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

.c-textAnimation > span > span {
  opacity: 0;
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px); }

.c-textAnimation.displayed > span {
  overflow: hidden; }

.c-textAnimation.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.5s ease forwards;
  animation: showTextFromBottom 0.5s ease forwards; }

.c-textAnimationSub {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .is-done + .c-textAnimationSub {
    opacity: 1; }

.c-buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  background-color: transparent;
  text-decoration: none !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #333333 !important; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-button {
      margin-left: auto; } }
  @media (hover: hover) {
    .c-button:hover .c-buttonIcon_default {
      opacity: 0; }
    .c-button:hover .c-buttonIcon_hover {
      opacity: 1; }
    .c-button:hover .c-buttonIcon::after {
      top: 20px;
      opacity: 1; } }

.c-buttonText {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-buttonText {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-buttonText {
      font-size: 16px; } }

.c-buttonIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 32px;
  background-color: #dad7e4;
  border-radius: 5px;
  color: #463876;
  position: relative;
  overflow: hidden; }
  .c-buttonIcon::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    translate: -50% -50%;
    width: 150%;
    height: 200%;
    background-color: #463876;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, top 0.3s ease;
    transition: background-color 0.3s ease, opacity 0.3s ease, top 0.3s ease; }
  .c-buttonIcon img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 23px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important; }

.c-buttonIcon_hover {
  opacity: 0;
  z-index: 10; }

.c-buttonIcon_default,
.c-buttonIcon_hover {
  rotate: 180deg;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.c-contact {
  position: relative;
  overflow-x: clip; }

.c-contact_circleBg {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 102%;
  height: 100%;
  pointer-events: none;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_circleBg {
      top: calc(-40 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_circleBg {
      top: -120px; } }
  .c-contact_circleBg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .c-contact_circleBg img {
        height: 120px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .c-contact_circleBg img {
        height: 160px; } }

.c-contact_inner {
  position: relative;
  background-color: #362A59;
  overflow: clip; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_inner {
      padding: 112px calc(20 / 375 * 100vw) 228px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_inner {
      padding: calc(110 / 1440 * 100vw) 0 calc(284 / 1440 * 100vw); } }
  .c-contact_inner::before {
    content: "";
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 42, 89, 0.8); }
  .c-contact_inner::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#362a59), color-stop(40%, #362a59), color-stop(55%, rgba(54, 42, 89, 0.7)), color-stop(70%, rgba(54, 42, 89, 0.5)), color-stop(90%, rgba(54, 42, 89, 0.3)), to(transparent));
    background-image: -webkit-linear-gradient(top, #362a59 0%, #362a59 40%, rgba(54, 42, 89, 0.7) 55%, rgba(54, 42, 89, 0.5) 70%, rgba(54, 42, 89, 0.3) 90%, transparent 100%);
    background-image: linear-gradient(to bottom, #362a59 0%, #362a59 40%, rgba(54, 42, 89, 0.7) 55%, rgba(54, 42, 89, 0.5) 70%, rgba(54, 42, 89, 0.3) 90%, transparent 100%); }

.c-contact_bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%; }
  .c-contact_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .c-contact_bg::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#362a59), color-stop(40%, #362a59), color-stop(55%, rgba(54, 42, 89, 0.7)), color-stop(70%, rgba(54, 42, 89, 0.5)), color-stop(90%, rgba(54, 42, 89, 0.3)), to(transparent));
    background-image: -webkit-linear-gradient(top, #362a59 0%, #362a59 40%, rgba(54, 42, 89, 0.7) 55%, rgba(54, 42, 89, 0.5) 70%, rgba(54, 42, 89, 0.3) 90%, transparent 100%);
    background-image: linear-gradient(to bottom, #362a59 0%, #362a59 40%, rgba(54, 42, 89, 0.7) 55%, rgba(54, 42, 89, 0.5) 70%, rgba(54, 42, 89, 0.3) 90%, transparent 100%); }

.c-contact_content {
  position: relative;
  z-index: 1;
  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;
  width: 100%;
  height: 100%;
  left: auto;
  z-index: 50; }

.c-contact_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_header {
      margin-bottom: 42px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_header {
      margin-bottom: 65px; } }

.c-contact_title {
  margin: 0;
  color: #F8F8F9;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_title {
      font-size: 33px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_title {
      font-size: 40px; } }

.c-contact_subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-family: "arpona", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease; }
  .c-contact_subtitle.is-show {
    opacity: 1;
    translate: 0 0; }

.c-contact_description {
  color: #F8F8F9;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease; }
  .c-contact_description.is-show {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_description {
      font-size: 15px;
      margin-bottom: 48px;
      text-align: left; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_description {
      font-size: 16px;
      margin-bottom: 64px;
      text-align: center; } }

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

.c-contact_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  height: 64px;
  background-color: transparent;
  border: 1px solid #F8F8F9;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(10px) brightness(0.95);
  position: relative;
  overflow: hidden;
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease; }
  .c-contact_button.is-show {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_button {
      width: 333px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_button {
      width: 400px; } }
  .c-contact_button::after {
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    translate: -50% -50%;
    width: 120%;
    height: 250%;
    background-color: #F8F8F9;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: background-color 0.5s ease, opacity 0.5s ease, top 0.5s ease;
    transition: background-color 0.5s ease, opacity 0.5s ease, top 0.5s ease; }
  @media (hover: hover) {
    .c-contact_button:hover::after {
      top: 35px;
      opacity: 1; }
    .c-contact_button:hover .c-contact_buttonText {
      color: #463876; }
    .c-contact_button:hover .c-contact_buttonIcon img:nth-child(1) {
      opacity: 0; }
    .c-contact_button:hover .c-contact_buttonIcon img:nth-child(2) {
      opacity: 1; }
    .c-contact_button:hover .c-contact_buttonIcon .c-contact_buttonIcon_default {
      opacity: 0; }
    .c-contact_button:hover .c-contact_buttonIcon .c-contact_buttonIcon_hover {
      opacity: 1; } }

.c-contact_buttonIcon {
  aspect-ratio: 1.42857;
  overflow: hidden;
  width: 20px;
  position: relative;
  z-index: 20; }
  .c-contact_buttonIcon img,
  .c-contact_buttonIcon svg,
  .c-contact_buttonIcon iframe,
  .c-contact_buttonIcon video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .c-contact_buttonIcon img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .c-contact_buttonIcon img:nth-child(1) {
      opacity: 1; }
    .c-contact_buttonIcon img:nth-child(2) {
      opacity: 0; }

.c-contact_buttonIcon_default {
  opacity: 1; }

.c-contact_buttonIcon_hover {
  opacity: 0; }

.c-contact_buttonIcon {
  display: block;
  width: 20px;
  height: 14px;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.c-contact_buttonText {
  position: relative;
  z-index: 20;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.detailTop {
  background-color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailTop {
      padding: 112px calc(20 / 375 * 100vw) 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailTop {
      padding: 125px clamp(50px, calc(96 / 1440 * 100vw), 96px) 0; } }

.detailTop_inner {
  max-width: 1248px;
  margin: 0 auto; }

.detailTop_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailTop_label {
      padding: 0 calc(5 / 375 * 100vw);
      margin-bottom: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailTop_label {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 30px; } }

.detailTop_label_text {
  color: #362a59;
  font-size: 14px;
  font-family: "arpona", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.detailTop_label_number {
  color: #362a59;
  font-size: 14px;
  font-family: "arpona", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.detailTop_label_dot {
  color: #362a59;
  font-size: 14px;
  font-family: "arpona", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .detailTop_title {
    padding: 0 calc(5 / 375 * 100vw);
    margin-top: -30px;
    margin-bottom: 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .detailTop_title {
    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;
    margin-bottom: 34px; } }

.detailTop_title_quote {
  opacity: 0.5;
  color: #463876;
  font-size: 40px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-right: 17px;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailTop_title_quote {
      padding: 0 calc(5 / 375 * 100vw); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .detailTop_wrap {
    padding: 0 10px 0 40px; } }

.detailTop_title_text {
  color: #333;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300 !important;
  line-height: 1.6; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailTop_title_text {
      font-size: 26px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailTop_title_text {
      font-size: 32px;
      letter-spacing: 0.12em; } }

.detailTop_info {
  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) {
    .detailTop_info {
      padding: 0 calc(5 / 375 * 100vw);
      margin-bottom: 24px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailTop_info {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 17px;
      margin-bottom: 12px; } }

.detailTop_info_carModel {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailTop_info_carModel {
      padding-right: 17px; } }
  .detailTop_info_carModel::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #bbbbbc; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .detailTop_info_carModel::after {
        content: ''; } }

.detailTop_info_text {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1; }

.detailTop_tag {
  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) {
    .detailTop_tag {
      margin-bottom: 48px;
      padding: 0 calc(5 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailTop_tag {
      margin-bottom: 80px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.detailTop_tag_item {
  background-color: #eee;
  border-radius: 4px;
  padding: 8px 12px; }

.detailTop_tag_text {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1; }

.detailTop_image {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailTop_image {
      aspect-ratio: 0.66477;
      overflow: hidden; }
      .detailTop_image img,
      .detailTop_image svg,
      .detailTop_image iframe,
      .detailTop_image video {
        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) {
    .detailTop_image {
      aspect-ratio: 1.77778;
      overflow: hidden; }
      .detailTop_image img,
      .detailTop_image svg,
      .detailTop_image iframe,
      .detailTop_image video {
        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) {
  .detailTop_content {
    padding: 48px calc(20 / 375 * 100vw) 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .detailTop_content {
    max-width: 823px;
    padding: 80px 0 0;
    margin: 0 auto; } }

.detailTop_lead {
  letter-spacing: 0.04em;
  font-weight: 300;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailTop_lead {
      font-size: 14px;
      margin-bottom: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailTop_lead {
      font-size: 15px;
      margin-bottom: 80px; } }

.detailTop_profile {
  border-block: 1px solid #BBBBBC; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailTop_profile {
      padding: 32px 19px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailTop_profile {
      padding: 32px 40px; } }

.detailTop_profile_heading {
  font-family: "arpona", sans-serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailTop_profile_heading {
      text-align: center;
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailTop_profile_heading {
      font-size: 14px;
      margin-bottom: 20px; } }

.detailTop_profile_name,
.detailTop_profile_carModel,
.detailTop_profile_description {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8; }

.detailTop_profile_name {
  margin-bottom: 2px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailTop_profile_name {
      text-align: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .detailTop_profile_carModel {
    text-align: center;
    margin-bottom: 13px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .detailTop_profile_carModel {
    margin-bottom: 20px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .detailSection {
    padding: 80px calc(20 / 375 * 100vw) 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .detailSection {
    padding: 160px clamp(50px, calc(96 / 1440 * 100vw), 96px);
    max-width: 1440px;
    margin: 0 auto; } }

.detailBlock + .detailBlock {
  border-top: 1px solid #BBBBBC; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailBlock + .detailBlock {
      margin-top: 120px;
      padding-top: 120px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailBlock + .detailBlock {
      margin-top: 64px;
      padding-top: 64px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .detailHeader {
    padding: 0 calc(20 / 375 * 100vw) 48px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .detailHeader {
    max-width: 823px;
    margin: 0 auto 70px; } }

.detailHeader_title {
  font-family: "arpona", sans-serif;
  font-weight: 200;
  letter-spacing: 0.12em;
  line-height: 1.2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailHeader_title {
      font-size: 30px;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailHeader_title {
      font-size: 38px;
      margin-bottom: 16px; } }

.detailHeader_titleInner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.detailHeader_dot {
  display: inline-block;
  color: rgba(51, 51, 51, 0.3); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailHeader_dot {
      margin-left: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailHeader_dot {
      margin-left: 15px; } }

.detailHeader_subtitle {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailHeader_subtitle {
      padding-left: calc(24 / 375 * 100vw);
      font-size: 20px;
      line-height: 1.5; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailHeader_subtitle {
      padding-left: clamp(50px, calc(100 / 1440 * 100vw), 100px);
      font-size: 24px;
      line-height: 1.7; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  * + [class^="detailImage"] {
    margin: 80px auto 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  * + [class^="detailImage"] {
    margin: 40px auto 0; } }

.detailImage {
  width: 100%; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailImage {
      max-width: calc(1036 / 1440 * 100vw); } }

.detailImage_caption {
  display: block;
  color: #BBBBBC;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailImage_caption {
      padding: 0 calc(20 / 375 * 100vw);
      margin-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailImage_caption {
      padding: 0 clamp(100px, calc(212 / 1440 * 100vw), 212px);
      margin-top: 24px; } }

.detailImage_narrow {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailImage_narrow {
      padding: 0 calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailImage_narrow {
      max-width: 492px;
      margin: 0 auto; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .detailImage_double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 0 calc(45 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .detailImage_double {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: clamp(10px, calc(24 / 1440 * 100vw), 24px); } }

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

.detailText {
  display: block;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .detailText {
      padding: 0 calc(20 / 375 * 100vw);
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .detailText {
      max-width: 823px;
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    * + .detailText {
      margin: 80px auto 0; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    * + .detailText {
      margin: 40px auto 0; } }

.reviewSection {
  margin-top: 112px;
  background-color: #f8f8f9;
  position: relative;
  overflow-x: clip; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .reviewSection {
      padding: 24px 0 96px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .reviewSection {
      padding: 10px 0 96px; } }

.reviewSection_circleBg {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 102%;
  height: 100%;
  pointer-events: none;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .reviewSection_circleBg {
      top: calc(-40 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .reviewSection_circleBg {
      top: calc(-65 / 1440 * 100vw); } }
  .reviewSection_circleBg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .reviewSection_circleBg img {
        height: 120px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .reviewSection_circleBg img {
        height: 160px; } }

.reviewInner {
  position: relative;
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .reviewInner {
      padding: 0 calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .reviewInner {
      margin: 0 auto;
      padding: 0 clamp(50px, calc(202 / 1440 * 100vw), 202px);
      max-width: 1440px; } }

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

.reviewHeader_icon {
  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: 11.5px;
  margin-bottom: 23px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .reviewHeader_icon {
      margin-bottom: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .reviewHeader_icon {
      margin-bottom: 23px; } }

.reviewHeader_diamond {
  width: 12px;
  height: 11px;
  background-color: #bbbbbc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block; }

.reviewHeader_title {
  color: #333;
  font-family: "arpona", sans-serif;
  font-weight: 200;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .reviewHeader_title {
      font-size: 30px;
      margin-bottom: 46px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .reviewHeader_title {
      max-width: 823px;
      font-size: 38px;
      margin: 0 auto 60px; } }

.reviewHeader_subtitle {
  color: #333;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  margin: 0 auto;
  text-align: left; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .reviewHeader_subtitle {
      padding: 0 calc(20 / 375 * 100vw);
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .reviewHeader_subtitle {
      max-width: 823px;
      margin: 0 auto;
      font-size: 24px; } }

.reviewContent {
  margin: 0 auto; }

.reviewContent_text {
  text-align: left; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .reviewContent_text {
      padding: 0 calc(20 / 375 * 100vw);
      margin-bottom: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .reviewContent_text {
      margin: 0 auto 80px;
      max-width: 823px; } }

.reviewContent_text p {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.80; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .reviewContent_image {
    margin-bottom: 48px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .reviewContent_image {
    margin-bottom: 80px; } }

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

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .review_moreButton {
    padding: 80px 0 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .review_moreButton {
    padding: 160px 0; } }

.review_moreButton .c-button {
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.review_moreButton .c-buttonIcon_default,
.review_moreButton .c-buttonIcon_hover {
  rotate: 0deg !important; }
