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

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-family: "Zen Maru Gothic", "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}

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

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

p, li, span, strong, em, dt, dd {
  transform: rotate(0.05deg);
}

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

:focus {
  outline: none;
}

.scroll-prevent {
  overflow: hidden;
}

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

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 15%);
  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);
}

/* -----------------------
  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: 1020px) {
  .section-inner {
    width: 100%;
    max-width: 1290px;
    padding: 80px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1020px) {
  a:hover {
    opacity: 0.7;
  }
  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: 1300px) {
  .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: 1020px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 1020px) {
  .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 (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.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;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

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

.fz1 {
  font-size: 1px;
}

.fz2 {
  font-size: 2px;
}

.fz3 {
  font-size: 3px;
}

.fz4 {
  font-size: 4px;
}

.fz5 {
  font-size: 5px;
}

.fz6 {
  font-size: 6px;
}

.fz7 {
  font-size: 7px;
}

.fz8 {
  font-size: 8px;
}

.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.fz31 {
  font-size: 31px;
}

.fz32 {
  font-size: 32px;
}

.fz33 {
  font-size: 33px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz36 {
  font-size: 36px;
}

.fz37 {
  font-size: 37px;
}

.fz38 {
  font-size: 38px;
}

.fz39 {
  font-size: 39px;
}

.fz40 {
  font-size: 40px;
}

.fz41 {
  font-size: 41px;
}

.fz42 {
  font-size: 42px;
}

.fz43 {
  font-size: 43px;
}

.fz44 {
  font-size: 44px;
}

.fz45 {
  font-size: 45px;
}

.fz46 {
  font-size: 46px;
}

.fz47 {
  font-size: 47px;
}

.fz48 {
  font-size: 48px;
}

.fz49 {
  font-size: 49px;
}

.fz50 {
  font-size: 50px;
}

.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 60%, #FFE83E 60%);
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#site-header {
  width: 100vw;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 768px), print {
  #site-header {
    width: 100%;
    height: 100px;
  }
}
#site-header .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#site-header .site-logo {
  width: 38vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #site-header .site-logo {
    width: 262px;
  }
}
#site-header .site-logo a {
  display: block;
}
#site-header .header-navigation {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  padding: 90px 25px 25px;
  transition: all 0.6s;
  background-color: #fff;
  z-index: 199;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    width: 580px;
    padding: 150px 5% 50px;
  }
}
#site-header .header-navigation .inner {
  width: 100%;
}
#site-header .header-navigation.active {
  right: 0;
}
#site-header .primary-menu ul {
  display: flex;
  flex-direction: column;
  gap: 5vh;
}
#site-header .primary-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul li a {
    font-size: 28px;
  }
}
#site-header .primary-menu ul li a span.step {
  position: relative;
  padding-left: 1.2em;
}
#site-header .primary-menu ul li a span.step:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFE83E;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul li a span.step:before {
    width: 16px;
    height: 16px;
  }
}
#site-header .primary-menu ul li a span.text {
  flex-basis: 140px;
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul li a span.text {
    flex-basis: 170px;
  }
}
#site-header .primary-menu ul li a span.ico-triangle {
  justify-self: flex-end;
}
#site-header .nav-toggle {
  width: 54px;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #4F77D7;
  margin-top: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #site-header .nav-toggle {
    transform: translateX(-20px);
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle {
    width: 90px;
    height: 90px;
  }
}
#site-header .nav-toggle div {
  text-align: center;
  line-height: 1;
  color: #fff;
  margin-bottom: 7px;
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle div {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
#site-header .nav-toggle span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #FFE83E;
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 50%;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span {
    width: 38px;
    height: 2px;
  }
}
#site-header .nav-toggle span + span {
  margin-top: 5px;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle span + span {
    margin-top: 10px;
  }
}
#site-header .nav-toggle-open {
  position: absolute;
  top: 0;
  right: 7%;
  width: 54px;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #4F77D7;
  margin-top: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle-open {
    width: 90px;
    height: 90px;
  }
}
#site-header .nav-toggle-open div {
  text-align: center;
  line-height: 1;
  color: #fff;
  margin-bottom: 7px;
  font-size: 12px;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle-open div {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
#site-header .nav-toggle-open span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #FFE83E;
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 50%;
}
@media screen and (min-width: 1020px) {
  #site-header .nav-toggle-open span {
    width: 38px;
    height: 2px;
  }
}
#site-header .nav-toggle-open span + span {
  margin-top: 5px;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle-open span + span {
    margin-top: 10px;
  }
}
#site-header .nav-toggle-open span:nth-of-type(1) {
  transform: translate(0, 5px) rotate(-45deg);
  transform-origin: top center;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle-open span:nth-of-type(1) {
    transform: translate(0, 15px) rotate(-45deg);
  }
}
#site-header .nav-toggle-open span:nth-of-type(2) {
  opacity: 0;
}
#site-header .nav-toggle-open span:nth-of-type(3) {
  transform: translate(0, -10px) rotate(45deg);
  transform-origin: bottom center;
}
@media screen and (min-width: 1020px) {
  #site-header .fixed-menu {
    position: fixed;
    top: 0;
    right: calc((100vw - 1290px) / 2);
  }
}

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

@media screen and (max-width: 767px) {
  .floating-menu {
    position: fixed;
    width: 100vw;
    left: 50%;
    bottom: 0;
    z-index: 100;
    transform: translate(-50%, 0);
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .floating-menu .flex {
    display: flex;
    gap: 0;
  }
}
.floating-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .floating-menu a {
    margin-top: 0;
    padding: 0.8em;
    gap: 12px;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .floating-menu a {
    flex-direction: column;
  }
}
.floating-menu a img {
  width: 20%;
}
@media screen and (min-width: 1020px) {
  .floating-menu a img {
    width: 46%;
  }
}
.floating-menu a span {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .floating-menu a {
    width: 90px;
    height: 90px;
  }
}
.floating-menu a.cv-request {
  gap: 12px;
}
@media screen and (min-width: 1020px) {
  .floating-menu a.cv-request img {
    width: 55%;
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
#site-footer .footer-cta .banners a {
  flex-basis: 32%;
  display: block;
}
#site-footer .footer-cta .sns {
  max-width: 580px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-cta .sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#site-footer .footer-cta .sns a {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-cta .sns a {
    margin-top: 0;
  }
}
#site-footer .footer-cta .sns a span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-cta .sns a span {
    font-size: 12px;
  }
}
#site-footer .footer-cta .sns a img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  object-position: center;
}
#site-footer .footer-body {
  background-color: #4F77D7;
}
#site-footer .footer-body .section-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #site-footer .footer-body .section-inner .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (min-width: 768px), print {
  #site-footer .footer-body .section-inner .flex span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px), print {
  #site-footer .footer-body .section-inner .flex span.freedial {
    font-size: 24px;
  }
}
#site-footer .footer-body .section-inner .flex a {
  color: #fff;
}
#site-footer .copyright {
  padding: 1em;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #site-footer .copyright {
    font-size: 14px;
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* --------------- Common --------------- */
#main {
  overflow: hidden;
  padding-top: 60px;
}
@media screen and (min-width: 768px), print {
  #main {
    padding-top: 100px;
  }
}

.ico-arrow {
  width: 36px;
  height: 3.5px;
  background-image: url(../img/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ico-round-arrow {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .ico-round-arrow {
    width: 34px;
    height: 34px;
  }
}
.ico-round-arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(10%);
}
@media screen and (min-width: 768px), print {
  .ico-round-arrow:before {
    width: 14px;
    height: 16px;
  }
}
.ico-triangle {
  display: inline-block;
  width: 12px;
  height: 14px;
  background-color: #4F77D7;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px), print {
  .ico-triangle {
    width: 16px;
    height: 18px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  position: relative;
  color: #000;
  transition: all 0.3s;
  line-height: 1.25;
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-flex;
    gap: 20px;
    white-space: nowrap;
  }
}
.btn-normal {
  background-color: #fff;
  border: 2px solid #000;
  padding: 1em;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 35px;
}
@media screen and (min-width: 768px), print {
  .btn-normal {
    padding: 1.25em;
    font-size: 18px;
    border-radius: 40px;
    width: 370px;
  }
}

.slick-arrow {
  appearance: none;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 50%;
  position: absolute;
  overflow: hidden;
  text-indent: -5000px;
  background: #4F77D7;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .slick-arrow {
    top: 45%;
    width: 50px;
    height: 50px;
  }
}
.slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 7px;
  height: 8px;
}
.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 7px;
  height: 8px;
}
.slick-prev {
  left: 0;
  transform: translate(-15px, -50%);
}
@media screen and (min-width: 1020px) {
  .slick-prev {
    transform: translate(-70%, -60%);
  }
}
.slick-prev:before, .slick-prev:after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.slick-next {
  right: 0;
  transform: translate(15px, -50%);
}
@media screen and (min-width: 1020px) {
  .slick-next {
    transform: translate(70%, -60%);
  }
}
.slick-next:before, .slick-next:after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
}
.slick-dots li {
  line-height: 12px;
  font-size: 0;
}
.slick-dots li button {
  font-size: inherit;
  appearance: none;
  border: none;
  border-radius: 50%;
  background-color: #B3B3B3;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button {
  background-color: #4D4D4D;
}

