@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

a {
  color: #0c4f8d;
}

a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

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

@media screen and (max-width: 960px) {
  img {
    width: 100%;
  }
}

em {
  font-style: normal;
}

h2,
h3,
p {
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h2::before,
h3::before,
p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

h2::after,
h3::after,
p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

a {
  letter-spacing: 0.075em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  .layout--pc {
    display: none;
  }
  .layout--pc .layout--tabPort_show {
    display: none;
  }
  .layout--pc .layout--tabLand_show {
    display: none;
  }
}

.layout--sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .layout--sp {
    display: block;
  }
  .layout--sp .layout--tabPort_show {
    display: none;
  }
  .layout--sp .layout--tabLand_show {
    display: none;
  }
}

.layout--tab {
  display: none;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .layout--tab {
    display: block;
  }
}

.layout--tab .layout--tabPort_show {
  display: none;
}

.layout--tab .layout--tabLand_show {
  display: none;
}

@media (orientation: portrait) and (min-width: 768px) {
  .layout--tabPort {
    display: none;
  }
  .layout--tabPort_show {
    display: block;
  }
  .layout--tabLand_show {
    display: none;
  }
}

@media (orientation: landscape) and (max-width: 1024px) {
  .layout--tabLand {
    display: none;
  }
  .layout--tabLand_show {
    display: block;
  }
  .layout--tabPort {
    display: none;
  }
}

