/*
===============
reset-css
===============
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
section {
  max-width: unset;
  margin: unset;
}

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  --moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
===============
font-family
===============
*/
/*
===============
base-color
===============
*/
/*
===============
sp-pc display: none;
===============
*/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 899px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp-hidden {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .pc-hidden {
    display: none;
  }
}
/*
===============
Google-Font
===============
*/
/*
===============
Base
===============
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #212B36;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

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

.hide {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

/*
===============
Link-hover
===============
*/
/*
===============
Color-Set
===============
*/
/*
===============
Common-layout
===============
*/
/*
===============
Opening-Animation
===============
*/
/*
===============
Font-Set
===============
*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 30;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .l-header {
    height: 108px;
    padding: 24px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header {
    padding: 24px 74px 24px 120px;
  }
}

.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .l-header__container {
    max-width: 1246px;
  }
}

.l-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 112px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 20;
  padding-left: 16px;
}
.l-header__logo-link:hover, .l-header__logo-link:active {
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .l-header__logo-link {
    max-width: 160px;
    padding: 0;
  }
}

.l-header__nav-area {
  display: none;
}
@media screen and (min-width: 900px) {
  .l-header__nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

.l-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 26px;
}

.l-header__nav-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.4px; /* 231.429% */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-header__nav-item:hover, .l-header__nav-item:active {
  color: #000;
  font-weight: 500;
}

.l-header_entry-area {
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .l-header_entry-area {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header_entry-area {
    margin-left: 81px;
  }
}

.l-header__entry-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 60px;
  background: #4a93cf;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 900px) {
  .l-header__entry-link {
    width: 180px;
    height: 60px;
    border-radius: 8px;
    background: #fff;
    border: 3px solid #4a93cf;
    color: #4a93cf;
  }
}
.l-header__entry-link:hover, .l-header__entry-link:active {
  background-color: #fff;
  color: #4a93cf;
  border: 3px solid #4a93cf;
}
@media screen and (min-width: 900px) {
  .l-header__entry-link:hover, .l-header__entry-link:active {
    background-color: #4a93cf;
    color: #fff;
  }
}

.l-header__entry-link-text {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 1px;
}
@media screen and (min-width: 900px) {
  .l-header__entry-link-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.05px;
  }
}

.l-header__hamburger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  background: #212b36;
}
@media screen and (min-width: 900px) {
  .l-header__hamburger-btn {
    display: none;
  }
}

.l-header__lines-container {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.l-header__lines-container span {
  position: absolute;
  left: 22px;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.l-header__lines-container span:nth-child(1) {
  top: 23px;
}
.l-header__lines-container span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__lines-container span:nth-child(3) {
  bottom: 23px;
}
.is-open .l-header__lines-container span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.is-open .l-header__lines-container span:nth-child(2) {
  opacity: 0;
}
.is-open .l-header__lines-container span:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.l-header__burger-menu-container {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__burger-menu-container.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 900px) {
  .l-header__burger-menu-container {
    display: none;
  }
}

.is-fixed {
  overflow: hidden;
  height: 100%;
}

.l-header__burger-content {
  padding: 40px 23px 42px;
}

.l-header__burger-nav {
  max-width: 329px;
  margin-left: auto;
}

.l-header__burger-item:nth-child(n+2) {
  margin-top: 42px;
}

.l-header__burger-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-header__burger-item-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 100% */
}

.l-header__burger-item-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  margin-top: 4px;
}

.l-header__burger-entry-contain {
  max-width: 329px;
  width: 100%;
  padding-left: 5px;
  margin-top: 42px;
  margin-left: auto;
}

.l-header__burger-entry-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 316px;
  height: 72px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #4a93cf;
}

.l-header__burger-entry-text {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.05px;
}

.l-footer {
  height: 44px;
  background: #212b36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .l-footer {
    height: 92px;
  }
}

.l-footer__copy {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
}

.l-info {
  position: relative;
  overflow: hidden;
  height: 250px;
}
@media screen and (min-width: 900px) {
  .l-info {
    height: 360px;
  }
}

.l-info__link:hover .l-info__bg, .l-info__link:active .l-info__bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.l-info__link-wrapper {
  padding: 0 24px 12.5px;
}
@media screen and (min-width: 900px) {
  .l-info__link-wrapper {
    max-width: 2000px;
    width: 100%;
    padding: 115px 120px 33.5px 120px;
    margin: 0 auto;
  }
}

.l-info__bg {
  background: url(../images/contact/info_bg-sp.png) no-repeat center center/cover;
  width: 100%;
  height: 250px;
  position: absolute;
  z-index: -10;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 900px) {
  .l-info__bg {
    background: url(../images/contact/info_bg-pc.png) no-repeat center center/cover;
    height: 360px;
  }
}

.l-info__top {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
}
@media screen and (min-width: 900px) {
  .l-info__top {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 96px; /* 120% */
  }
}

