@charset "UTF-8";
/* ===== @use ===== */
/*! 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;
  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 */
/* ============================================ */
/**
 * 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 {
  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] {
  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 */
  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;
}

/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- crm -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
/* フェード */
.fade {
  opacity: 0;
  transition: opacity 1.2s;
}
.fade.on {
  opacity: 1;
}

/* フェードアップ */
.fadeUp,
.itemBox > * > *,
.interview-cnt > * > * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s, transform 0.6s;
}
.fadeUp.on,
.itemBox > * > *.on,
.interview-cnt > * > *.on {
  transform: translateY(0);
  opacity: 1;
}

/* ===== style.css ===== */
/* -- body -- */
body {
  font: 15px/1.86 dnp-shuei-gothic-kin-std, sans-serif;
  color: #000;
  background: #fff;
  padding-bottom: 140px;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
    line-height: 1.77;
    padding-bottom: 69px;
  }
}

/* -- inner -- */
.inner {
  margin: 0 auto;
  padding: 0 82px;
  width: 100%;
  max-width: 1366px;
}
.inner-900 {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1366px) {
  .inner {
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 20px;
  }
}

/*
    tag
*/
a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    followNav
*/
.followNav {
  position: fixed;
  top: 47px;
  right: 31px;
  z-index: 100;
}
.followNav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  transform-origin: bottom right;
  transform: rotate(90deg) translate(100%, 100%);
}
.followNav ul li {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.09em;
}
.followNav ul li:not(:last-child) {
  margin-right: 25px;
}
.followNav ul li a {
  text-decoration: none;
  display: block;
  position: relative;
}
.followNav ul li a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #C6C6C6;
  content: "";
  transition: width 0.3s;
}
.followNav li.act a::after {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .followNav {
    top: 6px;
    right: 10px;
  }
  .followNav ul li:not(:last-child) {
    margin-right: 29px;
  }
}

/*
    mv
*/
.mv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-right: 82px;
}
.mv-img {
  width: calc(100% - 351px);
}
.mv-img img {
  width: 100%;
}
.mv-txtbox {
  margin: 89px 0 0 -10px;
  width: 361px;
}
.mv-txtbox h1 > span {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 40px;
}
.mv-txtbox h1 > span span {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.07em;
  margin-right: 6px;
}
.mv-txtbox-txt {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: 0.04em;
  margin-top: 13px;
}
@media screen and (max-width: 900px) {
  .mv {
    display: block;
    padding-right: 38px;
  }
  .mv-img {
    width: auto;
  }
  .mv-txtbox {
    margin: 23px 17px 0;
    width: auto;
  }
  .mv-txtbox h1 img {
    max-width: 206px;
  }
  .mv-txtbox h1 > span {
    font-size: 15px;
    line-height: 1.57;
    margin-top: 24px;
  }
  .mv-txtbox h1 > span span {
    font-size: 17px;
    margin-right: 4px;
  }
  .mv-txtbox-txt {
    font-size: 10px;
    line-height: 1.3;
    margin-top: 7px;
  }
}

/*
    footer
*/
.footer {
  position: fixed;
  right: 29px;
  bottom: 40px;
  z-index: 1050;
}
.footer-sns {
  text-align: center;
}
.footer-sns li {
  height: 16px;
}
.footer-sns li:not(:last-child) {
  margin-bottom: 19px;
}
.footer .copy {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2F2F2F;
  overflow: hidden;
  position: relative;
  left: 2px;
  margin-top: 35px;
  height: 70px;
  width: 12px;
}
.footer .copy span {
  white-space: nowrap;
  display: block;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
}
@media screen and (max-width: 900px) {
  .footer {
    right: 13px;
    bottom: 13px;
  }
  .footer-sns li:not(:last-child) {
    margin-bottom: 17px;
  }
  .footer .copy {
    font-size: 11px;
    left: 2px;
    margin-top: 24px;
  }
}