.note {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .note {
    font-size: 10px;
    font-size: 1rem;
  }
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  .wrapper {
    padding: 0 15px;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu__button {
  display: none;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__itemLink {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 10px 8px;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.menu .buttons--clear .buttons__item {
  width: 290px;
  min-height: 50px;
}

.menu .buttons--clear .buttons__item + .buttons__item {
  margin-left: 20px;
}

.menu .buttons--clear .buttons__item a {
  font-size: 16px;
  font-size: 1.6rem;
}

.menu .buttons--clear .buttons__item a.download {
  padding-bottom: 2px;
}

.menu .buttons--clear .buttons__item a.download small {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1260px) and (max-width: 1400px) {
  .menu__itemLink {
    font-size: 1.5rem;
    padding: 10px 4px;
  }
  .menu .buttons--clear .buttons__item {
    width: 268px;
  }
}


@media screen and (min-width: 961px) and (max-width: 1260px) {
  .menu__itemLink {
    font-size: 1.2rem;
    padding: 10px 6px;
  }
  .menu .buttons--clear .buttons__item {
    width: 220px;
    min-height: 52px;
  }
  .menu .buttons--clear .buttons__item a {
    font-size: 1.2rem;
  }
  .menu .buttons--clear .buttons__item a.download {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1060px) {
  .menu .buttons--clear .buttons__item {
    width: 180px;
  }
}

@media screen and (min-width: 961px) {
  .menu__itemLink:hover {
    opacity: 1;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .menu .buttons--clear .buttons__item.changed a.counseling {
    background-color: #e27c18;
    border-color: #e27c18;
  }
  .menu .buttons--clear .buttons__item.changed a.counseling:hover {
    background-color: #ee8c2c;
    border-color: #ee8c2c;
  }
  .menu .buttons--clear .buttons__item.changed a.download {
    background-color: #149fcc;
    border-color: #149fcc;
  }
  .menu .buttons--clear .buttons__item.changed a.download:hover {
    background-color: #22b4e3;
    border-color: #22b4e3;
  }
}

@media screen and (max-width: 960px) {
  .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
  }
  .menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 97px;
    height: 37px;
    background: transparent url(../img/logo_c.png) no-repeat 50% 50%/100% auto;
    top: 13px;
    left: 15px;
  }
  .menu__button {
    font-size: 12px;
    font-size: 1.2rem;
    position: fixed;
    top: -5px;
    right: 0;
    display: block;
    width: 65px;
    height: 65px;
    padding-top: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 1000;
  }
  .menu__button::before, .menu__button::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 35px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .menu__button::before {
    top: 20px;
  }
  .menu__button::after {
    top: 30px;
  }
  .menu__list {
    display: block;
  }
  .menu__item {
    text-align: center;
  }
  .menu__itemLink {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    padding: 10px 15px;
    color: #333;
    line-height: 1.2;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .menu .buttons--clear {
    margin-top: 10px;
  }
  .menu .buttons--clear .buttons__item {
    max-width: 345px;
    width: 92%;
  }
  .menu .buttons--clear .buttons__item + .buttons__item {
    margin-left: 0;
  }
  .menu .buttons--clear .buttons__item a.counseling {
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #e27c18;
    background-color: #e27c18;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
            box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
  }
  .menu .buttons--clear .buttons__item a.download {
    padding-bottom: 11.78125px;
    border-color: #149fcc;
    background-color: #149fcc;
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
            box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
  }
  .menu__button.on {
    color: #000;
    text-shadow: none;
  }
  .menu__button.on::before, .menu__button.on::after {
    background-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu__button.on::before {
    -webkit-transform: translateX(-50%) rotate(-16deg);
            transform: translateX(-50%) rotate(-16deg);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .menu__button.on::after {
    -webkit-transform: translateX(-50%) rotate(16deg);
            transform: translateX(-50%) rotate(16deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons__item {
  display: table;
  max-width: 500px;
  width: 48.07692%;
  min-height: 90px;
}

.buttons__item + .buttons__item {
  margin-left: 38px;
}

.buttons__item a {
  font-size: 22px;
  font-size: 2.2rem;
  display: table-cell;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  border-radius: 8px;
  vertical-align: middle;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.buttons__item a:hover {
  opacity: inherit;
}

.buttons__item a.counseling {
  background-color: #e27c18;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
}

.buttons__item a.download {
  padding-bottom: 2px;
  background-color: #149fcc;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
}

.buttons__item a.download small {
  font-weight: normal;
}

.buttons__item a.counseling:hover, .buttons__item a.download:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

.buttons--clear .buttons__item a.counseling, .buttons--clear .buttons__item a.download {
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #fff;
}

.buttons--clear .buttons__item a.counseling:hover, .buttons--clear .buttons__item a.download:hover {
  -webkit-transform: inherit;
          transform: inherit;
}

.buttons--clear .buttons__item a.counseling:hover {
  background-color: #e27c18;
  border-color: #e27c18;
}

.buttons--clear .buttons__item a.download:hover {
  background-color: #149fcc;
  border-color: #149fcc;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .buttons__item {
    min-height: 80px;
  }
}

@media screen and (max-width: 960px) {
  .buttons {
    -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;
  }
  .buttons__item {
    max-width: 345px;
    width: 100%;
    min-height: inherit;
  }
  .buttons__item + .buttons__item {
    margin-left: 0;
    margin-top: 15px;
  }
  .buttons__item a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1875;
    padding: 20px 3px;
  }
  .buttons__item a.counseling:hover {
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
            box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .buttons__item a.download {
    padding-top: 9.78125px;
    padding-bottom: 11.78125px;
  }
  .buttons__item a.download small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .buttons__item a.download:hover {
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
            box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

@-webkit-keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
            transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

@keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
            transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

.backgroundAnimation {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: -1;
}

.backgroundAnimation span {
  width: 1vmin;
  height: 1vmin;
  border-radius: 1vmin;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  -webkit-animation: move;
          animation: move;
  -webkit-animation-duration: 2;
          animation-duration: 2;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.backgroundAnimation span:nth-child(0) {
  color: #cde0e9;
  top: 89%;
  left: 85%;
  -webkit-animation-duration: 485s;
          animation-duration: 485s;
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
  -webkit-transform-origin: 7vw -24vh;
          transform-origin: 7vw -24vh;
  -webkit-box-shadow: -2vmin 0 1.148861677870684vmin currentColor;
          box-shadow: -2vmin 0 1.148861677870684vmin currentColor;
}

.backgroundAnimation span:nth-child(1) {
  color: #cde0e9;
  top: 69%;
  left: 14%;
  -webkit-animation-duration: 237s;
          animation-duration: 237s;
  -webkit-animation-delay: -463s;
          animation-delay: -463s;
  -webkit-transform-origin: 8vw -6vh;
          transform-origin: 8vw -6vh;
  -webkit-box-shadow: 2vmin 0 0.3836728154572493vmin currentColor;
          box-shadow: 2vmin 0 0.3836728154572493vmin currentColor;
}

.backgroundAnimation span:nth-child(2) {
  color: #cde0e9;
  top: 27%;
  left: 69%;
  -webkit-animation-duration: 156s;
          animation-duration: 156s;
  -webkit-animation-delay: -153s;
          animation-delay: -153s;
  -webkit-transform-origin: -7vw 21vh;
          transform-origin: -7vw 21vh;
  -webkit-box-shadow: -2vmin 0 1.0960159778293457vmin currentColor;
          box-shadow: -2vmin 0 1.0960159778293457vmin currentColor;
}

.backgroundAnimation span:nth-child(3) {
  color: #0062b5;
  top: 11%;
  left: 28%;
  -webkit-animation-duration: 374s;
          animation-duration: 374s;
  -webkit-animation-delay: -466s;
          animation-delay: -466s;
  -webkit-transform-origin: -10vw 18vh;
          transform-origin: -10vw 18vh;
  -webkit-box-shadow: -2vmin 0 0.846407776390051vmin currentColor;
          box-shadow: -2vmin 0 0.846407776390051vmin currentColor;
}

.backgroundAnimation span:nth-child(4) {
  color: #808080;
  top: 89%;
  left: 7%;
  -webkit-animation-duration: 272s;
          animation-duration: 272s;
  -webkit-animation-delay: -156s;
          animation-delay: -156s;
  -webkit-transform-origin: 11vw -16vh;
          transform-origin: 11vw -16vh;
  -webkit-box-shadow: -2vmin 0 1.0103824544757256vmin currentColor;
          box-shadow: -2vmin 0 1.0103824544757256vmin currentColor;
}

.backgroundAnimation span:nth-child(5) {
  color: #808080;
  top: 99%;
  left: 86%;
  -webkit-animation-duration: 128s;
          animation-duration: 128s;
  -webkit-animation-delay: -316s;
          animation-delay: -316s;
  -webkit-transform-origin: -3vw -15vh;
          transform-origin: -3vw -15vh;
  -webkit-box-shadow: 2vmin 0 1.0203606519969444vmin currentColor;
          box-shadow: 2vmin 0 1.0203606519969444vmin currentColor;
}

.backgroundAnimation span:nth-child(6) {
  color: #cde0e9;
  top: 21%;
  left: 49%;
  -webkit-animation-duration: 435s;
          animation-duration: 435s;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-transform-origin: 18vw -5vh;
          transform-origin: 18vw -5vh;
  -webkit-box-shadow: -2vmin 0 0.39354581986543735vmin currentColor;
          box-shadow: -2vmin 0 0.39354581986543735vmin currentColor;
}

.backgroundAnimation span:nth-child(7) {
  color: #808080;
  top: 47%;
  left: 79%;
  -webkit-animation-duration: 168s;
          animation-duration: 168s;
  -webkit-animation-delay: -318s;
          animation-delay: -318s;
  -webkit-transform-origin: 18vw -22vh;
          transform-origin: 18vw -22vh;
  -webkit-box-shadow: 2vmin 0 0.6457095995273388vmin currentColor;
          box-shadow: 2vmin 0 0.6457095995273388vmin currentColor;
}

.backgroundAnimation span:nth-child(8) {
  color: #0062b5;
  top: 23%;
  left: 48%;
  -webkit-animation-duration: 460s;
          animation-duration: 460s;
  -webkit-animation-delay: -476s;
          animation-delay: -476s;
  -webkit-transform-origin: 15vw -2vh;
          transform-origin: 15vw -2vh;
  -webkit-box-shadow: -2vmin 0 1.2257068260347912vmin currentColor;
          box-shadow: -2vmin 0 1.2257068260347912vmin currentColor;
}

.backgroundAnimation span:nth-child(9) {
  color: #808080;
  top: 75%;
  left: 31%;
  -webkit-animation-duration: 461s;
          animation-duration: 461s;
  -webkit-animation-delay: -281s;
          animation-delay: -281s;
  -webkit-transform-origin: 13vw 9vh;
          transform-origin: 13vw 9vh;
  -webkit-box-shadow: 2vmin 0 0.2582594266359337vmin currentColor;
          box-shadow: 2vmin 0 0.2582594266359337vmin currentColor;
}

.backgroundAnimation span:nth-child(10) {
  color: #0062b5;
  top: 60%;
  left: 16%;
  -webkit-animation-duration: 476s;
          animation-duration: 476s;
  -webkit-animation-delay: -383s;
          animation-delay: -383s;
  -webkit-transform-origin: 14vw -23vh;
          transform-origin: 14vw -23vh;
  -webkit-box-shadow: -2vmin 0 0.8607805218127345vmin currentColor;
          box-shadow: -2vmin 0 0.8607805218127345vmin currentColor;
}

.backgroundAnimation span:nth-child(11) {
  color: #cde0e9;
  top: 28%;
  left: 72%;
  -webkit-animation-duration: 291s;
          animation-duration: 291s;
  -webkit-animation-delay: -480s;
          animation-delay: -480s;
  -webkit-transform-origin: 12vw -19vh;
          transform-origin: 12vw -19vh;
  -webkit-box-shadow: 2vmin 0 0.49930794336133033vmin currentColor;
          box-shadow: 2vmin 0 0.49930794336133033vmin currentColor;
}

.backgroundAnimation span:nth-child(12) {
  color: #cde0e9;
  top: 77%;
  left: 29%;
  -webkit-animation-duration: 318s;
          animation-duration: 318s;
  -webkit-animation-delay: -127s;
          animation-delay: -127s;
  -webkit-transform-origin: -13vw 4vh;
          transform-origin: -13vw 4vh;
  -webkit-box-shadow: -2vmin 0 0.45408935731361777vmin currentColor;
          box-shadow: -2vmin 0 0.45408935731361777vmin currentColor;
}

.backgroundAnimation span:nth-child(13) {
  color: #0062b5;
  top: 61%;
  left: 39%;
  -webkit-animation-duration: 375s;
          animation-duration: 375s;
  -webkit-animation-delay: -285s;
          animation-delay: -285s;
  -webkit-transform-origin: -3vw 21vh;
          transform-origin: -3vw 21vh;
  -webkit-box-shadow: 2vmin 0 1.2334956468453324vmin currentColor;
          box-shadow: 2vmin 0 1.2334956468453324vmin currentColor;
}

.backgroundAnimation span:nth-child(14) {
  color: #cde0e9;
  top: 66%;
  left: 78%;
  -webkit-animation-duration: 263s;
          animation-duration: 263s;
  -webkit-animation-delay: -83s;
          animation-delay: -83s;
  -webkit-transform-origin: -14vw 1vh;
          transform-origin: -14vw 1vh;
  -webkit-box-shadow: -2vmin 0 0.3070640264445348vmin currentColor;
          box-shadow: -2vmin 0 0.3070640264445348vmin currentColor;
}

.title {
  font-size: 70px;
  font-size: 7rem;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  font-weight: bold;
  text-align: center;
}

.title span {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .title {
    font-size: 40px;
    font-size: 4rem;
  }
  .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    content: "";
  }
  .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3em;
    content: "";
  }
}

.subTitle {
  font-weight: bold;
}

.movie__link {
  display: block;
  position: relative;
}

.movie__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(51, 51, 51, .3) url(../img/play.png) no-repeat 50% 50%/contain;
  border: #fff 3px solid;
  border-radius: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.movie__link:hover {
  opacity: 1;
}

.movie__link:hover::after {
  background-color: rgba(0, 126, 182, .8);
}

@media screen and (max-width: 560px) {
  .movie__link::after {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, .7);
}

.cv-spinner {
  height: 100%;
  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;
}

.cv-copy {
  position: absolute;
  width: 100%;
  margin-top: 32vh;
  text-align: center;
}

@media screen and (min-width: 560px) and (max-width: 960px) {
  .cv-copy {
    margin-top: 22vh;
  }
}

@media screen and (max-width: 420px) {
  .cv-copy {
    margin-top: 28vh;
  }
}

.cv-copy h2 {
  color: #fff;
  font-size: 3.5vh;
  margin-bottom: 10px;
}

.cv-copy p {
  color: #fff;
  font-size: 2.5vh;
  line-height: 1.4;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}

@media screen and (max-width: 560px) {
  .spinner {
    width: 50px;
    height: 50px;
  }
}

@-webkit-keyframes sp-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes sp-anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.is-hide {
  display: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  padding: 15px 30px 15px 40px;
  color: #fff;
  z-index: 999;
  -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.header.changed {
  background: #407bb6;
}
.header__title {
  width: 160px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1060px) {
  .header__title {
    width: 136px;
  }
}

@media screen and (max-width: 960px) {
  .header {
    height: 65px;
  }
  .header__title {
    position: fixed;
    left: 15px;
    z-index: 999;
    width: 97px;
  }
  .header .menu {
    padding-top: 70px;
  }
}
/* FV */
.mainVisual {
  color: #fff;
  background: #000;
  width: 100%;
  height: calc(50vw - 6px);
  overflow: hidden;
  position: relative;
  text-align: left;
  /* z-index
   */
}
@media all and (-ms-high-contrast: none) {  /* IE*/
  .mainVisual {
    color: #fff;
    background: #000;
    width: 100%;
    height: 56vh;
    height: calc(50vw - 6px);
    overflow: hidden;
    position: relative;
    text-align: left;
    /* z-index */
  }
}
@media screen and (max-width: 960px) {
  .mainVisual {
    height: 70vh;
  }
}
@media screen and (max-width: 560px) {
  .mainVisual {
    height: 90vh;
  }
}
.mainVisual:after {
  content: '';
  display: block;
  background: transparent url('../img/dot.png');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  opacity: 0.5;
}
.mainVisual .mv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* mv_pc */
.mainVisual .mv video {
  background: #000 url(../img/mv_01_l.jpg) no-repeat 50% 0 / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 50;
}
@media screen and (max-width: 960px) {
  .mainVisual .mv video {
    display: block;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .mainVisual .mv video {
    display: none;
  }
}
/* slide */
.mainVisual .mv .slide {
  opacity: 0.6;
}
.mainVisual .mv .slide li {
  background: #000 url(../img/mv_01_l.jpg) no-repeat 50% 0 / cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.mainVisual .mv .slide .item01 {
  background-image: url(../img/mv_01_l.jpg);
}
.mainVisual .mv .slide .item02 {
  background-image: url(../img/mv_02_l.jpg);
}
.mainVisual .mv .slide .item03 {
  background-image: url(../img/mv_03_l.jpg);
}
.mainVisual .mv .slide .item04 {
  background-image: url(../img/mv_04_l.jpg);
}
@media screen and (max-width: 560px) {
  .mainVisual .mv .slide li,
  .mainVisual .mv .slide .item01 {
    background-image: url(../img/mv_01_s.jpg);
  }
  .mainVisual .mv .slide .item02 {
    background-image: url(../img/mv_02_s.jpg);
  }
  .mainVisual .mv .slide .item03 {
    background-image: url(../img/mv_03_s.jpg);
  }
  .mainVisual .mv .slide .item04 {
    background-image: url(../img/mv_04_s.jpg);
  }
}
.mainVisual p {
  position: absolute;
  top: calc(50px + 10%);
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 35px;
  font-size: 26px;
  line-height: 1.8;
  text-shadow: #000 0 0 70px, #000 0 0 20px;
  transition: all 0.3s ease;
  z-index: 70;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 961px) and (max-width: 1600px) {
  .mainVisualTitle__catch {
   width: 50%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .mainVisual p {
    padding: 0 40px;
    font-size: 24px;
    font-size: 2.5rem;
    top: calc(40px + 10%);
  }
}
@media screen and (min-width: 561px) and (max-width: 960px) {
  .mainVisual p {
    top: 5%;
    padding: 0 15px;
    font-size: 3vw;
    text-shadow: #000 0 0 40px, #000 0 0 10px;
  }
}
@media screen and (max-width: 560px) {
  .mainVisual p {
    padding: 0 15px;
    font-size: 4vw;
    text-shadow: #000 0 0 40px, #000 0 0 10px;
  }
}
@media screen and (max-width: 360px) {
  .mainVisual p {
    bottom: 47%;
    font-size: 4vw;
  }
}
.mainVisual p > img {
  display: block;
  margin: 0 auto 35px;
}
@media screen and (max-width: 960px) {
  .mainVisual p > img {
    max-width: 184px;
    margin: 0 auto 6px;
  }
}
.mainVisual p .item01 {
  font-size: 54px;
  font-size: 5.4rem;
  letter-spacing: 5px;
  font-family: 'Noto Serif JP', serif;
}

.mainVisualTitle__catch {
  display: inline-block;
}
.mainVisualTitle__catch.item02 {
  margin-top: 20px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  font-size: 26px;
}

.mainVisual .buttons {
  bottom: 13.7%;
  padding: 0 35px;
  position: absolute;
  left: 0;
  z-index: 70;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .mainVisual .buttons {
    bottom: 15%;
  }
}
.mainVisual .buttons li {
  max-width: 400px;
  width: 100%;
}
.mainVisual .buttons li a {
  margin: 0;
}
.mainVisual .buttons li + li a {
  margin-left: 12px;
}
.mainVisual .buttons li a.counseling {
  padding: 4px 50px 12px;
}
@media screen and (max-width: 960px) {
  .mainVisual .buttons li a.counseling {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 561px) and (max-width: 960px) {
  .mainVisual .buttons {
    left: 0;
    bottom: 15%;
    padding: 0 15px;
  }
  .mainVisual .buttons li {
    display: inline-block;
  }
  .mainVisual .buttons li + li {
    margin-top: 20px;
  }
  .mainVisual .buttons li a {
    margin: 0;
    padding: 15px 10px;
    font-size: 2.0vw;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .mainVisual .buttons {
    bottom: 12%;
    padding: 0 15px;
    right: 0;
  }
  .mainVisual .buttons li {
    display: inline-block;
    width: 100%;
  }
  .buttons li a.download {
    margin-top: 20px;
  }
  .mainVisual .buttons li + li a {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .mainVisual .buttons {
    bottom: 12%;
  }
  .mainVisual .buttons li a {
    font-size: 4vw;
  }
  .buttons li a.download {
    margin-top: 10px;
  }
}

.mainVisual_scroll {
  position: absolute;
  width: 100%;
  height: 60px;
  margin-top: -40px;
  /* z-index */
}
@media screen and (max-width: 960px) {
  .mainVisual_scroll {
    height: 60px;
    margin-top: -40px;
  }
}
.mainVisual_scroll a {
  color: #fff;
  margin: auto;
  display: block;
  width: 80px;
  height: 80px;
  font-size: 14px;
  font-size: 1.2rem;
  text-shadow: #000 0 0 5px;
}
@media screen and (max-width: 960px) {
  .mainVisual_scroll a {
    width: 50px;
    height: 50px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.mainVisual_scroll a:after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .mainVisual_scroll a:after {
    height: 40px;
  }
}
.mainVisual__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.mainVisual__inner video{
  width: 100%;
} */

.mainVisualTitle {
  position: absolute;
  top: calc(80px + 15%);
  left: 50%;
}

.mainVisualTitle__catch::before,
.mainVisualTitle__catch::after,
.mainVisualTitle__no1::before,
.mainVisualTitle__no1::after {
  display: none;
}


.mainVisualTitle__catch::before, .mainVisualTitle__catch::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.mainVisualTitle__no1 {
  margin: 10px auto 0;
}

.mainButtons {
  display: flex;
  position: absolute;
  top: calc(60px + 62%);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 70;
}
@media screen and (min-width: 1800px) {
  .mainButtons {
    top: calc(60px + 55%);
  }
}
.mainButtons__item {
  display: table;
  max-width: 400px;
  width: 400px;
  min-height: 70px;
}

.mainButtons__item:first-child {
  margin-right: 20px;
}

.mainButtons__item a {
  font-size: 20px;
  font-size: 2rem;
  display: table-cell;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  border-radius: 8px;
  vertical-align: middle;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.mainButtons__item a.counseling {
  background-color: #e27c18;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
}

.mainButtons__item a.download {
  padding-bottom: 2px;
  background-color: #149fcc;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
}

.mainButtons__item a.download small {
  font-size: 14px;
}

.mainButtons__item a:hover {
  opacity: inherit;
}

.mainVisual__scroll {
  position: absolute;
  width: 100%;
  height: 60px;
  margin-top: -40px;
  text-align: center;
  z-index: 998;
}
.mainVisual__scrollLink {
  font-size: 12px;
  font-size: 1.2rem;
  margin: auto;
  display: block;
  width: 80px;
  height: 80px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 50%), -1px 1px 5px rgb(0 0 0 / 50%), 1px -1px 5px rgb(0 0 0 / 50%), -1px -1px 5px rgb(0 0 0 / 50%);
}

.mainVisual__scrollLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 2px;
  height: 40px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (-ms-high-contrast: none) {
  .mainVisual {
    color: #fff;
    background: #000;
    width: 100%;
    height: 56vh;
    height: calc(55vw - 6px);
    overflow: hidden;
    position: relative;
    text-align: left;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1360px) {
  .mainVisual__inner {
    width: 1400px;
  }
  .mainVisualTitle {
    left: 50%;
    top: calc(40px + 7%);
  }
  .mainVisualTitle__catch {
    width: 600px;
  }
  .mainButtons {
    left: 50%;
  }
  .mainButtons__item {
    width: 300px;
    max-width: 300px;
  }
  .mainButtons__item a {
    font-size: 1.8;
    font-size: 18px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px){
  .mainVisualTitle {
      left: 50%;
      top: calc(40px + 7%);
  }
}
@media screen and (min-width: 961px) {
  .mainButtons__item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
}

@media screen and (max-width: 960px) {
  .mainVisual {
    height: 70vh;
    min-height: 670px;
    background: #fff url(../img/mainvisual_bg__sp.png) no-repeat bottom 45% left / 100%;
  }
  .mainVisual__inner {
    width: 100%;
  }
  .mainVisual__inner video {
    width: auto;
  }
  .mainVisual__inner::before {
    background: url(../img/mainvisual_person__sp.png) no-repeat top 66% right / 50vw;
  }
  .mainVisualTitle {
    top: 15%;
    height: 47vh;
    min-height: 370px;
  }
  .mainVisualTitle__catch {
    width: 70%;
    margin-top: 40px;
  }
  .mainVisualTitle__no1.layout--pc {
    display: none;
  }
  .mainVisualTitle__no1 {
    position: initial;
    margin: 0 auto;
  }
  .mainButtons {
    display: block;
    top: 70%;
    left: 54%;
    width: 100%;
  }
  .mainButtons__item {
    max-width: calc(100% - 60px);
    width: calc(100% - 60px);
    min-height: 60px;
  }
  .mainButtons__item:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 560px) {
  .mainVisual {
    background: #333;
  }
  .mainVisual__inner::before {
    background: url(../img/mainvisual_person__sp.png) no-repeat top 66% right -10px/ 35vh;
  }
  .mainVisualTitle {
    height: 50vh;
    min-height: 410px;
    left: 14%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: translateX(-50%);
  }
  .mainVisualTitle__catch {
    width: 100%;
    margin-top: 30px;
  }
  .mainVisualTitle__no1 {
    position: initial;
    margin: 0 auto;
  }
  .mainVisualTitle__no1.slideAnimeLeftRight {
    display: none;
  }
  .mainButtons {
    top: 70%;
    left: 3%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: translateX(-50%);
  }
  .mainButtons__item {
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    min-height: 55px;
  }
  .mainButtons__item:first-child {
    margin-bottom: 13px;
  }
  .mainButtons__item a {
    font-size: 1.6;
    font-size: 16px;
  }
  .mainButtons__item a.download small {
    font-size: 1.2;
    font-size: 12px;
    font-weight: normal;
  }
  .mainVisual__scroll {
    height: 55px;
    margin-top: -30px;
  }
  .mainVisual__scrollLink {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .mainVisual__scrollLink::after {
    width: 1px;
  }
}

@media screen and (max-width: 375px) {
  .mainVisual__inner::before {
    background: url(../img/mainvisual_person__sp.png) no-repeat bottom 34% right -30% / 70vw;
  }
  .mainVisualTitle {
    top: 90px;
    left: 4%;
    height: 53vh;
    min-height:410px;
  }
  .mainVisualTitle__catch {
    width: 100%;
  }
  .mainVisualTitle__no1 {
    bottom: 20px;
  }
}

/* 三冠達成 */
.no1_contents {
  padding: 54px 20px 20px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .no1_contents {
    padding: 60px 15px 17px;
  }
}
.no1_contents__head {
  text-align: center;
}
.no1_contents__head img {
  max-width: 610px;
}
@media screen and (max-width: 960px) {
  .no1_contents__head img{
    margin: 0 auto;
  }
  .no1_contents__head img.sp {
    display: block;
    max-width: 690px;
    margin: 0 auto;
  }
}
.no1_contents__list {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
@media screen and (max-width: 960px) {
  .no1_contents__list {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 690px;
    margin: 23px auto 0;
  }
}
.no1_contents__list li {
  max-width: 253px;
}
@media screen and (max-width: 960px) {
  .no1_contents__list li {
    width: calc(50% - 5px);
    max-width: inherit;
  }
}
.no1_contents__list li + li {
  margin-left: 36px;
}
@media screen and (max-width: 960px) {
  .no1_contents__list li + li {
    margin-left: 0;
  }
  .no1_contents__list li:last-child {
    margin: 15px auto 0;
  }
}
.no1_contents__supplement {
  display: block;
  margin-top: 46px;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .no1_contents__supplement {
    margin-top: 30px;
    text-align: left;
    line-height: 1.25;
  }
}

.aboutService {
  background: url(../img/aboutservice_bg01.png) no-repeat left center #fff;
  background-size: cover;
  text-align: center;
  /* IEのみに適用 */
}

.aboutService .wrapper {
  padding-top: 88px;
  padding-bottom: 100px;
}

.aboutService .title, .aboutService__lead, .aboutService__text {
  text-shadow: 0px 0px 15px rgba(255, 255, 255, .8);
}

.aboutService .title {
  font-size: 44px;
  font-size: 4.4rem;
  font-family: inherit;
  margin: 0 auto;
  padding: 0;
  line-height: 1.4;
  text-shadow: #fff 0 0 15px;
}

.aboutService .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.aboutService .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

.aboutService .title em {
  color: #0c4f8d;
}

@media all and (-ms-high-contrast: none) {
  .aboutService .title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

.aboutService__lead {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0em;
  margin-top: 50px;
  line-height: 1.4;
  font-weight: bold;
}

.aboutService__lead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.aboutService__lead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

.aboutService__lead em {
  display: inline-block;
  margin: 0 .25em;
  background-color: rgba(255, 255, 255, .5);
  color: #0c4f8d;
  line-height: 1.2;
}

.aboutService__text {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  margin-top: 40px;
}
.aboutService__text .bold{
  font-weight: bold;
}
.aboutService__text::before{
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .aboutService {
    background-image: url(../img/aboutservice_bg01__sp.jpg);
  }
  .aboutService .wrapper {
    padding-top: 47px;
    padding-bottom: 50px;
  }
  .aboutService .title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .aboutService .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  .aboutService .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  .aboutService .title em {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.16667;
  }
  .aboutService .title em::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: 5px;
  }
  .aboutService__lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.38889;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .aboutService__lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.19444em;
    content: "";
  }
  .aboutService__lead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.19444em;
    content: "";
  }
  .aboutService__text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    display: inline;
    font-weight: normal;
  }
}
@media screen and (max-width: 560px) {
  .aboutService .title {
    font-size: 30px;
    font-size: 3rem;
}
}
.productionResults {
  background-color: #f7f8f9;
}

.productionResults .wrapper {
  max-width: 1160px;
  padding-top: 80px;
  padding-bottom: 90px;
}

.productionResults .title {
  font-size: 40px;
  font-size: 4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
}

.productionResults__lead {
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 24px;
  text-align: center;
}

.productionResults__companys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.productionResults__item {
  width: 16.66667%;
  margin-top: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  .productionResults .wrapper {
    padding-top: 59px;
    padding-bottom: 62px;
  }
  .productionResults .title {
    font-size: 30px;
    font-size: 3rem;
  }
  .productionResults__lead {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.49333;
    margin-top: 15px;
  }
  .productionResults__lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.24667em;
    content: "";
  }
  .productionResults__lead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.24667em;
    content: "";
  }
  .productionResults__companys {
    margin-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .productionResults__item {
    width: 27.61905%;
    margin-top: 20px;
    padding: 0;
  }
  .productionResults__item + .productionResults__item {
    margin-left: 8.57143%;
  }
  .productionResults__item + .productionResults__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
/* お客さまの声 */
.customerVoice {
  max-width: 1200px;
  margin: 70px auto;
}

.customerVoice .customerVoice__box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 42.36%;
  background-color: #007eb6;
}
.customerVoice h2,
.customerVoice .customerVoice__item {
  position: absolute;
}
.customerVoice h2 {
  top: 0;
  left: -2px;
  width: 541px;
}
.customerVoice .customerVoice__item.customerVoice__item--azumino {
  top: 117px;
  left: 123px;
  width: 432px;
}
.customerVoice .customerVoice__item.customerVoice__item--dhl {
  top: 51px;
  right: 82px;
  width: 480px;
}
.customerVoice .customerVoice__item.customerVoice__item--lifesupport {
  bottom: 57px;
  left: 50px;
  width: 394px;
}
.customerVoice .customerVoice__item.customerVoice__item--benesse {
  bottom: 49px;
  right: 41px;
  width: 616px;
}
.customerVoice .pc{
  display: inline-block;
}
.customerVoice .tab{
  display: none;
}
.customerVoice .sp{
  display: none;
}
@media screen and (min-width: 561px) and (max-width: 1199px) {
  .customerVoice .pc{
    display: none;
  }
  .customerVoice .tab{
    display: inline-block;
  }
  .customerVoice .sp{
    display: inline-block;
  }
  .customerVoice h2 {
    top: 0;
    left: -0.17%;
    width: 46%;
  }
  .customerVoice .customerVoice__item.customerVoice__item--azumino {
    top: 23.6%;
    left: 10.5%;
    width: 37%;
  }
  .customerVoice .customerVoice__item.customerVoice__item--dhl {
    top: 10.3%;
    right: 7%;
    width: 41%;
  }
  .customerVoice .customerVoice__item.customerVoice__item--lifesupport {
    bottom: 11.5%;
    left: 4.2%;
    width: 33.7%;
  }
  .customerVoice .customerVoice__item.customerVoice__item--benesse {
    bottom: 9.91%;
    right: 3.51%;
    width: 52.83%;
  }
}
@media screen and (max-width: 560px) {
  .customerVoice .pc{
    display: none;
  }
  .customerVoice .tab{
    display: none;
  }
  .customerVoice .sp{
    display: inline-block;
  }
  .customerVoice {
    padding: 0 15px;
  }
  .customerVoice .customerVoice__box {
    padding-top: 149.2%;
  }
  .customerVoice h2 {
    top: 0;
    width: 78.55%;
  }
  .customerVoice .customerVoice__item.customerVoice__item--azumino {
    top: 13%;
    left: 16.23%;
    width: 73.62%;
  }
 .customerVoice .customerVoice__item.customerVoice__item--dhl {
    top: 34.17%;
    right: 5.94%;
    width: 86.66%;
  }
  .customerVoice .customerVoice__item.customerVoice__item--lifesupport {
    bottom: 25.63%;
    left: 16.23%;
    width: 67.24%;
  }
  .customerVoice .customerVoice__item.customerVoice__item--benesse {
    bottom: 4.85%;
    right: 6.66%;
    width: 85.79%;
  }
}

/* .solution */
.solution {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.solution .wrapper {
  padding: 0 0 80px;
}

.solution .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  letter-spacing: 0.075em;
  position: absolute;
  top: 96px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.solution .title em {
  color: #e27c18;
}

.solution__list {
  background: url(../img/solution_bg01.png) no-repeat top center #fff;
  background-size: cover;
  padding: 80px 0 50px;
}

.solution__items {
  padding-left: 6.66667%;
  padding-right: 6.66667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.solution__items::before, .solution__items::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 35.5%;
  width: 1px;
  height: 100%;
  background-color: #333;
}

.solution__items::after {
  left: 64.5%;
}

.solution__item {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.79167;
  width: 33.33333%;
  padding: 20px 5px;
  font-weight: bold;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.solution__item::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.39584em;
  content: "";
}

.solution__item::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.39584em;
  content: "";
}

.solution__item em {
  color: #e27c18;
}

/* .solution__plan {
  margin-top: 77px;
} */

.solution__planSentence {
  margin-top: 40px;
  background-size: 48.33333% auto;
  display: flex;
  justify-content: space-between;
}
.solution__planText {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  /* width: 55.35714%; */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
}

.solution__planText + .solution__planText {
  margin-top: 25px;
}

.solution .plantext{
  order: 1;
}
.solution .movie{
  order: 2;
}
.solution__planText--emphasis {
  color: #0c4f8d;
  font-weight: bold;
}

.solution__planSummary {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  max-width: 86.66667%;
  margin: 40px auto 0;
  padding: 40px 10px 50px;
  color: #fff;
  background-color: #2b659c;
  text-align: center;
}

.solution__planSummaryLead {
  font-size: 25px;
  font-size: 2.5rem;
}

.solution__planSummaryText {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.8;
  margin-top: 25px;
  font-weight: bold;
}

.solution__planSummaryText::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.4em;
  content: "";
}

.solution__planSummaryText::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.4em;
  content: "";
}

.solution__planSummaryText em {
  margin: 0 5px;
  padding: 5px;
  background-color: #149fcc;
}

.solution .subTitle {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  line-height: 1.5;
  color: #0c4f8d;
}

.solution .subTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}

.solution .subTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

@media screen and (max-width: 960px) {
  .solution .wrapper {
    padding: 0 15px 60px;
  }
  .solution .title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.4;
    top: 58px;
  }
  .solution .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  .solution .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  .solution__list {
    background: url(../img/solution_bg01__sp.jpg) no-repeat left center #edf5f9;
    background-size: cover;
    padding-top: 46px;
    padding-bottom: 30px;
  }
  .solution__items {
    display: block;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .solution__items::before, .solution__items::after {
    content: none;
  }
  .solution__item {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    padding: 0 0 14px;
    line-height: inherit;
  }
  .solution__item + .solution__item {
    padding-top: 14px;
    border-top: 1px solid #333;
  }
  .solution__item:last-child {
    padding-bottom: 0;
  }
  .solution__planSentence {
    display: block;
  }
  .solution .subTitle,.solution__planSummary {
    padding-left: 0;
  }
  .solution .subTitle {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.6;
    text-align: center;
  }
  /* .solution__plan {
    margin-top: 40px;
  } */
  .solution__planImage {
    margin-top: 20px;
  }
  .solution__planSentence {
    margin-top: 29px;
    background: none;
  }
  .solution__planText {
    width: 100%;
    margin-top: 30px;
  }
  .solution__planText + .solution__planText {
    margin-top: 19px;
  }
  .solution__planSummary {
    max-width: 100%;
    margin-top: 24px;
    padding: 30px 7px 33px;
  }
  .solution__planSummaryLead {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .solution__planSummaryText {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.6;
    letter-spacing: 0em;
    margin-top: 20px;
  }
  .solution__planSummaryText::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    content: "";
  }
  .solution__planSummaryText::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3em;
    content: "";
  }
  .solution__planSummaryText em {
    margin: 0 2px;
    padding: 4px 2px;
  }
}

@media (orientation: portrait) and (min-width: 768px) {
  .solution .title {
    font-size: 4rem;
    top: 96px;
  }
}

@media screen and (max-width: 320px) {
  .solution__planSummary {
    padding: 30px 8px 34px;
  }
  .solution__planSummaryLead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .solution__planSummaryText {
    font-size: 20px;
    font-size: 2rem;
  }
}

.feature {
  background-color: #eff2f4;
}

.feature .wrapper {
  max-width: 1440px;
  padding: 60px 0 80px;
}

.feature .title {
  letter-spacing: 0.075em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  line-height: 1.2;
  font-weight: bold;
}

.feature .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  content: "";
}

.feature .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1em;
  content: "";
}

.feature .listlayout {
  margin-top: 78px;
}

.feature .listlayout .listlayout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 13.88889%;
}

.feature .listlayout .listlayout__itemDetail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.feature .listlayout .listlayout__itemTitle {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
  font-weight: bold;
}

@media screen and (min-width: 561px) and (max-width: 1440px) {
  .feature .listlayout .listlayout__itemTitle {
    font-size: 2.4rem;
    font-size: 1.66667vw;
  }
}

.feature .listlayout .listlayout__itemTitleLabel {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #333;
  color: #fff;
  font-weight: normal;
}

@media screen and (min-width: 561px) and (max-width: 1440px) {
  .feature .listlayout .listlayout__itemTitleLabel {
    font-size: 2rem;
    font-size: 1.38889vw;
  }
}

.feature .listlayout .listlayout__itemLead {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0em;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  margin: 20px 35px 0 0;
  color: #0c4f8d;
  font-weight: bold;
}

.feature .listlayout .listlayout__itemLead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.feature .listlayout .listlayout__itemLead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

@media screen and (min-width: 561px) and (max-width: 1440px) {
  .feature .listlayout .listlayout__itemLead {
    font-size: 3.6rem;
    font-size: 2.5vw;
    /* IE only */
  }
}

.feature .listlayout .listlayout__itemText {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px 35px 0 0;
}

.feature .listlayout .listlayout__itemImage {
  width: 46.77419%;
}

.feature .listlayout .listlayout__item--left {
  padding-left: 0;
  padding-right: 13.88889%;
}

.feature .listlayout .listlayout__item--left .listlayout__itemTitle, .feature .listlayout .listlayout__item--left .listlayout__itemLead, .feature .listlayout .listlayout__item--left .listlayout__itemText {
  padding-left: 35px;
}

.feature .listlayout .listlayout__item--left .listlayout__itemLead, .feature .listlayout .listlayout__item--left .listlayout__itemText {
  margin-right: 0;
}

.feature .listlayout .listlayout__item--left .listlayout__itemDetail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.feature .listlayout .listlayout__item--left .listlayout__itemImage {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.feature .listlayout .listlayout__item + .listlayout__item {
  margin-top: 60px;
}

.feature .listlayout .listlayout__itemTitle {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  border: none;
}

.feature .listlayout .listlayout__itemTitle::before, .feature .listlayout .listlayout__itemTitle::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.feature__itemTitleLabel {
  /* IE only */
}

@media all and (-ms-high-contrast: none) {
  .feature__itemTitleLabel {
    padding-top: 6px;
  }
}

.feature__itemLead--sub {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 30px;
  color: #0c4f8d;
  font-weight: normal;
  font-family: inherit;
}

@media screen and (max-width: 960px) {
  .feature .wrapper {
    padding: 60px 15px 57px;
  }
  .feature .title {
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 1.4;
  }
  .feature .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  .feature .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  .feature .title span {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .feature .listlayout {
    margin-top: 40px;
  }
  .feature .listlayout .listlayout__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .feature .listlayout .listlayout__itemDetail {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
  .feature .listlayout .listlayout__itemTitle {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  .feature .listlayout .listlayout__itemTitleLabel {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-right: 10px;
    padding: 0 5px;
    line-height: 20px;
  }
  .feature .listlayout .listlayout__itemLead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 19px;
    margin-right: 0;
    color: #0c4f8d;
    font-weight: bold;
  }
  .feature .listlayout .listlayout__itemLead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.17368em;
    content: "";
  }
  .feature .listlayout .listlayout__itemLead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.17368em;
    content: "";
  }
  .feature .listlayout .listlayout__itemText {
    margin: 15px 0 0;
  }
  .feature .listlayout .listlayout__itemImage {
    width: 100%;
    margin-top: 11px;
  }
  .feature .listlayout .listlayout__item--left {
    padding-right: 0;
  }
  .feature .listlayout .listlayout__item--left .listlayout__itemTitle, .feature .listlayout .listlayout__item--left .listlayout__itemLead, .feature .listlayout .listlayout__item--left .listlayout__itemText {
    padding-left: 0;
  }
  .feature .listlayout .listlayout__item--left .listlayout__itemDetail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .feature .listlayout .listlayout__item--left .listlayout__itemImage {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature .listlayout .listlayout__item + .listlayout__item {
    margin-top: 40px;
  }
  .feature__itemLead {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 14px;
  }
  .feature .movie {
    margin-top: 15px;
  }
}

.consultation {
  background: url(../img/consultation_bg01.png) no-repeat left center #fff;
  background-size: cover;
}

.consultation .wrapper {
  padding: 80px;
}

.consultation__label {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 12px 5px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}

.consultation__label::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

.consultation__label::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

.consultation__label em {
  color: #e27c18;
}

.consultation .title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  margin-top: 34px;
}

.consultation .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.consultation .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

.consultation .title em {
  color: #0c4f8d;
}

.consultation .title + .consultation__text {
  margin-top: 48px;
}

.consultation__text {
  font-weight: bold;
  text-align: center;
}

.consultation__text--emphasis {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.79167;
}

.consultation__text--emphasis::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.39584em;
  content: "";
}

.consultation__text--emphasis::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.39584em;
  content: "";
}

.consultation__text + .consultation__text {
  margin-top: 38px;
}

.consultation .buttons {
  margin-top: 55px;
}

.consultation .subTitle {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0em;
  margin-top: 92px;
  text-align: center;
}

.consultation .subTitle span {
  font-size: 18px;
  font-size: 1.8rem;
}

.consultation__list {
  margin-top: 26px;
}

.consultation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consultation__item + .consultation__item .consultation__itemHeader {
  border-top: 1px solid #fff;
}

.consultation__item:last-child .consultation__itemDetail {
  border-bottom: 2px solid #a5aeb2;
}

.consultation__itemHeader {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  width: 24.03846%;
  position: relative;
  background-color: rgba(42, 42, 42, .5);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.consultation__itemHeaderText {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.consultation__itemDetail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 14px;
  border-top: 2px solid #a5aeb2;
}

.consultation__itemDetailItem {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}

.consultation__itemDetailItemBroadcaster, .consultation__itemDetailItemProgram {
  letter-spacing: 0em;
}

.consultation__itemDetailItemBroadcaster {
  width: 26.17801%;
  padding-right: 10px;
}

.consultation__itemDetailItemBroadcaster::before, .consultation__itemDetailItemBroadcaster::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.consultation__itemDetailItemProgram {
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 1em;
}

.consultation__itemDetailItemProgram::before, .consultation__itemDetailItemProgram::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.consultation__itemDetailItemProgram::before {
  content: ":";
  display: inline-block;
  position: absolute;
  left: 0;
}

.consultation__item--documentary .consultation__itemHeader {
  font-size: 24px;
  font-size: 2.4rem;
}

.consultation__item--documentary .consultation__itemDetail {
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: 14px;
  padding-bottom: 14px;
}

.consultation__item--documentary .consultation__itemDetailItemBroadcaster {
  width: 34.03141%;
}

@media screen and (max-width: 960px) {
  .consultation {
    background-image: url(../img/consultation_bg01__sp.jpg);
  }
  .consultation .wrapper {
    padding: 59px 15px 56px;
  }
  .consultation__label {
    font-size: 17px;
    font-size: 1.7rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .consultation .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 19px;
  }
  .consultation .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  .consultation .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  .consultation .title + .consultation__text {
    margin-top: 31px;
  }
  .consultation__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 19px;
  }
  .consultation__text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  .consultation__text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  .consultation__text--emphasis {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .consultation__text + .consultation__text {
    margin-top: 18px;
  }
  .consultation .buttons {
    margin-top: 30px;
  }
  .consultation .subTitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 65px;
  }
  .consultation .subTitle span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .consultation__list {
    margin-top: 15px;
  }
  .consultation__item {
    display: block;
  }
  .consultation__item + .consultation__item .consultation__itemHeader {
    border-top: none;
  }
  .consultation__item:last-child .consultation__itemDetail {
    border-bottom: none;
  }
  .consultation__itemHeader {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 32px;
    text-align: center;
  }
  .consultation__itemHeader::before, .consultation__itemHeader::after {
    content: none;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .consultation__itemHeaderText {
    position: static;
  }
  .consultation__itemDetail {
    display: block;
    border-top: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 15px;
  }
  .consultation__itemDetailItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .consultation__itemDetailItem + .consultation__itemDetailItem {
    margin-top: 9px;
  }
  .consultation__itemDetailItemBroadcaster {
    position: relative;
    width: 30%;
  }
  .consultation__itemDetailItemBroadcaster::after {
    top: 0;
  }
  .consultation__itemDetailItemProgram {
    width: 73.33333%;
    padding-left: 12px;
  }
  .consultation__item--documentary .consultation__itemHeader {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 40px;
  }
  .consultation__item--documentary .consultation__itemDetail {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .consultation__item--documentary .consultation__itemDetailItemBroadcaster {
    width: 26.66667%;
  }
}

@media (orientation: landscape) and (max-width: 1024px) {
  .consultation__item--documentary .consultation__itemDetail {
    font-size: 2rem;
  }
}

@media (orientation: portrait) and (min-width: 768px) {
  .consultation__item--documentary .consultation__itemDetailItemBroadcaster {
    width: 30%;
  }
}

.workCaseStudies .wrapper {
  max-width: 1200px;
  padding: 100px 0;
}

.workCaseStudies__lead {
  letter-spacing: 0.05em;
  margin-top: 43px;
  text-align: center;
}

.workCaseStudies .listlayout {
  margin-top: 78px;
}

.workCaseStudies .listlayout .listlayout__item {
  display: block;
  padding-left: 6.66667%;
}

.workCaseStudies .listlayout .listlayout__itemDetail {
  width: 54.46429%;
}

.workCaseStudies .listlayout .listlayout__itemTitle {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
  font-weight: bold;
}

@media screen and (min-width: 561px) and (max-width: 1440px) {
  .workCaseStudies .listlayout .listlayout__itemTitle {
    font-size: 2.4rem;
    font-size: 1.66667vw;
  }
}

.workCaseStudies .listlayout .listlayout__itemTitleLabel {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  background-color: #0c4f8d;
  color: #fff;
  font-weight: normal;
}

@media screen and (min-width: 561px) and (max-width: 1440px) {
  .workCaseStudies .listlayout .listlayout__itemTitleLabel {
    font-size: 2rem;
    font-size: 1.38889vw;
  }
}

.workCaseStudies .listlayout .listlayout__itemLead {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0em;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  margin: 20px 35px 0 0;
  color: #0c4f8d;
  font-weight: bold;
}

.workCaseStudies .listlayout .listlayout__itemLead::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.workCaseStudies .listlayout .listlayout__itemLead::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

@media screen and (min-width: 561px) and (max-width: 1440px) {
  .workCaseStudies .listlayout .listlayout__itemLead {
    font-size: 3.6rem;
    font-size: 2.5vw;
    /* IE only */
  }
}

.workCaseStudies .listlayout .listlayout__itemText {
  padding-right: 20px;
}

.workCaseStudies .listlayout .listlayout__itemImage {
  width: 45.53571%;
}

.workCaseStudies .listlayout .listlayout__item--left {
  padding-left: 0;
  padding-right: 6.66667%;
}

.workCaseStudies .listlayout .listlayout__item--left .listlayout__itemTitle, .workCaseStudies .listlayout .listlayout__item--left .listlayout__itemLead, .workCaseStudies .listlayout .listlayout__item--left .listlayout__itemText {
  padding-left: 52px;
}

.workCaseStudies .listlayout .listlayout__item--left .listlayout__itemLead, .workCaseStudies .listlayout .listlayout__item--left .listlayout__itemText {
  margin-right: 0;
}

.workCaseStudies .listlayout .listlayout__item--left .listlayout__itemDetail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}

.workCaseStudies .listlayout .listlayout__item--left .listlayout__itemImage {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.workCaseStudies .listlayout .listlayout__item + .listlayout__item {
  margin-top: 60px;
}

.workCaseStudies .listlayout__item {
  background: url(../img/workcasestudies_image01.jpg) no-repeat right top;
  background-size: 42.5% auto;
}

.workCaseStudies .listlayout__item--left {
  background-position: left top;
}

.workCaseStudies .listlayout__item--case2 {
  background-image: url(../img/workcasestudies_image02.jpg);
}

.workCaseStudies .listlayout__item--case3 {
  background-image: url(../img/workcasestudies_image03.jpg);
}

.workCaseStudies .listlayout__itemTitle {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  color: #0c4f8d;
}

.workCaseStudies .listlayout__itemTitleLabel {
  font-family: serif;
  font-family: initial;
}

.workCaseStudies .listlayout__itemText {
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0em;
  min-height: 228px;
  padding-top: 20px;
}

.workCaseStudies .listlayout__itemText em {
  font-weight: bold;
}

.workCaseStudies__itemTitleHonorific {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 6px;
}

.workCaseStudies__itemVoice {
  max-width: 92.85714%;
  margin-top: 10px;
  padding: 26px 50px;
  background-color: rgba(223, 227, 230, .8);
}

.workCaseStudies__itemVoiceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.workCaseStudies__itemVoiceItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.workCaseStudies__itemVoiceItem + .workCaseStudies__itemVoiceItem {
  width: 64.25532%;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding-left: 120px;
  padding-right: 0;
}

.workCaseStudies__itemVoiceTitle {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 12px 0;
  background-color: #fff;
  color: #e27c18;
  text-align: center;
}

.workCaseStudies__itemVoiceText {
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: 22px;
  font-weight: bold;
}

.workCaseStudies__itemVoiceText::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.workCaseStudies__itemVoiceText::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

.workCaseStudies__itemVoiceDetail {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

.workCaseStudies__itemVoiceDetail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.workCaseStudies__itemVoiceDetail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

.workCaseStudies__itemVoiceItem--answer {
  background: url(../img/workcasestudies_icon01.png) no-repeat left 52px center;
  background-size: 26px auto;
}

.workCaseStudies__itemVoiceItem--answer .workCaseStudies__itemVoiceTitle, .workCaseStudies__itemVoiceItem--answer .workCaseStudies__itemVoiceText {
  color: #0c4f8d;
}

.workCaseStudies .listlayout__item--left .workCaseStudies__itemVoice {
  margin-left: 6.66667%;
}

@media screen and (min-width: 1441px) {
  .workCaseStudies .listlayout .listlayout__itemTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .workCaseStudies .listlayout .listlayout__itemTitleLabel {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 960px) {
  .workCaseStudies .wrapper {
    padding-top: 73px;
    padding-bottom: 56px;
  }
  .workCaseStudies .title, .workCaseStudies__lead {
    padding-right: 15px;
    padding-left: 15px;
  }
  .workCaseStudies .title {
    line-height: 1.2;
  }
  .workCaseStudies .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }
  .workCaseStudies .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1em;
    content: "";
  }
  .workCaseStudies__lead {
    letter-spacing: 0em;
    margin-top: 36px;
  }
  .workCaseStudies .listlayout {
    margin-top: 49px;
  }
  .workCaseStudies .listlayout .listlayout__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .workCaseStudies .listlayout .listlayout__itemDetail {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
  .workCaseStudies .listlayout .listlayout__itemTitle {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  .workCaseStudies .listlayout .listlayout__itemTitleLabel {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-right: 10px;
    padding: 0 5px;
    line-height: 20px;
  }
  .workCaseStudies .listlayout .listlayout__itemLead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 19px;
    margin-right: 0;
    color: #0c4f8d;
    font-weight: bold;
  }
  .workCaseStudies .listlayout .listlayout__itemLead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.17368em;
    content: "";
  }
  .workCaseStudies .listlayout .listlayout__itemLead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.17368em;
    content: "";
  }
  .workCaseStudies .listlayout .listlayout__itemText {
    margin: 15px 0 0;
  }
  .workCaseStudies .listlayout .listlayout__itemImage {
    width: 100%;
    margin-top: 11px;
  }
  .workCaseStudies .listlayout .listlayout__item--left {
    padding-right: 0;
  }
  .workCaseStudies .listlayout .listlayout__item--left .listlayout__itemTitle, .workCaseStudies .listlayout .listlayout__item--left .listlayout__itemLead, .workCaseStudies .listlayout .listlayout__item--left .listlayout__itemText {
    padding-left: 0;
  }
  .workCaseStudies .listlayout .listlayout__item--left .listlayout__itemDetail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .workCaseStudies .listlayout .listlayout__item--left .listlayout__itemImage {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .workCaseStudies .listlayout .listlayout__item + .listlayout__item {
    margin-top: 40px;
  }
  .workCaseStudies .listlayout__item {
    background: none;
  }
  .workCaseStudies .listlayout__itemTitle {
    margin-top: 15px;
  }
  .workCaseStudies .listlayout__itemDetail {
    padding-right: 15px;
    padding-left: 15px;
  }
  .workCaseStudies .listlayout__itemText {
    font-size: 16px;
    font-size: 1.6rem;
    min-height: inherit;
    padding-top: 0;
  }
  .workCaseStudies__itemTitleHonorific {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .workCaseStudies__itemVoice {
    max-width: 100%;
    margin: 21px 15px 0;
    padding: 19px 15px;
  }
  .workCaseStudies__itemVoiceList {
    display: block;
  }
  .workCaseStudies__itemVoiceTitle {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 0;
    line-height: 1;
  }
  .workCaseStudies__itemVoiceTitle::before, .workCaseStudies__itemVoiceTitle::after {
    content: none;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .workCaseStudies__itemVoiceText {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .workCaseStudies__itemVoiceItem {
    padding: 0;
  }
  .workCaseStudies__itemVoiceItem + .workCaseStudies__itemVoiceItem {
    width: 100%;
    margin: 0;
    padding-top: 56px;
    padding-left: 0;
  }
  .workCaseStudies__itemVoiceItem--answer {
    background: url(../img/workcasestudies_icon01__sp.png) no-repeat center top 15px;
    background-size: 46.66667%;
  }
  .workCaseStudies__itemVoiceItem .workCaseStudies__itemVoiceDetail {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .workCaseStudies .listlayout__item--left .workCaseStudies__itemVoice {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 15px;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .workCaseStudies__itemVoiceItem--answer {
    background-size: 20% auto;
  }
}

.pastWork {
  background: url(../img/pastwork_bg01.jpg) no-repeat bottom center #cde0e9;
  background-size: cover;
  background-size: contain;
}

.pastWork .wrapper {
  max-width: 1200px;
  padding: 80px 20px 90px;
}

.pastWork .title {
  letter-spacing: 0.075em;
}

.pastWork__item {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  margin-top: 80px;
}

.pastWork__item + .pastWork__item {
  margin-top: 67px;
}

.pastWork__itemTitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  padding: 20px;
  background-color: #fff;
  color: #0c4f8d;
  font-weight: bold;
}

.pastWork__itemRecommendTitle {
  margin-top: 32px;
  padding-left: 20px;
  font-weight: bold;
}

.pastWork__itemRecommendTexts {
  margin-top: 20px;
  padding-left: 20px;
}

.pastWork__itemRecommendText {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
}

.pastWork__itemRecommendText::before, .pastWork__itemRecommendText::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.pastWork__itemRecommendText::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.pastWork__itemRecommendText + .pastWork__itemRecommendText {
  margin-top: 10px;
}

.pastWork__itemRecommendMovies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
}

.pastWork__itemRecommendMovie {
  width: 23.27586%;
  margin-top: 3.10345%;
}

.pastWork__itemRecommendMovieCaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 12px;
}

.pastWork__itemRecommendMovieCaption::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  content: "";
}

.pastWork__itemRecommendMovieCaption::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1em;
  content: "";
}

.pastWork__itemRecommendMovie + .pastWork__itemRecommendMovie {
  margin-left: 2.15517%;
}

.pastWork__itemRecommendMovie:nth-child(4n+1) {
  margin-left: 0;
}

.pastWork__appealTitle, .pastWork__appealText, .pastWork__appealText__emphasis {
  text-align: center;
}

.pastWork__appealTitle {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  margin-top: 88px;
  font-weight: bold;
}

.pastWork__appealTitle em {
  color: #0c4f8d;
}

.pastWork__appealTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

.pastWork__appealTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

.pastWork__appealText__emphasis {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  margin-top: 34px;
}

.pastWork__appealText {
  margin-top: 30px;
  line-height: 2;
}

.pastWork__appealText::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: "";
}

.pastWork__appealText::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.5em;
  content: "";
}

.pastWork__list {
  max-width: 860px;
  width: 76%;
  margin: 28px auto 0;
  display: flex;
  justify-content: space-between;
}

.pastWork__listItem {
  position: relative;
  width: 31.2%;
}

.pastWork__listItem:nth-child(1) .pastWork__listItemImage {
  background: url(../img/pastwork_list_image01.jpg) no-repeat center center / cover;
}

.pastWork__listItem:nth-child(2) .pastWork__listItemImage {
  background: url(../img/pastwork_list_image02.jpg) no-repeat center center / cover;
}

.pastWork__listItem:nth-child(3) .pastWork__listItemImage {
  background: url(../img/pastwork_list_image03.jpg) no-repeat center center / cover;
}

.pastWork__listItemImage {
  width: 100%;
  padding-top: 56.25%;
}

.pastWork__listItemText {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.45;
}

.pastWork .buttons {
  margin-top: 35px;
}

@media screen and (max-width: 960px) {
  .pastWork {
    background: url(../img/pastwork_bg01.jpg) no-repeat bottom center #cde0e9;
    background-size: cover;
    background-size: contain;
  }
  .pastWork .wrapper {
    padding: 54px 15px 60px;
  }
  .pastWork .title {
    line-height: 1.2;
  }
  .pastWork .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }
  .pastWork .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1em;
    content: "";
  }
  .pastWork__item {
    margin-top: 39px;
  }
  .pastWork__item + .pastWork__item {
    margin-top: 40px;
  }
  .pastWork__itemTitle {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0em;
    padding: 11px 15px 11px 15px;
    line-height: 1.4;
  }
  .pastWork__itemTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  .pastWork__itemTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  .pastWork__itemRecommendTitle {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-top: 19px;
    padding-left: 0;
  }
  .pastWork__itemRecommendTexts {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 12px;
    padding-left: 0;
    letter-spacing: 0;
  }
  .pastWork__itemRecommendText {

  }
  .pastWork__itemRecommendText + .pastWork__itemRecommendText {
    margin-top: 7px;
  }
  .pastWork__itemRecommendMovies {
    margin-top: 8px;
  }
  .pastWork__itemRecommendMovie {
    width: 49.27536%;
    margin-top: 19px;
  }
  .pastWork__itemRecommendMovie + .pastWork__itemRecommendMovie {
    margin-left: 1.44928%;
  }
  .pastWork__itemRecommendMovie:nth-child(2n+1) {
    margin-left: 0;
  }
  .pastWork__itemRecommendMovieCaption {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .pastWork__appealTitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.30833;
    margin-top: 50px;
  }
  .pastWork__appealText__emphasis {
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 25px;
  }
  .pastWork__appealText {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 17px;
  }
  .pastWork__appealText::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    content: "";
  }
  .pastWork__appealText::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3em;
    content: "";
  }
  .pastWork__list {
    width: 100%;
    margin: 14px auto 0;
  }
  .pastWork__listItem {
    position: relative;
    width: 32%;
  }
  .pastWork__listItem:nth-child(1) .pastWork__listItemImage {
    background: url(../img/pastwork_list_image01.jpg) no-repeat 50% 70% / cover;
  }

  .pastWork__listItem:nth-child(2) .pastWork__listItemImage {
    background: url(../img/pastwork_list_image02.jpg) no-repeat 30% 50% / cover;
  }

  .pastWork__listItem:nth-child(3) .pastWork__listItemImage {
    background: url(../img/pastwork_list_image03.jpg) no-repeat center center / cover;
  }
  .pastWork__listItemImage {
    width: 100%;
    padding-top: 76%;
  }
  .pastWork__listItemText {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.45;
  }
  .pastWork .buttons {
    margin-top: 26px;
  }
}

.workResult .wrapper {
  padding: 70px 5.55556% 80px;
}

.workResult .title {
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.workResult .title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  content: "";
}

.workResult .title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1em;
  content: "";
}

.workResult .title span {
  letter-spacing: 0.075em;
}

.workResult__list {
  margin-top: 77px;
}

.workResult__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.workResult__item + .workResult__item {
  margin-top: 46px;
  padding-top: 60px;
  border-top: 1px solid #f1f1f1;
}

.workResult__itemDetail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.workResult__itemLabel {
  letter-spacing: 0em;
  display: inline-block;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #333;
  line-height: 35px;
}

.workResult__itemLabel::before, .workResult__itemLabel::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.workResult__itemTitle {
  font-size: 30px;
  font-size: 3rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  margin-top: 30px;
  color: #0c4f8d;
  line-height: 1.5;
  font-weight: bold;
}

.workResult__itemTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}

.workResult__itemTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}

.workResult__itemText {
  letter-spacing: 0.02em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 27px;
}

.workResult__itemText em {
  font-weight: bold;
}

.workResult__itemImage {
  width: 34.61538%;
  margin-left: 26px;
}

.workResult__itemPhoto {
  width: 100%;
}

.workResult__itemPhoto + .workResult__itemPhoto {
  margin-top: 10px;
}

.workResult__itemCaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 5px;
}

.workResult__itemCaption em {
  text-decoration: underline;
}

.workResult__item--left .workResult__itemImage {
  margin-left: 0;
  margin-right: 26px;
}

.workResult__item--case1 .workResult__itemImage {
  margin-left: 26px;
}

@media screen and (max-width: 960px) {
  .workResult .wrapper {
    padding: 54px 15px 55px;
  }
  .workResult .title {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .workResult .title span {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .workResult__list {
    margin-top: 40px;
  }
  .workResult__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .workResult__item + .workResult__item {
    padding-top: 30px;
  }
  .workResult__itemLabel {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .workResult__itemTitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 24px;
  }
  .workResult__itemTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    content: "";
  }
  .workResult__itemTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3em;
    content: "";
  }
  .workResult__itemText {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .workResult__itemImage {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 0;
  }
  .workResult__itemPhoto {
    display: inline-block;
    width: 49%;
  }
  .workResult__itemPhoto + .workResult__itemPhoto {
    margin-top: 0;
    margin-left: 2%;
  }
  .workResult__itemCaption {
    margin-top: 0;
  }
  .workResult__item--left .workResult__itemDetail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .workResult__item--left .workResult__itemImage {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .workResult__item--case1 .workResult__itemImage {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 0;
  }
  .workResult__item--case1 .workResult__itemPhoto, .workResult__item--case1 .workResult__itemCaption {
    display: inline-block;
    vertical-align: top;
  }
  .workResult__item--case1 .workResult__itemPhoto {
    width: 54.2029%;
    padding-right: 2.02899%;
  }
  .workResult__item--case1 .workResult__itemCaption {
    width: 43%;
  }
}

.productionPrice {
  background: url(../img/productionprice_bg01.png) no-repeat bottom center #f7f8f9;
  background-size: cover;
}

.productionPrice .wrapper {
  max-width: 1440px;
  padding: 80px 0 90px;
}

.productionPrice .title {
  letter-spacing: 0.075em;
}

.productionPrice__explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 82px;
}

.productionPrice__explanationDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 108px;
}

.productionPrice__explanationDetailItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.productionPrice__explanationDetailBadge {
  width: 21.35922%;
  margin-left: 10px;
}

.productionPrice__explanationDetailBadge::before, .productionPrice__explanationDetailBadge::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.productionPrice__explanationDetailTitle {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0em;
  margin-left: -0.5em;
  line-height: 1.4;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  font-weight: bold;
}

.productionPrice__explanationDetailTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.productionPrice__explanationDetailTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

.productionPrice__explanationDetailText {
  letter-spacing: 0em;
  margin-top: 25px;
}

.productionPrice__explanationDetailText em {
  color: #0c4f8d;
  font-weight: bold;
}

.productionPrice__explanationImage {
  width: 49.72222%;
  margin-left: 2.77778%;
}

.productionPrice__standard {
  max-width: 1200px;
  margin: 84px auto 0;
  padding: 0 20px;
}

.productionPrice__standardTitle {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  padding-left: 15px;
  border-left: 10px solid #333;
  line-height: 1;
  font-weight: bold;
}

.productionPrice__standardTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}

.productionPrice__standardTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}