.l-info__title-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
}
@media screen and (min-width: 900px) {
  .l-info__title-contain {
    margin-top: 8px;
  }
}

.l-info__title-border {
  display: inline-block;
  background: #fff;
  width: 2px;
  height: 16px;
}
@media screen and (min-width: 900px) {
  .l-info__title-border {
    width: 2px;
    height: 25px;
  }
}

.l-info__title {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  letter-spacing: 1.56px;
  margin-left: 8px;
}
@media screen and (min-width: 900px) {
  .l-info__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 1.28px;
    margin-left: 17px;
  }
}

.l-info__more-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 163.5px;
}
@media screen and (min-width: 900px) {
  .l-info__more-contain {
    margin-top: 72.5px;
  }
}

.l-info__more-text {
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  letter-spacing: 6px;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .l-info__more-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px; /* 50% */
    letter-spacing: 5px;
  }
}

.l-info__more-arrow {
  width: 42px;
  height: 7px;
  margin-left: 8px;
}
@media screen and (min-width: 900px) {
  .l-info__more-arrow {
    margin-left: 14px;
  }
}

.l-faq {
  position: relative;
}

.l-faq__wrapper {
  padding: 80px 24px 71px;
}
@media screen and (min-width: 900px) {
  .l-faq__wrapper {
    padding: 160px 60px 130px 54px;
  }
}
@media screen and (min-width: 1200px) {
  .l-faq__wrapper {
    padding: 160px 120px 130px 108px;
  }
}

.l-faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .l-faq__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 900px) {
  .l-faq__right {
    max-width: 55.3630363036%;
    width: 100%;
  }
}

.l-faq__top {
  color: #b1dcff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
@media screen and (min-width: 900px) {
  .l-faq__top {
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 140px; /* 100% */
  }
}

.l-faq__title-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0 0;
}
@media screen and (min-width: 900px) {
  .l-faq__title-contain {
    padding: 0;
    margin-top: 21px;
    margin-left: 12px;
  }
}

.l-faq__title-border {
  display: inline-block;
  background: #4a93cf;
  width: 1px;
  height: 30px;
}
@media screen and (min-width: 900px) {
  .l-faq__title-border {
    width: 2px;
    height: 50px;
  }
}

.l-faq__title {
  color: #4a93cf;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px; /* 140% */
  letter-spacing: 1.56px;
  padding-left: 20px;
}
@media screen and (min-width: 900px) {
  .l-faq__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px; /* 81.667% */
    letter-spacing: 1.82px;
    padding-left: 42px;
  }
}

.l-faq__items {
  margin-top: 64px;
}
@media screen and (min-width: 900px) {
  .l-faq__items {
    margin-top: 0;
  }
}

.l-faq__item {
  padding: 18px 0 22px;
  border-top: 1px solid #e4e4f2;
}
@media screen and (min-width: 900px) {
  .l-faq__item {
    padding: 32px 0 32px 11px;
  }
}

.l-faq__item-question-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-faq__item-question-head {
  color: #4a93cf;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 100% */
}
@media screen and (min-width: 900px) {
  .l-faq__item-question-head {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px; /* 140% */
  }
}

.l-faq__item-question-body {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px; /* 149.333% */
  letter-spacing: 1.5px;
  margin-left: 16px;
}
@media screen and (min-width: 900px) {
  .l-faq__item-question-body {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px; /* 140% */
    letter-spacing: 1.6px;
    margin-left: 30px;
  }
}

.l-faq__item-answer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .l-faq__item-answer-wrap {
    margin-top: 16px;
  }
}

.l-faq__item-answer-head {
  color: #4a93cf;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 100% */
  margin-top: 1px;
}
@media screen and (min-width: 900px) {
  .l-faq__item-answer-head {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px; /* 140% */
    margin-top: 0;
  }
}

.l-faq__item-answer-body {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.4px;
  margin-left: 16px;
}
@media screen and (min-width: 900px) {
  .l-faq__item-answer-body {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 140% */
    letter-spacing: 1.6px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .l-faq__item-answer-body.nw {
    text-wrap: nowrap;
  }
}

.l-join {
  position: relative;
}

.l-join__bg {
  background: url(../images/contact/join_bg-sp.png) no-repeat center top/cover;
  width: 100%;
  height: 249.5px;
  border-radius: 40px 40px 0px 0px;
  position: absolute;
  z-index: -10;
}
@media screen and (min-width: 900px) {
  .l-join__bg {
    background: url(../images/contact/join_bg-pc.png) no-repeat center center/cover;
    height: 446.39px;
    border-radius: 100px 100px 0px 0px;
  }
}

.l-join__wrapper {
  padding: 58px 0 40px;
  height: 249.5px;
}
@media screen and (min-width: 900px) {
  .l-join__wrapper {
    padding: 128px 120px 33.5px 120px;
    height: 446.39px;
  }
}

@media screen and (min-width: 900px) {
  .l-join__container {
    max-width: 912px;
    width: 100%;
    margin: 0 auto;
  }
}

.l-join__top {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  letter-spacing: 0.6px;
  margin-left: 24px;
}
@media screen and (min-width: 900px) {
  .l-join__top {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 58.333% */
    letter-spacing: 1.2px;
    margin-left: 0;
  }
}

.l-join__title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .l-join__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 76.8px; /* 100% */
    margin-top: 10px;
  }
}

