@charset "UTF-8";
/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --font-family-default: "Montserrat", "Noto Sans JP", sans-serif;
  --font-family-roman: "Montserrat", sans-serif;
  --color-bg-default: #ffffff;
  --color-link-color: #222222;
  --color-font-default: #1A1A1A;
  --color-font-title: #1A1A1A;
  --color-font-ashirai: #00FF76;
  --color-green: #00FF76;
  --color-orange: #FFB600;
  --color-lightgreen: #9DFF00;
  --color-skyblue: #00CEFF;
  --color-pink: #FF00D8;
  --color-marker: #F1E44F;
  --width-max-content: 1140px;
}

/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/
/* -----------------------
  COMMON
 ------------------------- */
html {
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  font-family: var(--font-family-default);
  font-weight: 400;
  color: var(--color-font-default);
  background-color: var(--color-bg-default);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  color: var(--color-font-title);
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

:focus {
  outline: none;
}

.scroll-prevent {
  overflow: hidden;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 20%);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: all 1s;
}
.scroll_from_left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: all 1s;
}
.scroll_from_right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_poyoyon.scroll_poyoyon_scrollin {
  animation: poyoyon2 1s ease-in-out 1 forwards;
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1160px) {
  .section-inner {
    width: 100%;
    max-width: var(--width-max-content);
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px;
  }
}