.productionPrice__standardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.productionPrice__standardItem {
  width: 24.13793%;
  padding: 30px 17.5px 17.5px;
  background-color: #333;
}

.productionPrice__standardItem + .productionPrice__standardItem {
  margin-left: 1.12069%;
}

.productionPrice__standardItemNumber {
  font-size: 28px;
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.productionPrice__standardItemNumber span{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
}
.productionPrice .movie {
  margin-top: 17px;
}

.productionPrice__online {
  max-width: 1200px;
  margin: 88px auto 0;
  padding: 0 20px;
  text-align: center;
}

.productionPrice__onlineTitle {
  font-size: 50px;
  font-size: 5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  font-weight: bold;
}

.productionPrice__onlineTitle em {
  color: #0c4f8d;
}

.productionPrice__onlineText {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 28px;
}

.productionPrice .buttons {
  max-width: 1040px;
  margin: 32px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 960px) {
  .productionPrice {
    background-image: url(../img/productionprice_bg01__sp.png);
    background-size: 100% auto;
  }
  .productionPrice .wrapper {
    padding: 59px 0 55px;
  }
  .productionPrice__explanation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 41px;
  }
  .productionPrice__explanationDetail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
  }
  .productionPrice__explanationDetailItem {
    padding-left: 15px;
    padding-right: 15px;
  }
  .productionPrice__explanationDetailTitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 24px;
  }
  .productionPrice__explanationDetailText {
    margin-top: 23px;
  }
  .productionPrice__explanationDetailText + .productionPrice__explanationDetailText {
    margin-top: 20px;
  }
  .productionPrice__explanationImage {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }
  .productionPrice__standard, .productionPrice__online,
  .productionPrice .buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
  .productionPrice__standard {
    margin-top: 24px;
  }
  .productionPrice__standardTitle {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 9px;
    border-left-width: 5px;
  }
  .productionPrice__standardList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 12px;
  }
  .productionPrice__standardItem {
    width: 48.84058%;
    margin-top: 2.31884%;
    padding: 15px 9px 10px;
  }
  .productionPrice__standardItem + .productionPrice__standardItem {
    margin-left: 2.31884%;
  }
  .productionPrice__standardItem:nth-child(2n+1) {
    margin-left: 0;
  }
  .productionPrice__standardItemNumber {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .productionPrice__standardItemNumber span{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .productionPrice__online {
    margin-top: 50px;
  }
  .productionPrice__onlineTitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .productionPrice__onlineTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  .productionPrice__onlineTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  .productionPrice__onlineText {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 24px;
  }
  .productionPrice .buttons {
    margin-top: 30px;
  }
}

@media (orientation: landscape) and (max-width: 1024px) {
  .productionPrice__explanationDetail {
    margin-left: 40px;
  }
  .productionPrice__explanationDetailBadge {
    width: 95px;
  }
  .productionPrice__explanationDetailTitle {
    font-size: 2.3rem;
  }
  .productionPrice__explanationImage {
    width: 45%;
    margin-left: 20px;
  }
}

.workFlow .wrapper {
  padding: 80px 20px 90px;
}

.workFlow .title {
  letter-spacing: 0.075em;
}

.workFlow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
}