.l-join__text {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
  letter-spacing: 0.96px;
  margin-top: 2px;
}
@media screen and (min-width: 900px) {
  .l-join__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 200% */
    letter-spacing: 1.28px;
    margin-top: 25px;
  }
}

.l-join__link {
  background: #4a93cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-join__link:hover, .l-join__link:active {
  background: #3b76a6;
}
@media screen and (min-width: 900px) {
  .l-join__link {
    height: 86.39px;
  }
}

.l-join__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-join__link-text {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.583px;
}
@media screen and (min-width: 900px) {
  .l-join__link-text {
    font-size: 22.6px;
  }
}

.l-join__link-arrow {
  width: 42px;
  height: 6.885px;
  margin-left: 16px;
}

.ib {
  display: inline-block;
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 900px) {
  .sp-hidden {
    display: inline-block;
  }
}

.pc-hidden {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .pc-hidden {
    display: none;
  }
}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.9s ease-out, -webkit-transform 0.9s ease-out;
  transition: opacity 0.9s ease-out, -webkit-transform 0.9s ease-out;
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
  transition: opacity 0.9s ease-out, transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
}
.fade-in-up.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.9s ease-out, -webkit-transform 0.9s ease-out;
  transition: opacity 0.9s ease-out, -webkit-transform 0.9s ease-out;
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
  transition: opacity 0.9s ease-out, transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
}
.fade-in-right.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-contact-fv {
  position: relative;
  padding-top: 75px;
}
@media screen and (min-width: 900px) {
  .p-contact-fv {
    padding-top: 148px;
  }
}

.p-contact-fv__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-contact-fv__swiper-slide {
  width: 300px;
}
@media screen and (min-width: 900px) {
  .p-contact-fv__swiper-slide {
    width: 575px;
  }
}

.p-contact-fv__swiper-slide02,
.p-contact-fv__swiper-slide04 {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .p-contact-fv__swiper-slide02,
  .p-contact-fv__swiper-slide04 {
    margin-top: 45px;
  }
}

.p-contact-fv__swiper-slide-img {
  border-radius: 25px;
}
@media screen and (min-width: 900px) {
  .p-contact-fv__swiper-slide-img {
    border-radius: 60px;
  }
}

.p-contact-fv__message01 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 51.2px; /* 160% */
  position: absolute;
  bottom: -111px;
  left: 4%;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-contact-fv__message01 {
    color: #212B36;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(1.8rem, -1rem + 4.44vw, 3rem);
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    bottom: 90px;
    left: 11.1%;
  }
}

.p-contact-fv__message01-top {
  display: inline-block;
  background: #fff;
  padding: 0 8px;
}
@media screen and (min-width: 900px) {
  .p-contact-fv__message01-top {
    padding: 10px 20px;
  }
}

.p-contact-fv__message01-bottom {
  display: inline-block;
  padding: 0 8px;
  background: #fff;
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .p-contact-fv__message01-bottom {
    padding: 10px 20px;
    margin-top: 10px;
  }
}

.p-contact-fv__message02-contain {
  max-width: 375px;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-contact-fv__message02-contain {
    max-width: 47.8760416667%;
    bottom: 20px;
    left: unset;
    right: 2%;
  }
}

.p-contact-fv__message02-img {
  opacity: 0.8;
}

.p-contact-message {
  position: relative;
  overflow: hidden;
}

.p-contact-message__wrapper {
  padding: 193px 0 113px;
}
@media screen and (min-width: 900px) {
  .p-contact-message__wrapper {
    padding: 69px 52px 152px 120px;
  }
}

.p-contact-message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-contact-message__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
  }
}

.p-contact-message__top-contain {
  display: inline-block;
  position: absolute;
  bottom: 212px;
  right: 0%;
  z-index: 10;
  -webkit-transform: rotate(90deg) translate(0%, -200%);
          transform: rotate(90deg) translate(0%, -200%);
}
@media screen and (min-width: 900px) {
  .p-contact-message__top-contain {
    bottom: unset;
    top: 390px;
    right: 0%;
    -webkit-transform: rotate(90deg) translate(0%, -209%);
            transform: rotate(90deg) translate(0%, -209%);
  }
}

.p-contact-message__top {
  mix-blend-mode: overlay;
  color: #b1dcff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
@media screen and (min-width: 900px) {
  .p-contact-message__top {
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 140px; /* 100% */
  }
}

.p-contact-message__left {
  padding: 0 12px 0 24px;
}
@media screen and (min-width: 900px) {
  .p-contact-message__left {
    padding: 0;
  }
}

.p-contact-message__title-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-contact-message__title-contain {
    margin-top: 12px;
  }
}

