@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;
  height: -webkit-fill-available;
}

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", sans-serif;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #000000;
  font-weight: 400;
}

body {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 16px;
  }
}

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

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

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.scroll_fadein {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: all 1s;
}
.scroll_fadein.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: 1024px) {
  .section-inner {
    width: 980px;
    padding: 80px 0;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  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: 1024px) {
  .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: 1024px) {
  .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) {
  .row > * {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .row .col1 > * {
    width: 90%;
  }
  .row .col2 > * {
    width: 45%;
  }
  .row .col3 > * {
    width: 30%;
  }
  .row .col4 > * {
    width: 22.5%;
  }
  .row .col5 > * {
    width: 18%;
  }
  .row .col6 > * {
    width: 15%;
  }
  .row.wrap {
    flex-wrap: wrap;
  }
  .row.row-center {
    justify-content: center;
  }
  .row.row-around {
    justify-content: space-around;
  }
  .row.col-center {
    align-items: center;
  }
}

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

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 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 {
  background: linear-gradient(transparent 50%, #FFE558 50%);
}

#site-header {
  width: 100vw;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px), print {
  #site-header {
    width: 100%;
    height: 106px;
  }
}
#site-header .site-logo {
  width: 60vw;
  max-width: 312px;
  padding: 10px 20px;
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 30px;
}
@media screen and (min-width: 768px), print {
  #site-header .site-logo {
    padding: 20px;
    border-bottom-right-radius: 50px;
  }
}
#site-header .site-logo img {
  width: 90%;
  max-width: 209px;
}
#site-header .header-navigation {
  position: fixed;
  top: 0;
  right: -80vw;
  width: 80vw;
  height: 100vh;
  padding: 90px 25px 25px;
  z-index: 101;
  transition: all 0.6s;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  #site-header .header-navigation {
    position: absolute;
    top: calc(100vh - 80px);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
    height: 80px;
    padding: 0;
  }
}
#site-header .header-navigation .inner {
  width: 100%;
}
#site-header .header-navigation.active {
  right: 0;
}
#site-header .primary-menu ul li a {
  display: block;
  padding: 10px 15px 10px 30px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #site-header .primary-menu ul li a {
    line-height: 1.3;
  }
}
#site-header .primary-menu ul li a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #FFF953;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#site-header .primary-menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 10px;
  border-color: transparent transparent transparent #3D79C7;
}
@media screen and (min-width: 1024px) {
  #site-header .primary-menu ul li a:after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #site-header .primary-menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-width: 980px;
    margin: auto;
  }
  #site-header .primary-menu ul li a {
    display: block;
    line-height: 80px;
    background-color: #fff;
    padding: 0 0 0 30px;
    text-align: center;
    white-space: nowrap;
    font-size: 17px;
  }
}
#site-header .nav-toggle {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  background-color: #FFF953;
  border-radius: 3px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 102;
}
@media screen and (min-width: 1024px) {
  #site-header .nav-toggle {
    display: none;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 26px;
  border-bottom: solid 2px #3D79C7;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 8px;
}
#site-header .nav-toggle span:nth-child(1) {
  top: 12px;
}
#site-header .nav-toggle span:nth-child(2) {
  top: 20px;
}
#site-header .nav-toggle span:nth-child(3) {
  top: 28px;
}
#site-header .nav-toggle.active span:nth-child(1) {
  top: 20px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#site-header .nav-toggle.active span:nth-child(2), #site-header .nav-toggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  background-color: rgba(84, 148, 216, 0.6);
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 1024px) {
  #cover {
    display: none;
  }
}

#floating-menu {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 102;
  display: none;
}
@media screen and (max-width: 767px) {
  #floating-menu {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  #floating-menu {
    top: 50%;
    left: auto;
    right: 20px;
    transform: translate(0, -50%);
  }
}
#floating-menu .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  #floating-menu .inner {
    width: 100%;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px), print {
  #floating-menu .inner {
    gap: 8px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #floating-menu .btn {
    width: 48%;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  #floating-menu .btn {
    writing-mode: vertical-rl;
    height: 220px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  #floating-menu .btn {
    padding: 30px 0;
  }
}
@media screen and (min-width: 768px), print {
  #floating-menu .btn .icon {
    margin-bottom: 5px;
  }
}