.workFlow__item {
  position: relative;
  width: 23.27586%;
  margin-top: 48px;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}

.workFlow__item + .workFlow__item {
  margin-left: 2.29885%;
}

.workFlow__item:nth-child(4n+1) {
  margin-left: 0;
}

.workFlow__itemNumber {
  font-size: 60px;
  font-size: 6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  position: absolute;
  top: -30px;
  left: 10px;
  color: #0c4f8d;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, .5);
  z-index: 1;
}

.workFlow__itemNumber::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}

.workFlow__itemNumber::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}

.workFlow__itemImage {
  position: relative;
}

.workFlow__itemTitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 5px;
  background-color: rgba(12, 79, 141, .7);
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.workFlow__itemDetail {
  padding: 20px 18px;
}

.workFlow__itemDetail a {
  text-decoration: underline;
}

.workFlow__itemText {
  letter-spacing: 0em;
}

.workFlow__itemText::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.workFlow__itemText::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .workFlow__itemTitle {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 960px) {
  .workFlow .wrapper {
    padding: 46px 15px 60px;
  }
  .workFlow .title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .workFlow .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }
  .workFlow .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1em;
    content: "";
  }
  .workFlow__list {
    margin-top: 28px;
  }
  .workFlow__item {
    width: 48.55072%;
    margin-top: 27px;
    margin-left: 0;
  }
  .workFlow__item + .workFlow__item {
    margin-left: 2.89855%;
  }
  .workFlow__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .workFlow__itemNumber {
    font-size: 36px;
    font-size: 3.6rem;
    top: -18px;
    left: 9px;
  }
  .workFlow__itemTitle {
    font-size: 14.5px;
    font-size: 1.45rem;
    padding: 8px 3px;
  }
  .workFlow__itemDetail {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 13px 9px;
  }
  .workFlow__itemText {
    line-height: 1.4;
  }
}