.p-contact-message__title-border {
  display: inline-block;
  background: #4a93cf;
  width: 1px;
  height: 30px;
}
@media screen and (min-width: 900px) {
  .p-contact-message__title-border {
    width: 2px;
    height: 50px;
  }
}

.p-contact-message__title {
  color: #4a93cf;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px; /* 140% */
  letter-spacing: 1.56px;
  margin-left: 20px;
}
@media screen and (min-width: 900px) {
  .p-contact-message__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px; /* 81.667% */
    letter-spacing: 1.82px;
    margin-left: 42px;
  }
}

.p-contact-message__subtitle {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 187.5% */
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .p-contact-message__subtitle {
    color: #212B36;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 166.667% */
    margin-top: 32px;
  }
}

.p-contact-message__text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 213.333% */
  letter-spacing: 1.95px;
}
.p-contact-message__text:nth-child(3) {
  margin-top: 26px;
}
.p-contact-message__text:nth-child(n+4) {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .p-contact-message__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 240% */
  }
  .p-contact-message__text:nth-child(3) {
    margin-top: 48px;
  }
  .p-contact-message__text:nth-child(n+4) {
    margin-top: 0;
  }
}

.p-contact-message__right {
  width: 100%;
  padding-right: 15px;
  margin-top: 50px;
}
@media screen and (min-width: 900px) {
  .p-contact-message__right {
    max-width: 46.9242902208%;
    padding: 0;
    margin-top: 0;
  }
}

.p-contact-message__right-img {
  border-radius: 50px 0px 0px 50px;
}
@media screen and (min-width: 900px) {
  .p-contact-message__right-img {
    border-radius: 100px 0px 0px 0px;
  }
}

.p-contact-feature {
  position: relative;
}

.p-contact-feature__wrapper {
  padding: 40px 24px 82px;
  background: #f9f9f9;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__wrapper {
    padding: 62px 120px 394px 120px;
  }
}

.p-contact-feature__top-contain {
  position: absolute;
  top: 0;
  left: 6%;
  z-index: 10;
  -webkit-transform: translate(0%, -48%);
          transform: translate(0%, -48%);
}
@media screen and (min-width: 900px) {
  .p-contact-feature__top-contain {
    top: 0;
    left: 7.5%;
    -webkit-transform: translate(0%, -55%);
            transform: translate(0%, -55%);
  }
}

.p-contact-feature__top {
  color: #b1dcff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
@media screen and (min-width: 900px) {
  .p-contact-feature__top {
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 140px; /* 100% */
  }
}

.p-contact-feature__title-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__title-contain {
    margin-top: 19px;
    margin-left: 24px;
  }
}

.p-contact-feature__title-border {
  display: inline-block;
  background: #4a93cf;
  width: 1px;
  height: 30px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__title-border {
    width: 2px;
    height: 50px;
  }
}

.p-contact-feature__title {
  color: #4a93cf;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px; /* 140% */
  letter-spacing: 1.56px;
  margin-left: 20px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px; /* 81.667% */
    letter-spacing: 1.82px;
    margin-left: 42px;
  }
}

.p-contact-feature__subtitle {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 187.5% */
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__subtitle {
    color: #212B36;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 166.667% */
    margin-top: 34px;
    margin-left: 44px;
  }
}

.p-contact-feature__text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 213.333% */
  letter-spacing: 1.95px;
}
.p-contact-feature__text:nth-child(4) {
  margin-top: 26px;
}
.p-contact-feature__text:nth-child(n+5) {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__text {
    color: #212B36;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 300% */
    letter-spacing: 1.28px;
    margin-left: 44px;
  }
  .p-contact-feature__text:nth-child(4) {
    margin-top: 23px;
  }
  .p-contact-feature__text:nth-child(n+5) {
    margin-top: 0;
  }
}

.p-contact-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 39px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 48px;
    margin-top: 40px;
  }
}

.p-contact-feature__item:nth-child(n+2) {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__item {
    max-width: 3333.3333333333%;
    width: 100%;
  }
  .p-contact-feature__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-contact-feature__item-img-wrap {
  position: relative;
}

.p-contact-feature__item-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__item-img {
    border-radius: 20px;
  }
}

.p-contact-feature__item-img-title {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 100% */
  letter-spacing: 0.7px;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__item-img-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    letter-spacing: 1px;
    top: 20px;
    left: 21px;
  }
}

.p-contact-feature__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  letter-spacing: 1.26px;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__item-title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    letter-spacing: 1.82px;
    margin-top: 22px;
  }
}

.p-contact-feature__item-text {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  margin-top: 17px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__item-text {
    text-align: justify;
    margin-top: 15px;
  }
}

.p-contact-feature__bottom-contain {
  margin-right: 15px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__bottom-contain {
    max-width: 91.6666666667%;
    width: 100%;
    margin-top: -336px;
  }
}