#site-footer {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #site-footer {
    padding-bottom: 60px;
  }
}
#site-footer .copyright {
  padding: 20px;
  line-height: 1.3;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.modal {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  background: #e9daf5; /* Old browsers */
  background: linear-gradient(to right, #e9daf5 0%, #bfd4fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.56;
  position: relative;
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 40px);
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .modal-wrap {
    width: 1024px;
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal-close a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #EBFD00;
}
@media screen and (min-width: 768px), print {
  .modal-close a {
    width: 60px;
    height: 60px;
  }
}
.modal-close a:before {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 25px;
  left: 15px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  .modal-close a:before {
    top: 30px;
    left: 20px;
  }
}
.modal-close a:after {
  content: "";
  display: block;
  width: 22px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 25px;
  left: 15px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
  .modal-close a:after {
    top: 30px;
    left: 20px;
  }
}
.modal-content {
  max-height: calc(100vh - 40px);
  background-color: #FAFAF7;
  border-radius: 20px;
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .modal-content {
    max-height: 70vh;
    padding: 50px 20px 20px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1024px) {
  .modal-content {
    padding: 30px 60px 30px 28px;
  }
}
.modal .interview__layout {
  color: #1F2F64;
}
.modal .interview__layout:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .modal .interview__layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.modal .interview__layout .img {
  flex-basis: 48%;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .modal .interview__layout .img {
    margin-bottom: 0;
  }
}
.modal .interview__layout .img img {
  max-width: 100%;
  height: auto;
}
.modal .interview__layout .text {
  flex-basis: 47%;
}
.modal .interview__layout dl {
  margin-bottom: 22px;
}
.modal .interview__layout dl dt {
  margin-bottom: 5px;
  position: relative;
}
.modal .interview__layout dl dt:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B4A0D9;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.modal .interview__layout dl dt span {
  background-color: #FAFAF7;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-right: 10px;
  z-index: 2;
}
.modal .interview__layout dl dd {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px), print {
  .modal .interview__layout dl dd {
    font-size: 17px;
  }
}
.modal .interview__layout dl.reason dd {
  font-family: "Zen Old Mincho", serif;
  font-size: 19px;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .modal .interview__layout dl.reason dd {
    font-size: 27px;
  }
}
.modal .interview__box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(131, 128, 106, 0.28);
  padding: 10px 0 10px 20px;
}
@media screen and (min-width: 768px), print {
  .modal .interview__box {
    padding: 13px 0 13px 28px;
  }
}
.modal .interview__box dl {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .modal .interview__box dl dd {
    display: flex;
    align-items: flex-start;
    gap: 25px;
  }
}
.modal .interview__box .name {
  display: inline-block;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .modal .interview__box .name {
    margin-bottom: 7px;
  }
}
.modal .interview__box .resume {
  display: inline-block;
  font-size: 14px;
}

/* ---------- COMMON ---------- */
.btn {
  display: block;
  text-align: center;
  position: relative;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-block;
  }
}
.btn-normal {
  min-width: 250px;
  background-color: #FFF953;
  color: #000000;
  line-height: 68px;
  border-radius: 75px;
}
@media screen and (min-width: 768px), print {
  .btn-normal {
    font-size: 18px;
  }
}
.btn-normal .arrow {
  width: 50px;
  height: 50px;
  background-color: #3D79C7;
  position: absolute;
  top: 50%;
  right: 9px;
  border-radius: 50px;
  transform: translateY(-50%);
}
.btn-normal .arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 10px;
  border-color: transparent transparent transparent #FFF953;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .btn-normal.large {
    line-height: 94px;
    font-size: 20px;
  }
  .btn-normal.large.arrow {
    width: 68px;
    height: 68px;
    top: 13px;
    right: 13px;
  }
  .btn-normal.large.arrow:after {
    border-width: 6.5px 0 6.5px 14px;
  }
}
.btn-normal.small {
  line-height: 38px;
  font-size: 13px;
}
.btn-normal.small.arrow {
  width: 24px;
  height: 24px;
  top: 6px;
  right: 6px;
}
.btn-normal.small.arrow:after {
  border-width: 2px 0 2px 5px;
}
.btn-normal.white {
  display: inline-block !important;
  line-height: 44px;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 24px;
}
.btn-normal.white .arrow {
  width: 34px;
  height: 34px;
  right: 5px;
}
.btn-normal.white .arrow:after {
  border-width: 3.5px 0 3.5px 7px;
}
.btn-float {
  color: #fff;
  line-height: 54px;
  border-radius: 27px;
}
.btn-float.orange {
  background-color: #FF5F24;
}
.btn-float.blue {
  background-color: #3D79C7;
}

.balloon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 10px;
  text-align: center;
  position: relative;
}
.balloon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.balloon.orange {
  background-color: #ff5e24;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.balloon.orange:after {
  border-color: #ff5e24 transparent transparent transparent;
}
.balloon.normal {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 2px 20px;
}
.balloon.normal:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.balloon.normal:after {
  border-width: 11px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -10px;
  z-index: 2;
}

.label {
  display: inline-block;
  margin-bottom: 7px;
  padding: 10px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.label-yellow {
  background-color: #FFF953;
}
.label-blue {
  background-color: #3D79C7;
  color: #fff;
  padding: 2px 20px;
}

.square {
  background-color: #fff;
  border: 2px solid #000000;
  padding: 2px 10px;
}
.square.yellow {
  background-color: #FFF953;
}

.list {
  text-align: left;
}
.list-blue li {
  padding-left: 20px;
  position: relative;
}
.list-blue li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3D79C7;
  position: absolute;
  top: 0.5em;
  left: 0;
}

#main {
  overflow: hidden;
}