@media (orientation: portrait) and (min-width: 768px) {
  .workFlow__itemTitle {
    font-size: 2.4rem;
    padding: 10px 5px;
    line-height: inherit;
  }
}

.staffProfile {
  background-color: #e6eff4;
}

.staffProfile .wrapper {
  max-width: 1440px;
  padding: 80px 0 90px;
}

.staffProfile .title {
  letter-spacing: 0.075em;
}

.staffProfile__list {
  margin-top: 84px;
}

.staffProfile__item {
  padding-left: 140px;
  background: url(../img/staffprofile_image01.jpg) no-repeat top right;
  background-size: 50% auto;
}

.staffProfile__item + .staffProfile__item {
  margin-top: 78px;
}

.staffProfile__item--left {
  background-position: top left;
}

.staffProfile__item--left .staffProfile__itemName,
.staffProfile__item--left .staffProfile__itemDetail {
  margin-left: 40%;
}

.staffProfile__item--deputyeditor {
  background-image: url(../img/staffprofile_image02.jpg);
  background-position: top 6px left;
}

.staffProfile__itemName {
  color: #0c4f8d;
  font-weight: bold;
  font-size: 0;
  line-height: 1;
}

.staffProfile__itemName::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}

.staffProfile__itemName::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}

.staffProfile__itemNameLabel, .staffProfile__itemNameText {
  vertical-align: top;
}