.p-contact-feature__bottom-img {
  border-radius: 0px 50px 50px 0px;
}
@media screen and (min-width: 900px) {
  .p-contact-feature__bottom-img {
    border-radius: 0px 100px 100px 0px;
  }
}

.p-contact-voice {
  position: relative;
}

.p-contact-voice__wrapper {
  padding: 37px 0 182px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__wrapper {
    padding: 68px 0 130px;
  }
}

.p-contact-voice__top-contain {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2.6%;
  z-index: 10;
  -webkit-transform: translate(0%, -55%);
          transform: translate(0%, -55%);
}
@media screen and (min-width: 900px) {
  .p-contact-voice__top-contain {
    top: 0;
    right: 2.3%;
    -webkit-transform: translate(0%, -49%);
            transform: translate(0%, -49%);
  }
}

.p-contact-voice__top {
  mix-blend-mode: overlay;
  color: #b1dcff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
@media screen and (min-width: 900px) {
  .p-contact-voice__top {
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 140px; /* 100% */
  }
}

.p-contact-voice__title-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  width: 100%;
  padding: 0 24px;
  margin: 25px auto 0;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__title-contain {
    max-width: 1126px;
    padding: 0;
    margin: 20px auto 0;
  }
}

.p-contact-voice__title-border {
  display: inline-block;
  background: #4a93cf;
  width: 1px;
  height: 30px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__title-border {
    width: 2px;
    height: 50px;
  }
}

.p-contact-voice__title {
  max-width: 500px;
  width: 100%;
  color: #4a93cf;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px; /* 140% */
  letter-spacing: 1.56px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__title {
    max-width: unset;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px; /* 81.667% */
    letter-spacing: 1.82px;
    padding-left: 42px;
  }
}

.p-contact-voice__subtitle {
  max-width: 500px;
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 187.5% */
  padding: 0 24px;
  margin: 25px auto 0;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__subtitle {
    max-width: 1038px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 166.667% */
    padding: 0;
    margin: 40px auto 0;
  }
}

.p-contact-voice__text {
  max-width: 500px;
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 213.333% */
  letter-spacing: 1.95px;
  padding: 0 12px 0 24px;
  margin: 0 auto;
}
.p-contact-voice__text:nth-child(4) {
  margin-top: 26px;
}
.p-contact-voice__text:nth-child(n+5) {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__text {
    max-width: 1038px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 300% */
    letter-spacing: 1.28px;
    padding: 0;
    margin: 0 auto;
  }
  .p-contact-voice__text:nth-child(4) {
    margin-top: 24px;
  }
  .p-contact-voice__text:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1240px) {
  .p-contact-voice__text {
    width: 100%;
    margin: 0 auto;
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact-voice__text {
    max-width: 1038px;
    padding: 0 24px 0 0;
  }
}

.p-contact-voice__item-contain {
  margin-top: 68px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-contain {
    max-width: 1280px;
    width: 100%;
    padding: 0 140px;
    margin: 80px auto 0;
  }
}

.p-contact-voice__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-contact-voice__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 63px;
  }
}

.p-contact-voice__item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact-voice__item:hover .p-contact-voice__item-main-img, .p-contact-voice__item:active .p-contact-voice__item-main-img {
  opacity: 0;
}
.p-contact-voice__item:hover .p-contact-voice__item-main-img-hv, .p-contact-voice__item:active .p-contact-voice__item-main-img-hv {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

@media screen and (min-width: 900px) {
  .p-contact-voice__item01 {
    max-width: 49.919%;
    width: 100%;
  }
}

.p-contact-voice__item02 {
  margin-top: 104px;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item02 {
    max-width: 32.896%;
    width: 100%;
    margin-top: 348px;
    margin-left: unset;
    margin-right: 7%;
  }
}

.p-contact-voice__item03 {
  margin-top: 80px;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item03 {
    max-width: 32%;
    width: 100%;
    margin-top: 166px;
    margin-left: -2.7%;
  }
}

.p-contact-voice__item04 {
  margin-top: 80px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item04 {
    max-width: 48%;
    width: 100%;
    margin-top: 0;
    margin-right: 5.5%;
  }
}

.p-contact-voice__item-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact-voice__item-main-img {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.p-contact-voice__item01-main-img,
.p-contact-voice__item01-main-img-hv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 310.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 50px 50px 0px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item01-main-img,
  .p-contact-voice__item01-main-img-hv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 499.19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0px 100px 100px 0px;
  }
}

.p-contact-voice__item02-main-img,
.p-contact-voice__item02-main-img-hv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 310.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px 0px 0px 50px;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item02-main-img,
  .p-contact-voice__item02-main-img-hv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 328.96px;
    padding-bottom: 0.19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px 0px 0px 50px;
  }
}

.p-contact-voice__item03-main-img,
.p-contact-voice__item03-main-img-hv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 310.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px 0px 0px 50px;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item03-main-img,
  .p-contact-voice__item03-main-img-hv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px 0px 0px 50px;
  }
}