.cta {
  background-color: #3D79C7;
  color: #fff;
}
.cta .section-inner {
  padding-top: 40px;
  padding-bottom: 10px;
}
.cta .text {
  flex-basis: 50%;
  text-align: right;
}
.cta .text span {
  display: inline-block;
  padding: 10px 10px 0 0;
  text-align: left;
}
.cta .buttons {
  flex-basis: 50%;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .cta .buttons .btn-normal {
    min-width: 360px;
    padding-right: 20px;
  }
}
.cta .buttons .btn-normal:not(:last-child) {
  margin-bottom: 10px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  appearance: none;
  border: none;
  background-color: #ccc;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background-color: #444;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  appearance: none;
  border: none;
  background-color: #000;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px), print {
  .slick-arrow {
    width: 32px;
    height: 120px;
  }
}
.slick-prev {
  left: -10px;
}
@media screen and (min-width: 1024px) {
  .slick-prev {
    left: 0;
    transform: translate(-100%, -50%);
  }
}
.slick-prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 21px;
  margin-top: -5px;
}
@media screen and (min-width: 768px), print {
  .slick-prev:before {
    left: 12px;
  }
}
.slick-next {
  right: -10px;
}
@media screen and (min-width: 1024px) {
  .slick-next {
    right: 0;
    transform: translate(100%, -50%);
  }
}
.slick-next:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -5px;
}
@media screen and (min-width: 768px), print {
  .slick-next:before {
    left: 8px;
  }
}