.staffProfile__itemNameLabel {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 0 10px;
  background-color: #eff2f4;
  color: #333;
  font-family: serif;
  font-family: initial;
  line-height: 35px;
}

.staffProfile__itemNameText {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho", serif;
  margin-left: 24px;
}

.staffProfile__itemDetail {
  margin-top: 30px;
}

.staffProfile__itemDetailTitle, .staffProfile__itemDetailText {
  letter-spacing: 0em;
}

.staffProfile__itemDetailTitle {
  font-weight: bold;
}

.staffProfile__itemDetailTitle + .staffProfile__itemDetailText {
  margin-top: 10px;
}

.staffProfile__itemDetailText {
  padding-left: 36px;
  border-left: 1px solid #000;
}

.staffProfile__itemWorks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
}

.staffProfile__itemWork {
  width: 23.44828%;
  margin-top: 75px;
}

.staffProfile__itemWork + .staffProfile__itemWork {
  margin-left: 2.06897%;
}

@media screen and (max-width: 960px) {
  .staffProfile .wrapper {
    padding-top: 47px;
    padding-bottom: 60px;
  }
  .staffProfile .title {
    line-height: 1.2;
  }
  .staffProfile .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }
  .staffProfile .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1em;
    content: "";
  }
  .staffProfile__list {
    margin-top: 39px;
  }
  .staffProfile__item {
    padding-left: 15px;
  }
  .staffProfile__item + .staffProfile__item {
    margin-top: 51px;
  }
  .staffProfile__item--left {
    background-position: top right;
  }
  .staffProfile__item--left .staffProfile__itemName,
  .staffProfile__item--left .staffProfile__itemDetail {
    margin-left: 0;
  }
  .staffProfile__item--deputyeditor {
    background-image: url(../img/staffprofile_image02__sp.jpg);
  }
  .staffProfile__itemNameLabel {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 10px;
    font-weight: normal;
    line-height: 17px;
  }
  .staffProfile__itemNameText {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
  }
  .staffProfile__itemNameLabel, .staffProfile__itemNameText {
    vertical-align: middle;
  }
  .staffProfile__itemDetail {
    margin-top: 19px;
  }
  .staffProfile__itemDetail + .staffProfile__itemDetail {
    margin-top: 15px;
  }
  .staffProfile__itemDetailTitle {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .staffProfile__itemDetailTitle + .staffProfile__itemDetailText {
    margin-top: 8px;
  }
  .staffProfile__itemDetailText {
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 15px;
    padding-left: 15px;
  }
  .staffProfile__itemDetailText::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3em;
    content: "";
  }
  .staffProfile__itemDetailText::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3em;
    content: "";
  }
  .staffProfile__itemWorks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 13px;
    padding-right: 15px;
  }
  .staffProfile__itemWork {
    width: 48.26087%;
    margin-top: 3.47826%;
  }
  .staffProfile__itemWork + .staffProfile__itemWork {
    margin-left: 3.47826%;
  }
  .staffProfile__itemWork:nth-child(2n+1) {
    margin-left: 0;
  }
}