.slider-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.slider-control a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-control a.prev span:before {
  content: "";
  display: block;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 7px;
  height: 12px;
  background-color: #000;
}
.slider-control a.next span:before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 7px;
  height: 12px;
  background-color: #000;
}
.slider-control .paging {
  font-size: 14px;
}

.com-ttl-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 {
    gap: 15px;
  }
}
.com-ttl-01 .label {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  line-height: 1.5;
  padding: 0 1.25em;
  border-radius: 5px;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .label {
    font-size: 34px;
  }
}
.com-ttl-01 h2 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 h2 {
    font-size: 42px;
  }
}
.com-ttl-01 .catch {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .catch {
    font-size: 30px;
  }
}
.com-ttl-01 .step {
  background-image: url(../img/line_04.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  padding: 0 1.3em 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-170%, 0);
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .step {
    font-size: 25px;
    transform: translate(-200%, 0);
  }
}
@media screen and (max-width: 767px) {
  .com-ttl-01 .line {
    margin-top: 10px;
    height: 3px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 768px), print {
  .com-ttl-01 .line {
    max-width: 760px;
    margin-top: 18px;
  }
}
.com-ttl-01.blue .label {
  background-color: #4F77D7;
}
.com-ttl-01.red .label {
  background-color: #C1272D;
}
.com-ttl-02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.com-ttl-02 .text {
  width: 100%;
  max-width: 554px;
  padding-bottom: 25px;
  background-image: url(../img/line_09.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 85% 25px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .com-ttl-02 .text {
    background-size: 554px 25px;
  }
}
.com-ttl-02 .text .en {
  position: absolute;
  font-size: 45px;
  color: #E6E6E6;
  top: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  line-height: 1;
  transform: translate(15%, -40%);
}
@media screen and (min-width: 768px), print {
  .com-ttl-02 .text .en {
    font-size: 90px;
  }
}
.com-ttl-02 .text p, .com-ttl-02 .text h2 {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .com-ttl-02 .text p, .com-ttl-02 .text h2 {
    font-size: 40px;
  }
}
.com-ttl-02 .text p strong, .com-ttl-02 .text h2 strong {
  font-size: 1.5em;
}
.com-ttl-03 {
  background-color: #4F77D7;
  background: linear-gradient(45deg, #3ebff0 0%, #4f77d7 100%);
  padding: 1em 0 0.5em;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 768px), print {
  .com-ttl-03 {
    font-size: 40px;
  }
}
.com-ttl-03 span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.com-ttl-03 span img {
  display: block;
  width: 270.5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -90%);
}

.label {
  display: inline-block;
  text-align: center;
}
.label.square {
  font-size: 24px;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #000;
  padding: 0 0.5em;
  line-height: 1.3;
  min-width: 100px;
}
@media screen and (min-width: 768px), print {
  .label.square {
    font-size: 30px;
    min-width: 120px;
  }
}
.label.green {
  font-size: 11px;
  font-weight: 700;
  padding: 0.25em;
  min-width: 80px;
  background-color: #7AFF34;
  border: 1px solid #707070;
  border-radius: 18px;
}
@media screen and (min-width: 768px), print {
  .label.green {
    font-size: 12px;
    min-width: 100px;
  }
}
.label.orange {
  font-size: 12px;
  font-weight: 700;
  padding: 0.25em 0.5em;
  min-width: 100px;
  background-color: #FF844D;
  border: 1px solid #707070;
  border-radius: 18px;
}

a.external {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
a.external:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/ico_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
a.green {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .tabs {
    display: flex;
    flex-wrap: wrap;
  }
}
.tabs a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 0.4em 1.2em;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .tabs a {
    padding: 0.6em 1.5em;
    font-size: 14px;
    min-width: 135px;
  }
}
.tabs a:hover {
  opacity: 1;
  background-color: #9E70C4;
  color: #fff;
}
.tabs a.active {
  background-color: #9E70C4;
  color: #fff;
}
.tabs a.disabled {
  pointer-events: none;
  opacity: 0.8;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .tabs a + a {
    margin-top: 0;
  }
}

.cv-request {
  background-color: #FBB03B;
}
.cv-oc {
  background-color: #8CC63F;
}

.cta {
  background-image: url(../img/bg_03.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 20px;
}
@media screen and (min-width: 768px), print {
  .cta {
    padding: 40px 20px;
  }
}
.cta h3 {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .cta h3 {
    font-size: 30px;
  }
}
.cta .flex {
  gap: 10px;
}
@media screen and (min-width: 1020px) {
  .cta .flex {
    gap: 5%;
  }
}
.cta .flex a {
  color: #fff;
  font-weight: 700;
  padding: 0.55em 2em;
}
@media screen and (min-width: 768px), print {
  .cta .flex a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .cta .flex a {
    font-size: 28px;
  }
}

.txt-red {
  color: #C1272D;
}
.txt-italic {
  font-style: italic;
}

.navigation {
  width: 100%;
  padding: 30px 20px 0;
}
@media screen and (max-width: 1019px) {
  .navigation {
    display: flex;
    justify-content: space-between;
    row-gap: 15px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1020px) {
  .navigation {
    padding: 40px 0 0;
  }
}
.navigation a {
  flex-basis: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #4F77D7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .navigation a {
    margin-top: 0;
  }
}
@media screen and (min-width: 1020px) {
  .navigation a {
    flex-basis: 25%;
  }
}
.navigation a .step {
  width: 100%;
  padding: 0.2em;
  color: #FFFF00;
  font-style: italic;
  background-image: url(../img/line_03.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 95% auto;
}
@media screen and (min-width: 768px), print {
  .navigation a .step {
    font-size: 20px;
  }
}
.navigation a .label {
  padding: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .navigation a .label {
    font-size: 28px;
  }
}
.navigation a .label:after {
  content: "";
  display: inline-block;
  background-color: #FFFF00;
  width: 12px;
  height: 9px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 10px;
}
@media screen and (min-width: 768px), print {
  .navigation a .label:after {
    width: 18px;
    height: 15px;
  }
}

.tab-content {
  width: 100%;
  max-width: 502px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 0 20px 20px;
  overflow: hidden;
  display: none;
}
.tab-content .img {
  position: relative;
}
.tab-content .img h3 {
  position: absolute;
  padding: 0.2em 1em;
  top: 0;
  right: 0;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
}
@media screen and (min-width: 768px), print {
  .tab-content .img h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.tab-content .text {
  padding: 0 1.2em 1.5em;
  font-size: 15px;
}
@media screen and (min-width: 768px), print {
  .tab-content .text {
    font-size: 18px;
  }
}
.tab-content .text h4 {
  margin-bottom: 30px;
  color: #fff;
  padding: 0.35em;
  text-align: center;
  position: relative;
  margin-left: -1.2em;
  margin-right: -1.2em;
}
.tab-content .text h4:after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
}
.tab-content .text h4 + p {
  margin: 0 auto 15px;
  padding: 1em 1.2em;
  border-radius: 20px;
  background-color: #fff;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1020px) {
  .tab-content .text h4 + p {
    width: calc(100% - 40px);
  }
}
.tab-content .text .button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.tab-content .text .button .btn {
  color: #fff;
  font-weight: 700;
  padding: 0.6em 2em;
  border-radius: 30px;
}
@media screen and (min-width: 768px), print {
  .tab-content .text .button .btn {
    font-size: 20px;
  }
}
.tab-content.pink {
  background-color: #FBE4E7;
  display: block;
}
.tab-content.pink .img h3 {
  background-color: #E96081;
}
.tab-content.pink .text h4,
.tab-content.pink .text h4:after {
  background-color: #E96081;
}
.tab-content.pink .text .button .btn {
  background-color: #E96081;
}
.tab-content.purple {
  background-color: #F4E4EF;
}
.tab-content.purple .img h3 {
  background-color: #C966A3;
}
.tab-content.purple .text h4,
.tab-content.purple .text h4:after {
  background-color: #C966A3;
}
.tab-content.purple .text .button .btn {
  background-color: #C966A3;
}
.tab-content.orange {
  background-color: #FDEDD6;
}
.tab-content.orange .img h3 {
  background-color: #F4A11A;
}
.tab-content.orange .text h4,
.tab-content.orange .text h4:after {
  background-color: #F4A11A;
}
.tab-content.orange .text .button .btn {
  background-color: #F4A11A;
}
.tab-content.blue {
  background-color: #E6E6F3;
}
.tab-content.blue .img h3 {
  background-color: #8086C0;
}
.tab-content.blue .text h4,
.tab-content.blue .text h4:after {
  background-color: #8086C0;
}
.tab-content.blue .text .button .btn {
  background-color: #8086C0;
}
.tab-content.skyblue {
  background-color: #E3F0FA;
}
.tab-content.skyblue .img h3 {
  background-color: #45B1E6;
}
.tab-content.skyblue .text h4,
.tab-content.skyblue .text h4:after {
  background-color: #45B1E6;
}
.tab-content.skyblue .text .button .btn {
  background-color: #45B1E6;
}

/* ---------- 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 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(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* --------------- Contents --------------- */
.fv {
  /*
  background-image: url(../img/fv_image_sp.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  @include media(tablet) {
  	background-image: url(../img/fv_image.jpg);
  }
  .section-inner {
  	@include media(sp) {
  		padding-bottom: 20px;
  		display: flex;
  		flex-direction: column;
  		justify-content: space-between;
  	}
  }
  h1 {
  	width: 55%;
  	margin-left: auto;
  	margin-right: 0;
  	@include media(l) {
  		margin-right: auto;
  		max-width: 711px;
  	}
  }
  .catch {
  	@include media(sp) {
  		max-width: 70%;
  	}
  	@include media(l) {
  		margin-left: -10%;
  	}
  }
  */
}
.fv-img {
  width: 100%;
  height: auto;
}
.fv-img img {
  width: 100%;
}
.fv-gallery {
  padding: 20px 0 0;
}
@media screen and (min-width: 768px), print {
  .fv-gallery {
    padding: 80px 0 0;
  }
}
.fv-slider-item {
  padding: 0 1vw;
}
@media screen and (min-width: 768px), print {
  .fv-slider-item {
    padding: 0 7px;
  }
}
.fv-slider-item img {
  width: 31vw;
  display: block;
  border-radius: 10px;
}
@media screen and (min-width: 768px), print {
  .fv-slider-item img {
    width: 289px;
  }
}

.problem-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-image: url(../img/problem_01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30px 0 60px;
}
@media screen and (min-width: 1020px) {
  .problem-heading {
    background-size: 871px auto;
  }
}
.problem-heading .label img {
  width: 418px;
}
.problem-heading h2 {
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .problem-heading h2 {
    font-size: 45px;
  }
}
.problem-heading .illust {
  text-align: center;
}
.problem-heading .illust img {
  width: 70%;
}
@media screen and (min-width: 768px), print {
  .problem-heading .illust img {
    width: 331px;
  }
}
.problem .arrow {
  display: block;
  margin-top: 40px;
  height: 20px;
}
@media screen and (min-width: 768px), print {
  .problem .arrow {
    margin-top: 80px;
    height: 45px;
  }
}
.problem .arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.problems {
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .problems {
    display: flex;
    justify-content: space-between;
  }
}
.problem-item {
  width: 48%;
  border: 1px solid #4F77D7;
  background-color: #E3F0FA;
  border-radius: 9px;
  padding: 0 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  .problem-item {
    margin-top: 0;
  }
}
@media screen and (min-width: 1020px) {
  .problem-item {
    width: 20%;
  }
}
.problem-item:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/ico_question.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .problem-item:before {
    width: 46px;
    height: 46px;
  }
}
.problem-item p {
  line-height: 1.8;
  text-align: center;
  background-image: url(../img/line_01.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media screen and (min-width: 768px), print {
  .problem-item p {
    font-size: 20px;
  }
}

.solution {
  background-image: url(../img/bg_01.png);
  background-position: center;
  background-size: 37.25px 37.25px;
}
@media screen and (min-width: 768px), print {
  .solution {
    background-size: 74.5px 74.5px;
  }
}
.solution .section-inner {
  padding-top: 0;
}
.solution h2 {
  padding: 35px 0 20px;
  text-align: center;
  background-image: url(../img/solution_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-20px);
}
@media screen and (min-width: 768px), print {
  .solution h2 {
    margin-bottom: 30px;
    padding: 65px 0 20px;
    font-size: 40px;
  }
}
@media screen and (min-width: 1020px) {
  .solution h2 {
    background-position: bottom center;
    background-size: auto 100%;
  }
}
.solution p {
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .solution p {
    font-size: 20px;
  }
}
.solution p + p {
  margin-top: 1.5em;
}
.solution .message {
  max-width: 672px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px), print {
  .solution .message {
    margin: 80px auto 0;
  }
}

.step01 .com-ttl-01 {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px), print {
  .step01 .com-ttl-01 {
    margin-bottom: 200px;
  }
}
.step01-item {
  border: solid #585C69 1px;
  margin-top: 50px;
  padding: 5px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .step01-item {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1420px) {
  .step01-item {
    margin-left: -85px;
    margin-right: -85px;
  }
}
.step01-item h3 {
  text-align: center;
  transform: translateY(-50%);
}
.step01-item h3 span {
  width: 100%;
  max-width: 338px;
  height: 95px;
  display: inline-block;
  background-image: url(../img/step01_ttl_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 55px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .step01-item h3 span {
    font-size: 30px;
  }
}
.step01-item .inner {
  border: solid #585C69 1px;
  padding: 0 20px 20px;
}
@media screen and (min-width: 1020px) {
  .step01-item .inner {
    padding: 0 50px 50px;
  }
}
.step01-item .inner .flex {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
@media screen and (min-width: 1020px) {
  .step01-item .inner .flex {
    gap: 10%;
    gap: calc((100% - 1008px) / 2);
  }
}
.step01-item .corner {
  position: absolute;
  top: -1px;
  left: -1px;
  line-height: 1;
  vertical-align: top;
}
.step01-item .corner img {
  display: block;
  width: 21px;
}
.step01-item .corner.rt {
  left: auto;
  right: -1px;
}
.step01-item .corner.lb {
  bottom: -1px;
  top: auto;
}
.step01-item .corner.rb {
  bottom: -1px;
  top: auto;
  left: auto;
  right: -1px;
}
.step01-job {
  position: relative;
  max-width: 336px;
  padding-bottom: 50px;
}
.step01-job .text .ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
}
.step01-job .text .ttl .en {
  width: 100%;
  font-size: 18px;
  padding: 10px 0 0.4em;
  border-bottom: 1px solid #ccc;
}
.step01-job .text .ttl .ja {
  padding: 0.4em 0 0.8em;
  font-size: 20px;
}
.step01-job .text p {
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .step01-job .text p {
    font-size: 16px;
  }
}
.step01-job .button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .step01-job .button {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .step01-job .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1020px) {
  .step01-job .button {
    width: 90%;
  }
}
.step01-job .button .btn {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ccc;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1020px) {
  .step01-job .button .btn {
    font-size: 16px;
    gap: 20px;
  }
}
.step01-job.pink .ttl .en, .step01-job.pink .ttl .ja {
  color: #E96081;
  border-color: #E96081;
}
.step01-job.pink .button .btn {
  background-color: #E96081;
}
.step01-job.purple .ttl .en, .step01-job.purple .ttl .ja {
  color: #C966A3;
  border-color: #C966A3;
}
.step01-job.purple .button .btn {
  background-color: #C966A3;
}
.step01-job.orange .ttl .en, .step01-job.orange .ttl .ja {
  color: #F4A11A;
  border-color: #F4A11A;
}
.step01-job.orange .button .btn {
  background-color: #F4A11A;
}
.step01-job.blue .ttl .en, .step01-job.blue .ttl .ja {
  color: #8086C0;
  border-color: #8086C0;
}
.step01-job.blue .button .btn {
  background-color: #8086C0;
}
.step01-job.skyblue .ttl .en, .step01-job.skyblue .ttl .ja {
  color: #45B1E6;
  border-color: #45B1E6;
}
.step01-job.skyblue .button .btn {
  background-color: #45B1E6;
}

.step02 {
  background-image: url(../img/bg_02.jpg);
  background-position: top left;
}
@media screen and (max-width: 767px) {
  .step02 .graduates {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.step02 .graduate-item {
  flex-basis: 48%;
  text-align: center;
  margin-top: 30px;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .step02 .graduate-item {
    flex-basis: 32%;
  }
}
@media screen and (min-width: 1020px) {
  .step02 .graduate-item {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 1020px) {
  .step02 .graduate-item {
    margin-top: 60px;
  }
}
.step02 .graduate-item:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px), print {
  .step02 .graduate-item .img img {
    width: 80%;
  }
}
.step02 .graduate-item .text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .step02 .graduate-item .text {
    gap: 10px;
  }
}
.step02 .graduate-item .text .career {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .step02 .graduate-item .text .career {
    font-size: 20px;
  }
}
.step02 .graduate-item .text .company {
  font-size: 10px;
}
@media screen and (min-width: 768px), print {
  .step02 .graduate-item .text .company {
    font-size: 14px;
  }
}
.step02 .graduate-item.pink .text .career {
  color: #E96081;
}
.step02 .graduate-item.purple .text .career {
  color: #C966A3;
}
.step02 .graduate-item.orange .text .career {
  color: #F4A11A;
}
.step02 .graduate-item.blue .text .career {
  color: #8086C0;
}
.step02 .graduate-item.skyblue .text .career {
  color: #45B1E6;
}

.voice {
  padding-bottom: 65px;
}
.voice-catch {
  text-align: center;
}
.voice-catch span {
  width: 100%;
  max-width: 580px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  background-image: url(../img/line_09.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
@media screen and (min-width: 768px), print {
  .voice-catch span {
    background-size: 100% auto;
    padding-bottom: 20px;
    font-size: 40px;
  }
}
.voice-change {
  width: 100%;
  max-width: 701px;
  margin: 35px auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 15px;
  background-image: url(../img/line_10.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: calc(100vw - 40px) 2px;
}
@media screen and (min-width: 768px), print {
  .voice-change {
    background-size: 701px 2px;
  }
}
.voice-change:before {
  content: "CHANGE";
  display: inline-block;
  border: 1px solid #000;
  padding: 0 1em;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .voice-change:before {
    line-height: 35px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px), print {
  .voice-change span {
    font-size: 30px;
  }
}
.voice-slider .slick-track {
  display: flex;
}
.voice-slider .slick-track .slick-slide {
  height: auto;
}
.voice-slider .slick-list {
  background-image: url(../img/bg_02.jpg);
  background-position: center;
  padding-top: 20px !important;
  padding-bottom: 25px !important;
}
.voice-slider .slick-arrow {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.voice-item {
  position: relative;
  width: calc(100vw - 30px);
  padding: 0 15px 30px;
}
@media screen and (min-width: 768px), print {
  .voice-item {
    width: 450px;
    padding: 0 20px 50px;
  }
}
@media screen and (min-width: 1020px) {
  .voice-item {
    padding: 0 45px 60px;
  }
}
.voice-item .item-photo .img {
  display: flex;
  background-image: url(../img/voice_item_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.voice-item .item-photo .img .on, .voice-item .item-photo .img .off {
  flex-basis: 50%;
  text-align: center;
  position: relative;
}
.voice-item .item-photo .img .on img, .voice-item .item-photo .img .off img {
  width: auto;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
}
.voice-item .item-photo .img .on .txt, .voice-item .item-photo .img .off .txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 18px;
  font-weight: 700;
}
.voice-item .item-photo .img .on .txt:after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background-image: url(../img/on.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
}
.voice-item .item-photo .img .flip {
  width: 100%;
  height: 100%;
  position: relative;
}
.voice-item .item-photo .img .flip-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  backface-visibility: hidden;
  transition: all 0.6s ease;
}
.voice-item .item-photo .img .flip-img.back {
  transform: translate(-50%, 0) rotateY(180deg);
}
.voice-item .item-photo .img .flip.change .front {
  transform: translate(-50%, 0) rotateY(-180deg);
}
.voice-item .item-photo .img .flip.change .back {
  transform: translate(-50%, 0) rotate(0);
}
.voice-item .item-photo .img .tap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  transform: translate(-50%, -20%);
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
}
.voice-item .item-photo .img .tap:hover {
  opacity: 0.8;
}
.voice-item .item-photo .img .tap.disabled {
  width: 69px;
  height: 69px;
  cursor: default;
}
.voice-item .item-photo .img .tap.disabled:hover {
  opacity: 1;
}
.voice-item .item-photo .text {
  margin-top: 20px;
  background-image: url(../img/line_11.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 30px 0 0;
}
.voice-item .item-photo .text .profile {
  color: #4F77D7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .voice-item .item-photo .text .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.voice-item .item-photo .text .profile .name {
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .voice-item .item-photo .text .profile .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .voice-item .item-photo .text .profile .from {
    margin-top: 0;
  }
}
.voice-item .item-photo .text .course {
  color: #4F77D7;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .voice-item .item-photo .text .course {
    font-size: 20px;
  }
}
.voice-item .item-text dl {
  margin-top: 20px;
}
.voice-item .item-text dl dt {
  text-align: center;
}
.voice-item .item-text dl dt span {
  display: inline-block;
  background-color: #4F77D7;
  line-height: 26px;
  padding: 0 2em;
  border-radius: 15px;
  color: #FFFF00;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.voice-item .item-text dl dd {
  margin-top: 1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .voice-item .item-text dl dd {
    font-size: 16px;
  }
}
.voice-item .button {
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1020px) {
  .voice-item .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%);
  }
}
.voice-item .button .btn {
  width: 83%;
  background-color: #4F77D7;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .voice-item .button .btn {
    margin: 10px auto 0;
  }
}
.voice .slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #4D4D4D;
}
.voice .slider-arrow:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  background-color: #fff;
}
.voice .slider-arrow span {
  display: none;
}
.voice .slider-arrow.prev:before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.voice .slider-arrow.next:before {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .voice #slider-control {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .voice #slider-control ul, .voice #slider-control a {
    margin-top: 0;
  }
}

.step03 {
  background-image: url(../img/bg_04.png);
  background-position: top center;
  background-size: 100px auto;
}
.step03 .com-ttl-02 {
  margin-top: 50px;
}
@media screen and (min-width: 768px), print {
  .step03 .com-ttl-02 {
    margin-top: 100px;
  }
}
.step03 p.message {
  max-width: 1100px;
  margin: 1em auto;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .step03 p.message {
    font-size: 28px;
    text-align: center;
  }
}
.step03 p.message span {
  display: inline-block;
  background-image: url(../img/line_10.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 2px;
}
@media screen and (min-width: 768px), print {
  .step03 p.message span {
    display: block;
  }
}
.step03 .merit {
  padding: 40px 0 0;
}
@media screen and (min-width: 768px), print {
  .step03 .merit {
    padding: 80px 0 0;
  }
}
.step03 .merit h3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  .step03 .merit h3 {
    margin-bottom: 60px;
  }
}
.step03 .merit h3 span {
  max-width: 668px;
  display: block;
  margin: 0 auto;
  padding: 0.5em;
  background-image: url(../img/bg_05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .step03 .merit h3 span {
    font-size: 32px;
  }
}
.step03 .merit-item {
  flex-basis: 32%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step03 .merit-item {
    width: 80%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1020px) {
  .step03 .merit-item {
    flex-basis: 330px;
  }
}
.step03 .merit-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFF0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(8px, 8px);
}
@media screen and (min-width: 1020px) {
  .step03 .merit-item:before {
    transform: translate(15px, 15px);
  }
}
.step03 .merit-item .inner {
  border: 1px solid #000;
  padding: 30px 20px 20px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1020px) {
  .step03 .merit-item .inner {
    padding: 45px 30px 30px;
  }
}
.step03 .merit-item .inner .number {
  width: 25vw;
  max-width: 126px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.step03 .merit-item .inner .img img {
  border-radius: 10px;
}
.step03 .merit-item .inner .text {
  margin-top: 1em;
}
.step03 .events {
  margin-top: 30px;
}
.step03 .event-item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .step03 .event-item {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1020px) {
  .step03 .event-item {
    padding: 0 15px;
  }
}
.step03 .event-item .description {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  line-height: 27px;
  width: 60%;
  background-color: #4F77D7;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .step03 .event-item .description {
    right: 5px;
  }
}
@media screen and (min-width: 1020px) {
  .step03 .event-item .description {
    right: 15px;
  }
}
.step03 .oc-button {
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .step03 .oc-button {
    margin-top: 70px;
  }
}
.step03 .oc-button h3 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .step03 .oc-button h3 {
    font-size: 30px;
  }
}
.step03 .oc-button .btn {
  background-color: #E96081;
  margin-top: 0.5em;
  padding: 0.5em 2.2em;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .step03 .oc-button .btn {
    font-size: 28px;
  }
}

.history {
  background-image: url(../img/bg_01.png);
  background-position: center;
  background-size: 74.5px 74.5px;
}
.history .com-ttl-03 {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 1020px) {
  .history .com-ttl-03 {
    --margin: calc((100vw - 1290px) / 2 + 20px);
    margin-left: calc(var(--margin) * -1);
    margin-right: calc(var(--margin) * -1);
  }
}
@media screen and (max-width: 767px) {
  .history .com-ttl-03 img {
    width: 50vw;
    transform: translate(-35%, -90%);
  }
}
@media screen and (min-width: 768px), print {
  .history .com-ttl-03 img {
    width: 334px;
  }
}
.history .flex {
  margin-top: 40px;
}
@media screen and (min-width: 1020px) {
  .history .flex {
    margin-top: 80px;
  }
}
.history .flex .img {
  flex-basis: 48%;
}
@media screen and (min-width: 1020px) {
  .history .flex .img {
    flex-basis: 40%;
  }
}
.history .flex .text {
  flex-basis: 48%;
}
@media screen and (min-width: 1020px) {
  .history .flex .text {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 767px) {
  .history .flex .text {
    margin-top: 30px;
  }
}
.history .clip {
  margin: 30px auto 0;
  border-radius: 20px;
  padding: 15px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .history .clip {
    margin: 60px auto 0;
    padding: 15px 30px 20px;
  }
}
@media screen and (min-width: 1020px) {
  .history .clip {
    width: 90%;
  }
}
.history .clip:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}
.history .clip dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history .clip dl dt {
  background-color: #fff;
  padding: 0.3em 1em;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .history .clip dl dt {
    width: 90%;
    font-size: 20px;
  }
}
@media screen and (min-width: 1020px) {
  .history .clip dl dt {
    width: 80%;
  }
}
.history .clip dl dd {
  margin-top: 1em;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .history .clip dl dd {
    font-size: 18px;
  }
}
.history .clip.blue {
  background-color: #E3F0FA;
  box-shadow: inset 0 0 8px rgba(79, 119, 215, 0.3);
}
.history .clip.blue:before {
  width: 43px;
  height: 66px;
  background-image: url(../img/ico_clip1.svg);
  left: 0;
  transform: translate(30%, -25%);
  z-index: 5;
}
.history .clip.blue dl dt {
  color: #4F77D7;
}
.history .clip.orange {
  background-color: #FDEDD6;
  box-shadow: inset 0 0 8px rgba(244, 161, 26, 0.3);
}
.history .clip.orange:before {
  width: 68px;
  height: 74px;
  background-image: url(../img/ico_clip2.svg);
  right: 0;
  transform: translate(10%, -50%);
  z-index: 5;
}
.history .clip.orange dt {
  color: #F4A11A;
}
.history-text {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.history-text h3 {
  background-color: #4F77D7;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .history-text h3 {
    padding: 20px;
  }
}
.history-text h3 img {
  width: 90%;
  max-width: 427px;
}
.history-body {
  padding: 30px 15px;
}
@media screen and (min-width: 768px), print {
  .history-body {
    padding: 30px 20px;
  }
}
.history-body dl {
  display: flex;
  gap: 10px;
  position: relative;
}
.history-body dl:before {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background-color: #E3F0FA;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .history-body dl:before {
    width: 87px;
  }
}
@media screen and (min-width: 1020px) {
  .history-body dl {
    gap: 20px;
  }
}
.history-body dl dt {
  flex: 0 0 80px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #4F77D7;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .history-body dl dt {
    flex: 0 0 110px;
    font-size: 18px;
  }
}
.history-body dl dt em {
  font-style: normal;
  font-size: 1.3333em;
}
.history-body dl dd {
  flex: 1 1 auto;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .history-body dl dd {
    font-size: 18px;
  }
}
.history-body dl dd strong {
  font-size: 1.22em;
  color: #4F77D7;
}
.history-body dl .label-yellow {
  display: inline-block;
  background-color: #FFE83E;
  color: #4F77D7;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 0.3em;
}
@media screen and (min-width: 768px), print {
  .history-body dl .label-yellow {
    line-height: 30px;
    font-size: 22px;
  }
}
.history-body dl .label-blue {
  display: inline-block;
  background-color: #4F77D7;
  padding: 0 0.5em;
  border-radius: 15px;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .history-body dl .label-blue {
    line-height: 30px;
    font-size: 22px;
  }
}
.history-body dl + dl:not(.start) {
  padding-top: 20px;
}
.history-body dl + .start {
  margin-top: 20px;
}
.history-body dl.start {
  align-items: center;
}
.history-body dl.start:before {
  border-radius: 55px 55px 0 0;
}
.history-body dl.start dt {
  background-color: #4F77D7;
  border-radius: 50%;
  color: #FFFF00;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .history-body dl.start dt {
    height: 110px;
  }
}
.history-body dl.start dd {
  background-color: #E3F0FA;
  border-radius: 10px;
  padding: 0.3em 1em;
  font-size: 16px;
  font-weight: 700;
  color: #4F77D7;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .history-body dl.start dd {
    font-size: 22px;
  }
}
.history-body dl.start dd.pink {
  border-radius: 20px;
  padding: 0.8em 0.5em;
  background-color: #fefaff;
  box-shadow: inset 0 0 4px rgba(233, 96, 129, 0.75);
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .history-body dl.start dd.pink {
    font-size: 17px;
  }
}
.history-body dl.end {
  margin-bottom: 50px;
}
.history-body dl.end:after {
  content: "";
  display: block;
  width: 60px;
  height: 20px;
  background-color: #E3F0FA;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 1;
  transform: translateY(100%);
}
@media screen and (min-width: 768px), print {
  .history-body dl.end:after {
    width: 87px;
    height: 30px;
  }
}
.history-body dl.extra {
  padding-top: 0 !important;
  align-items: center;
}
.history-body dl.extra:before {
  display: none;
}
.history-body .current {
  margin-top: 25px;
  border-radius: 20px;
  padding: 0.8em 0.5em;
  background-color: #fefaff;
  box-shadow: inset 0 0 4px rgba(233, 96, 129, 0.75);
  color: #000;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .history-body .current {
    font-size: 18px;
  }
}
.history-body .current strong {
  font-weight: 700;
  font-size: 1.2222em;
}

.impress {
  background-color: #4F77D7;
}
.impress .com-ttl-02 .text h2 {
  color: #fff;
}
.impress .com-ttl-02 .text .en {
  color: rgba(230, 230, 230, 0.15);
}
.impress .com-ttl-02 + p {
  max-width: 1036px;
  margin: 1em auto 2em;
  padding-bottom: 0.5em;
  font-size: 18px;
  color: #fff;
  background-image: url(../img/line_03.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto 2px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .impress .com-ttl-02 + p {
    font-size: 28px;
  }
}
.impress-voice {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 1020px) {
  .impress-voice {
    --margin: calc((100vw - 1290px + 40px) / 2);
    margin-left: calc(var(--margin) * -1);
    margin-right: calc(var(--margin) * -1);
  }
}
.impress-voice .slick-track {
  display: flex;
}
.impress-voice .slick-track .slick-slide {
  height: auto;
}
.impress-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  width: calc(100vw - 40px);
  margin: 0 10px;
}
@media screen and (min-width: 768px), print {
  .impress-item {
    width: 335px;
    margin: 0 25px;
  }
}
.impress-item h3 span {
  display: block;
  background-image: url(../img/impress_balloon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 41px;
  padding: 0.2em;
  text-align: center;
  font-size: 16px;
}
.impress-item .img img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .impress-item .img img {
    width: 90%;
  }
}
.impress-item .text {
  font-size: 14px;
  font-weight: 700;
}
.impress-item .text .name {
  display: block;
  padding: 1em 0;
  color: #4F77D7;
  text-align: center;
  line-height: 1.3;
}
.impress-item .text p {
  line-height: 2;
}
.impress .slick-dots li button {
  background-color: #fff;
}
.impress .slick-dots li.slick-active button {
  background-color: #4D4D4D;
}

.faq {
  background-image: url(../img/bg_02.jpg);
  background-position: top left;
}
@media screen and (min-width: 768px), print {
  .faq .com-ttl-02 h2 {
    font-size: 36px;
  }
}
.faq-item {
  position: relative;
  border-radius: 20px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin-top: 50px;
}
@media screen and (min-width: 1020px) {
  .faq-item {
    flex-basis: 46%;
    margin-top: 100px;
  }
}
.faq-item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 112.5px;
  transform: translate(-30%, -30%);
}
@media screen and (max-width: 767px) {
  .faq-item .number {
    width: 15vw;
    transform: translate(-10%, -30%);
  }
}
@media screen and (max-width: 1019px) {
  .faq-item .flex {
    display: block;
  }
}
.faq-item .flex .text {
  padding: 35px 20px 20px;
}
@media screen and (min-width: 768px), print {
  .faq-item .flex .text {
    padding: 60px 40px 50px 60px;
  }
}
.faq-item .flex .text .quest {
  margin-bottom: 1em;
  padding-bottom: 1em;
  background-image: url(../img/line_12.svg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto 2px;
  font-size: 18px;
}
@media screen and (min-width: 768px), print {
  .faq-item .flex .text .quest {
    font-size: 24px;
  }
}
.faq-item .flex .text .quest span {
  display: block;
  padding: 1.5em 0 0 2.5em;
  font-weight: 700;
  position: relative;
}
.faq-item .flex .text .quest span:before {
  content: "";
  display: block;
  width: 10vw;
  height: 12vw;
  background-image: url(../img/text_q.svg);
  position: absolute;
  left: 5px;
  top: 10px;
}
@media screen and (min-width: 768px), print {
  .faq-item .flex .text .quest span:before {
    width: 55px;
    height: 66px;
  }
}
.faq-item .flex .text .ans {
  position: relative;
  padding-left: 2.2em;
  padding-top: 1.2em;
}
@media screen and (min-width: 768px), print {
  .faq-item .flex .text .ans {
    font-size: 24px;
  }
}
.faq-item .flex .text .ans:before {
  content: "";
  display: block;
  width: 10vw;
  height: 12vw;
  background-image: url(../img/text_a.svg);
  position: absolute;
  left: 5px;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .faq-item .flex .text .ans:before {
    width: 55px;
    height: 66px;
    top: 10px;
  }
}
.faq-item .flex .text .ans p {
  line-height: 2;
}
.faq-item.w100 {
  flex-basis: 100%;
}
@media screen and (min-width: 1020px) {
  .faq-item.w100 .flex .text {
    padding: 60px 80px 50px;
  }
}
.faq #faq01 .img {
  max-width: 527px;
  padding: 20px 20px 0;
}
@media screen and (max-width: 1019px) {
  .faq #faq01 .img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1020px) {
  .faq #faq02 .text {
    width: 70%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1019px) {
  .faq #faq02 .img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1020px) {
  .faq #faq02 .img {
    width: 30%;
    max-width: 346px;
  }
}
.faq #faq04 .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  max-width: 103px;
  transform: translate(-30%, 30%);
}
@media screen and (max-width: 767px) {
  .faq #faq04 .img {
    width: 15vw;
  }
}
.faq #faq06 .flex {
  flex-direction: column;
}
.faq #faq06 .flex .img {
  padding: 0 30px 0;
}
@media screen and (min-width: 1020px) {
  .faq #faq06 .flex .img {
    padding: 0 40px 0 60px;
    margin-top: -70px;
  }
}