/*
    contents
*/
/* -- itemBox -- */
.itemBox {
  margin-top: 130px;
  padding-bottom: 278px;
}
.itemBox-price {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  padding-top: 17px;
}
.itemBox-price li:not(:last-child) {
  margin-bottom: 4px;
}
.itemBox-price a {
  text-decoration-color: #C6C6C6;
  text-underline-offset: 4px;
}
@media screen and (min-width: 901px) {
  .itemBox {
    /* - item01 - */
    /* - item02 - */
    /* - item03 - */
    /* - item04 - */
    /* - item05 - */
    /* - item06 - */
    /* - item07 - */
    /* - item08 - */
    /* - item09 - */
    /* - item10 - */
    /* - item11 - */
    /* - item12 - */
    /* - item13 - */
  }
  .itemBox > * {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .itemBox .w400 {
    width: 33.278%;
  }
  .itemBox .w600 {
    width: 49.917%;
  }
  .itemBox .item01 {
    flex-direction: row-reverse;
  }
  .itemBox .item01 .itemBox-img02 {
    margin: 16.6% 0 0 4.2%;
  }
  .itemBox .item01 .itemBox-price {
    margin: 0 auto 0 4.2%;
  }
  .itemBox .item02 {
    flex-direction: row-reverse;
    margin-top: -53px;
  }
  .itemBox .item02 .itemBox-img01 {
    margin: 0 4.2% 0 0;
  }
  .itemBox .item02 .itemBox-img02 {
    margin: 40% 0 0 4.2%;
  }
  .itemBox .item02 .itemBox-price {
    margin: 0 auto 0 4.2%;
  }
  .itemBox .item03 {
    flex-direction: row-reverse;
    margin-top: -25px;
  }
  .itemBox .item03 .itemBox-img01 {
    margin: 0 4.2% 0 0;
  }
  .itemBox .item03 .itemBox-img02 {
    margin: 39.9% 0 0 4.2%;
  }
  .itemBox .item03 .itemBox-price {
    margin: 0 auto 0 4.2%;
  }
  .itemBox .item04 {
    flex-direction: row-reverse;
    margin-top: 90px;
  }
  .itemBox .item04 .itemBox-img01 {
    text-align: center;
    width: 100%;
  }
  .itemBox .item04 .itemBox-img01 img {
    width: 49.917%;
  }
  .itemBox .item04 .itemBox-img02 {
    margin: 8.3% 11.7% 0 0;
  }
  .itemBox .item04 .itemBox-img03 {
    margin: 25% 0 0 4.2%;
  }
  .itemBox .item04 .itemBox-price {
    margin: -16.6% 11.7% 0 0;
    width: 33.278%;
  }
  .itemBox .item05 {
    margin-top: 100px;
  }
  .itemBox .item05 .itemBox-img01 {
    text-align: center;
    width: 100%;
  }
  .itemBox .item05 .itemBox-img01 img {
    width: 49.917%;
  }
  .itemBox .item05 .itemBox-price {
    margin: 0 auto;
    width: 49.917%;
  }
  .itemBox .item06 {
    margin-top: 98px;
  }
  .itemBox .item06 .itemBox-img01 {
    margin: 0 0 0 4.2%;
  }
  .itemBox .item06 .itemBox-img02 {
    margin: 16.6% 4.2% 0 0;
  }
  .itemBox .item06 .itemBox-price {
    margin: -39.9% auto 0 4.2%;
  }
  .itemBox .item07 {
    margin-top: 100px;
  }
  .itemBox .item07 .itemBox-img01 {
    margin: 0 0 0 4.2%;
  }
  .itemBox .item07 .itemBox-img02 {
    margin: 36.8% 0 0;
  }
  .itemBox .item07 .itemBox-price {
    margin: -13.5% auto 0 4.2%;
  }
  .itemBox .item08 {
    margin-top: 99px;
  }
  .itemBox .item08 .itemBox-img01 {
    text-align: center;
    width: 100%;
  }
  .itemBox .item08 .itemBox-img01 img {
    width: 49.917%;
  }
  .itemBox .item08 .itemBox-img02 {
    margin: 8.4% 0 0 4.2%;
  }
  .itemBox .item08 .itemBox-price {
    margin: 0 50% 0 4.2%;
  }
  .itemBox .item09 {
    flex-direction: row-reverse;
    margin-top: -169px;
  }
  .itemBox .item09 .itemBox-img01 {
    margin: 0 4.2% 0 0;
  }
  .itemBox .item09 .itemBox-img02 {
    margin: 38.8% 0 0 4.2%;
  }
  .itemBox .item09 .itemBox-price {
    margin: -15.5% 4.2% 0 auto;
    width: 49.917%;
  }
  .itemBox .item10 {
    flex-direction: row-reverse;
    margin-top: 101px;
  }
  .itemBox .item10 .itemBox-img01 {
    margin: 0 4.2% 0 0;
  }
  .itemBox .item10 .itemBox-img02 {
    margin: 40% 0 0 4.2%;
  }
  .itemBox .item10 .itemBox-price {
    margin: 0 auto 0 4.2%;
  }
  .itemBox .item11 {
    margin-top: 97px;
  }
  .itemBox .item11 .itemBox-img01 {
    text-align: center;
    width: 100%;
  }
  .itemBox .item11 .itemBox-img01 img {
    padding-right: 8.3%;
    width: 49.917%;
    box-sizing: content-box;
  }
  .itemBox .item11 .itemBox-price {
    margin: 0 auto;
    padding-right: 8.3%;
    width: 49.917%;
    box-sizing: content-box;
  }
  .itemBox .item12 {
    flex-direction: row-reverse;
    margin-top: 91px;
  }
  .itemBox .item12 .itemBox-img01 {
    margin: 0 0 0 4.2%;
  }
  .itemBox .item12 .itemBox-img02 {
    margin: 16.5% 0 0 4.2%;
  }
  .itemBox .item12 .itemBox-price {
    margin: 0 auto 0 4.2%;
  }
  .itemBox .item13 {
    margin-top: 75px;
  }
  .itemBox .item13 .itemBox-img01 {
    text-align: center;
    width: 100%;
  }
  .itemBox .item13 .itemBox-img01 img {
    width: 49.917%;
  }
  .itemBox .item13 .itemBox-price {
    margin: 0 auto;
    width: 49.917%;
  }
}
@media screen and (max-width: 900px) {
  .itemBox {
    margin-top: 77px;
    padding-bottom: 163px;
    /* - item01 - */
    /* - item02 - */
    /* - item03 - */
    /* - item04 - */
    /* - item05 - */
    /* - item06 - */
    /* - item07 - */
    /* - item08 - */
    /* - item09 - */
    /* - item10 - */
    /* - item11 - */
    /* - item12 - */
    /* - item13 - */
  }
  .itemBox .w400 {
    width: 77.612%;
  }
  .itemBox .w600 {
    width: 100%;
  }
  .itemBox-price {
    padding-top: 15px;
  }
  .itemBox-price li:not(:last-child) {
    margin-bottom: 2px;
  }
  .itemBox .item01 .itemBox-img01 {
    margin: 0 0 0 -20px;
  }
  .itemBox .item01 .itemBox-img02 {
    margin: 49px -20px 0 auto;
  }
  .itemBox .item01 .itemBox-price {
    margin: 0 -20px 0 auto;
    width: 100%;
  }
  .itemBox .item02 {
    margin-top: 98px;
  }
  .itemBox .item02 .itemBox-img01 {
    margin: 0 0 0 -20px;
  }
  .itemBox .item02 .itemBox-img02 {
    margin: 49px -20px 0 auto;
  }
  .itemBox .item02 .itemBox-price {
    margin: 0 -20px 0 auto;
    width: 77.612%;
  }
  .itemBox .item03 {
    margin-top: 97px;
  }
  .itemBox .item03 .itemBox-img01 {
    margin: 0 -20px 0 auto;
  }
  .itemBox .item03 .itemBox-img02 {
    margin: 50px auto 0 -20px;
  }
  .itemBox .item03 .itemBox-price {
    margin: 0 auto;
    width: 100%;
  }
  .itemBox .item04 {
    margin-top: 97px;
  }
  .itemBox .item04 .itemBox-img01 {
    margin: 0 auto;
  }
  .itemBox .item04 .itemBox-img02 {
    margin: 50px -20px 0 auto;
  }
  .itemBox .item04 .itemBox-img03 {
    margin: 50px auto 0 -20px;
  }
  .itemBox .item04 .itemBox-price {
    margin: 0 auto;
    width: 100%;
  }
  .itemBox .item05 {
    margin-top: 97px;
  }
  .itemBox .item05 .itemBox-img01 {
    margin: 0 auto;
  }
  .itemBox .item05 .itemBox-price {
    margin: 0 auto;
    width: 100%;
  }
  .itemBox .item06 {
    margin-top: 98px;
  }
  .itemBox .item06 .itemBox-img01 {
    margin: 0 0 0 -20px;
  }
  .itemBox .item06 .itemBox-img02 {
    margin: 49px -20px 0 auto;
  }
  .itemBox .item06 .itemBox-price {
    margin: 0 -20px 0 auto;
    width: 100%;
  }
  .itemBox .item07 {
    margin-top: 85px;
  }
  .itemBox .item07 .itemBox-img01 {
    margin: 0 auto 0 -20px;
  }
  .itemBox .item07 .itemBox-img02 {
    margin: 50px -20px 0 auto;
  }
  .itemBox .item07 .itemBox-price {
    margin: 0 -20px 0 auto;
    width: 77.612%;
  }
  .itemBox .item08 {
    margin-top: 97px;
  }
  .itemBox .item08 .itemBox-img01 {
    margin: 0 auto;
  }
  .itemBox .item08 .itemBox-img02 {
    margin: 50px auto 0;
  }
  .itemBox .item08 .itemBox-price {
    margin: 0 auto;
    width: 77.612%;
  }
  .itemBox .item09 {
    margin-top: 97px;
  }
  .itemBox .item09 .itemBox-img01 {
    margin: 0 -20px 0 auto;
  }
  .itemBox .item09 .itemBox-img02 {
    margin: 50px auto 0 -20px;
  }
  .itemBox .item09 .itemBox-price {
    margin: 0 auto;
    width: 100%;
  }
  .itemBox .item10 {
    margin-top: 97px;
  }
  .itemBox .item10 .itemBox-img01 {
    margin: 0 -20px 0 auto;
  }
  .itemBox .item10 .itemBox-img02 {
    margin: 50px auto 0 -20px;
  }
  .itemBox .item10 .itemBox-price {
    margin: 0 auto;
    width: 100%;
  }
  .itemBox .item11 {
    margin-top: 97px;
  }
  .itemBox .item11 .itemBox-img01 {
    margin: 0 auto;
  }
  .itemBox .item11 .itemBox-price {
    margin: 0 auto;
    width: 100%;
  }
  .itemBox .item12 {
    margin-top: 97px;
  }
  .itemBox .item12 .itemBox-img01 {
    margin: 0 -20px 0 auto;
  }
  .itemBox .item12 .itemBox-img02 {
    margin: 50px auto 0 -20px;
  }
  .itemBox .item12 .itemBox-price {
    margin: 0 auto;
    width: 100%;
  }
  .itemBox .item13 {
    margin-top: 97px;
  }
  .itemBox .item13 .itemBox-img01 {
    margin: 0 auto;
  }
  .itemBox .item13 .itemBox-price {
    margin: 0 auto;
  }
}

/* -- interview -- */
.interview {
  padding-bottom: 140px;
  background: #DEDEDE;
}
.interview-mv img {
  width: 100%;
}
.interview-catch {
  margin-top: 164px;
}
.interview-catch-tit {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
.interview-catch-name {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 8px;
}
.interview-catch-name span {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  vertical-align: middle;
  margin-left: 7px;
}
.interview-catch-txt {
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 64px auto 0;
  max-width: 673px;
}
.interview-cnt {
  margin-top: 92px;
}
.interview-cnt-img {
  text-align: center;
}
.interview-cnt-img:not(:first-child) {
  margin-top: 62px;
}
.interview-cnt-img:last-child {
  margin-top: 132px;
}
.interview-cnt-talkBox {
  margin: 99px auto 0;
  max-width: 675px;
}
.interview-cnt-talkBox dt {
  font-weight: 700;
}
.interview-cnt-talkBox dt::before {
  display: block;
  margin-bottom: 40px;
  width: 40px;
  border-top: 1px solid #707070;
  content: "";
}
.interview-cnt-talkBox dt:not(:first-child) {
  margin-top: 111px;
}
.interview-cnt-talkBox dd {
  margin-top: 32px;
}
.interview-cnt-talkBox dd > :not(:last-child) {
  margin-bottom: 28px;
}
.interview-cnt .itemBox-price {
  text-align: center;
  margin: 1px 0 136px;
}
.interview-profile {
  margin: 140px auto 0;
  padding: 62px 48px 63px;
  max-width: 675px;
  background: #CBCBCB;
}
.interview-profile-tit {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.interview-profile-tit::after {
  display: block;
  margin-top: 6px;
  width: 100%;
  height: 1px;
  background: #707070;
  opacity: 0.5;
  content: "";
}
.interview-profile-name {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
.interview-profile-name span {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
}
.interview-profile-txt {
  font-size: 14px;
  margin-top: 19px;
}
@media screen and (max-width: 900px) {
  .interview {
    padding-bottom: 70px;
  }
  .interview-catch {
    margin: 65px 25px 0 5px;
  }
  .interview-catch-tit {
    font-size: 36px;
    text-align: left;
  }
  .interview-catch-name {
    font-size: 13px;
    text-align: left;
  }
  .interview-catch-name span {
    font-size: 14px;
    letter-spacing: 0.05em;
    position: relative;
    top: -1px;
    margin-left: 7px;
  }
  .interview-catch-txt {
    line-height: 1.85;
    letter-spacing: 0.04em;
    margin: 30px auto 0;
    max-width: none;
  }
  .interview-cnt {
    margin: 63px 30px 0 5px;
  }
  .interview-cnt-img {
    text-align: center;
  }
  .interview-cnt-img:not(:first-child) {
    margin-top: 35px;
  }
  .interview-cnt-img:last-child {
    margin-top: 65px;
  }
  .interview-cnt-img.w148 {
    text-align: center;
  }
  .interview-cnt-img.w148 img {
    width: 49.334%;
  }
  .interview-cnt-talkBox {
    margin: 70px auto 0;
    max-width: none;
  }
  .interview-cnt-talkBox dt {
    margin-right: 3px;
  }
  .interview-cnt-talkBox dt::before {
    margin-bottom: 25px;
    width: 30px;
  }
  .interview-cnt-talkBox dt:not(:first-child) {
    margin-top: 64px;
  }
  .interview-cnt-talkBox dd {
    margin: 20px 3px 0 0;
  }
  .interview-cnt-talkBox dd > :not(:last-child) {
    margin-bottom: 23px;
  }
  .interview-cnt .itemBox-price {
    margin: -8px 0 -4px;
  }
  .interview-profile {
    margin: 72px 30px 0 5px;
    padding: 37px 36px 37px;
    max-width: none;
  }
  .interview-profile-tit {
    font-size: 10px;
  }
  .interview-profile-tit::after {
    margin-top: 5px;
  }
  .interview-profile-name {
    font-size: 17px;
    margin-top: 32px;
  }
  .interview-profile-name span {
    font-size: 10px;
  }
  .interview-profile-txt {
    font-size: 12px;
    line-height: 1.83;
  }
}

/* -- bannerBox -- */
.bannerBox {
  margin: 141px auto 0;
  max-width: 900px;
  background: #DEDEDE;
}
.bannerBox a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 98px 15px 99px;
}
.bannerBox img {
  display: block;
  margin: 0 auto 32px;
}
@media screen and (max-width: 900px) {
  .bannerBox {
    margin: 70px 30px 0 5px;
    max-width: none;
  }
  .bannerBox a {
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 36px 15px 28px;
  }
  .bannerBox img {
    margin: 0 auto 12px;
    max-width: 130px;
  }
}/*# sourceMappingURL=style.css.map */