.mediaCoverage {
  background-color: #fff;
}

.mediaCoverage .wrapper {
  max-width: 100%;
  padding: 70px 0 80px;
}

.mediaCoverage .title, .mediaCoverage__text, .mediaCoverage__items {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mediaCoverage .title {
  letter-spacing: 0.075em;
}

.mediaCoverage__text {
  margin-top: 43px;
  text-align: center;
}

.mediaCoverage__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3em;
  content: "";
}

.mediaCoverage__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3em;
  content: "";
}

.mediaCoverage__list {
  position: relative;
}

.mediaCoverage__list::before {
  content: "";
  display: block;
  position: absolute;
  left: -6.94444%;
  width: 100%;
  height: 59.85915%;
  background-color: #f7f8f9;
}

.mediaCoverage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 40px;
  padding-top: 90px;
}

.mediaCoverage__item {
  width: 23.27586%;
}

.mediaCoverage__item + .mediaCoverage__item {
  margin-left: 2.28448%;
}

.mediaCoverage__itemCaption {
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 10px;
  line-height: 1.1;
}

.mediaCoverage__itemCaption::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.05em;
  content: "";
}

.mediaCoverage__itemCaption::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.05em;
  content: "";
}

@media screen and (max-width: 960px) {
  .mediaCoverage .wrapper {
    padding: 57px 0 58px;
  }
  .mediaCoverage .title, .mediaCoverage__text, .mediaCoverage__items {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mediaCoverage .title {
    line-height: 1.2;
  }
  .mediaCoverage .title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1em;
    content: "";
  }
  .mediaCoverage .title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1em;
    content: "";
  }
  .mediaCoverage__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 32px;
  }
  .mediaCoverage__list::before {
    content: none;
  }
  .mediaCoverage__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 22px;
    padding: 18px 15px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f8f9), color-stop(79.69697%, #f7f8f9), color-stop(20.30303%, #fff), to(#fff));
    background: linear-gradient(180deg, #f7f8f9 0%, #f7f8f9 79.69697%, #fff 20.30303%, #fff 100%);
  }
  .mediaCoverage__item {
    width: 48.26087%;
    margin-top: 16px;
  }
  .mediaCoverage__item + .mediaCoverage__item {
    margin-left: 3.47826%;
  }
  .mediaCoverage__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .mediaCoverage__itemCaption {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.15385;
  }
  .mediaCoverage__itemCaption::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.07693em;
    content: "";
  }
  .mediaCoverage__itemCaption::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.07693em;
    content: "";
  }
}

.faq {
  background-color: #edf5f9;
}

.faq .wrapper {
  padding: 80px 20px 90px;
}

.faq .title {
  letter-spacing: 0.075em;
}

.faq__list {
  margin-top: 85px;
}

.faq__item {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #555;
}

.faq__item:first-child {
  border-top: 1px solid #555;
}

.faq__itemQuestion, .faq__itemAnswer {
  letter-spacing: 0em;
}

.faq__itemQuestion {
  position: relative;
  padding: 15px 75px 15px 0;
  font-weight: bold;
}

.faq__itemQuestion::before, .faq__itemQuestion::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.faq__itemQuestion::before {
  content: "Q.";
}