.step04 {
  background-image: url(../img/bg_01.png);
  background-position: center;
  background-size: 74.5px 74.5px;
  /*
  .tab-content {
  	width: 100%;
  	max-width: 502px;
  	margin-left: auto;
  	margin-right: auto;
  	border-radius: 20px 0 20px 20px;
  	overflow: hidden;
  	display: none;
  	.img {
  		position: relative;
  		h3 {
  			position: absolute;
  			padding: 0.2em 1em;
  			top: 0;
  			right: 0;
  			font-weight: 700;
  			color: #fff;
  			font-size: 15px;
  			@include media(tablet) {
  				font-size: 18px;
  			}
  		}
  		img {
  			@include media(sp) {
  				width: 100%;
  				height: 100%;
  				object-fit: cover;
  			}
  		}
  	}
  	.text {
  		padding: 0 1.2em 1.5em;
  		font-size: 15px;
  		@include media(tablet) {
  			font-size: 18px;
  		}
  		h4 {
  			margin-bottom: 30px;
  			color: #fff;
  			padding: 0.35em;
  			text-align: center;
  			position: relative;
  			margin-left: -1.2em;
  			margin-right: -1.2em;
  			&:after {
  				content: "";
  				display: block;
  				@include triangle-down;
  				width: 15px;
  				height: 15px;
  				position: absolute;
  				bottom:0;
  				left: 50%;
  				transform: translate(-50%, 90%);
  			}
  			& + p {
  				margin: 0 auto 15px;
  				padding: 1em 1.2em;
  				border-radius: 20px;
  				background-color: #fff;
  				line-height: 2;
  				text-align: center;
  				@include media(l) {
  					width: calc(100% - 40px);
  				}
  			}
  		}
  		.button {
  			display: flex;
  			flex-direction: column;
  			align-items: center;
  			gap: 10px;
  			.btn {
  				color: #fff;
  				font-weight: 700;
  				padding: 0.6em 2em;
  				border-radius: 30px;
  				@include media(tablet) {
  					font-size: 20px;
  				}
  			}
  		}
  	}
  	&.pink {
  		background-color: #FBE4E7;
  		display: block;
  		.img h3 {
  			background-color: map-get($job-colors, pink);
  		}
  		.text h4,
  		.text h4:after {
  			background-color: map-get($job-colors, pink);
  		}
  		.text .button .btn {
  			background-color: map-get($job-colors, pink);
  		}
  	}
  	&.purple {
  		background-color: #F4E4EF;
  		.img h3 {
  			background-color: map-get($job-colors, purple);
  		}
  		.text h4,
  		.text h4:after {
  			background-color: map-get($job-colors, purple);
  		}
  		.text .button .btn {
  			background-color: map-get($job-colors, purple);
  		}
  	}
  	&.orange {
  		background-color: #FDEDD6;
  		.img h3 {
  			background-color: map-get($job-colors, orange);
  		}
  		.text h4,
  		.text h4:after {
  			background-color: map-get($job-colors, orange);
  		}
  		.text .button .btn {
  			background-color: map-get($job-colors, orange);
  		}
  	}
  	&.blue {
  		background-color: #E6E6F3;
  		.img h3 {
  			background-color: map-get($job-colors, blue);
  		}
  		.text h4,
  		.text h4:after {
  			background-color: map-get($job-colors, blue);
  		}
  		.text .button .btn {
  			background-color: map-get($job-colors, blue);
  		}
  	}
  	&.skyblue {
  		background-color: #E3F0FA;
  		.img h3 {
  			background-color: map-get($job-colors, skyblue);
  		}
  		.text h4,
  		.text h4:after {
  			background-color: map-get($job-colors, skyblue);
  		}
  		.text .button .btn {
  			background-color: map-get($job-colors, skyblue);
  		}
  	}		
  }
  */
}
.step04-layout {
  margin: 30px 0;
}
@media screen and (min-width: 1020px) {
  .step04-layout {
    margin: 80px 0;
  }
}
.step04-layout .tabs {
  flex-basis: 50%;
}
.step04-layout .tabs .flex {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .step04-layout .tabs .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.step04-layout .tabs .flex .img {
  flex-basis: 36.48%;
}
.step04-layout .tabs .flex .text {
  flex-basis: 58.4%;
}
.step04-layout .tabs .flex .text h3 {
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.2;
  color: #4F77D7;
}
@media screen and (min-width: 768px), print {
  .step04-layout .tabs .flex .text h3 {
    font-size: 36px;
  }
}
.step04-layout .tabs p {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .step04-layout .tabs p {
    font-size: 24px;
  }
}
.step04-layout .tabs .buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step04-layout .tabs .buttons.js-modal {
  gap: 10px;
}
@media screen and (min-width: 768px), print {
  .step04-layout .tabs .buttons.js-modal {
    display: none;
  }
}
.step04-layout .tabs .buttons.js-tab {
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .step04-layout .tabs .buttons.js-tab {
    display: none;
  }
}
.step04-layout .tabs .buttons .tab {
  width: 100%;
  max-width: 464px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s;
}
.step04-layout .tabs .buttons .tab:hover {
  opacity: 0.7;
}
.step04-layout .tabs .buttons .tab:after {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 7px;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .step04-layout .tabs .buttons .tab:after {
    width: 61px;
    height: 61px;
  }
}
.step04-layout .tabs .buttons .tab .inner {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  clip-path: polygon(100% 0, 100% 10%, 87% 100%, 0 100%, 0 0);
}
@media screen and (min-width: 1020px) {
  .step04-layout .tabs .buttons .tab .inner {
    gap: 30px;
    padding: 16px 20px;
    clip-path: polygon(100% 0, 100% 10%, 88% 100%, 0 100%, 0 0);
  }
}
.step04-layout .tabs .buttons .tab .en {
  flex: 0 0 28.5px;
}
.step04-layout .tabs .buttons .tab .ja {
  flex-basis: calc(100% - 28.5px - 20px);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1020px) {
  .step04-layout .tabs .buttons .tab .ja {
    font-size: 24px;
    flex-basis: calc(100% - 28.5px - 40px);
  }
}
.step04-layout .tabs .buttons .tab.pink .inner {
  background-color: #E96081;
}
.step04-layout .tabs .buttons .tab.pink:after {
  background-image: url(../img/tab_arrow_01.svg);
}
.step04-layout .tabs .buttons .tab.purple .inner {
  background-color: #C966A3;
}
.step04-layout .tabs .buttons .tab.purple:after {
  background-image: url(../img/tab_arrow_02.svg);
}
.step04-layout .tabs .buttons .tab.orange .inner {
  background-color: #F4A11A;
}
.step04-layout .tabs .buttons .tab.orange:after {
  background-image: url(../img/tab_arrow_03.svg);
}
.step04-layout .tabs .buttons .tab.blue .inner {
  background-color: #8086C0;
}
.step04-layout .tabs .buttons .tab.blue:after {
  background-image: url(../img/tab_arrow_04.svg);
}
.step04-layout .tabs .buttons .tab.skyblue .inner {
  background-color: #45B1E6;
}
.step04-layout .tabs .buttons .tab.skyblue:after {
  background-image: url(../img/tab_arrow_05.svg);
}
.step04-layout .tab-contents {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .step04-layout .tab-contents {
    margin-top: 50px;
  }
}
.step04 .com-ttl-02 {
  margin-bottom: 60px;
}
.step04 .select {
  margin-bottom: 30px;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .step04 .select {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
}
@media screen and (min-width: 768px), print {
  .step04 .select {
    gap: 30px;
  }
}
.step04 .select div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .step04 .select div {
    margin-top: 0;
  }
}
.step04 .select div span {
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .step04 .select div span {
    font-size: 36px;
  }
}
.step04 .select div span small {
  font-size: 0.6666em;
}
.step04 .select div span.or {
  font-size: 40px;
}
.step04 .select div.circle {
  width: 38vw;
  height: 38vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4F77D7;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .step04 .select div.circle {
    width: 226px;
    height: 226px;
  }
}
.step04 .select + p {
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (min-width: 1020px) {
  .step04 .select + p {
    margin-bottom: 100px;
  }
}
.step04 .select + p span {
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .step04 .select + p span {
    display: block;
    text-align: center;
    font-size: 28px;
    background-image: url(../img/line_10.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 2px;
  }
}
.step04 .com-ttl-03 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 50px;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1020px) {
  .step04 .com-ttl-03 {
    --margin: calc((100vw - 1290px) / 2 + 20px);
    margin-left: calc(var(--margin) * -1);
    margin-right: calc(var(--margin) * -1);
    margin-bottom: 100px;
  }
}
.step04 .com-ttl-03:after {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
  background-color: #469ee5;
}
@media screen and (min-width: 768px), print {
  .step04 .com-ttl-03:after {
    width: 50px;
    height: 60px;
  }
}
.step04 .com-ttl-03 .flex {
  gap: 20px;
}
@media screen and (min-width: 768px), print {
  .step04 .com-ttl-03 .flex {
    gap: 65px;
  }
}
.step04 .com-ttl-03 .flex .text {
  width: 445px;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .step04 .com-ttl-03 .flex .text {
    width: 80vw;
    margin: 0 auto;
  }
}
.step04 .com-ttl-03 .flex .photo {
  width: 250px;
  height: 100%;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .step04 .com-ttl-03 .flex .photo {
    display: none;
  }
}
.step04 .com-ttl-03 .flex .photo .inner {
  width: 100%;
  height: 100%;
  margin-left: -30px;
  margin-right: -50px;
  position: relative;
}
.step04 .com-ttl-03 .flex .photo .inner img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.step04-merit-item {
  flex-basis: 80%;
  max-width: 500px;
  position: relative;
}
.step04-merit-item h3 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.step04-merit-item h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.step04-merit-item h3:after {
  content: "";
  display: block;
  width: 126px;
  height: 58px;
  background-image: url(../img/text_merit2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 6;
  transform: translate(10%, 30%);
}
.step04-merit-item h3 span {
  width: 82.2%;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0.1em;
  border-radius: 23px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px), print {
  .step04-merit-item h3 span {
    font-size: 24px;
  }
}
.step04-merit-item ul {
  position: relative;
  z-index: 5;
}
.step04-merit-item ul li {
  padding-top: 0.7em;
  font-size: 18px;
  padding-left: 70px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .step04-merit-item ul li {
    font-size: 21px;
  }
}
.step04-merit-item ul li + li {
  margin-top: 2em;
}
.step04-merit-item ul li:before {
  content: "";
  display: block;
  width: 57px;
  height: 61px;
  background-image: url(../img/num_pink_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.step04-merit-item.pink h3:before,
.step04-merit-item.pink h3 span {
  background-color: #E96081;
}
.step04-merit-item.pink ul li:nth-of-type(1):before {
  background-image: url(../img/num_pink_01.svg);
}
.step04-merit-item.pink ul li:nth-of-type(2):before {
  background-image: url(../img/num_pink_02.svg);
}
.step04-merit-item.pink ul li:nth-of-type(3):before {
  background-image: url(../img/num_pink_03.svg);
}
.step04-merit-item.pink ul li:nth-of-type(4):before {
  background-image: url(../img/num_pink_04.svg);
}
.step04-merit-item.skyblue h3:before,
.step04-merit-item.skyblue h3 span {
  background-color: #45B1E6;
}
.step04-merit-item.skyblue ul li:nth-of-type(1):before {
  background-image: url(../img/num_blue_01.svg);
}
.step04-merit-item.skyblue ul li:nth-of-type(2):before {
  background-image: url(../img/num_blue_02.svg);
}
.step04-merit-item.skyblue ul li:nth-of-type(3):before {
  background-image: url(../img/num_blue_03.svg);
}
.step04-merit-item.skyblue ul li:nth-of-type(4):before {
  background-image: url(../img/num_blue_04.svg);
}
@media screen and (max-width: 767px) {
  .step04-merit-item + .step04-merit-item {
    margin-top: 50px;
  }
}
.step04-merit-item .illust {
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .step04-merit-item .illust {
    right: -20px;
  }
}
.step04-merit-item .illust01 {
  width: 20vw;
  max-width: 153px;
  top: 20%;
}
@media screen and (min-width: 768px), print {
  .step04-merit-item .illust01 {
    top: 15%;
  }
}
.step04-merit-item .illust02 {
  width: 20vw;
  max-width: 152px;
  top: 50%;
}
@media screen and (min-width: 768px), print {
  .step04-merit-item .illust02 {
    top: 45%;
  }
}
.step04-merit-item .illust03 {
  width: 25vw;
  max-width: 180px;
  top: 25%;
}
@media screen and (min-width: 768px), print {
  .step04-merit-item .illust03 {
    top: 15%;
  }
}
.step04-merit-item .illust04 {
  width: 15vw;
  max-width: 97px;
  top: 50%;
}
@media screen and (min-width: 768px), print {
  .step04-merit-item .illust04 {
    top: 50%;
  }
}
.step04 .more {
  margin-top: 80px;
  text-align: center;
}
.step04 .more p {
  font-size: 14px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px), print {
  .step04 .more p {
    font-size: 24px;
  }
}
.step04 .more .btn {
  background-color: #C1272D;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0.6em 1.5em;
  border-radius: 34px;
}
@media screen and (min-width: 768px), print {
  .step04 .more .btn {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px), print {
  .step04 .more .btn .ico-arrow {
    width: 60px;
    height: 6px;
  }
}

/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
.open-modal {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(79, 119, 215, 0.5);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  width: calc(100vw - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1020px) {
  .modal-wrap {
    width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1300px) {
  .modal-wrap {
    width: 1174px;
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal-close a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #4F77D7;
}
@media screen and (min-width: 768px), print {
  .modal-close a {
    width: 50px;
    height: 50px;
  }
}
.modal-close a:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  left: 10px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  .modal-close a:before {
    top: 23px;
    left: 15px;
  }
}
.modal-close a:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  left: 10px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
  .modal-close a:after {
    top: 23px;
    left: 15px;
  }
}
.modal-content {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 20px 0 20px 20px;
  padding: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1020px) {
  .modal-content {
    padding: 50px 50px 40px 80px;
  }
}
.modal .modal-main.voice-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal .modal-main.voice-item {
    padding: 0;
  }
}
@media screen and (min-width: 1020px) {
  .modal .modal-main.voice-item {
    padding: 0;
  }
}
@media screen and (max-width: 1019px) {
  .modal .modal-main.voice-item > .flex {
    display: block;
  }
}
.modal .modal-main.voice-item .item-photo {
  flex-basis: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .modal .modal-main.voice-item .item-photo {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal .modal-main.voice-item .item-photo .img {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .modal .modal-main.voice-item .item-photo .img {
    padding-top: 7vh;
  }
}
@media screen and (min-width: 768px), print {
  .modal .modal-main.voice-item .item-photo .img {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .modal .modal-main.voice-item .item-photo .img img {
    transform: scale(1.3);
    transform-origin: bottom;
  }
}
.modal .modal-main.voice-item .item-photo .img .on .txt, .modal .modal-main.voice-item .item-photo .img .off .txt {
  transform: translate(-50%, 120%);
}
@media screen and (min-width: 768px), print {
  .modal .modal-main.voice-item .item-photo .img .on .txt, .modal .modal-main.voice-item .item-photo .img .off .txt {
    transform: translate(-50%, 150%);
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-main.voice-item .item-photo .img .on img, .modal .modal-main.voice-item .item-photo .img .off img {
    height: 30vh;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal-main.voice-item .item-photo .img .tap {
    width: 50px;
    height: 50px;
  }
}
.modal .modal-main.voice-item .item-text {
  flex-basis: 56%;
}
@media screen and (max-width: 767px) {
  .modal .modal-main.voice-item .item-text {
    height: 28vh;
    overflow-y: scroll;
  }
}
.modal .modal-main.voice-item .item-text dl:first-child {
  margin-top: 0;
}
.modal.course .modal-content {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .modal.course .modal-content {
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1020px) {
  .modal.course .modal-content {
    padding: 50px 100px 40px 50px;
  }
}
@media screen and (min-width: 1020px) {
  .modal.course .course-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.modal.course .course-detail .img {
  flex-basis: 50%;
}
.modal.course .course-detail .img .photo {
  margin-left: -5%;
}
.modal.course .course-detail .img .ttl {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
}
.modal.course .course-detail .img .ttl .en {
  width: 100%;
  padding: 10px 0 0.4em;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1020px) {
  .modal.course .course-detail .img .ttl .en {
    font-size: 24px;
  }
}
.modal.course .course-detail .img .ttl .ja {
  padding: 0.4em 0 0.8em;
}
@media screen and (min-width: 1020px) {
  .modal.course .course-detail .img .ttl .ja {
    font-size: 28px;
  }
}
.modal.course .course-detail .text {
  margin-top: 0;
  flex-basis: 42%;
}
.modal.course .course-detail .text p {
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .modal.course .course-detail .text p {
    font-size: 22px;
  }
}
.modal.course .course-detail.pink .ttl {
  color: #E96081;
}
.modal.course .course-detail.pink .ttl .en {
  border-color: #E96081;
}
.modal.course .course-detail.pink + .modal-close a {
  background-color: #E96081;
}
.modal.course .course-detail.purple .ttl {
  color: #C966A3;
}
.modal.course .course-detail.purple .ttl .en {
  border-color: #C966A3;
}
.modal.course .course-detail.purple + .modal-close a {
  background-color: #C966A3;
}
.modal.course .course-detail.orange .ttl {
  color: #F4A11A;
}
.modal.course .course-detail.orange .ttl .en {
  border-color: #F4A11A;
}
.modal.course .course-detail.orange + .modal-close a {
  background-color: #F4A11A;
}
.modal.course .course-detail.blue .ttl {
  color: #8086C0;
}
.modal.course .course-detail.blue .ttl .en {
  border-color: #8086C0;
}
.modal.course .course-detail.blue + .modal-close a {
  background-color: #8086C0;
}
.modal.course .course-detail.skyblue .ttl {
  color: #45B1E6;
}
.modal.course .course-detail.skyblue .ttl .en {
  border-color: #45B1E6;
}
.modal.course .course-detail.skyblue + .modal-close a {
  background-color: #45B1E6;
}
@media screen and (min-width: 1020px) {
  .modal.graduate .modal-wrap {
    width: 1000px;
  }
}
.modal.graduate .modal-content {
  padding: 0;
}
@media screen and (max-width: 1019px) {
  .modal.graduate .modal-main {
    height: calc(100vh - 80px);
    overflow-y: scroll;
  }
}
.modal.graduate .graduate-info {
  flex-basis: 41%;
}
.modal.graduate .graduate-comment {
  flex-basis: 51%;
}
.modal.graduate .graduate-comment .inner {
  margin-top: 30px;
}
@media screen and (min-width: 1020px) {
  .modal.graduate .graduate-comment .inner {
    height: 100%;
    max-height: calc(100vh - 140px);
    overflow-y: scroll;
  }
}
.modal.graduate .graduate-detail {
  padding: 20px;
}
@media screen and (min-width: 1020px) {
  .modal.graduate .graduate-detail {
    padding: 25px 70px;
    display: flex;
    justify-content: space-between;
  }
}
.modal.graduate .graduate-detail .ttl {
  display: flex;
  gap: 1em;
  align-items: center;
  white-space: nowrap;
}
.modal.graduate .graduate-detail .ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.modal.graduate .graduate-detail .img {
  margin: 0.5em 0 1em;
  border-radius: 20px;
  overflow: hidden;
}
.modal.graduate .graduate-detail .message {
  margin: 0.8em 0 0.6em;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .modal.graduate .graduate-detail .message {
    font-size: 22px;
  }
}
.modal.graduate .graduate-detail .data {
  border-radius: 20px;
  box-shadow: inset 0 0 8px rgba(233, 96, 129, 0.3);
  background-color: #fff;
  padding: 1.2em;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.modal.graduate .graduate-detail .data .name {
  font-weight: 700;
}
.modal.graduate .graduate-detail .data .name strong {
  font-size: 1.375em;
}
.modal.graduate .graduate-detail .comment dt {
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .modal.graduate .graduate-detail .comment dt {
    font-size: 18px;
  }
}
.modal.graduate .graduate-detail .comment dd {
  margin-top: 0.5em;
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .modal.graduate .graduate-detail .comment dd {
    font-size: 20px;
  }
}
.modal.graduate .graduate-detail .comment dd .marker {
  background: linear-gradient(transparent 0%, #FFE83E 0%);
}
.modal.graduate .graduate-detail .comment + .comment {
  margin-top: 1.5rem;
}
.modal.graduate .graduate-detail.pink {
  background-image: url(../img/bg_pink.jpg);
  background-position: top left;
  background-size: 58.5px auto;
}
.modal.graduate .graduate-detail.pink .ttl {
  color: #E96081;
}
.modal.graduate .graduate-detail.pink .ttl:after {
  background-color: #E96081;
}
.modal.graduate .graduate-detail.pink .ttl .en {
  border-color: #E96081;
}
.modal.graduate .graduate-detail.pink .message,
.modal.graduate .graduate-detail.pink .data {
  color: #E96081;
}
.modal.graduate .graduate-detail.pink + .modal-close a {
  background-color: #E96081;
}
.modal.graduate .graduate-detail.purple {
  background-image: url(../img/bg_purple.jpg);
  background-position: top left;
  background-size: 58.5px auto;
}
.modal.graduate .graduate-detail.purple .ttl {
  color: #C966A3;
}
.modal.graduate .graduate-detail.purple .ttl:after {
  background-color: #C966A3;
}
.modal.graduate .graduate-detail.purple .ttl .en {
  border-color: #C966A3;
}
.modal.graduate .graduate-detail.purple .message,
.modal.graduate .graduate-detail.purple .data {
  color: #C966A3;
}
.modal.graduate .graduate-detail.purple + .modal-close a {
  background-color: #C966A3;
}
.modal.graduate .graduate-detail.orange {
  background-image: url(../img/bg_orange.jpg);
  background-position: top left;
  background-size: 58.5px auto;
}
.modal.graduate .graduate-detail.orange .ttl {
  color: #F4A11A;
}
.modal.graduate .graduate-detail.orange .ttl:after {
  background-color: #F4A11A;
}
.modal.graduate .graduate-detail.orange .ttl .en {
  border-color: #F4A11A;
}
.modal.graduate .graduate-detail.orange .message,
.modal.graduate .graduate-detail.orange .data {
  color: #F4A11A;
}
.modal.graduate .graduate-detail.orange .data {
  box-shadow: inset 0 0 8px rgba(244, 161, 26, 0.3);
}
.modal.graduate .graduate-detail.orange + .modal-close a {
  background-color: #F4A11A;
}
.modal.graduate .graduate-detail.blue {
  background-image: url(../img/bg_blue.jpg);
  background-position: top left;
  background-size: 58.5px auto;
}
.modal.graduate .graduate-detail.blue .ttl {
  color: #8086C0;
}
.modal.graduate .graduate-detail.blue .ttl:after {
  background-color: #8086C0;
}
.modal.graduate .graduate-detail.blue .ttl .en {
  border-color: #8086C0;
}
.modal.graduate .graduate-detail.blue .message,
.modal.graduate .graduate-detail.blue .data {
  color: #8086C0;
}
.modal.graduate .graduate-detail.blue .data {
  box-shadow: inset 0 0 8px rgba(128, 134, 192, 0.3);
}
.modal.graduate .graduate-detail.blue + .modal-close a {
  background-color: #8086C0;
}
.modal.graduate .graduate-detail.skyblue {
  background-image: url(../img/bg_skyblue.jpg);
  background-position: top left;
  background-size: 58.5px auto;
}
.modal.graduate .graduate-detail.skyblue .ttl {
  color: #45B1E6;
}
.modal.graduate .graduate-detail.skyblue .ttl:after {
  background-color: #45B1E6;
}
.modal.graduate .graduate-detail.skyblue .ttl .en {
  border-color: #45B1E6;
}
.modal.graduate .graduate-detail.skyblue .message,
.modal.graduate .graduate-detail.skyblue .data {
  color: #45B1E6;
}
.modal.graduate .graduate-detail.skyblue .data {
  box-shadow: inset 0 0 8px rgba(69, 177, 230, 0.3);
}
.modal.graduate .graduate-detail.skyblue + .modal-close a {
  background-color: #45B1E6;
}
.modal.graduate#modal-graduate10 .graduate-detail .message {
  font-size: 18px;
}
@media screen and (max-width: 1019px) {
  .modal.work .modal-main {
    overflow-y: scroll;
  }
}
.modal.work .modal-content {
  padding: 0;
  border-radius: 0 0 20px 20px;
}
.modal.work .tab-content {
  display: block;
  border-radius: 0;
}
.modal.work .tab-content .img h3 {
  right: auto;
  left: 0;
}
.modal.work .tab-content .text {
  font-size: 14px;
}
.modal.work .tab-content .text h4 {
  margin-bottom: 20px;
}
.modal.work .tab-content.pink + .modal-close a {
  background-color: #E96081;
}
.modal.work .tab-content.purple + .modal-close a {
  background-color: #C966A3;
}
.modal.work .tab-content.orange + .modal-close a {
  background-color: #F4A11A;
}
.modal.work .tab-content.blue + .modal-close a {
  background-color: #8086C0;
}
.modal.work .tab-content.skyblue + .modal-close a {
  background-color: #45B1E6;
}