.container {
  padding: 0 20px;
}
@media screen and (min-width: 1160px) {
  .container {
    max-width: var(--width-max-content);
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: var(--color-link-color);
  text-decoration: none;
  transition: all 0.3s ease;
  /*
  &[target="_blank"] {
  	display: inline-flex;
  	align-items: center;
  	gap: 5px;
  }
  */
}
a:not([class]) {
  text-decoration: none;
}
a:not([class]):hover {
  color: var(--color-key-02);
}
@media screen and (min-width: 1160px) {
  a:hover {
    opacity: 0.8;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (min-width: 1160px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 1160px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-w {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-w {
    display: none !important;
  }
}
@media screen and (min-width: 1160px) {
  .only-w {
    display: block !important;
  }
}

.flex {
  /*
  &.right {
  	justify-content: flex-end;
  }
  */
}
@media screen and (max-width: 767px) {
  .flex > * + * {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    flex-wrap: nowrap;
  }
}
.flex .col1 > * {
  width: 90%;
}
.flex .col2 > * {
  width: 45%;
}
.flex .col3 > * {
  width: 30%;
}
.flex .col4 > * {
  width: 22.5%;
}
.flex .col5 > * {
  width: 18%;
}
.flex .col6 > * {
  width: 15%;
}
.flex.column {
  flex-direction: column;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.around {
  justify-content: space-around;
}
.flex.top {
  align-items: flex-start;
}
.flex.middle {
  align-items: center;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.sp-valid {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex.sp-valid > * + * {
    margin-top: 0;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.w0 {
  width: 0% !important;
}

@media screen and (max-width: 767px) {
  .sp-w0 {
    width: 0% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w0 {
    width: 0% !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.w5 {
  width: 5% !important;
}

@media screen and (max-width: 767px) {
  .sp-w5 {
    width: 5% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w5 {
    width: 5% !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.w10 {
  width: 10% !important;
}

@media screen and (max-width: 767px) {
  .sp-w10 {
    width: 10% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w10 {
    width: 10% !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.w15 {
  width: 15% !important;
}

@media screen and (max-width: 767px) {
  .sp-w15 {
    width: 15% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w15 {
    width: 15% !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.w20 {
  width: 20% !important;
}

@media screen and (max-width: 767px) {
  .sp-w20 {
    width: 20% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w20 {
    width: 20% !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.w25 {
  width: 25% !important;
}

@media screen and (max-width: 767px) {
  .sp-w25 {
    width: 25% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w25 {
    width: 25% !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.w30 {
  width: 30% !important;
}

@media screen and (max-width: 767px) {
  .sp-w30 {
    width: 30% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w30 {
    width: 30% !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.w35 {
  width: 35% !important;
}

@media screen and (max-width: 767px) {
  .sp-w35 {
    width: 35% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w35 {
    width: 35% !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.w40 {
  width: 40% !important;
}

@media screen and (max-width: 767px) {
  .sp-w40 {
    width: 40% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w40 {
    width: 40% !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.w45 {
  width: 45% !important;
}

@media screen and (max-width: 767px) {
  .sp-w45 {
    width: 45% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w45 {
    width: 45% !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w50 {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .sp-w50 {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w50 {
    width: 50% !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.w55 {
  width: 55% !important;
}

@media screen and (max-width: 767px) {
  .sp-w55 {
    width: 55% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w55 {
    width: 55% !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w60 {
  width: 60% !important;
}

@media screen and (max-width: 767px) {
  .sp-w60 {
    width: 60% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w60 {
    width: 60% !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.w65 {
  width: 65% !important;
}

@media screen and (max-width: 767px) {
  .sp-w65 {
    width: 65% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w65 {
    width: 65% !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.w70 {
  width: 70% !important;
}

@media screen and (max-width: 767px) {
  .sp-w70 {
    width: 70% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w70 {
    width: 70% !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.w75 {
  width: 75% !important;
}

@media screen and (max-width: 767px) {
  .sp-w75 {
    width: 75% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w75 {
    width: 75% !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.w80 {
  width: 80% !important;
}

@media screen and (max-width: 767px) {
  .sp-w80 {
    width: 80% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w80 {
    width: 80% !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.w85 {
  width: 85% !important;
}

@media screen and (max-width: 767px) {
  .sp-w85 {
    width: 85% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w85 {
    width: 85% !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.w90 {
  width: 90% !important;
}

@media screen and (max-width: 767px) {
  .sp-w90 {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w90 {
    width: 90% !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.w95 {
  width: 95% !important;
}

@media screen and (max-width: 767px) {
  .sp-w95 {
    width: 95% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w95 {
    width: 95% !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.w100 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .sp-w100 {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w100 {
    width: 100% !important;
  }
}

.gap0 {
  gap: 0px;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap20 {
  gap: 20px;
}

.gap25 {
  gap: 25px;
}

.gap30 {
  gap: 30px;
}

.gap35 {
  gap: 35px;
}

.gap40 {
  gap: 40px;
}

.gap45 {
  gap: 45px;
}

.gap50 {
  gap: 50px;
}

.gap55 {
  gap: 55px;
}

.gap60 {
  gap: 60px;
}

.gap65 {
  gap: 65px;
}

.gap70 {
  gap: 70px;
}

.gap75 {
  gap: 75px;
}

.gap80 {
  gap: 80px;
}

.gap85 {
  gap: 85px;
}

.gap90 {
  gap: 90px;
}

.gap95 {
  gap: 95px;
}

.gap100 {
  gap: 100px;
}

.fz0 {
  font-size: 0px !important;
}

.fz1 {
  font-size: 1px !important;
}

.fz2 {
  font-size: 2px !important;
}

.fz3 {
  font-size: 3px !important;
}

.fz4 {
  font-size: 4px !important;
}

.fz5 {
  font-size: 5px !important;
}

.fz6 {
  font-size: 6px !important;
}

.fz7 {
  font-size: 7px !important;
}

.fz8 {
  font-size: 8px !important;
}

.fz9 {
  font-size: 9px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz49 {
  font-size: 49px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz-reset {
  font-size: 1rem !important;
}

.lineheight1 {
  line-height: 1;
}

.lineheight2 {
  line-height: 2;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding: 0;
  background: linear-gradient(transparent 50%, var(--color-marker) 50%);
}
.marker.full {
  background: linear-gradient(var(--color-marker) 0%, var(--color-marker) 100%);
}

.video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ---------- ANIMATION ---------- */
.bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes shake {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes rumble {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px) rotate(-3deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2px) rotate(3deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes circle-anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes purine {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.9);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.8);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.15, 0.7);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.5);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.15);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.9);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.08);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.02);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  25% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  30% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  35% {
    transform: translate(-8%, 0%) rotate(-8deg);
  }
  45% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  50% {
    transform: translate(8%, 0%) rotate(8deg);
  }
  60% {
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  65% {
    transform: translate(-3%, 0%) rotate(-3deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}
@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes arrowlong02 {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes pointerClick {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulseEffect {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    opacity: 1;
    rotate: 10deg;
    translate: 60px -70px;
  }
  10% {
    opacity: 1;
    rotate: 0deg;
    translate: 40px -70px;
  }
  40% {
    opacity: 1;
    rotate: -20deg;
    translate: 10px 0;
  }
  50% {
    opacity: 1;
    rotate: -30deg;
    translate: 0 -10px;
  }
  60% {
    opacity: 1;
    rotate: -40deg;
    translate: -10px 0;
  }
  70% {
    opacity: 1;
    rotate: -55deg;
    translate: -15px -4px;
  }
  80% {
    opacity: 1;
    rotate: -57deg;
    translate: -18px 0;
  }
  90% {
    opacity: 1;
    translate: -20px -2px;
    rotate: -59deg;
  }
  100% {
    opacity: 1;
    rotate: -63deg;
    translate: -21px 0;
  }
}
@keyframes return {
  0% {
    opacity: 1;
    rotate: -63deg;
    translate: -21px 0;
  }
  40% {
    opacity: 1;
    rotate: -100deg;
    translate: -41px 0;
  }
  80% {
    opacity: 1;
    rotate: 10deg;
    translate: 10px 0;
  }
  100% {
    opacity: 1;
    rotate: 0deg;
    translate: 0 0;
  }
}
#site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
}
#site-header .section-inner {
  height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: initial;
  gap: 15px;
}
@media screen and (min-width: 768px), print {
  #site-header .section-inner {
    height: 94px;
    padding: 0 40px;
    gap: 25px;
  }
}
#site-header .site-logo img {
  max-width: 191px;
}
@media screen and (max-width: 767px) {
  #site-header .site-logo img {
    width: 33.826667vw;
  }
}
#site-header .header-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 110;
  transition: all 0.3s;
  background-color: #EBEBEB;
  padding: 25px 0;
  transform: translate(100%, 0);
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    display: flex;
    align-items: center;
    max-width: 1068px;
    height: 100vh;
  }
}
@media screen and (min-width: 1160px) {
  #site-header .header-navigation {
    padding: 60px 0;
  }
}
#site-header .header-navigation .inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  gap: 15px;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation .inner {
    width: 65%;
    max-width: 480px;
  }
}
@media screen and (min-width: 1160px) {
  #site-header .header-navigation .inner {
    width: 80%;
    max-width: initial;
    gap: 30px;
    min-height: 550px;
    overflow-y: scroll;
  }
}
#site-header .header-navigation .inner img {
  width: auto;
}
#site-header .header-navigation.is-active {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (min-width: 1160px) {
  #site-header .primary-menu-layout {
    display: flex;
    justify-content: space-between;
  }
}
#site-header .primary-menu ul:not([class]) > li > a {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.8em 2em 0.8em 0;
  font-weight: 600;
  border-bottom: 1px solid var(--color-font-default);
}
@media screen and (min-width: 1160px) {
  #site-header .primary-menu ul:not([class]) > li > a {
    font-size: 18px;
  }
}
#site-header .primary-menu ul:not([class]) > li > a .ico {
  position: absolute;
  bottom: 1em;
  right: 0;
}
@media screen and (min-width: 1160px) {
  #site-header .primary-menu ul:not([class]) > li > a:hover .ico {
    background-color: var(--color-font-default);
  }
  #site-header .primary-menu ul:not([class]) > li > a:hover .ico:before {
    border-color: var(--color-green);
  }
}
#site-header .primary-menu .sub-menu li {
  border-bottom: 1px solid #A2A2A2;
}
#site-header .primary-menu .sub-menu li a {
  display: block;
  padding: 0.5em 1em;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
#site-header .primary-menu .sub-menu li a .ico {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
#site-header .primary-menu .sub-menu li a .ico:before {
  width: 5px;
  height: 5px;
}
#site-header .nav-toggle {
  width: 52px;
  height: 52px;
  display: block;
  z-index: 115;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
  border-radius: 50%;
  background-color: var(--color-font-default);
  transition: all 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle {
    width: 69px;
    height: 69px;
  }
}
#site-header .nav-toggle:hover {
  filter: brightness(1.2);
}
#site-header .nav-toggle .text {
  font-size: 13px;
  font-family: var(--font-family-roman);
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: transform 0.35s ease-in-out; /*変化の速度を指定*/
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 18px;
  border-bottom: solid 2px #fff;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: opacity 0.35s ease-in-out; /*変化の速度を指定*/
  left: 50%;
  top: 50%;
  opacity: 0;
}
#site-header .nav-toggle span:nth-of-type(1) {
  transform: translate(-50%, 0) rotate(-45deg);
}
#site-header .nav-toggle span:nth-of-type(2) {
  transform: translate(-50%, 0) rotate(45deg);
}
#site-header .nav-toggle.is-active .text {
  opacity: 0;
}
#site-header .nav-toggle.is-active span {
  opacity: 1;
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.29);
  top: 0;
  left: 0;
  display: none;
}

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
@media screen and (min-width: 768px), print {
  .floating-menu {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1160px) {
  .floating-menu {
    right: 40px;
  }
}
.floating-menu .floating-navigation {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px), print {
  .floating-menu .floating-navigation {
    gap: 7px;
  }
}
.floating-menu .floating-navigation a {
  display: block;
}
@media screen and (max-width: 1159px) {
  .floating-menu .floating-navigation a {
    flex-basis: 50%;
  }
  .floating-menu .floating-navigation a img {
    width: 100%;
  }
}
.floating-menu .floating-navigation a:hover {
  opacity: 1;
  filter: brightness(1.2);
}
.floating-menu .floating-navigation a + a {
  margin-top: 7px;
}

#site-footer {
  background-color: var(--color-font-default);
}
@media screen and (max-width: 767px) {
  #site-footer {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px), print {
  #site-footer .section-inner {
    padding: 90px 20px;
  }
}
#site-footer .footer-body {
  gap: 20px;
}
#site-footer .footer-info {
  flex-basis: 50%;
  color: #fff;
  font-size: 14px;
}
#site-footer .footer-info .logo {
  margin-bottom: 25px;
}
#site-footer .footer-info .logo img {
  max-width: 250.98px;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-info .logo img {
    width: 70%;
  }
}
#site-footer .footer-info .information {
  gap: 20px;
  font-size: 14px;
}
@media screen and (min-width: 1160px) {
  #site-footer .footer-info .information {
    gap: 40px;
  }
}
#site-footer .footer-info .information-item h3 {
  padding: 0 0 0.3em;
  margin-bottom: 0.5em;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#site-footer .footer-info .information-item p + p {
  margin-top: 0.5em;
}
#site-footer .footer-info .information-item p.route {
  display: inline-block;
  border: 0.5px solid #fff;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  font-size: 13px;
}
#site-footer .footer-info .information-item p.address {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-info .information-item + .information-item {
    margin-top: 30px;
  }
}
#site-footer .footer-info .information .tel a {
  color: #fff;
}
#site-footer .footer-cta {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-cta {
    margin-top: 30px;
    gap: 20px;
    align-items: flex-start;
  }
}
#site-footer .footer-cta .sns {
  display: inline-block;
}
#site-footer .footer-cta .sns .ttl {
  position: relative;
  margin-bottom: 0.5em;
}
#site-footer .footer-cta .sns .ttl span {
  display: inline-block;
  position: relative;
  z-index: 5;
  padding: 0 1em 0 0;
  font-size: 14px;
  color: #fff;
}
#site-footer .footer-cta .sns .flex {
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-cta .sns .flex img {
    width: 16vw;
  }
}
#site-footer .footer-cta .btn.button00 {
  font-size: 18px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-cta .btn.button00 {
    width: 100%;
  }
}

.copyright {
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 0 0 1em;
  font-size: 3vw;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-family-roman);
  font-weight: 300;
}
@media screen and (min-width: 768px), print {
  .copyright {
    padding: 1em;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px), print {
  .pagetop {
    bottom: 80px;
    right: 20px;
  }
}

/* ------------------
   COMMON
------------------ */
main {
  overflow: hidden;
}
main img.border-shadow {
  border: 1px solid var(--color-font-default);
  border-radius: 20px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  main img.border-shadow {
    border-radius: 12px;
  }
}

@media screen and (min-width: 1160px) {
  *.is-hover-scale:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}

.com-ttl-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.com-ttl-01:after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: var(--color-green);
}
.com-ttl-01 .en {
  font-weight: 800;
  font-size: 33px;
  letter-spacing: -0.06em;
  font-family: var(--font-family-roman);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .com-ttl-01 .en {
    font-size: 6.9333333vw;
  }
}
.com-ttl-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .com-ttl-02 {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .com-ttl-02 > img {
    width: 37.333333vw;
  }
}
.com-ttl-02 .ja {
  line-height: 1.2;
  font-size: 6.933333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .com-ttl-02 .ja {
    font-size: 30px;
  }
}
@media screen and (min-width: 1160px) {
  .com-ttl-02 .ja {
    font-size: 39px;
  }
}
.com-ttl-02 .ja small {
  font-size: 0.68965517em;
}
@media screen and (max-width: 767px) {
  .com-ttl-02 .ja small {
    font-size: 0.61538462em;
  }
}
.com-ttl-03 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 75px;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .com-ttl-03 {
    padding-top: 35px;
  }
}
.com-ttl-03 span {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .com-ttl-03 span {
    font-size: 8.5333333vw;
  }
}
.com-ttl-03 small {
  font-size: 14px;
}
.com-ttl-04 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.com-ttl-04:before {
  content: "";
  display: block;
  width: 26px;
  height: 52.49px;
  background-image: url(../img/line_title.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.com-ttl-04:after {
  content: "";
  display: block;
  width: 26px;
  height: 52.49px;
  background-image: url(../img/line_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  transform-origin: center;
}
.com-ttl-04 .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .com-ttl-04 .text {
    font-size: 8.5333333vw;
  }
}
.com-ttl-04 small {
  font-size: 0.52941176em;
}
@media screen and (max-width: 767px) {
  .com-ttl-04 small {
    font-size: 0.4375em;
  }
}
.com-ttl-04 strong {
  font-size: 1.47058824em;
  font-weight: 600;
}
.com-ttl-04 .en {
  color: var(--color-orange);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--color-font-roman);
}

.com-label-01 {
  font-size: 13px;
  padding: 0 1em;
  background-color: #fff;
  display: inline-block;
  border: 1px solid var(--color-font-default);
  border-radius: 20px;
}
.com-label-02 {
  display: inline-block;
  font-size: 16px;
  line-height: 33px;
  background-color: #fff;
  border: 1px solid var(--color-font-default);
  padding: 0 1em;
  border-radius: 1em;
}
@media screen and (min-width: 768px), print {
  .com-label-02 {
    font-size: 18px;
  }
}
.com-label-03 {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid var(--color-font-default);
  padding: 0 0.5em;
  border-radius: 1em;
}
@media screen and (min-width: 768px), print {
  .com-label-03 {
    font-size: 13px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  padding: 0.5em 1em;
  position: relative;
}
.btn span {
  text-align: center;
  white-space: nowrap;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-flex;
  }
}
.btn.button00 {
  background-color: #fff;
  border: 2px solid var(--color-font-default);
  font-size: 16px;
  padding: 1em;
  border-radius: 3em;
}
@media screen and (min-width: 768px), print {
  .btn.button00 {
    width: 100%;
    max-width: 378px;
  }
}
.btn.button00 span {
  color: var(--color-font-default);
}
.btn.button00 .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .btn.button00 .ico {
    right: 15px;
  }
}
.btn.button00:hover {
  opacity: 1;
  background-color: var(--color-font-default);
}
.btn.button00:hover span {
  color: #fff;
}
.btn.button00:hover .ico.circle {
  background-color: #fff;
}
.btn.button00:hover .ico.circle:before {
  border-color: var(--color-font-default);
}
.btn.button01 {
  background: var(--color-font-default);
  border: 1px solid var(--color-font-default);
  font-size: 16px;
  padding: 1em;
  border-radius: 3em;
}
@media screen and (min-width: 768px), print {
  .btn.button01 {
    width: 100%;
    max-width: 378px;
  }
}
.btn.button01 span {
  color: #fff;
}
.btn.button01 .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .btn.button01 .ico {
    right: 15px;
  }
}
.btn.button01:hover {
  opacity: 1;
  background-color: #fff;
}
.btn.button01:hover span {
  color: var(--color-font-default);
}
.btn.button01:hover .ico.circle {
  background-color: var(--color-font-default);
}
.btn.button01:hover .ico.circle:before {
  border-color: #fff;
}
.btn.button02 {
  background: var(--color-skyblue);
  border: 1px solid var(--color-font-default);
  font-size: 16px;
  padding: 1em;
  border-radius: 3em;
}
@media screen and (min-width: 768px), print {
  .btn.button02 {
    width: 100%;
    max-width: 378px;
  }
}
.btn.button02 .ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  .btn.button02 .ico {
    right: 15px;
  }
}
.btn.button02:hover {
  opacity: 1;
  background-color: var(--color-font-default);
}
.btn.button02:hover span {
  color: #fff;
}
.btn.button02:hover .ico.circle {
  background-color: #fff;
}
.btn.button02:hover .ico.circle:before {
  border-color: var(--color-font-default);
}

.ico {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ico.mail {
  width: 40px;
  height: 40px;
  background-image: url(../img/ico_mail.svg);
}
.ico.arrow-right {
  position: relative;
}
.ico.arrow-right:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--color-font-default);
  border-right: 1px solid var(--color-font-default);
  transform: translate(-65%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
.ico.arrow-right.circle {
  width: 31px;
  height: 31px;
  background-color: var(--color-font-default);
  border-radius: 50%;
  transition: all 0.3s;
}
.ico.arrow-right.white:before {
  border-color: #fff;
}
.ico.arrow-right.black {
  background-color: #fff;
}
.ico.arrow-right.green {
  background-color: var(--color-green);
  border: 2px solid var(--color-font-default);
  width: 20px;
  height: 20px;
}
.ico.arrow-right.green:before {
  width: 5px;
  height: 5px;
  border-width: 1.5px;
}
.ico.arrow-down {
  position: relative;
}
.ico.arrow-down:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--color-font-default);
  border-bottom: 2px solid var(--color-font-default);
  transform: translate(-50%, -65%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
}
.ico.arrow-down.white:before {
  border-color: #fff;
}
.ico.arrow-down.circle {
  width: 52px;
  height: 52px;
  background-color: var(--color-font-default);
  border-radius: 50%;
  transition: all 0.3s;
}

.parts {
  position: absolute;
}

.slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #000;
  border-radius: 50%;
  border: none;
  appearance: none;
  position: absolute;
  top: 62vw;
}
@media screen and (min-width: 768px), print {
  .slick-arrow {
    top: 50%;
    width: 48px;
    height: 48px;
  }
}
.slick-arrow:before {
  content: "→";
  font-size: 21px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  line-height: 20px;
}
.slick-arrow.slick-prev {
  z-index: 100;
  left: 10px;
}
@media screen and (min-width: 1160px) {
  .slick-arrow.slick-prev {
    left: calc((100vw - var(--width-max-content)) / 2);
  }
}
.slick-arrow.slick-prev:before {
  transform: translate(-50%, -40%) rotate(180deg);
}
.slick-arrow.slick-next {
  right: 10px;
}
@media screen and (min-width: 1160px) {
  .slick-arrow.slick-next {
    right: calc((100vw - var(--width-max-content)) / 2);
  }
}
.slick-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  position: relative;
  z-index: 20;
}
.slick-controller .arrow {
  width: 42px;
  height: 42px;
  background-color: #1AAFED;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
.slick-controller .arrow:hover {
  opacity: 0.8;
}
.slick-controller .arrow.prev:before {
  content: "→";
  display: inline-block;
  color: #fff;
  font-size: 17px;
  transform: rotate(-180deg);
}
.slick-controller .arrow.next:before {
  content: "→";
  display: inline-block;
  color: #fff;
  font-size: 17px;
}
.slick-controller .paging {
  font-size: 18px;
}

.text-slider .slick-slide {
  display: flex;
  align-items: center;
  gap: 3px;
}
.text-slider .slick-slide img {
  vertical-align: bottom;
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .text-slider .slick-slide img {
    width: 25.6vw;
  }
}
.text-slider .slick-slide p {
  font-family: var(--font-family-roman);
  font-size: 102px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.8;
  color: #D5D5D5;
}
@media screen and (max-width: 767px) {
  .text-slider .slick-slide p {
    font-size: 13vw;
  }
}

.section-cta {
  background-image: url(../img/bg_08.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1160px) {
  .section-cta .section-inner {
    padding-top: 80px;
  }
}
.section-cta h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5em;
  color: #fff;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .section-cta h3 {
    font-size: 5.333333vw;
    margin-bottom: 1em;
    gap: 5px;
  }
}
.section-cta h3 small {
  font-size: 0.59375em;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.section-cta h3 small:before {
  content: "";
  display: block;
  width: 14px;
  height: 24px;
  background-image: url(../img/line_cta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .section-cta h3 small:before {
    width: 1.6vw;
    height: 3.2vw;
  }
}
.section-cta h3 small:after {
  content: "";
  display: block;
  width: 14px;
  height: 24px;
  background-image: url(../img/line_cta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .section-cta h3 small:after {
    width: 1.6vw;
    height: 3.2vw;
  }
}
.section-cta .flex.center.bottom {
  gap: 20px;
}
@media screen and (min-width: 1160px) {
  .section-cta .flex.center.bottom {
    gap: 40px;
  }
}
.section-cta .cta-item {
  flex-basis: 48%;
  border: 3px solid var(--color-font-default);
  border-radius: 20px;
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 768px), print {
  .section-cta .cta-item {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1160px) {
  .section-cta .cta-item {
    padding: 60px 20px 30px;
    flex-basis: 45%;
  }
}
.section-cta .cta-item .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .section-cta .cta-item .img {
    width: 40px;
    left: 0;
    transform: translate(15px, 10px);
  }
}
.section-cta .cta-item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .section-cta .cta-item .text {
    align-items: center;
  }
}
.section-cta .cta-item .text .ja {
  font-weight: 700;
  font-size: 5vw;
}
@media screen and (max-width: 767px) {
  .section-cta .cta-item .text .ja {
    padding-left: 45px;
  }
}
@media screen and (min-width: 768px), print {
  .section-cta .cta-item .text .ja {
    font-size: 20px;
  }
}
@media screen and (min-width: 1160px) {
  .section-cta .cta-item .text .ja {
    font-size: 26px;
  }
}
.section-cta .cta-item .text .en {
  font-size: 14px;
  font-family: var(--font-family-roman);
  color: #36AF6D;
}
@media screen and (max-width: 767px) {
  .section-cta .cta-item .text .en {
    padding-left: 45px;
  }
}
.section-cta .cta-item .text .button00 {
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .section-cta .cta-item .text .button00 {
    width: 100%;
    max-width: 378px;
  }
}
@media screen and (min-width: 1160px) {
  .section-cta .cta-item .text .button00 {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1160px) {
  .section-cta .cta-item .text .button00 .ico.circle {
    width: 44px;
    height: 44px;
  }
  .section-cta .cta-item .text .button00 .ico.circle:before {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }
}
.section-cta .cta-item.green {
  background-color: var(--color-green);
}
.section-cta .cta-item.orange {
  background-color: var(--color-orange);
}
.section-cta .cta-item.orange .text .en {
  color: #fff;
}

.buttonset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .buttonset .btn {
    width: calc(100% - 40px);
  }
}
.buttonset .microcopy {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .buttonset .microcopy {
    font-size: 4.2666667vw;
  }
}
.buttonset .microcopy:before {
  content: "";
  display: block;
  width: 26px;
  height: 51.49px;
  background-image: url(../img/line_microcopy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.buttonset .microcopy:after {
  content: "";
  display: block;
  width: 26px;
  height: 51.49px;
  background-image: url(../img/line_microcopy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
.buttonset .comment {
  display: inline-block;
  text-align: center;
  line-height: 1.875;
  background-color: var(--color-green);
  border: 2px solid var(--color-font-default);
  position: relative;
  padding: 0 1em;
  font-weight: 600;
  transform: translate(0, 70%);
  z-index: 10;
}
@media screen and (min-width: 1160px) {
  .buttonset .comment {
    padding: 0 2em;
  }
}
.buttonset .comment:before {
  content: "";
  display: block;
  width: 18px;
  height: 9px;
  background-color: var(--color-font-default);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.buttonset .comment:after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background-color: var(--color-green);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 2px));
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ------------------
   CONTENTS
------------------ */
.fv {
  position: relative;
  background-image: url(../img/bg_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25.6vw 0 0 0;
}
@media screen and (min-width: 768px), print {
  .fv {
    padding: 170px 0 0 0;
  }
}
.fv-gallery .fv-slide {
  width: 65vw;
  padding: 10px 12px;
}
@media screen and (min-width: 768px), print {
  .fv-gallery .fv-slide {
    width: 320px;
    padding: 10px 15px;
  }
}
.fv-gallery .fv-slide .img {
  transition: all 0.5s;
}
.fv-gallery .fv-slide img {
  border-radius: 20px;
  border: 1px solid var(--color-font-default);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
}
.fv-gallery .fv-slider .fv-slide:nth-of-type(odd) .img {
  transform: rotate(-2deg);
}
.fv-gallery .fv-slider .fv-slide:nth-of-type(even) .img {
  transform: rotate(2deg);
}
.fv-gallery .fv-slider.reverse .fv-slide:nth-of-type(odd) .img {
  transform: rotate(2deg);
}
.fv-gallery .fv-slider.reverse .fv-slide:nth-of-type(even) .img {
  transform: rotate(-2deg);
}
.fv-text {
  transform: translate(20px, -10%);
}
@media screen and (min-width: 768px), print {
  .fv-text {
    transform: translate(60px, -20%);
  }
}
.fv-text h1 {
  font-family: var(--font-family-roman);
  letter-spacing: -0.06em;
  font-weight: 800;
  font-size: 23vw;
  line-height: 0.8em;
}
@media screen and (min-width: 768px), print {
  .fv-text h1 {
    font-size: 142px;
  }
}
.fv-text h1 .green {
  color: var(--color-green);
}
.fv-text .tagline {
  margin: 1em 0 0 0.5em;
  font-size: 4.8vw;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .fv-text .tagline {
    margin: 1em 0 0 1em;
    font-size: 26px;
  }
}

.about {
  background-color: #F8F8F8;
  position: relative;
}
@media screen and (min-width: 1160px) {
  .about .section-inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.about .section-inner .base {
  display: block;
  width: 108.5vw;
  height: 0;
  padding-top: 108.5vw;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1160px) {
  .about .section-inner .base {
    width: 53%;
    padding-top: 53%;
  }
}
.about .section-inner .base:before {
  content: "";
  display: block;
  width: 135px;
  height: 116.73px;
  background-image: url(../img/bg_01.png);
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-30%, -50%) rotate(15deg);
}
@media screen and (max-width: 767px) {
  .about .section-inner .base:before {
    width: 18vw;
    height: 16vw;
    transform: translate(-30%, 20%) rotate(-10deg);
  }
}
.about .section-inner .base:after {
  content: "";
  display: block;
  width: 126.5px;
  height: 109.38px;
  background-image: url(../img/bg_01.png);
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-70%, 10%) rotate(6deg);
}
@media screen and (max-width: 767px) {
  .about .section-inner .base:after {
    width: 18vw;
    height: 16vw;
    top: auto;
    bottom: 0;
    transform: translate(10%, 10%) rotate(6deg);
  }
}
.about .about-layout {
  position: relative;
}
@media screen and (min-width: 1160px) {
  .about .about-layout {
    display: flex;
  }
}
.about .about-layout > div {
  position: relative;
  z-index: 10;
}
.about .about-layout .text {
  flex-basis: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1159px) {
  .about .about-layout .text {
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px), print {
  .about .about-layout .text {
    font-size: 18px;
  }
}
.about .about-layout .text p {
  margin-top: 1em;
}
.about .about-layout .img {
  flex-basis: 30%;
}
@media screen and (max-width: 1159px) {
  .about .about-layout .img {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.about .about-layout .left div {
  position: relative;
}
@media screen and (max-width: 1159px) {
  .about .about-layout .left div.img01 {
    width: 48vw;
  }
}
@media screen and (min-width: 1160px) {
  .about .about-layout .left div.img01 {
    margin-left: -57px;
    margin-right: -12px;
  }
}
.about .about-layout .left div.img02 {
  transform: translate(-35%, 15px);
}
@media screen and (max-width: 1159px) {
  .about .about-layout .left div.img02 {
    display: none;
  }
}
@media screen and (max-width: 1159px) {
  .about .about-layout .left div.img03 {
    width: 30vw;
  }
  .about .about-layout .left div.img03 img {
    margin-bottom: -20px;
  }
}
.about .about-layout .right div {
  position: relative;
}
.about .about-layout .right div.img04 {
  z-index: 5;
}
@media screen and (max-width: 1159px) {
  .about .about-layout .right div.img04 {
    width: 38vw;
  }
  .about .about-layout .right div.img04 img {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 1160px) {
  .about .about-layout .right div.img04 {
    transform: translate(50px, 0);
  }
}
.about .about-layout .right div.img05 {
  z-index: 1;
}
@media screen and (max-width: 1159px) {
  .about .about-layout .right div.img05 {
    width: 45vw;
  }
}
@media screen and (min-width: 1160px) {
  .about .about-layout .right div.img05 {
    margin-right: -260px;
    transform: translate(100px, -25px);
  }
}
@media screen and (max-width: 1159px) {
  .about .about-layout .right div.img06 {
    display: none;
  }
}
@media screen and (min-width: 1160px) {
  .about .about-layout .right div.img06 {
    transform: translate(30px, 0);
  }
}
.about .parts.text {
  font-size: 11.5vw;
  letter-spacing: -0.08em;
  font-weight: 800;
  color: #F0F0F0;
  white-space: nowrap;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .about .parts.text {
    top: 28%;
    font-size: 14.133333vw;
  }
}

.steps-item {
  display: block;
}
.steps-item .label {
  display: block;
  margin-bottom: 0.6em;
  padding-bottom: 0.3em;
  text-align: center;
  font-size: 20px;
  font-family: var(--font-family-roman);
  font-weight: 600;
  letter-spacing: -0.05em;
  background-image: url(../img/dotline.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .steps-item .label {
    font-size: 4.266666vw;
  }
}
.steps-item h3 {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .steps-item h3 {
    font-size: 5.3333333vw;
  }
}
.steps-item .img {
  position: relative;
  transition: all 0.3s;
}
.steps-item .img p {
  position: absolute;
  font-size: 18px;
  bottom: 1.8em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .steps-item .img p {
    font-size: 4.266666vw;
  }
}
.steps-item .img .circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid var(--color-font-default);
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 45%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .steps-item .img .circle {
    width: 40px;
    height: 40px;
  }
}
.steps-item .img .circle:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--color-font-default);
  border-right: 2px solid var(--color-font-default);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .steps-item .img .circle:after {
    width: 8px;
    height: 8px;
  }
}
.steps-item:hover .img {
  transform: translateY(5px);
}
@media screen and (max-width: 767px) {
  .steps-item + .steps-item {
    padding-top: 35px;
  }
}
.steps .flex {
  gap: 15px;
}
.steps .flex .steps-item:nth-of-type(1) .label {
  color: var(--color-green);
}
.steps .flex .steps-item:nth-of-type(1) .img .circle {
  background-color: var(--color-green);
}
.steps .flex .steps-item:nth-of-type(1):hover {
  opacity: 1;
}
.steps .flex .steps-item:nth-of-type(1):hover .img .circle {
  background-color: var(--color-font-default);
}
.steps .flex .steps-item:nth-of-type(1):hover .img .circle:after {
  border-color: var(--color-green);
}
.steps .flex .steps-item:nth-of-type(2) .label {
  color: var(--color-orange);
}
.steps .flex .steps-item:nth-of-type(2) .img .circle {
  background-color: var(--color-orange);
}
.steps .flex .steps-item:nth-of-type(2):hover {
  opacity: 1;
}
.steps .flex .steps-item:nth-of-type(2):hover .img .circle {
  background-color: var(--color-font-default);
}
.steps .flex .steps-item:nth-of-type(2):hover .img .circle:after {
  border-color: var(--color-orange);
}
.steps .flex .steps-item:nth-of-type(3) .label {
  color: var(--color-skyblue);
}
.steps .flex .steps-item:nth-of-type(3) .img .circle {
  background-color: var(--color-skyblue);
}
.steps .flex .steps-item:nth-of-type(3):hover {
  opacity: 1;
}
.steps .flex .steps-item:nth-of-type(3):hover .img .circle {
  background-color: var(--color-font-default);
}
.steps .flex .steps-item:nth-of-type(3):hover .img .circle:after {
  border-color: var(--color-skyblue);
}

.step1 {
  margin-top: 100px;
  padding-top: 130px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step1 {
    padding-top: 60px;
  }
}
.step1:before {
  content: "";
  display: block;
  width: calc(100% - 46px);
  height: 100%;
  background-color: #464646;
  background-image: url(../img/bg_02.png);
  background-position: top left;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .step1:before {
    border-radius: 40px;
  }
}
.step1 .parts.text {
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100vw;
}
.step1 .parts.text .text-fixed {
  width: 100vw;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
.step1 .section-inner {
  z-index: 10;
  max-width: initial;
  padding-bottom: 80px;
  padding-top: 0;
}
@media screen and (min-width: 1160px) {
  .step1 .section-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 130px;
  }
}
.step1 .com-ttl-02 {
  color: #fff;
}
.step1 .job-swiper {
  max-width: 508px;
  margin: 60px auto 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step1 .job-swiper {
    width: 80vw;
  }
}
.step1 .job-swiper .swiper-wrapper {
  justify-content: center;
}
.step1 .job-swiper .swiper-slide {
  background-color: #fff;
  border: 4px solid var(--color-font-default);
  border-radius: 40px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.4);
  padding: 20px 20px 40px;
  position: relative;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px), print {
  .step1 .job-swiper .swiper-slide {
    padding: 56px 45px 65px;
    width: 508px;
  }
}
.step1 .job-swiper .swiper-slide > div {
  position: relative;
  z-index: 10;
}
.step1 .job-swiper .swiper-slide h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 5px;
}
@media screen and (min-width: 768px), print {
  .step1 .job-swiper .swiper-slide h3 .ja {
    font-size: 24px;
  }
}
.step1 .job-swiper .swiper-slide h3 .en {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-orange);
}
.step1 .job-swiper .swiper-slide h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../img/dotline.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .step1 .job-swiper .swiper-slide h3:after {
    width: 290px;
  }
}
.step1 .job-swiper .swiper-slide p {
  max-width: 350px;
  margin: 0 auto;
}
.step1 .job-swiper .swiper-slide.green h3 .en {
  color: var(--color-lightgreen);
}
.step1 .job-swiper .swiper-slide.blue h3 .en {
  color: var(--color-skyblue);
}
.step1 .job-swiper .swiper-slide.pink h3 .en {
  color: var(--color-pink);
}
.step1 .job-swiper #job01 {
  background-image: url(../img/job_01_name.svg), url(../img/bg_04.png), url(../img/bg_03.png);
  background-position: left center, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job02 {
  background-image: url(../img/job_02_name.svg), url(../img/bg_04.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job03 {
  background-image: url(../img/job_03_name.svg), url(../img/bg_04.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job04 {
  background-image: url(../img/job_04_name.svg), url(../img/bg_04.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job05 {
  background-image: url(../img/job_05_name.svg), url(../img/bg_04.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job06 {
  background-image: url(../img/job_06_name.svg), url(../img/bg_04.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job07 {
  background-image: url(../img/job_07_name.svg), url(../img/bg_04.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job08 {
  background-image: url(../img/job_08_name.svg), url(../img/bg_04.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job09 {
  background-image: url(../img/job_09_name.svg), url(../img/bg_05.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job10 {
  background-image: url(../img/job_10_name.svg), url(../img/bg_05.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job11 {
  background-image: url(../img/job_11_name.svg), url(../img/bg_05.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job12 {
  background-image: url(../img/job_12_name.svg), url(../img/bg_05.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job13 {
  background-image: url(../img/job_13_name.svg), url(../img/bg_05.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job14 {
  background-image: url(../img/job_14_name.svg), url(../img/bg_06.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job15 {
  background-image: url(../img/job_15_name.svg), url(../img/bg_06.png), url(../img/bg_03.png);
  background-position: left -10px top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job16 {
  background-image: url(../img/job_16_name.svg), url(../img/bg_06.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job17 {
  background-image: url(../img/job_17_name.svg), url(../img/bg_06.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job18 {
  background-image: url(../img/job_18_name.svg), url(../img/bg_06.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job19 {
  background-image: url(../img/job_19_name.svg), url(../img/bg_06.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job20 {
  background-image: url(../img/job_20_name.svg), url(../img/bg_07.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
.step1 .job-swiper #job21 {
  background-image: url(../img/job_21_name.svg), url(../img/bg_07.png), url(../img/bg_03.png);
  background-position: left top 30px, top right, top left;
  background-repeat: no-repeat, no-repeat, repeat;
}
@media screen and (max-width: 767px) {
  .step1 .job-gallery {
    margin-bottom: 60px;
  }
}
.step1 .parts.hand {
  bottom: 0;
  right: 0;
  z-index: 20;
  transform: translate(55%, 10%);
}
@media screen and (max-width: 767px) {
  .step1 .parts.hand {
    width: 30vw;
    transform: translate(25%, 60%);
  }
}

.step2 .com-ttl-02 {
  position: relative;
  margin-bottom: 40px;
}
.step2 .com-ttl-02:before {
  content: "";
  display: block;
  width: 98vw;
  height: 9.34vw;
  background-image: url(../img/step2_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1160px) {
  .step2 .com-ttl-02:before {
    width: 1229.88px;
    height: 117.21px;
  }
}
.step2 .com-ttl-02 img, .step2 .com-ttl-02 span {
  position: relative;
  z-index: 10;
}
.step2 .course-item {
  flex-basis: 32%;
  background-color: #fff;
  border: 2px solid var(--color-font-default);
  border-radius: 0 20px;
  padding: 0 15px 40px 15px;
  position: relative;
}
@media screen and (min-width: 1160px) {
  .step2 .course-item {
    flex-basis: 31%;
    border-width: 3px;
    border-radius: 0 40px;
    padding: 0 18px 30px 18px;
  }
}
.step2 .course-item h4 {
  margin-bottom: 0.5em;
  font-size: 18px;
}
.step2 .course-item p {
  font-size: 14px;
}
.step2 .course-item p + p {
  margin-top: 0.8em;
}
.step2 .course-item .heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 1160px) {
  .step2 .course-item .heading {
    height: 288px;
  }
}
.step2 .course-item .heading h3 {
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding-bottom: 20px;
  font-size: 22px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1160px) {
  .step2 .course-item .heading h3 {
    font-size: 28px;
  }
}
.step2 .course-item .heading h3 .en {
  letter-spacing: 0.03em;
  font-size: 12px;
  font-family: var(--font-family-roman);
  font-weight: 500;
  line-height: 1.4;
}
.step2 .course-item .heading p {
  font-size: 14px;
  line-height: 2;
}
.step2 .course-item ul {
  margin-bottom: 20px;
}
.step2 .course-item ul li {
  display: flex;
  gap: 5px;
  background-color: #F8F4EA;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 0.7em;
}
@media screen and (min-width: 1160px) {
  .step2 .course-item ul li {
    padding: 0.7em 1.2em;
  }
}
.step2 .course-item ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #ccc;
  border-radius: 50%;
  transform: translateY(50%);
}
.step2 .course-item ul li + li {
  margin-top: 5px;
}
.step2 .course-item ul.orange li:before {
  background-color: var(--color-orange);
}
.step2 .course-item ul.green li:before {
  background-color: var(--color-lightgreen);
}
.step2 .course-item ul.blue li:before {
  background-color: var(--color-skyblue);
}
.step2 .course-item ul.pink li:before {
  background-color: var(--color-pink);
}
.step2 .course-item dl dt {
  margin-bottom: 3px;
}
.step2 .course-item dl dd {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 0.5em;
  gap: 5px;
}
.step2 .course-item dl dd:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
}
.step2 .course-item dl + dl {
  margin-top: 20px;
}
.step2 .course-item .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.step2 .course-item .icon a .ico.arrow-down.white {
  border: 1px solid var(--color-font-default);
}
.step2 .course-item .icon a:hover {
  opacity: 1;
}
.step2 .course-item .icon a:hover .ico.arrow-down.white {
  background-color: #fff;
}
.step2 .course-item .icon a:hover .ico.arrow-down.white:before {
  border-color: var(--color-font-default);
}
.step2 .course-item.orange:before {
  content: url(../img/step2_02.svg);
  display: block;
  width: 168.93px;
  height: 95.37px;
  position: absolute;
  left: 0;
}
.step2 .course-item.orange h3 .en {
  color: var(--color-orange);
}
@media screen and (min-width: 1160px) {
  .step2 .course-item.orange .heading + h4 {
    margin-top: -36px;
  }
}
.step2 .course-item.blue:before {
  content: url(../img/step2_03.svg);
  display: block;
  width: 168.93px;
  height: 95.37px;
  position: absolute;
  left: 0;
}
.step2 .course-item.blue h3 .en {
  color: var(--color-skyblue);
}
.step2 .course-item.blue .com-label-01 {
  border-color: var(--color-skyblue);
  color: var(--color-skyblue);
}
.step2 .course-item.blue dl dd:before {
  border-color: var(--color-skyblue);
}
.step2 .course-item.pink:before {
  content: url(../img/step2_04.svg);
  display: block;
  width: 168.93px;
  height: 95.37px;
  position: absolute;
  left: 0;
}
.step2 .course-item.pink h3 .en {
  color: var(--color-pink);
}
@media screen and (max-width: 767px) {
  .step2 .course-item + .course-item {
    margin-top: 35px;
  }
}

.course-detail {
  position: relative;
  background-color: #F5F5F5;
}
.course-detail:before {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background-color: #ccc;
  background-image: url(../img/bg_09.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.course-detail .section-inner {
  z-index: 10;
  padding-top: 45px;
}
.course-detail .detail-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 15px;
}
@media screen and (min-width: 1160px) {
  .course-detail .detail-box {
    padding: 70px;
  }
}
.course-detail .detail-box h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
  font-size: 30px;
  transform: translateY(10px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .course-detail .detail-box h3 {
    font-size: 6.9333333vw;
  }
}
.course-detail .detail-box h3 small {
  font-size: 0.66666em;
}
.course-detail .detail-box h3.ttl01 {
  background-image: url(../img/course_fashion_subtitle.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .course-detail .detail-box h3.ttl01 {
    background-image: url(../img/course_fashion_subtitle_sp.svg);
  }
}
.course-detail .detail-box h3.ttl02 {
  background-image: url(../img/course_fashion_subtitle_2.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .course-detail .detail-box h3.ttl02 {
    background-size: 80% auto;
    transform: translateY(0);
    padding-bottom: 0.5em;
  }
}
.course-detail .detail-box .course-list {
  row-gap: 45px;
}
.course-detail-item {
  flex-basis: 47.916667%;
  border-radius: 20px;
  border: 1px solid var(--color-font-default);
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.course-detail-item .text {
  padding: 15px 15px 20px;
}
@media screen and (min-width: 1160px) {
  .course-detail-item .text {
    padding: 17px 40px 40px;
  }
}
.course-detail-item .text h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  font-size: 23px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .course-detail-item .text h4 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1160px) {
  .course-detail-item .text h4 span {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.course-detail-item .text h4 small {
  font-size: 0.61538462em;
  font-weight: 500;
}
@media screen and (min-width: 1160px) {
  .course-detail-item .text h4 small {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.course-detail-item .text p {
  font-size: 14px;
}
.course-detail-item .text dl {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #FCF9F2;
  border-radius: 12px;
}
.course-detail-item .text dl dt {
  background-color: #ccc;
  text-align: center;
  line-height: 20px;
  border-radius: 12px;
}
.course-detail-item .text dl dd {
  padding: 10px;
}
.course-detail-item.orange .text h4 {
  background-image: url(../img/line_course_orange.svg);
}
.course-detail-item.orange .text dl {
  border-color: var(--color-orange);
}
.course-detail-item.orange .text dl dt {
  background-color: var(--color-orange);
}
.course-detail-item.lightgreen .text h4 {
  background-image: url(../img/line_course_green.svg);
}
.course-detail-item.lightgreen .text dl {
  border-color: var(--color-lightgreen);
  background-color: #F9FFF0;
}
.course-detail-item.lightgreen .text dl dt {
  background-color: var(--color-lightgreen);
}
.course-detail-item.skyblue .text h4 {
  background-image: url(../img/line_course_skyblue.svg);
}
.course-detail-item.skyblue .text dl {
  border-color: var(--color-skyblue);
  background-color: #F8FEFF;
}
.course-detail-item.skyblue .text dl dt {
  background-color: var(--color-skyblue);
}
.course-detail-item.pink {
  flex-basis: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .course-detail-item.pink {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
}
@media screen and (min-width: 1160px) {
  .course-detail-item.pink {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .course-detail-item.pink .img img {
    width: 84vw;
    height: 54.9333333vw;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 768px), print {
  .course-detail-item.pink .img img {
    border-radius: 12px;
  }
}
@media screen and (min-width: 1160px) {
  .course-detail-item.pink .text {
    padding-left: 0;
    padding-right: 20px;
  }
}
.course-detail-item.pink .text h4 {
  background-image: url(../img/line_course_pink.svg);
}
.course-detail-item.pink .text dl {
  border-color: var(--color-pink);
  background-color: #FFF5FE;
}
.course-detail-item.pink .text dl dt {
  background-color: var(--color-pink);
}
@media screen and (max-width: 767px) {
  .course-detail-item + .course-detail-item {
    margin-top: 20px;
  }
}
.course-detail .graduate-project {
  position: relative;
  padding-bottom: 60px;
  background-image: url(../img/wave_ashirai.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 117% auto;
}
.course-detail .graduate-project:before {
  content: "Graduation project";
  font-size: 11vw;
  letter-spacing: -0.05em;
  font-weight: 800;
  color: #EBEBEB;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -80px);
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .course-detail .graduate-project:before {
    transform: translate(-50%, -30px);
    font-size: 10.5vw;
  }
}
.course-detail .graduate-project .text-slider {
  z-index: 10;
}
.course-detail .graduate-project .text-slider .slick-slide img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .course-detail .graduate-project .text-slider .slick-slide img {
    width: 50vw;
  }
}
.course-detail#fashion:before {
  background-color: var(--color-orange);
}
.course-detail#fashion .com-ttl-03 {
  background-image: url(../img/course_fashion_title.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .course-detail#fashion .com-ttl-03 {
    background-size: 90% auto;
  }
}
.course-detail#fashion .graduate-project .project-slider01 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .course-detail#fashion .graduate-project .project-slider01 {
    padding-top: 32px;
  }
}
.course-detail#fashion .graduate-project .project-slider02 {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .course-detail#fashion .graduate-project .project-slider02 {
    padding-top: 74px;
  }
}
.course-detail#fashion .graduate-project .project-slider03 {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .course-detail#fashion .graduate-project .project-slider03 {
    padding-top: 14px;
  }
}
.course-detail#fashion .graduate-project .project-slider06 {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .course-detail#fashion .graduate-project .project-slider06 {
    padding-top: 30px;
  }
}
.course-detail#fashion .graduate-project .project-slider07 {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .course-detail#fashion .graduate-project .project-slider07 {
    padding-top: 90px;
  }
}
.course-detail#fashion .graduate-project .project-slider08 {
  padding-top: 15px;
}
.course-detail#communication:before {
  background-color: var(--color-skyblue);
}
.course-detail#communication .com-ttl-03 {
  background-image: url(../img/course_communication_title.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .course-detail#communication .com-ttl-03 {
    background-size: 100% auto;
  }
}
.course-detail#communication .graduate-project .project-slider01 {
  padding-top: 95px;
}
@media screen and (max-width: 767px) {
  .course-detail#communication .graduate-project .project-slider01 {
    padding-top: 38px;
  }
}
.course-detail#communication .graduate-project .project-slider03 {
  padding-top: 118px;
}
@media screen and (max-width: 767px) {
  .course-detail#communication .graduate-project .project-slider03 {
    padding-top: 53px;
  }
}
.course-detail#communication .graduate-project .project-slider05 {
  padding-top: 243px;
}
@media screen and (max-width: 767px) {
  .course-detail#communication .graduate-project .project-slider05 {
    padding-top: 151px;
  }
}
.course-detail#communication .graduate-project .project-slider06 {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .course-detail#communication .graduate-project .project-slider06 {
    padding-top: 30px;
  }
}
.course-detail#communication .graduate-project .project-slider08 {
  padding-top: 83px;
}
@media screen and (max-width: 767px) {
  .course-detail#communication .graduate-project .project-slider08 {
    padding-top: 40px;
  }
}
.course-detail#culture:before {
  background-color: var(--color-pink);
}
.course-detail#culture .com-ttl-03 {
  background-image: url(../img/course_culture_title.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .course-detail#culture .com-ttl-03 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .course-detail#culture .graduate-project .project-slider01 img {
    width: 110vw;
  }
}
.course-detail#culture .graduate-project .project-slider02 {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .course-detail#culture .graduate-project .project-slider02 {
    padding-top: 40px;
  }
}
.course-detail#culture .graduate-project .project-slider03 {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .course-detail#culture .graduate-project .project-slider03 img {
    width: 100vw;
  }
}
.course-detail .parts.interview01 {
  top: 0;
  left: 0;
  transform: translate(-20px, 35px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .course-detail .parts.interview01 {
    width: 38.4666667vw;
    left: auto;
    right: 0;
    transform: translate(0, -20px);
  }
}
.course-detail .parts.interview01:hover img {
  animation: pointerClick 0.5s;
}
.course-detail .parts.interview02 {
  top: 0;
  right: 0;
  cursor: pointer;
  transform: translate(0, -20px);
}
@media screen and (max-width: 767px) {
  .course-detail .parts.interview02 {
    width: 36vw;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1160px) {
  .course-detail .parts.interview02 {
    transform: translate(-35px, 15px);
  }
}
.course-detail .parts.interview02:hover img {
  animation: pointerClick 0.5s;
}
.course-detail .parts.interview03 {
  top: 0;
  left: 0;
  transform: translate(-20px, 35px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .course-detail .parts.interview03 {
    width: 36vw;
    left: auto;
    right: 0;
    transform: translate(0, -20px);
    z-index: 50;
  }
}
.course-detail .parts.interview03:hover img {
  animation: pointerClick 0.5s;
}

.step3 .section-inner {
  padding-bottom: 0;
}
.step3 .com-ttl-02 {
  position: relative;
  margin-bottom: 40px;
}
.step3 .com-ttl-02:before {
  content: "";
  display: block;
  width: 99vw;
  height: 10.244286vw;
  background-image: url(../img/step3_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .step3 .com-ttl-02:before {
    width: 161.0666667vw;
    height: 16.533333vw;
    background-position: left bottom;
  }
}
@media screen and (min-width: 1160px) {
  .step3 .com-ttl-02:before {
    width: 1399.88x;
    height: 143.42px;
  }
}
.step3 .com-ttl-02 img, .step3 .com-ttl-02 span {
  position: relative;
  z-index: 10;
}
.step3 .oc-features {
  margin-top: 80px;
  margin-bottom: 80px;
}
.step3 .oc-item {
  position: relative;
  flex-basis: 30.5%;
}
@media screen and (max-width: 767px) {
  .step3 .oc-item {
    width: 70vw;
    margin: 0 auto;
  }
}
.step3 .oc-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #999;
  border-radius: 20px;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  z-index: 1;
}
.step3 .oc-item-inner {
  position: relative;
  z-index: 10;
  background-color: #fff;
  background-image: url(../img/bg_10.png);
  background-position: center;
  border-radius: 0 40px 40px 0;
  border: 3px solid var(--color-font-default);
  padding: 60px 20px 30px;
}
@media screen and (min-width: 1160px) {
  .step3 .oc-item-inner {
    padding: 85px 40px 50px;
  }
}
.step3 .oc-item-inner:after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .step3 .oc-item-inner:after {
    width: 10px;
  }
}
.step3 .oc-item-inner > * {
  position: relative;
  z-index: 10;
}
.step3 .oc-item-inner .en {
  position: absolute;
  top: 33px;
  left: 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-family-roman);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .step3 .oc-item-inner .en {
    top: 24px;
    left: 6px;
    font-size: 10px;
  }
}
.step3 .oc-item-inner .img {
  position: relative;
  text-align: center;
}
.step3 .oc-item-inner .img:before {
  content: "";
  display: block;
  font-size: 101px;
  font-weight: 500;
  font-family: var(--font-family-roman);
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform: translate(20px, -50%);
}
@media screen and (max-width: 767px) {
  .step3 .oc-item-inner .img:before {
    font-size: 18.93333333vw;
  }
}
.step3 .oc-item-inner .img img {
  position: relative;
  z-index: 10;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .step3 .oc-item-inner .img img {
    width: 51.056vw;
  }
}
.step3 .oc-item-inner p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .step3 .oc-item-inner p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px), print {
  .step3 .oc-item-inner p {
    flex-direction: column;
    gap: 5px;
  }
}
.step3 .oc-item-inner p span {
  display: inline-block;
  background-image: url(../img/line_oc.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .step3 .oc-item-inner p span {
    padding-bottom: 0.3em;
    background-size: 145.5px auto;
  }
}
.step3 .oc-item.green {
  transform: translateY(-30px);
}
.step3 .oc-item.green:before {
  background-color: #16CC6B;
}
.step3 .oc-item.green .oc-item-inner:after {
  background-color: var(--color-lightgreen);
}
.step3 .oc-item.green .oc-item-inner .img:before {
  content: "01";
  color: var(--color-lightgreen);
}
.step3 .oc-item.orange:before {
  background-color: #E2A307;
}
.step3 .oc-item.orange .oc-item-inner:after {
  background-color: var(--color-orange);
}
.step3 .oc-item.orange .oc-item-inner .img:before {
  content: "02";
  color: var(--color-orange);
}
.step3 .oc-item.skyblue {
  transform: translateY(30px);
}
.step3 .oc-item.skyblue:before {
  background-color: #0CAAD0;
}
.step3 .oc-item.skyblue .oc-item-inner:after {
  background-color: var(--color-skyblue);
}
.step3 .oc-item.skyblue .oc-item-inner .img:before {
  content: "03";
  color: var(--color-skyblue);
}
.step3 .oc-gallery {
  position: relative;
  padding-bottom: 60px;
  background-image: url(../img/wave_ashirai.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 117% auto;
}
.step3 .oc-gallery .oc-slider02,
.step3 .oc-gallery .oc-slider05,
.step3 .oc-gallery .oc-slider07,
.step3 .oc-gallery .oc-slider10 {
  padding-top: 130px;
}
.step3 .oc-gallery .oc-slider03,
.step3 .oc-gallery .oc-slider04,
.step3 .oc-gallery .oc-slider08,
.step3 .oc-gallery .oc-slider09 {
  padding-top: 33px;
}
.step3 .oc-gallery .text-slider {
  z-index: 10;
}
.step3 .oc-gallery .text-slider .slick-slide img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .step3 .oc-gallery .text-slider .slick-slide img {
    width: 50vw;
  }
}

.attractions {
  background-color: #F5F5F5;
  background-image: url(../img/bg_11.png);
  background-position: top left;
}
.attractions .strengths {
  column-gap: 2.272727%;
  row-gap: 20px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1160px) {
  .attractions .strengths {
    margin-bottom: 50px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .attractions .buttonset .btn.button01 {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .attractions .buttonset .btn.button01 {
    width: 457px;
    font-size: 24px;
  }
}
.attractions .attraction-item {
  flex-basis: 48%;
  background-color: #fff;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
@media screen and (min-width: 1160px) {
  .attractions .attraction-item {
    flex-basis: 31.818182%;
    padding: 30px 25px;
    border-radius: 0 40px 0 40px;
  }
}
.attractions .attraction-item h3 {
  display: flex;
  gap: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: url(../img/line_oc.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.attractions .attraction-item h3 .text {
  font-size: 29px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .attractions .attraction-item h3 .text {
    font-size: 6.9333333vw;
  }
}
.attractions .attraction-item h3 .num {
  color: var(--color-green);
  text-align: center;
  font-family: var(--font-family-roman);
  font-size: 53px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .attractions .attraction-item h3 .num {
    font-size: 12.2266666vw;
  }
}
.attractions .attraction-item h3 .num small {
  display: block;
  font-size: 10px;
  border-bottom: 1px solid var(--color-green);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .attractions .attraction-item h3 .num small {
    font-size: 8px;
  }
}

.exam {
  padding: 50px 20px;
}
@media screen and (min-width: 1160px) {
  .exam {
    padding: 80px 24px;
  }
}
.exam .section-wrapper {
  background-color: #464646;
  background-image: url(../img/bg_02.png), url(../img/exam_01.svg);
  background-position: top center, top 70px center;
  background-repeat: repeat, no-repeat;
  background-size: auto, 269vw auto;
  border-radius: 20px;
}
@media screen and (min-width: 1160px) {
  .exam .section-wrapper {
    background-size: auto, 135vw auto;
    background-position: top center, top 165px center;
    border-radius: 40px;
  }
}
.exam .button {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .exam .button .btn.button02 {
    font-size: 24px;
    border-width: 3px;
    width: 457px;
  }
}
.exam .com-ttl-02 {
  margin-bottom: 35px;
  color: #fff;
  gap: 10px;
}
.exam .com-ttl-02 em {
  font-style: normal;
  color: var(--color-skyblue);
}
.exam .access {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 15px;
  position: relative;
}
@media screen and (min-width: 1160px) {
  .exam .access {
    margin-left: -74px;
    margin-right: -74px;
    padding: 45px 74px 60px;
  }
}
.exam .access .map-item {
  flex-basis: 47.272727%;
}
.exam .access .map-item iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .exam .access .map-item iframe {
    height: 59.2vw;
  }
}
.exam .access .map-item h4 {
  font-size: 22px;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--color-font-default);
}
@media screen and (max-width: 767px) {
  .exam .access .map-item h4 {
    font-size: 5.333333vw;
  }
}
@media screen and (max-width: 767px) {
  .exam .access .map-item + .map-item {
    margin-top: 30px;
  }
}
.exam .parts.icon {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .exam .parts.icon {
    width: 8vw;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: calc(100vw - 30px);
  max-height: calc(100vh - 40px);
  max-width: 960px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .modal-wrap {
    display: flex;
    align-items: center;
    height: auto;
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  cursor: pointer;
  width: 46px;
  height: 46px;
  transform: translate(30%, -30%);
}
@media screen and (min-width: 768px), print {
  .modal-close {
    width: 70px;
    height: 70px;
    transform: translate(30%, -30%);
  }
}
.modal-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
}
.modal-interview .modal-wrap {
  max-width: 930px;
}
.modal-interview .modal-content {
  background-color: #F0EFEF;
  background-image: url(../img/bg_12.png);
  border: 1px solid #707070;
  border-radius: 12px;
  padding: 20px 15px 100px;
}
@media screen and (max-width: 767px) {
  .modal-interview .modal-content {
    height: calc(100vh - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .modal-interview .modal-content {
    padding: 30px 30px 130px;
  }
}
@media screen and (min-width: 1160px) {
  .modal-interview .modal-content {
    padding: 48px 77px 48px 20px;
  }
}
@media screen and (min-width: 1160px) {
  .modal-interview .modal-content .modal-layout {
    display: flex;
    align-items: flex-end;
  }
}
.modal-interview .modal-content .modal-layout .img {
  flex: 0 0 209px;
}
@media screen and (max-width: 1159px) {
  .modal-interview .modal-content .modal-layout .img {
    display: none;
  }
}
.modal-interview .modal-content .modal-layout .text {
  flex-basis: calc(100% - 209px);
  position: relative;
}
.modal-interview h3 {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1160px) {
  .modal-interview h3 {
    padding-right: 160px;
  }
}
.modal-interview h3 .label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #ccc;
  border: 1px solid var(--color-font-default);
  letter-spacing: 0.3em;
  min-width: 213px;
}
.modal-interview h3 .ttl {
  padding: 0 0 10px;
  background-image: url(../img/dotline.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  font-size: 5vw;
}
@media screen and (min-width: 768px), print {
  .modal-interview h3 .ttl {
    padding: 0 1em 10px;
    font-size: 26px;
  }
}
.modal-interview .detail {
  background-color: #fff;
  border: 1px solid var(--color-font-default);
  border-radius: 20px;
  padding: 20px 20px 60px 20px;
}
@media screen and (min-width: 768px), print {
  .modal-interview .detail {
    padding: 30px 40px 60px;
  }
}
@media screen and (min-width: 1160px) {
  .modal-interview .detail {
    padding: 30px 60px;
  }
}
.modal-interview .detail dl dt {
  font-weight: 600;
  min-height: 30px;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .modal-interview .detail dl dt {
    min-height: 40px;
    font-size: 16px;
  }
}
.modal-interview .detail dl dt:before {
  content: "Q";
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background-color: var(--color-font-default);
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-family-roman);
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .modal-interview .detail dl dt:before {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    line-height: 39px;
    font-size: 18px;
  }
}
.modal-interview .detail dl dd {
  margin-top: 10px;
  min-height: 40px;
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width: 768px), print {
  .modal-interview .detail dl dd {
    font-size: 14px;
  }
}
.modal-interview .detail dl dd:before {
  content: "A";
  display: block;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  background-color: #ccc;
  border-radius: 50%;
  font-family: var(--font-family-roman);
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  border: 1px solid var(--color-font-default);
}
@media screen and (min-width: 768px), print {
  .modal-interview .detail dl dd:before {
    width: 38px;
    height: 38px;
    flex: 0 0 39px;
    line-height: 39px;
    font-size: 18px;
  }
}
.modal-interview .detail dl + dl {
  margin-top: 1rem;
}
.modal-interview .detail dl + dl dd {
  padding-right: 50px;
}
@media screen and (min-width: 768px), print {
  .modal-interview .detail dl + dl dd {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1160px) {
  .modal-interview .detail dl + dl dd {
    padding-right: 0;
  }
}
.modal-interview .parts.photo1 {
  top: 0;
  right: 0;
  transform: translate(28%, -10px);
}
@media screen and (max-width: 1159px) {
  .modal-interview .parts.photo1 {
    display: none;
  }
}
.modal-interview .parts.photo2 {
  bottom: 0;
  left: 0;
  transform: translate(-60%, 40px);
}
@media screen and (max-width: 1159px) {
  .modal-interview .parts.photo2 {
    display: none;
  }
}
.modal-interview .parts.photo3 {
  bottom: 0;
  left: 0;
  transform: translate(-20px, 65%);
}
@media screen and (min-width: 1160px) {
  .modal-interview .parts.photo3 {
    display: none;
  }
}
.modal-interview .parts.photo4 {
  bottom: 0;
  right: 0;
  transform: translate(0, 20%);
}
@media screen and (min-width: 1160px) {
  .modal-interview .parts.photo4 {
    display: none;
  }
}
.modal-interview.orange h3 .label {
  background-color: var(--color-orange);
}
.modal-interview.orange h3 .marker {
  background: linear-gradient(transparent 70%, rgba(255, 182, 0, 0.6) 50%);
}
.modal-interview.orange .detail dl dd:before {
  background-color: var(--color-orange);
}
.modal-interview.skyblue .img .img-inner {
  margin-right: -34px;
}
.modal-interview.skyblue h3 .label {
  background-color: var(--color-skyblue);
}
.modal-interview.skyblue h3 .marker {
  background: linear-gradient(transparent 70%, rgba(0, 206, 255, 0.6) 50%);
}
@media screen and (max-width: 767px) {
  .modal-interview.skyblue .detail dl + dl dd {
    padding-right: 85px;
  }
}
.modal-interview.skyblue .detail dl dd:before {
  background-color: var(--color-skyblue);
}
.modal-interview.skyblue .parts.photo3 {
  transform: translate(0, 60%);
}
.modal-interview.skyblue .parts.photo4 {
  transform: translate(20%, 20%);
}
.modal-interview.pink .img .img-inner {
  margin-right: -34px;
}
.modal-interview.pink h3 .label {
  background-color: var(--color-pink);
}
.modal-interview.pink h3 .marker {
  background: linear-gradient(transparent 70%, rgba(255, 0, 216, 0.6) 50%);
}
.modal-interview.pink h3 .ttl {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .modal-interview.pink .detail dl + dl dd {
    padding-right: 65px;
  }
}
.modal-interview.pink .detail dl dd:before {
  background-color: var(--color-pink);
}
.modal-interview.pink .parts.photo4 {
  transform: translate(10%, 20%);
}