.p-contact-voice__item04-main-img,
.p-contact-voice__item04-main-img-hv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 310.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 50px 50px 0px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item04-main-img,
  .p-contact-voice__item04-main-img-hv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 480px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0px 100px 100px 0px;
  }
}

.p-contact-voice__item-main-img-hv {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translate(-10%, 0%);
          transform: translate(-10%, 0%);
  pointer-events: none;
}

.p-contact-voice__item-name {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: 1px;
  margin-top: 14px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-name {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 100% */
    letter-spacing: 1.75px;
    margin-top: 28px;
  }
}

.p-contact-voice__item-name01 {
  margin-left: 35.08px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-name01 {
    margin-left: 124.8px;
  }
}

.p-contact-voice__item-name02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 253.03px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-name02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-right: auto;
  }
}

.p-contact-voice__item-name03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 215.55px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-name03 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-right: auto;
  }
}

.p-contact-voice__item-name04 {
  margin-left: 226.66px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-name04 {
    margin-left: 0;
  }
}

.p-contact-voice__item-sub-img {
  position: absolute;
}
.p-contact-voice__item01-sub-img {
  width: 140px;
  bottom: -24px;
  right: -40px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item01-sub-img {
    width: 48%;
    bottom: 66px;
    left: -24.7%;
    right: unset;
  }
}

.p-contact-voice__item02-sub-img {
  width: 140px;
  top: 61px;
  left: -47px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item02-sub-img {
    width: 59.8%;
    top: -152px;
    left: unset;
    right: -18.4%;
  }
}

.p-contact-voice__item03-sub-img {
  width: 140px;
  bottom: -78px;
  right: 19px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item03-sub-img {
    width: 62.5%;
    top: -26px;
    right: -33.5%;
  }
}

.p_contact_voice_item04_sub_img {
  width: 140px;
  bottom: 42px;
  right: 15px;
}
@media screen and (min-width: 900px) {
  .p_contact_voice_item04_sub_img {
    width: 50%;
    bottom: -50px;
    right: -25%;
  }
}

.p-contact-voice__item-text {
  font-size: 16.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 158.537% */
  letter-spacing: 2.461px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 200% */
    letter-spacing: 3.15px;
  }
}

.p-contact-voice__item-text01 {
  top: 55px;
  right: -48px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-text01 {
    top: 65px;
    right: -59.2%;
  }
}

.p-contact-voice__item-text02 {
  top: -32px;
  left: 3px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-text02 {
    top: 83px;
    left: unset;
    right: -35%;
  }
}

.p-contact-voice__item-text03 {
  top: 3px;
  left: 1px;
}
@media screen and (min-width: 900px) {
  .p-contact-voice__item-text03 {
    top: -106px;
    left: -23%;
    text-wrap: nowrap;
  }
}

.p_contact_voice_item_text04 {
  top: 22px;
  right: 3px;
}
@media screen and (min-width: 900px) {
  .p_contact_voice_item_text04 {
    top: 35px;
    right: -27%;
  }
}

.p-contact-benefit {
  position: relative;
}

.p-contact-benefit__wrapper {
  padding: 40px 24px 80px;
  background: #f5f6f6;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__wrapper {
    padding: 40px 0 90px;
  }
}

@media screen and (min-width: 900px) {
  .p-contact-benefit__container {
    max-width: 1024px;
    width: 100%;
    padding-left: 103px;
    padding-right: 24px;
    margin: 0 auto;
  }
}

.p-contact-benefit__top-contain {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 6%;
  z-index: 10;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__top-contain {
    top: 305px;
    left: 1%;
    -webkit-transform: translate(-40%, -50%) rotate(90deg);
            transform: translate(-40%, -50%) rotate(90deg);
  }
}
@media screen and (min-width: 1200px) {
  .p-contact-benefit__top-contain {
    left: 7.3%;
  }
}

.p-contact-benefit__top {
  mix-blend-mode: overlay;
  color: #b1dcff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__top {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px; /* 100% */
  }
}
@media screen and (min-width: 1300px) {
  .p-contact-benefit__top {
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 140px; /* 100% */
  }
}

.p-contact-benefit__title-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  width: 100%;
  margin: 25px auto 0;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__title-contain {
    max-width: unset;
    padding: 0;
    margin-top: 39px;
  }
}

.p-contact-benefit__title-border {
  display: inline-block;
  background: #4a93cf;
  width: 1px;
  height: 30px;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__title-border {
    width: 2px;
    height: 50px;
  }
}

.p-contact-benefit__title {
  color: #4a93cf;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px; /* 140% */
  letter-spacing: 1.56px;
  padding-left: 20px;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.6px; /* 81.667% */
    letter-spacing: 1.82px;
    padding-left: 42px;
  }
}