.icon {
  display: inline-block;
}
.icon.book {
  width: 20px;
  height: 19px;
  background-image: url(../img/icon_book.svg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .icon.book {
    width: 27px;
    height: 20px;
  }
}
.icon.school {
  width: 22px;
  height: 17.6px;
  background-image: url(../img/icon_school.svg);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .icon.school {
    width: 30px;
    height: 24px;
  }
}

/* ---------- CONTENTS ---------- */
.fv {
  height: 355px;
  padding: 80px 20px;
}
@media screen and (min-width: 768px), print {
  .fv {
    height: calc(100vh - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .fv {
    height: calc(100vh - 108px);
    padding: 28px 37px 80px;
  }
}
.fv .section-inner {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .fv .section-inner {
    width: 100%;
  }
}
.fv-images {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .fv-images {
    border-radius: 50px;
  }
}
.fv-slider {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .fv-slider {
    border-radius: 50px;
  }
}
.fv-slider img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .fv-slider img {
    border-radius: 30px;
    border: 1px solid #e9e9e9;
  }
}
@media screen and (min-width: 768px), print {
  .fv-slider img {
    height: calc(100vh - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .fv-slider img {
    height: calc(100vh - 108px);
  }
}
.fv-badge {
  width: 25vw;
  max-width: 178px;
  position: absolute;
  left: 0;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .fv-badge {
    bottom: 23vh;
  }
}
@media screen and (min-width: 1024px) {
  .fv-badge {
    left: 50px;
    transform: translateX(-15%);
  }
}
.fv-tagline {
  width: 85vw;
  max-width: 481.5px;
  position: absolute;
  left: 50%;
  margin-left: 17px;
  transform: translateX(-50%);
  bottom: -3vh;
}
@media screen and (min-width: 768px), print {
  .fv-tagline {
    bottom: 50px;
    right: 0;
    left: auto;
    transform: translateX(-15%);
  }
}

@media screen and (max-width: 767px) {
  .intro .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.intro .row img:not([class]) {
  border-radius: 10px;
}
@media screen and (min-width: 768px), print {
  .intro .row img:not([class]) {
    border-radius: 20px;
  }
}
.intro .row img.cloud {
  width: 40vw;
  max-width: 241.5px;
  position: absolute;
  bottom: -30px;
}
.intro .row img.plane {
  width: 24vw;
  max-width: 140px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .intro .row img.plane {
    bottom: 50px;
    transform: translateX(50px);
  }
}
.intro .left {
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro .left {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .intro .left {
    flex-basis: 39%;
  }
}
@media screen and (min-width: 1024px) {
  .intro .left {
    flex-basis: 340px;
    padding: 0 20px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .intro .left img:not([class]) {
    width: 43vw;
    height: 32vw;
    object-fit: cover;
    object-position: center top;
    max-width: initial;
  }
}
.intro .left img:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .intro .left img:first-child {
    max-width: 237px;
    margin-bottom: 23px;
  }
}
.intro .left img.cloud {
  left: 0;
  transform: translate(-30px, 0);
}
@media screen and (min-width: 768px), print {
  .intro .right {
    flex-basis: 58%;
  }
}
@media screen and (min-width: 1024px) {
  .intro .right {
    flex-basis: calc(100% - 340px);
  }
}
.intro .right .img {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .intro .right .img img:not([class]) {
    max-width: 605px;
  }
}
.intro .right .img img.cloud {
  right: 0;
  transform: translate(30px, 0);
}
.intro .right .text {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 768px), print {
  .intro .right .text {
    padding: 50px 0 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .intro .right .text {
    padding: 35px 0 0 80px;
  }
}
.intro .right .text h2 {
  margin-bottom: 15px;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
}
@media screen and (min-width: 768px), print {
  .intro .right .text h2 {
    font-size: 36px;
  }
}
.intro .right .text p {
  font-size: 15px;
  line-height: 2;
}
.intro-gallery {
  padding-bottom: 35px;
}
.intro-gallery .gallery-slider li {
  width: 48vw;
  margin: 0 3px;
}
@media screen and (min-width: 768px), print {
  .intro-gallery .gallery-slider li {
    width: 288px;
    margin: 0 5px;
  }
}

.feature {
  background-image: url(../img/bg_feature_2.jpg), url(../img/bg_feature.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 1400px auto, 1400px 100%;
}
.feature-heading {
  display: flex;
  padding: 20px 20px 0;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1024px) {
  .feature-heading {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-heading img:not([class]) {
  position: relative;
  z-index: 5;
}
.feature-heading img.deco {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 20%;
  max-width: 86px;
}
.feature-heading .text {
  flex-basis: 50%;
  margin-bottom: 0 !important;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .feature-heading .text {
    padding: 34px 0 0 10%;
  }
}
@media screen and (min-width: 1024px) {
  .feature-heading .text {
    padding-left: 100px;
  }
}
.feature-heading .text h2 {
  width: 100%;
  max-width: 370px;
}
.feature-heading .text img.deco {
  transform: translateY(-80%);
}
.feature-heading .img {
  flex-basis: 50%;
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px), print {
  .feature-heading .img {
    padding-left: 50px;
  }
}
.feature-heading .img img:not([class]) {
  width: 90%;
  max-width: 279px;
}
.feature-heading .img img.deco {
  max-width: 94px;
  left: auto;
  right: 0;
  transform: translate(-30%, 0);
}
.feature .section-inner {
  padding-top: 0 !important;
  padding-bottom: 30px;
}
.feature .row {
  margin-bottom: 0;
}
.feature-box {
  margin-bottom: 23px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: inset 0 0 7px #CEE8FF, 0 0 6px #9FC6E8;
}
.feature-box.two {
  flex-basis: 48.5%;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .feature-box.two {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768px), print {
  .feature-box.two .btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-box.two .btn {
    bottom: 27px;
    min-width: 250px;
  }
}
.feature-box.three {
  flex-basis: 32%;
  position: relative;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .feature-box.three {
    padding: 35px;
  }
}
.feature-box.three p {
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .feature-box.three p {
    max-width: 372px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-box.three h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (min-width: 768px), print {
  .feature-box.three .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-box.three .btn {
    bottom: 27px;
    min-width: 250px;
  }
}
.feature-box .label-yellow {
  min-width: 298px;
}
.feature-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.feature-box h3.first {
  line-height: 25px;
}
@media screen and (min-width: 1024px) {
  .feature-box h3 {
    font-size: 30px;
  }
}
.feature-box01 {
  margin-bottom: 23px !important;
}
.feature-box01 .text {
  flex-basis: calc(50% - 30px);
  background-image: url(../img/feature_02.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px), print {
  .feature-box01 .text {
    background-position: bottom right;
    padding: 30px 0 30px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-box01 .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.feature-box01 .text .labels {
  margin-bottom: 20px;
}
.feature-box01 .text p {
  margin-bottom: 1.2em;
  font-size: 14px;
  line-height: 1.8;
}
.feature-box01 .course {
  flex-basis: calc(50% + 30px);
  background-image: url(../img/feature_03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 0 !important;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .feature-box01 .course {
    background-image: url(../img/feature_03_pc.jpg);
    background-position: left bottom;
    padding: 20px 0 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-box01 .course {
    padding: 30px 0 0 20px;
    gap: 25px;
  }
}
.feature-box01 .course > * {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .feature-box01 .course > * {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .feature-box01 .course > * {
    width: 79%;
  }
}
.feature-box01 .course-combination {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.feature-box01 .course-text {
  flex-basis: 48%;
  padding: 20px 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .feature-box01 .course-text {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .feature-box01 .course-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.feature-box01 .course-text.coral {
  background-color: #F49F9E;
}
.feature-box01 .course-text.pink {
  background-color: #F2A1E6;
}
.feature-box01 .course-text.purple {
  background-color: #A98BF7;
}
.feature-box01 .course-text.orange {
  background-color: #F0B75C;
}
.feature-box01 .course-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.7%;
  padding-top: 8.7%;
  height: 0;
  background-color: #FFF953;
  border-radius: 50%;
}
.feature-box01 .course-plus:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #3D79C7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.feature-box01 .course-plus:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #3D79C7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.feature-box01 .course-ex {
  text-align: right;
  transform: translateY(-60%);
  font-size: 15px;
}
.feature-box02 {
  padding: 30px 20px;
  background-image: url(../img/feature_04.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .feature-box02 {
    padding: 28px 20px 36px 40px;
  }
}
.feature-box02 .catch img {
  width: 80%;
  max-width: 255px;
}
.feature-box02 h3 {
  margin: 10px 0 20px;
}
.feature-box02 .row {
  align-items: center;
}
.feature-box02 .row > * {
  flex-basis: 50%;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
.feature-box03 {
  padding: 30px 20px;
  text-align: center;
  background-image: url(../img/feature_08.svg);
  background-position: top 24% left 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}
@media screen and (min-width: 1024px) {
  .feature-box03 {
    padding: 35px;
  }
}
.feature-box03 p {
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .feature-box03 p {
    max-width: 372px;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature-box03 .img {
  padding: 25px 0 12px;
  text-align: center;
}
.feature-box03 .img img {
  width: 90%;
  max-width: 372px;
}
.feature-box04 {
  background-image: url(../img/feature_09.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px), print {
  .feature-box04 {
    padding-bottom: 90px !important;
  }
}
.feature-box04 .img {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .feature-box04 .img {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.feature-box04 .img img {
  width: 96%;
  max-width: 225px;
}
.feature-box05 {
  background-image: url(../img/feature_11.png);
  background-position: top 20px center;
  background-repeat: no-repeat;
  background-size: calc(100% - 40px) auto;
}
@media screen and (min-width: 768px), print {
  .feature-box05 {
    padding-bottom: 80px !important;
  }
}
.feature-box05 .relation {
  background-color: #FCF9EF;
  border: 2px solid #000000;
  max-width: 250px;
  margin: 20px auto 0;
  padding: 10px 10px 15px;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature-box05 .relation {
    margin-bottom: 20px;
  }
}
.feature-box05 .relation h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.feature-box05 .relation .list-blue {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .feature-box05 .relation .list-blue {
    max-width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-box06 {
    padding-top: 30px !important;
  }
}
.feature-box06 .catch {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 191.5px;
  width: 90%;
}
.feature-box06 .img {
  margin: 20px -20px 0;
}
@media screen and (max-width: 767px) {
  .feature-box06 .img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-box06 .img {
    margin-left: -35px;
    margin-right: -35px;
  }
}

.reason {
  background-image: url(../img/bg_reason.png);
  background-position: top left;
  background-size: 36px;
  position: relative;
}
.reason .section-inner {
  padding-top: 35px !important;
}
.reason .row {
  margin-bottom: 0;
}
.reason-heading {
  background-image: url(../img/reason_05.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  .reason-heading {
    background-size: 63% auto;
  }
}
@media screen and (min-width: 1024px) {
  .reason-heading {
    background-size: 623px auto;
    padding-bottom: 25px;
  }
}
.reason-heading .catch img {
  max-width: 298px;
}
.reason-heading h2 {
  font-size: 30px;
}
.reason-heading h2 small {
  font-size: 0.66em;
}
.reason-list {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .reason-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.reason-list .item {
  width: 30%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .reason-list .item {
    text-align: center;
  }
  .reason-list .item img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.reason-deco {
  position: absolute;
}
.reason-deco.deco01 {
  width: 15vw;
  max-width: 68px;
  left: 0;
  top: 40%;
}
@media screen and (min-width: 1024px) {
  .reason-deco.deco01 {
    left: calc(50% - 586px);
  }
}
.reason-deco.deco02 {
  width: 15vw;
  max-width: 60px;
  right: 0;
  top: 30%;
}
@media screen and (min-width: 1024px) {
  .reason-deco.deco02 {
    right: auto;
    left: calc(50% + 520px);
  }
}

.course {
  position: relative;
  padding-bottom: 45px;
}
.course .section-wrap {
  background-image: url(../img/course_01.svg), url(../img/bg_course.jpg);
  background-position: top center, center;
  background-size: 90% auto, 1400px auto;
  background-repeat: no-repeat, repeat;
}
@media screen and (min-width: 768px), print {
  .course .section-wrap {
    max-width: 92%;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    background-size: 536px auto, 1400px auto;
  }
}
@media screen and (min-width: 1024px) {
  .course .section-inner {
    padding-top: 46px;
  }
}
.course h2 {
  margin-bottom: 30px;
  font-size: 35px;
  text-align: center;
}
.course h2 .square {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 20px;
  font-size: 15px;
}
.course-deco {
  width: 60vw;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-10px, 0);
}
@media screen and (min-width: 768px), print {
  .course-deco {
    transform: translate(-10px, -80%);
    width: 50vw;
    max-width: 681px;
  }
}
.course-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .course-list {
    flex-direction: column;
  }
}
.course-item {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .course-item {
    flex-basis: 49%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
}
.course-item a {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .course-item a {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .course-item .text {
    position: absolute;
    bottom: 22px;
    left: 20px;
  }
}
.course-item .text .btn-normal {
  line-height: 38px;
  border-radius: 19px;
  font-size: 13px;
  min-width: initial;
  padding: 0 45px 0 30px;
}
@media screen and (max-width: 767px) {
  .course-item .text .btn-normal {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.course-item .text .btn-normal .arrow {
  width: 26px;
  height: 26px;
  right: 7px;
}
.course-item .text .btn-normal .arrow:after {
  border-width: 3px 0 3px 5px;
}
.course-name {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 8px;
}
.course-name .en {
  display: inline-block;
  padding: 0 20px;
  line-height: 37px;
  font-size: 33px;
  color: #fff;
}
.course-name .ja {
  display: inline-block;
  padding: 0 20px;
  line-height: 32px;
  font-size: 18px;
  background-color: #fff;
}
.course #cabin-attendant .course-name .en {
  background-color: #F49F9E;
}
.course #cabin-attendant .course-name .ja {
  color: #F49F9E;
}
.course #grand-staff .course-name .en {
  background-color: #F2A1E6;
}
.course #grand-staff .course-name .ja {
  color: #F2A1E6;
}
.course #air-cargo .course-name .en {
  background-color: #A98BF7;
}
.course #air-cargo .course-name .ja {
  color: #A98BF7;
}
.course #ground-handling .course-name .en {
  background-color: #73BEF2;
}
.course #ground-handling .course-name .ja {
  color: #73BEF2;
}
.course #hotel .course-name .en {
  background-color: #F0B75C;
}
.course #hotel .course-name .ja {
  color: #F0B75C;
}

.support {
  background-image: url(../img/support_01.svg), url(../img/bg_course.jpg);
  background-position: top -5px center, center;
  background-size: 90% auto, 1400px auto;
  background-repeat: no-repeat, repeat;
}
@media screen and (min-width: 768px), print {
  .support {
    background-size: 610px auto, 1400px auto;
  }
}
@media screen and (min-width: 1024px) {
  .support .section-inner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support-heading {
    padding-bottom: 40vw;
    position: relative;
  }
}
@media screen and (min-width: 768px), print {
  .support-heading {
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }
}
.support-heading h2 {
  margin-bottom: 20px;
  font-size: 35px;
  text-align: center;
}
.support-heading h2 .square {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 20px;
  font-size: 15px;
}
@media screen and (min-width: 768px), print {
  .support-heading .text {
    width: 55%;
    min-width: 546px;
    padding-bottom: 45px;
  }
}
.support-heading .img01 {
  max-width: 204px;
}
@media screen and (max-width: 767px) {
  .support-heading .img01 {
    width: 38%;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
.support-heading .img02 {
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  .support-heading .img02 {
    width: 45%;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}
.support-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 1%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  .support-list {
    column-gap: 5%;
    row-gap: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .support-list {
    justify-content: flex-start;
  }
}
.support-item {
  flex-basis: 48%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(173, 173, 173, 0.16);
}
@media screen and (min-width: 768px), print {
  .support-item {
    flex-basis: 30%;
    border-radius: 30px;
    overflow: hidden;
  }
}
.support-item .img {
  position: relative;
}
.support-item .img h3 {
  padding: 8px 10px 8px 30px;
  background-color: #fff;
  font-size: 15px;
  position: relative;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .support-item .img h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    line-height: 35px;
    padding: 0 34px 0 55px;
  }
}
.support-item .img h3:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3D79C7;
  position: absolute;
  left: 12px;
  top: calc(0.4em + 8px);
}
@media screen and (min-width: 768px), print {
  .support-item .img h3:before {
    width: 13px;
    height: 13px;
    top: 50%;
    left: 33px;
    transform: translateY(-45%);
  }
}
.support-item .text {
  background-color: #fff;
  padding: 0 10px 20px;
}
@media screen and (min-width: 1024px) {
  .support-item .text {
    padding: 20px 25px 28px;
  }
}
.support-item .text p {
  font-size: 15px;
}
@media screen and (min-width: 768px), print {
  .support .btn-normal {
    line-height: 94px;
    min-width: 418px;
    font-size: 19px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .support .btn-normal .arrow {
    width: 68px;
    height: 68px;
  }
}
.support .btn-normal .arrow:after {
  border-width: 6.5px 0 6.5px 14px;
}

.campus {
  position: relative;
}
.campus:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #F7F8F8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .campus:before {
    max-width: 1122px;
  }
}
@media screen and (min-width: 1024px) {
  .campus .section-inner {
    padding-top: 115px;
  }
}
.campus .section-inner:before {
  content: "";
  display: block;
  background-image: url(../img/campus_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 40vw;
  height: 60vw;
}
@media screen and (min-width: 768px), print {
  .campus .section-inner:before {
    width: 30vw;
    height: 40vw;
    top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .campus .section-inner:before {
    width: 389.5px;
    height: 508.5px;
    top: 50px;
    transform: translateX(-50%);
  }
}
.campus .row {
  align-items: center;
  position: relative;
  margin-bottom: 0;
  z-index: 5;
}
.campus .row > * {
  flex-basis: 50%;
}
.campus .text {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .campus .text {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .campus .text {
    padding-right: 70px;
  }
}
.campus .text .badge {
  width: 30vw;
  max-width: 153px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-40%);
}
@media screen and (min-width: 1024px) {
  .campus .text .badge {
    right: 70px;
  }
}
.campus .text .square {
  display: inline-block;
  margin-bottom: 10px;
}
.campus .text h2 {
  margin-bottom: 30px;
}
.campus .img-inner {
  margin-right: -20px;
}
@media screen and (min-width: 1024px) {
  .campus .img-inner {
    --margin: calc(100vw - 980px);
    margin-right: calc(var(--margin) / 2 * -1);
    padding-left: 25px;
  }
}
.campus-box {
  background-color: #fff;
  border-radius: 13px;
  margin-top: 20px;
  padding: 20px 20px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.campus-box ul {
  flex-basis: 60%;
}
.campus-box ul li {
  width: 100%;
  font-size: 14px;
  white-space: nowrap;
  text-align: left;
  padding: 2px 10px 2px 20px;
}
.campus-box .img {
  flex-basis: 40%;
  text-align: center;
}
.campus-box .img img {
  max-width: 98px;
}
.campus-gallery ul {
  margin-bottom: 3px;
}
.campus-gallery ul li {
  width: 48vw;
  padding-right: 1px;
}
@media screen and (min-width: 768px), print {
  .campus-gallery ul li {
    width: 307px;
  }
}

.life-support {
  background-image: url(../img/bg_reason.png);
  background-position: top left;
  background-size: 36px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.life-support .section-wrap {
  background-image: url(../img/bg_life_support.jpg);
  background-position: center;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px), print {
  .life-support .section-wrap {
    border-radius: 58px;
    max-width: 92%;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    border-radius: 30px;
  }
}
.life-support-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (min-width: 1024px) {
  .life-support-list {
    justify-content: center;
    column-gap: 10px;
    max-width: 723px;
    margin-left: auto;
    margin-right: auto;
  }
}
.life-support-list > * {
  flex-basis: 48%;
}
@media screen and (min-width: 768px), print {
  .life-support-list > * {
    flex-basis: 32%;
  }
}
.life-support h2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.life-support h2 img {
  max-width: 93px;
}
.life-support h2 span {
  display: inline-block;
  padding-top: 10px;
  line-height: 1.3;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .life-support h2 span {
    font-size: 20px;
  }
}
.life-support-item {
  background-color: #fff;
  border-radius: 34px;
  padding: 20px 10px 20px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .life-support-item {
    padding: 30px 20px 20px;
  }
}
.life-support-item span {
  padding-top: 10px;
  display: inline-block;
  color: #3D79C7;
  font-size: 14px;
  line-height: 1.3;
}
.life-support-item span small {
  line-height: 1.3;
}
.life-support-button {
  padding: 35px 0 0;
}
.life-support-button .balloon {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px), print {
  .life-support-button .btn-normal {
    line-height: 94px;
    min-width: 418px;
    font-size: 19px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .life-support-button .btn-normal .arrow {
    width: 68px;
    height: 68px;
  }
}
@media screen and (min-width: 768px), print {
  .life-support-button .btn-normal .arrow:after {
    border-width: 6.5px 0 6.5px 14px;
  }
}

.oc {
  background-image: url(../img/bg_reason.png);
  background-position: top left;
  background-size: 36px;
  position: relative;
}
.oc:before {
  content: "";
  display: block;
  width: 100%;
  height: 35vw;
  background-image: url(../img/oc_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .oc:before {
    height: 344px;
  }
}
.oc:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1290px;
  height: 158px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  position: absolute;
  top: 237px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  .oc:after {
    top: 237px;
    height: 158px;
  }
}
.oc .section-inner {
  z-index: 5;
  padding-top: 35vw;
}
@media screen and (min-width: 768px), print {
  .oc .section-inner {
    padding-top: 237px;
  }
}
.oc-heading {
  background-image: url(../img/oc_03.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  .oc-heading {
    background-size: 63% auto;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .oc-heading {
    background-size: 541px auto;
  }
}
.oc-heading:before {
  content: "";
  display: block;
  width: 160px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .oc-heading:before {
    width: 182px;
    height: 120px;
  }
}
.oc-heading > * {
  position: relative;
  z-index: 2;
}
.oc-heading .icon {
  display: inline-block;
  padding-bottom: 10px;
}
.oc-heading .icon img {
  max-width: 46px;
}
.oc-heading .catch {
  display: inline-block;
  padding-bottom: 5px;
}
.oc-heading .catch img {
  max-width: 268px;
}
.oc-heading h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px), print {
  .oc-heading h2 {
    font-size: 35px;
  }
}
.oc-heading h2 small {
  font-size: 0.66em;
}
.oc-qa {
  display: flex;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .oc-qa {
    flex-direction: column;
  }
}
.oc-qa .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 40%);
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .oc-qa .arrow {
    max-width: 90px;
    transform: translate(-40%, 100%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .oc .qa-item:first-child {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px), print {
  .oc .qa-item {
    flex-basis: 50%;
    text-align: center;
  }
}
.oc .qa-item .text {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .oc .qa-item .text {
    margin-bottom: 10px;
  }
}
.oc .qa-item .text img {
  width: 15vw;
  max-width: 92px;
}
.oc .qa-item .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .oc .qa-item .img img {
    width: 80%;
  }
}
.oc .qa-item:nth-of-type(1) .img img {
  max-width: 316px;
}
@media screen and (min-width: 768px), print {
  .oc .qa-item:nth-of-type(2) .img {
    text-align: right;
  }
}
.oc .qa-item:nth-of-type(2) .img img {
  max-width: 418px;
}
.oc-merit h3 {
  margin-bottom: 10px;
  color: #3D79C7;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.oc-merit h3 em {
  font-style: normal;
  font-size: 1.66666em;
}
.oc-merit h3:before {
  content: "";
  display: block;
  width: 58px;
  height: 37px;
  background-image: url(../img/oc_04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(7px);
}
.oc-merit .merit-item {
  flex-basis: 31.836%;
}
.oc-merit .merit-item .text {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1024px) {
  .oc-merit .merit-item .text {
    padding: 30px 45px;
  }
}
.oc-merit .merit-item .text h4 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 21px;
}
.oc-merit .merit-item .text h4 span {
  background: linear-gradient(transparent 0%, #FFF953 0%);
  padding: 0 10px;
}
.oc-merit .merit-item .text p {
  font-size: 14px;
  line-height: 1.8;
}
.oc-merit .merit-item:first-of-type .text h4 {
  margin-bottom: 12px;
}
.oc-button {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .oc-button .btn-normal {
    line-height: 94px;
    min-width: 418px;
    font-size: 19px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .oc-button .btn-normal .arrow {
    width: 68px;
    height: 68px;
  }
}
.oc-button .btn-normal .arrow:after {
  border-width: 6.5px 0 6.5px 14px;
}

.exam {
  background-color: #F7F9FA;
  background-image: url(../img/exam_01.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
@media screen and (min-width: 1024px) {
  .exam {
    background-size: 868px auto;
  }
}
.exam .section-inner {
  padding-top: 20px;
}
.exam h2 {
  margin-bottom: 30px;
  font-size: 35px;
  text-align: center;
}
.exam h2 .square {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 20px;
  font-size: 15px;
}
.exam-figure {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px), print {
  .exam-figure {
    display: flex;
    align-items: center;
  }
}
.exam-figure .graph {
  flex-basis: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exam-figure .graph {
    margin-bottom: 20px;
  }
}
.exam-figure .graph img {
  max-width: 90%;
}
.exam-figure .text {
  flex-basis: 50%;
  text-align: center;
}
.exam-figure .text h3 {
  margin-bottom: 10px;
}
.exam-figure .text h3 span {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-size: 22px;
}
.exam-figure .text h3 span:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 25px;
  background-image: url(../img/deco_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.exam-figure .text h3 span:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 25px;
  background-image: url(../img/deco_04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(-1, 1);
}
.exam-item {
  background-color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 30px;
}
.exam-item dt {
  color: #3D79C7;
  font-size: 39px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.exam-item dd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .exam-item dd {
    flex-wrap: wrap;
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 768px), print {
  .exam-item dd {
    flex: 1 0 auto;
  }
}
.exam-item dd span:not([class]) {
  font-size: 20px;
}
.exam-item dd span.label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}
.exam-item:not(:last-child) {
  margin-bottom: 15px;
}
.exam-type {
  flex-basis: 48.5%;
  margin-bottom: 35px;
  background-color: #3D79C7;
  background-image: url(../img/exam_02.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 20px 20px 0;
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .exam-type {
    padding: 32px 30px 0;
  }
}
.exam-type .catch {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 20px;
  color: #3D79C7;
}
@media screen and (min-width: 768px), print {
  .exam-type .catch {
    font-size: 23px;
  }
}
.exam-type h3 {
  margin-bottom: 8px;
  font-size: 16px;
}
@media screen and (min-width: 768px), print {
  .exam-type h3 {
    font-size: 18px;
  }
}
.exam-type h3 .marker {
  font-size: 1.33333em;
}
.exam-type img {
  width: 85%;
  max-width: 372.5px;
  transform: translateX(20px);
}
@media screen and (min-width: 768px), print {
  .exam-types {
    display: flex;
    justify-content: space-between;
  }
}
.exam-types .exam-type:nth-of-type(2) {
  background-color: #9BCD64;
}
.exam-types .exam-type:nth-of-type(2) .catch {
  color: #9BCD64;
}
.exam-types .exam-type:nth-of-type(2) h3 {
  padding-bottom: 1.4em;
}
.exam-button {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .exam-button .btn-normal {
    line-height: 94px;
    min-width: 418px;
    font-size: 19px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .exam-button .btn-normal .arrow {
    width: 68px;
    height: 68px;
  }
}
.exam-button .btn-normal .arrow:after {
  border-width: 6.5px 0 6.5px 14px;
}

.faq .section-inner {
  padding-top: 40px;
}
.faq-heading {
  background-image: url(../img/faq_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px), print {
  .faq-heading {
    height: 151px;
    background-size: 63% auto;
  }
}
@media screen and (min-width: 1024px) {
  .faq-heading {
    background-size: 757px auto;
  }
}
.faq-heading h2 {
  font-size: 25px;
}
@media screen and (min-width: 768px), print {
  .faq-heading h2 {
    font-size: 35px;
  }
}
.faq-item {
  border: 1px solid #E2E2E2;
  border-radius: 36px;
  margin-bottom: 12px;
}
.faq-item .question {
  padding: 15px 50px 15px 20px;
  display: flex;
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .faq-item .question {
    gap: 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-item .question {
    padding-left: 50px;
    gap: 30px;
  }
}
.faq-item .question a {
  display: block;
  flex: 1 1 auto;
}
@media screen and (min-width: 768px), print {
  .faq-item .question a {
    font-size: 18px;
  }
}
.faq-item .question .mark {
  flex: 0 0 auto;
}
.faq-item .question .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FFF953;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .faq-item .question .icon {
    right: 14px;
  }
}
.faq-item .question .icon:before {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  background-color: #3D79C7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-item .question .icon:after {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  background-color: #3D79C7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-270deg);
  transition: transform 0.2s;
}
.faq-item .answer {
  display: none;
}
.faq-item .answer .inner {
  padding: 0 20px 20px 20px;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px), print {
  .faq-item .answer .inner {
    gap: 20px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .faq-item .answer .inner {
    padding-left: 50px;
    padding-bottom: 30px;
    gap: 30px;
  }
}
.faq-item .answer .mark {
  flex: 0 0 auto;
}
.faq-item .answer p {
  font-size: 15px;
}
.faq-item.open .question .icon:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-box {
  background-image: url(../img/bg_life_support.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 28px;
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .faq-box {
    display: flex;
    align-items: center;
    margin-top: 48px;
  }
}
.faq-box .text {
  flex-basis: 53%;
  padding: 20px;
  color: #fff;
  text-align: right;
}
.faq-box .text .p {
  display: inline-block;
  text-align: left;
  padding: 10px 0 20px;
}
.faq-box .text .btn-normal {
  display: block;
  width: 100%;
  max-width: 300px;
  min-width: initial;
  margin-left: auto;
  margin-right: auto;
}
.faq-box .img {
  flex-basis: 47%;
}