.faq__itemQuestion::after {
  font-size: 30px;
  font-size: 3rem;
  content: "+";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  font-weight: normal;
  font-weight: initial;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq__itemQuestion:hover {
  cursor: pointer;
}

.faq__itemAnswer {
  font-size: 16px;
  font-size: 1.6rem;
  display: none;
  position: relative;
  padding: 0 75px 30px 2em;
  line-height: 1.6;
}

.faq__itemAnswer::before, .faq__itemAnswer::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.faq__itemAnswer::before::before, .faq__itemAnswer::before::after, .faq__itemAnswer::after::before, .faq__itemAnswer::after::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.faq__itemAnswer::before {
  font-size: 20px;
  font-size: 2rem;
  content: "A.";
  position: absolute;
  left: 0;
  font-weight: bold;
  line-height: 1;
}

.faq__itemAnswer a {
  font-weight: bold;
  text-decoration: underline;
}

.faq__item.isShow .faq__itemQuestion::after {
  content: "−";
}

@media screen and (max-width: 960px) {
  .faq .wrapper {
    padding: 61px 15px 59px;
  }
  .faq .title {
    letter-spacing: 0.1em;
  }
  .faq__list {
    margin-top: 29px;
  }
  .faq__item {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .faq__itemQuestion {
    padding: 14px 27px 16px 2em;
  }
  .faq__itemQuestion::before {
    position: absolute;
    left: 0;
  }
  .faq__itemQuestion::after {
    font-size: 15px;
    font-size: 1.5rem;
    right: 0;
  }
  .faq__itemAnswer {
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 27px;
  }
  .faq__itemAnswer::before {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.formArea {
  background-color: #fff;
}

.formArea .wrapper {
  padding: 90px 20px 100px;
}

.formArea .title {
  letter-spacing: 0.075em;
}

.formArea__content {
  margin-top: 50px;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .formArea {
    padding: 100px 40px 0;
  }
}

@media screen and (max-width: 960px) {
  .formArea {
    padding: 90px 15px 0;
  }
}

.formArea .box {
  display: none;
  background: #fff;
  padding: 0 80px 80px;
  border-radius: 0 0 20px 20px;
  text-align: center;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .formArea .box {
    padding: 0 60px 60px;
  }
}

@media screen and (max-width: 960px) {
  .formArea .box {
    padding: 10px 15px 50px;
    border-radius: 0 0 10px 10px;
  }
}

.formArea .box.counseling {
  border: #e27c18 4px solid;
}

@media screen and (max-width: 960px) {
  .formArea .box.counseling {
    border: #e27c18 2px solid;
  }
}

@media screen and (max-width: 320px) {
  .formArea .box.counseling {
    border: #e27c18 2px solid;
  }
}

.formArea .box.document {
  border: #149fcc 4px solid;
  top: 100px;
  bottom: 0;
  left: 20px;
  right: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .formArea .box.document small {
    font-size: 1.2rem;
    letter-spacing: -0.8px;
  }
}

@media screen and (max-width: 560px) {
  .formArea .box.document small {
    font-size: 1rem;
    letter-spacing: -0.8px;
  }
}

.formArea .box.active {
  display: block;
}

.formArea .box.document form {
  display: none;
}

.formArea .box.document.active form {
  display: block;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .formArea .box.document {
    left: 40px;
    right: 40px;
  }
}

@media screen and (max-width: 960px) {
  .formArea .box.document {
    border: #149fcc 2px solid;
    top: 90px;
    left: 15px;
    right: 15px;
  }
}

.formArea .box p {
  margin: 40px 0 35px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}

.formArea .box p.sub_error {
  margin: 20px 0;
  color: #f00;
  display: none;
  font-weight: normal;
  text-align: center;
}

.formArea .box p.sub_error::before, .formArea .box p.sub_error::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .formArea .box p {
    margin: 20px 0;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 560px) {
  .formArea .box p {
    margin: 20px 0 0;
    font-size: 1.4rem;
  }
}

.formArea .box .txt01 {
  margin: 50px 0 0;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: .08em;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .formArea .box .txt01 {
    margin: 60px 0 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 960px) {
  .formArea .box .txt01 {
    margin: 30px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.formArea .box form {
  margin-top: 50px;
}

.formArea .box.document form {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .formArea .box form {
    margin-top: 30px;
  }
}

.formArea .box form dl {
  text-align: left;
  margin-top: 30px;
}

.formArea .box.document form dl {
  text-align: left;
  margin-top: 60px;
}

@media screen and (max-width: 320px) {
  .formArea .box.document form dl {
    text-align: left;
    margin-top: 30px;
  }
}

.formArea .box form dt {
  padding: 4px 0;
  width: 220px;
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .formArea .box form dt {
    margin-bottom: 5px;
    padding: 0;
    width: auto;
    position: static;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.formArea .box form dd {
  margin-left: 250px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .formArea .box form dd {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.formArea .box form .necessary {
  color: #fff;
  padding: 0 0.25em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .formArea .box form .necessary {
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    font-size: 10px;
    font-size: 1rem;
    border-width: 1px 0;
    border-style: solid;
  }
}

.formArea .box.counseling form .necessary {
  background: #e27c18;
  border-color: #e27c18;
}

.formArea .box.document form .necessary {
  background: #149fcc;
  border-color: #149fcc;
}

.formArea .sel_tab {
  overflow: hidden;
  margin: 2em auto;
  text-align: center;
}

@media screen and (max-width: 560px) {
  .formArea .sel_tab {
    margin: 1em auto;
  }
}

.formArea .sel_tab select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.formArea .sel_tab select::-ms-expand {
  display: none;
}

.formArea .sel_tab {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.formArea .sel_tab.cp_sl02::before {
  position: absolute;
  top: 0.9em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  _::-webkit-full-page-media, _:future, :root .formArea .sel_tab.cp_sl02::before {
    top: 1.1em;
  }
}

.formArea .sel_tab:after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #bbbbbb;
}

.formArea .sel_tab select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.formArea .box form input,
.formArea .box form textarea {
  border: #c2c2c2 1px solid;
  padding: 4px 8px;
  width: 100%;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.formArea .box form label {
  display: inline-block;
  font-size: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
  .formArea .box form label {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 30px;
    font-weight: bold;
    text-align: left;
  }
}

.formArea .box form #items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .formArea .box form #items {
    display: block;
  }
}

.formArea .box form #items label {
  max-width: 23%;
  text-align: left;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .formArea .box form #items label {
    max-width: 42%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 960px) {
  .formArea .box form #items label {
    min-height: auto;
    font-size: 1.4rem;
    vertical-align: top;
  }
}

@media screen and (min-width: 521px) and (max-width: 640px) {
  .formArea .box form #items label {
    max-width: 38%;
  }
}

@media screen and (max-width: 520px) {
  .formArea .box form #items label {
    max-width: 40%;
    max-height: 160px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 420px) {
  .formArea .box form #items label {
    max-width: 100%;
    max-height: none;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  .formArea .box form label .all {
    margin: 10px 0 20px;
  }
}

.formArea .box form #items label img {
  pointer-events: none;
}

.formArea .box form label input[type="checkbox"]:checked {
  background: #236fa4 url(../img/formarea_checked01.png) center center;
}

.formArea .box form label:hover {
  cursor: pointer;
}

.formArea .box form label:hover div {
  outline: #236fa4 8px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 560px) {
  .formArea .box form label:hover div {
    outline: #236fa4 4px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.formArea .box form label:hover img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.5;
}

.formArea .box form label div {
  background: #000;
  background-size: contain;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .formArea .box form label div {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 560px) {
  .formArea .box.document form label {
    margin: 20px 0 10px;
  }
  .formArea .box.document form #items label {
    margin: 10px 0.5% 15px;
  }
}

.formArea .box form label div.checked::after {
  content: "";
  background: url(../img/formarea_checked01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 41px;
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 735px) {
  .formArea .box form label div.checked::after {
    content: "";
    background: url(../img/formarea_checked01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 41px;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}

.formArea .box form label div.checked img {
  opacity: 0.5;
}

.formArea .box form input.all, .formArea .box form input.item {
  display: inline-block;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  margin: 5px 5px 0 0;
  margin: 0.5rem 0.5rem 0 0;
}

@media screen and (max-width: 960px) {
  .formArea .box form input.item {
    width: 1rem;
    height: 1rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 560px) {
  .formArea .box.document form input.all {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0;
    vertical-align: inherit;
  }
  .formArea .box.document form label input {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0;
    vertical-align: top;
  }
}

.formArea .box p.text {
  display: inline-block;
  max-width: 85%;
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .formArea .box p.text {
    max-width: 80%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  .formArea .box p.text {
    max-width: 100%;
    font-size: 1.4rem;
  }
}

.formArea .box form input.all[type='checkbox'],
.formArea .box form input.item[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
  border: medium none currentColor;
  border: initial;
  vertical-align: top;
}

@media screen and (max-width: 560px) {
  .formArea .box form input.all[type='checkbox'],
  .formArea .box form input.item[type='checkbox'] {
    margin-top: 2px;
  }
}

.formArea .box form input::-webkit-input-placeholder,
.formArea .box form textarea::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.formArea .box form input::-moz-placeholder,
.formArea .box form textarea::-moz-placeholder {
  color: #c2c2c2;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.formArea .box form input::-ms-input-placeholder,
.formArea .box form textarea::-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.formArea .box form input::placeholder,
.formArea .box form textarea::placeholder {
  color: #c2c2c2;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

.formArea .box form textarea {
  height: 120px;
}

@media screen and (max-width: 960px) {
  .formArea .box form textarea {
    height: 80px;
  }
}

.formArea .box form .error {
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 1.5vh;
  font-size: 18px;
  color: #f00;
}

.formArea .box form .check_error {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 1.5vh;
  font-size: 18px;
  color: #f00;
  margin: 10px auto;
}

.formArea .box form .policy {
  margin: 50px auto 20px;
  font-weight: normal;
}

.formArea .box form .policy br {
  display: none;
}

@media screen and (max-width: 560px) {
  .formArea .box form .error,
  .formArea .box form .check_error {
    font-size: 1.4rem;
  }
  .formArea .box form .policy {
    margin: 30px auto 10px;
    font-weight: normal;
  }
  .formArea .box form .policy br {
    display: inline;
  }
}

.formArea .box.counseling form .policy a {
  color: #e27c18;
  text-decoration: underline;
}

.formArea .box.document form .policy a {
  color: #149fcc;
  text-decoration: underline;
}

.formArea .box form .submit {
  margin-top: 0;
}

.formArea .box form .submit input[type='submit'] {
  color: #fff;
  border: 0;
  padding: 20px 0;
  border-radius: 8px;
  width: 48.3871%;
  font-weight: bold;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

@media screen and (max-width: 560px) {
  .formArea .box form .submit input[type='submit'] {
    padding: 15px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.formArea .box.counseling form .submit input[type='submit'] {
  background: #e27c18;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
}

@media screen and (max-width: 960px) {
  .formArea .box.counseling form .submit input[type='submit'] {
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
            box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #62291a;
  }
}

.formArea .box.document form .submit input[type='submit'] {
  background: #149fcc;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
}

.formArea .box.document form .submit input[type='submit'][disabled] {
  background: #8e8e8e;
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #555;
          box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #555;
  cursor: default;
}

@media screen and (max-width: 960px) {
  .formArea .box.document form .submit input[type='submit'] {
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
            box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #1a3a62;
  }
  .formArea .box.document form .submit input[type='submit'][disabled] {
    -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #555;
            box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .1), 4px 4px 0px 0px #555;
  }
}

.formArea .box form .submit input[type='submit']:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.formArea .box.document form .submit input[type='submit'][disabled]:hover {
  background: #8e8e8e;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

form .submit input:disabled {
  background: #8e8e8e;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.formArea .box .txt02 {
  color: #149fcc;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .formArea .box .txt02 {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 560px) {
  .formArea .box .txt02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.formArea .box figure {
  margin: 40px auto 60px;
  max-width: 360px;
}

@media screen and (max-width: 960px) {
  .formArea .box figure {
    margin: 30px auto;
    max-width: 320px;
  }
}

@media screen and (max-width: 560px) {
  .formArea .box figure {
    margin: 30px auto 60px;
  }
}

.formArea__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
}

.formArea__tab {
  font-size: 26px;
  font-size: 2.6rem;
  display: table;
  width: 50%;
  min-height: 100px;
  color: #888787;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formArea__tab span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.formArea__tab span small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.formArea__tab:hover {
  border-radius: 20px 20px 0 0;
  color: #fff;
  cursor: pointer;
}

.formArea__tab--counseling:hover {
  background-color: #e27c18;
}

.formArea__tab--document:hover {
  background-color: #149fcc;
}

.formArea__tab.active.formArea__tab {
  border-radius: 20px 20px 0 0;
  color: #fff;
}

.formArea__tab.active.formArea__tab--counseling {
  background-color: #e27c18;
}

.formArea__tab.active.formArea__tab--document {
  background-color: #149fcc;
}

@media screen and (max-width: 960px) {
  .formArea__tabs {
    border-radius: 10px 10px 0 0;
  }
  .formArea__tab {
    font-size: 1.4rem;
    min-height: 50px;
  }
  .formArea__tab span small {
    font-size: 1rem;
  }
  .formArea__tab:hover {
    border-radius: 10px 10px 0 0;
  }
  .formArea__tab.active.formArea__tab {
    border-radius: 10px 10px 0 0;
  }
}

@media screen and (min-width: 561px) and (max-width: 960px) {
  .formArea__tabs {
    border-radius: 10px 10px 0 0;
  }
  .formArea__tab {
    min-height: 48px;
  }
  .formArea__tab span small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 960px) {
  .formArea {
    padding: 0;
  }
  .formArea .wrapper {
    padding: 59px 15px 59px;
  }
}

.companyProfile {
  background: url(../img/companyprofile_bg01.png) no-repeat left center #fff;
  background-size: cover;
}

.companyProfile p {
  letter-spacing: 0.1em;
}

.companyProfile .wrapper {
  max-width: 1096px;
  padding: 90px 20px 200px;
}

.companyProfile .title {
  width: 40.7197%;
  margin: 0 auto;
}

.companyProfile .title::before, .companyProfile .title::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.companyProfile__list {
  margin-top: 54px;
}

.companyProfile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.6px;
}

.companyProfile__itemTitle::before, .companyProfile__itemTitle::after, .companyProfile__itemDetail::before, .companyProfile__itemDetail::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.companyProfile__itemTitle {
  width: 17.36842%;
}

.companyProfile__itemDetail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 25px;
}

.companyProfile__itemDetail a {
  text-decoration: underline;
}

.companyProfile__itemDetail::before {
  content: "：";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 960px) {
  .companyProfile {
    background-image: url(../img/companyprofile_bg01__sp.png);
  }
  .companyProfile .wrapper {
    padding: 40px 15px 57px;
  }
  .companyProfile .title {
    width: 62.31884%;
  }
  .companyProfile__list {
    margin-top: 24px;
  }
  .companyProfile__item {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .companyProfile__item + .companyProfile__item {
    margin-top: 8.1px;
  }
  .companyProfile__itemTitle {
    width: 26.08696%;
    padding-right: 8px;
  }
  .companyProfile__itemDetail {
    width: 73.91304%;
    padding-left: 9px;
  }
  .companyProfile__itemDetail::before {
    left: -6px;
  }
}

@media (orientation: portrait) and (min-width: 768px) {
  .companyProfile .title {
    width: 260px;
  }
}

.footer {
  padding: 90px 20px;
  background-color: #333;
  text-align: center;
}

.footer .logo {
  max-width: 240px;
  margin: auto;
}

.footer .links {
  margin-top: 40px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}

.footer .links li {
  display: inline-block;
  padding: 0 .5em;
  line-height: 1;
}

.footer .links li + li {
  border-left: 1px solid #fff;
}

.footer .links li a {
  color: #fff;
}

.footer .links li a:hover {
  text-decoration: underline;
}

.footer .copy {
  margin-top: 40px;
  color: #939393;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 50px 15px;
  }
  .footer .logo {
    max-width: 140px;
  }
  .footer .links {
    margin-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer .copy {
    margin-top: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 960px) {
  .footer {
    padding-top: 42px;
    padding-bottom: 64px;
  }
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.totop a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: rgba(0, 126, 182, .7) url(../img/play.png) no-repeat 50% 50%/contain;
  border: #fff 3px solid;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 0 15px;
          box-shadow: rgba(0, 0, 0, .3) 0 0 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  overflow: hidden;
  text-indent: -10em;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.totop a:hover {
  -webkit-transform: translateY(-10px) rotate(-90deg);
          transform: translateY(-10px) rotate(-90deg);
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .totop {
    right: 10px;
    bottom: 10px;
  }
  .totop a {
    width: 50px;
    height: 50px;
    border: #fff 2px solid;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
            box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
  }
}

.downloadBanner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
}

.downloadBanner__closeButton::before, .downloadBanner__closeButton::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.downloadBanner__closeButtonLink {
  display: block;
  width: 28px;
  height: 26px;
  margin-left: auto;
}

.downloadBanner__item {
  width: 290px;
  height: 250px;
  margin-top: 5px;
  background-color: #fff;
  -webkit-box-shadow: -5px 5px 5px 0px rgba(51, 51, 51, .15);
          box-shadow: -5px 5px 5px 0px rgba(51, 51, 51, .15);
}

.downloadBanner__item::before, .downloadBanner__item::after {
  content: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.downloadBanner__item__itemLink {
  display: block;
}

@media screen and (max-width: 960px) {
  .downloadBanner {
    right: 10px;
    bottom: 10px;
  }
}

/* IEのみに適用 */
@media all and (-ms-high-contrast: none) {
  .downloadBanner__closeButtonLink {
    line-height: 30px;
    padding-left: 3px;
  }
}