.p-contact-benefit__subtitle {
  max-width: 500px;
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px; /* 187.5% */
  margin: 24px auto 0;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__subtitle {
    max-width: unset;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 166.667% */
    margin: 40px auto 0;
  }
}

.p-contact-benefit__text {
  max-width: 500px;
  width: 100%;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 213.333% */
  letter-spacing: 1.95px;
}
.p-contact-benefit__text:nth-child(4) {
  margin: 35px auto 0;
}
.p-contact-benefit__text:nth-child(n+5) {
  margin: 16px auto 0;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__text {
    max-width: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 300% */
    letter-spacing: 1.28px;
  }
  .p-contact-benefit__text:nth-child(4) {
    margin: 23px auto 0;
  }
  .p-contact-benefit__text:nth-child(n+5) {
    margin: 0 auto 0;
  }
}

.p-contact-benefit__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 54px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 56px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact-benefit__items {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 56px;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}

.p-contact-benefit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 27.5px 0;
  border-bottom: 1px dashed #212b36;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-bottom: none;
  }
}
.p-contact-benefit__item .br-sp {
  display: inline-block;
}
@media screen and (min-width: 440px) {
  .p-contact-benefit__item .br-sp {
    display: none;
  }
}

.p-contact-benefit__item-bg {
  color: #ececec;
  font-family: "Montserrat", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 600;
  line-height: 120px; /* 75% */
  letter-spacing: 24px;
  position: absolute;
  top: 52%;
  left: 74%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__item-bg {
    font-size: 200px;
    font-style: normal;
    font-weight: 600;
    line-height: 200px; /* 100% */
    letter-spacing: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-contact-benefit__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.p-contact-benefit__item-img {
  display: inline-block;
  width: 32px;
  height: 33px;
  aspect-ratio: 32/33;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__item-img {
    width: 44px;
    height: 33px;
    aspect-ratio: 4/3;
    margin-top: 25px;
  }
}

.p-contact-benefit__item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__item-title {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    margin-top: 16px;
  }
}

.p-contact-benefit__item-text {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .p-contact-benefit__item-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
    margin-top: 18px;
  }
}

.p-interview-fv {
  position: relative;
}

.p-interview-fv__wrapper {
  padding: 100px 0 40px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__wrapper {
    padding: 253px 0 40px 120px;
  }
}

.p-interview-fv__top-contain {
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: -46px;
  -webkit-transform: translate(0%, 20%);
          transform: translate(0%, 20%);
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__top-contain {
    bottom: -3px;
    left: 3.8%;
    -webkit-transform: translate(0%, 20%);
            transform: translate(0%, 20%);
  }
}

.p-interview-fv__top {
  color: #b1dcff;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 100% */
}
@media screen and (min-width: 900px) {
  .p-interview-fv__top {
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 140px; /* 100% */
  }
}

.p-interview-fv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
  }
}

.p-interview-fv__left {
  width: 100%;
  padding: 0 24px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__left {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1250px) {
  .p-interview-fv__left {
    max-width: 36.3636363636%;
  }
}

.p-interview-fv__right {
  max-width: 82.8%;
  width: 100%;
  margin-left: 45.75px;
  margin-right: 18.75px;
  position: relative;
}
@media screen and (min-width: 500px) {
  .p-interview-fv__right {
    margin: 0 auto;
  }
}
@media screen and (min-width: 900px) {
  .p-interview-fv__right {
    max-width: 62.5757575758%;
    position: static;
    margin: unset;
  }
}

.p-interview-fv__title {
  color: #4a93cf;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  margin-top: 80px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1250px) {
  .p-interview-fv__title {
    margin-top: 126px;
  }
}

.p-interview-fv__message {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  letter-spacing: 1.68px;
  margin-top: 11px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__message {
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 58.32px; /* 145.8% */
    letter-spacing: 2.722px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1250px) {
  .p-interview-fv__message {
    margin-top: 52px;
  }
}

.p-interview-fv__name {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 100% */
  letter-spacing: 1.12px;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__name {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 100% */
    letter-spacing: 1.75px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1250px) {
  .p-interview-fv__name {
    margin-top: 52px;
  }
}

.p-interview-fv__img {
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
  .p-interview-fv__img {
    border-radius: 20px;
  }
}

.p-interview-contents {
  position: relative;
}

.p-interview-contents__wrapper {
  padding: 40px 0 40px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__wrapper {
    padding: 176px 0 80px;
  }
}

@media screen and (min-width: 900px) {
  .p-interview-contents__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
  }
}

.p-interview-contents__left {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__left {
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 308px;
    position: sticky;
    top: 110px;
    left: 0;
  }
}

.p-interview-contents__left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-interview-contents__left-item:nth-child(n+2) {
  margin-top: 22px;
}
.p-interview-contents__left-item[aria-current=true], .p-interview-contents__left-item:hover, .p-interview-contents__left-item:active {
  color: #4a93cf;
}
.p-interview-contents__left-item[aria-current=true] .p-interview-contents__left-item-border, .p-interview-contents__left-item:hover .p-interview-contents__left-item-border, .p-interview-contents__left-item:active .p-interview-contents__left-item-border {
  width: 14px;
  height: 2px;
  margin-right: 13px;
  opacity: 1;
}

.p-interview-contents__left-item-border {
  background: #4a93cf;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.p-interview-contents__left-item-num {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.05px;
}

.p-interview-contents__left-item-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.05px;
  margin-left: 14px;
}

.p-interview-contents__right {
  padding: 0 13.5px 0 24px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__right {
    width: calc(100% - 308px);
    padding: 0;
  }
}

.p-interview-contents__right-item:nth-child(n+2) {
  margin-top: 44px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__right-item:nth-child(n+2) {
    margin-top: 85px;
  }
}

.p-interview-contents__right-item-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-interview-contents__right-item-top-num {
  color: #4a93cf;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__right-item-top-num {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    letter-spacing: 1.05px;
  }
}

.p-interview-contents__right-item-top {
  color: #4a93cf;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  letter-spacing: 0.84px;
  margin-left: 12px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__right-item-top {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 100% */
    letter-spacing: 1.05px;
    margin-left: 16px;
  }
}

.p-interview-contents__right-item-title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 190.476% */
  margin-top: 11px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__right-item-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 150% */
    margin-top: 10px;
  }
}

.p-interview-contents__right-item-text {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  padding-right: 11.5px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__right-item-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    margin-top: 60px;
  }
}

.p-interview-contents__right-item-img {
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .p-interview-contents__right-item-img {
    border-radius: 20px;
    margin-top: 50px;
  }
}

.p-interview-link {
  position: relative;
}

.p-interview-link__wrapper {
  padding: 16px 0 77px;
}
@media screen and (min-width: 900px) {
  .p-interview-link__wrapper {
    padding: 80px 86px 163px;
  }
}

.p-interview-link__top {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.98px;
  padding-left: 19px;
}
@media screen and (min-width: 900px) {
  .p-interview-link__top {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.26px;
    padding-left: 0;
  }
}

.p-interview-link__title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 100% */
  letter-spacing: 1.47px;
  padding-left: 19px;
  margin-top: 10px;
}
@media screen and (min-width: 900px) {
  .p-interview-link__title {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 100% */
    letter-spacing: 2.66px;
    padding-left: 0;
    margin-top: 13px;
  }
}

.p-interview-link__slider-container {
  position: relative;
  margin-top: 49px;
}
@media screen and (min-width: 900px) {
  .p-interview-link__slider-container {
    max-width: 1205px;
    margin: 78px auto 0;
  }
}

.p-interview-link__swiper-slide {
  position: relative;
  width: 241.88px;
  border-radius: 10px 11px 10px 10px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .p-interview-link__swiper-slide {
    width: calc(33.3333333333% - 15px);
  }
}

.p-interview-link__item-link:hover .p-interview-link__item-bg-img, .p-interview-link__item-link:active .p-interview-link__item-bg-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-interview-link__item-bg-img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-interview-link__item-content {
  position: absolute;
  z-index: 10;
  bottom: 16px;
  left: 12px;
}
@media screen and (min-width: 900px) {
  .p-interview-link__item-content {
    bottom: 27.89px;
    left: 20.41px;
  }
}

.p-interview-link__message {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 900px) {
  .p-interview-link__message {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 181.818% */
    letter-spacing: 1.12px;
  }
}
@media screen and (min-width: 1050px) {
  .p-interview-link__message {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview-link__message {
    font-size: 22px;
  }
}

.p-interview-link__item-name {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: 1.12px;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .p-interview-link__item-name {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 100% */
    letter-spacing: 1.75px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview-link__item-name {
    font-size: 35px;
  }
}

.p-interview-link__swiper-button-next,
.p-interview-link__swiper-button-prev {
  width: 50px;
  height: 50px;
}
.p-interview-link__swiper-button-next::after,
.p-interview-link__swiper-button-prev::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin: auto;
  width: 50px;
}
@media screen and (min-width: 900px) {
  .p-interview-link__swiper-button-next,
  .p-interview-link__swiper-button-prev {
    display: none;
  }
}

.p-interview-link__swiper-button-prev {
  top: -70px;
  left: unset;
  right: 77px;
}
.p-interview-link__swiper-button-prev::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/interview/interview_prev.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-interview-link__swiper-button-prev::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/interview/interview_prev-hv.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.p-interview-link__swiper-button-prev:hover::before, .p-interview-link__swiper-button-prev:active::before {
  opacity: 1;
}

.p-interview-link__swiper-button-next {
  top: -70px;
  left: unset;
  right: 19px;
}
.p-interview-link__swiper-button-next::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/interview/interview_next.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-interview-link__swiper-button-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/interview/interview_next-hv.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.p-interview-link__swiper-button-next:hover::before, .p-interview-link__swiper-button-next:active::before {
  opacity: 1;
}